Hacker News new | past | comments | ask | show | jobs | submit | smith7018's comments login

What device is this? I wonder if Pihole could block the ads for you. It was able to completely remove all of the ads on my LG OLED TV and the UI now looks perfect.

Are you suggesting that the model independently came up with Vanity Fair's logo, including font and kerning?

https://www.vanityfair.com/verso/static/vanity-fair/assets/l...


Which means Codestral Mamba and DeepSeek both lead four benchmarks. Kinda takes the air out the announcement a bit.


It should be corrected but the interesting aspect of this release is the architecture. To stay competitive while only needing linear inference time and supporting 256k context is pretty neat.


THIS. People don't realize the importance of Mamba competing on par with transformers.


Linear attention is terrible for chatbot style request-response applications, but if you're giving the model the prompt and then let it scan the codebase and fill in the middle, then linear attention should work pretty decently. The performance benefit should also have a much bigger impact, since you're reprocessing the same code over and over again.


They're in roughly the same class but totally different architectures

Deepseek uses a 4k sliding window compared to Codestral Mamba's 256k+ tokens


Most of Apple's announcements today featured AI but the term wasn't explicitly mentioned. I think the last portion of the keynote that focused on AI was merely for investors tbh


Totally unrelated to the content of your post but labeling posts with "I'm [a teenager] and X" has always irked me. It either serves to undermine the content (older people immediately questioning the authority of a teenager) or people respond with meaningless praise ("Wow, great job! I was playing video games when I was your age!"). It also harkens back to the 2000s and 2010s when the industry was obsessed with "teenage savants" for some reason. So much money was wasted by being thrown at teens due to tech's obsession with youth and the errant belief in its ability to drive innovation.

Your post could have been titled "Show HN: I wrote a guide to help teens learn how to build their own programming language." I dunno, maybe I just need my coffee and I'm being grouchy


This comes up every time someone posts like this, and it's not really very helpful.


What are HN's guidlines on young people mentioning their age in a Show HN like this post here? Should we take it graciously, admit they are young and encourage them for what they did or should we point out not to mention their age?

IMO, if we take the age out, some of show HN's might not look very interesting. Same goes for a Show HN where someone mentions they are not a programmer and yet built a thing.


There's no official guideline (we try to keep that list minimal), but I think it's harmless and the main thing commenters should do is not complain about it. These complaints are always the same, always offtopic, and usually balloon in size to the point where the offtopicness drowns everything else. That's a terrible outcome for a thread like this.

Even if you dislike "I'm $X years old and I $Y" posts, it's not helpful to give a kid a grumpy patronizing response. We want HN to be a helpful community, not some weird age competition.


For whether age should be mentioned: Does there need to be a guideline? There are plenty of things that have no specific guideline, things which are fine to do or not do.

For whether there should be comments about age being mentioned: existing guidelines already denounce low value commenting especially at the root level.


I guess the point is that saying you are a teenager in the title can seem like an unfair way to game your post ranking by garnering awe/sympathy.

Lots of middle aged people build cool things too, but they can't pull the age card to boost their rank on the front page (at least, not until they are at the other extreme - like 80 or 90 years old)


Not just that; plenty of teenagers build their stuff without announcing that they're teenagers too.


Is it truly an unfair ranking boost if it's highlighting a substantially rare circumstance? I think many people prefer to discover rare things.


These kinds of feats aren't more or less impressive with age. Maybe the opposite, teens have so much free time.

When I was 17 I was working on a programming language, and I promised myself I would find the time to finish it during college. But during college I didn't have the time.

I have two friends who founded a startup at 16, one of which was quite succesful. I can think of two seperate friends who started a Minecraft hostar at 16, both of which makes up the majority of minecraft servers hosted in the Netherlands currently and one of them is now a generic hostar with his own datacenter.

And this isn't a problem in and on itself, but phrasing it like this discourages older people to work on pet projects. I started working as a Cyber Security TA at a private IT school and older students keep telling me "I'll never be as good as you because I didn't start so young" and it's a harmful mindset. Because it only took me a few years to learn what I know. Stating your age everywhere as a young developer reinforces this mindset in people.

If you want to see a teen/student do cool stuff. I suggest checking Adam McDaniel on GitHub. That dude really is impressive.


Yes, the problem is there are a fresh supply of 17 (or whatever) year olds, who haven't seen the old-man-yelling-at-cloud messages like OPs that are posted when they do this.


I think it guides responses to it. If a teenager writes a guide that says O(n) algorithms are always faster than O(n^2), I'm likely to tell them that I see what their thinking is, but here are some counterexamples that make it more nuanced than that. If a friend with a PhD in compsci said that, I might tease them more... assertively.

In this conversation I see people discussing the requirements for being Turing complete. Because OP is a teen, everyone so far seems pretty nice about gently pointing out inaccuracies. I doubt they would be, or should be, as easy on me if I made similar misstatements.

And that's the value I see in "as a teenager..." here. It's not so much about their age as that they don't have decades of education and experience under their belts. Another person posting "as a professional dog groomer..." might get similar responses: hey, that's pretty neat coming from someone who hasn't been doing this for a living for many years!


Totally agree on every point and I'm not being negative, the thing is that stating the age is something most people wouldn't even think (I like to believe we all still see ourselves as kids in our minds), so if someone puts it there themselves (as opposed to being a news article written by someone else) then they are doing it for marketing purposes.

I did lots of cool stuff "for being made by a 17yo" but in retrospect it was not objectively great.


I don't think there's an issue. Discourse on HN can be daunting for anyone. Sometimes it helps to know there are people your own age doing cool things. It makes it more accessible, which is a good thing.


There’s been a concerning trend of less and less young, successful founders. Where is the modern Zuck, Gates or Patrick Collison?

I say good on OP for putting themselves out there and keep pushing. We need young people to come up with great ideas and if that comes with them pointing out how young they are, I’m totally fine with it.


I think there have been fewer young technology founders because I think technology has become less and less accessible. There is so much more to sift through to get from an idea to a project or product than there was 10-20 years ago.

I'm saying this as someone who is relatively young, so keep that in mind.


For some parts of the landscape like mobile app development, yes. Its hard to say if they are doing it with hidden intention, or if they sincerely believe enforcing their "best practices" on everyone yields greater good. Probably a bit of both.

The part where you build a demo/prototype showcasing if an idea works, I believe it should be much easier than before as long as you postpone understanding/deciphering the implementation. In those major ecosystems there are huge collections of single-purpose libraries doing a subset of what you want to do, all you need might just be a reasonable amount of python to string them together.

However, ensuring the correctness and actually deploying them for planet-scale mandates following a reasonable subset of "best practices" which is very overwhelming, but doable. People doesn't usually build planet-scale product 10-20 years ago.


> However, ensuring the correctness and actually deploying them for planet-scale [...]

I think this is specifically a big part of the problem. Not everything needs to be planet scale to be good. People didn't focus on being planet scale 10 years ago. 20 or so years Mark was worried about getting The Facebook available at one or two schools.

Worrying about getting things working for the world has made it way harder for us to get things working for indoviduals or small groups.


Kids and especially teens seem to do this implicitly whenever they are doing things that they feel is advanced for their age


That's survivor bias.


No it isn't


Of course it is. If a project doesn't state that it was made by a teenager you wouldn't know.

I never stated my age on my projects when I was younger. Neither did any of my developer friends.


The observation was on kids declaring their ages around projects that they feel are advanced for them. It is not survivorship bias and has nothing to do with that term. The term doesn't even apply to your own example anyways


While I want to agree, your comment just sounds salty


Thanks for absorbing the downvotes. Helpful or not, I mostly agree with your reaction. Let the work stand on its own without injecting identity into it.


Andy Rooney, is that you?


Definitely just grouchy.


HN is so full of negative comments like these. OP I’m very impressed you learned all of this at 17! I started coding when I was a teenager but still haven’t released something like this 10 years later.


If we assume a quarter is 3 months, then there are 60 work days in a quarter. 39/60 is 65% in office. That basically means Dell employees have to be in office 4 out of 5 times a week with a little leeway here and there.


There are 65 working days in a quarter (13 * 5), 39/65 = 60% in the office. How dare you question Dell's maths?


See, that's why I shouldn't have assumed!


You’re calling $3,600 worth of GPUs “quite common for hobbyist use” and then comparing an iPad to a $40,000 AI-centric GPU.


It's almost 70x more powerful. A 4 year old 3070 laptop was cheaper when it came out and has about 200 TOPS, 7 times as much. It's just factually incorrect to call it "faster than any AI PC", it's far slower than a cheaper laptop from 4 years ago.


AI PC is a specific marketing term which Intel is using for their NPU-equipped products where they’re emphasizing low-power AI:

https://www.intel.com/content/www/us/en/newsroom/news/what-i...

In that context it seems fair to make the comparison between a MacBook and the PC version which is closest on perf/watt rather than absolute performance on a space heater.


[flagged]


> Then make a comparison on perf/watt.

You need to understand that the presentation, and product, wasn't made for the perf/watt crowd. That’s also why they’re so successful with consumer electronics: 9X% of the population is not part of the perf/watt crowd.


I understand the product and the use cases. 90+% of people don't care about perf/watt, because it's an irrelevant implementation detail. People care about speed and autonomy.

The average user who is comparing this against a PC for AI stuff would prefer a faster PC with a (much!) larger battery and the same autonomy at the end of day in that task but that's much faster every time. If I need to do intensive enough on-device AI workloads for efficiency to matter and on battery, why would I take an iPad with a 30Wh battery, 2x perf/watt, and 1x speed over a laptop with a 65Wh battery, 1x perf/watt, and 10x speed? The latter will give me a better experience, it will be more responsive and last longer.

So at the end of the day, Apple's comparison is extremely misleading at best, and a straightforward lie at worst.


> the average user who is comparing this against a PC for AI stuff

If your primary use case is local AI on battery, you're probably into some small hundredths of a percent of the population here, who would be better served on some budget cloud compute (self deployed even) rather than heating up your lap.

> why would I take an iPad with a 30Wh battery...

Because it fits between the pages of the book in your backpack, has a nice pencil, and can *also* do ok with local AI.


> If your primary use case is local AI on battery, you're probably into some small hundredths of a percent of the population here, who would be better served on some budget cloud compute (self deployed even) rather than heating up your lap.

There is no other use case where the power efficiency of the NPU matters, so you should direct this criticism at Apple.

> Because it fits between the pages of the book in your backpack, has a nice pencil, and can also do ok with local AI.

So if the only avantage is the form factor, why did Apple decide to compare it against PCs?


> The average user who is comparing this against a PC for AI stuff would prefer a faster PC

I'm saying this would not be an average user. The average user would not be comparing AI capabilities, they open an app that uses AI, with a high chance of not even being aware of it.

> So if the only avantage is the form factor, why did Apple decide to compare it against PCs?

What should they have compared it to? There's only one other tablet on the market, with an old chipset and a fraction of the performance, that just received its first real video editor late last year [1].

I agree though, they could/should have made clearer comparisons, along with Intel, AMD, Samsung, Nvidia, and everyone else. But, as with all general audience marketing presentations from all tech companies, vested technically literate users will look to the benchmarks, after release.

[1] https://r2.community.samsung.com/t5/Galaxy-Store-Apps-more/L...


> I'm saying this would not be an average user. The average user would not be comparing AI capabilities, they open an app that uses AI, with a high chance of not even being aware of it

What is the point here? If the average user doesn't care about comparing AI capabilities, then clearly Apple wasn't targeting that user in their AI capability comparison.

> What should they have compared it to? There's only one other tablet on the market, with an old chipset and a fraction of the performance, that just received its first real video editor late last year [1].

It's very clear that Apple is trying to make the case that the iPad Pro is a replacement for a laptop. In fact, that was their core marketing claim when it came out : "What's a computer?" [1], and arguably that's the point of their latest ads where they market it as a general purpose computer. Given the price point and the marketing, yes, they should be comparing it with a computer when making the case it's a good replacement for a computer. And when they do, they should not be misleading to the point of falsehood.

[1]: https://www.youtube.com/watch?v=zfR_Jj4grZE


"Powerful" isn't the thing that matters for a battery-powered device. Power/perf is.


If they thought that peak performance didn't matter, they wouldn't quote peak performance numbers in their comparison, and yet they did. Peak performance clearly matters, even in battery powered devices: many workloads are bursty and latency matters then, and there are workloads where you can be expected to be plugged in. In fact, one such workload is generative AI which is often characterized by burst usage where latency matters a lot, which is exactly what these NPUs are marketed towards.


You wouldn’t necessarily get twice the battery life. It could be less than that due to the thinner body causing more heat, a screen that utilizes more energy, etc


I use twitter daily and the site is a shell of its former self. It's slow, prone to bugs, filled with bots, the amount of real users has cratered, user reports go nowhere, there's no support team, the ads are now bot accounts posting crap like "Today is a good day, be sure to make advantageous", there are no new features besides previously in-flight projects pre-Musk, they've actually removed a lot of features (like Circles, block lists, etc), and much more. He took an otherwise functioning social media service and forced it into maintenance mode. He also fired all of the people that keep the user base alive so now it's flooded with bots (which he presumably likes so he can boast about engagement being up). So yes it's still around but it's dying and the skeleton crew he has left can't do anything. In other words, he destroyed it.


> There is literally 0% chance that literally everybody related to Superchargers was fired. There is 0% chance that the whole maintenance organization was fired.

The only sources we have say they fired the entire division. Sure, we can wait for the dust to settle before conclusively saying what happened but "literally 0% chance" is objectively wrong.


They have 10000 of chargers in the wild. Do you think there is nobody at Tesla that knows anything about Supercharger because somebody that was just fired used the term 'entire division'? And what 'division' was it, what was its responsibility exactly?


Musk had developers PRINT OUT THEIR CODE to try and determine who was essential to Twitter...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: