Hacker Newsnew | past | comments | ask | show | jobs | submit | onlyrealcuzzo's commentslogin

I agree with you - but there's also a lot of people that think AI is just brainrot - maybe worse, so, there's that...

Indeed, and then there are dozens of grieving families from folks driven mad by LLM helping murder their children.

LLM use makes people feel more productive, but provably most lose 17% of their core skills performance. Also, homework cheats improved scores at some schools, but saw 35% drop in exam scores. LLM literally makes young people dumber.

We should never kink shame adult cognitive dildo choices. As the same folks sound like a tobacco lobbyist marketing kicker. =3

https://en.wikipedia.org/wiki/Deaths_linked_to_chatbots


Yes, I was hoping for something different, but as best I can tell this is a slight rehash on more of the same.

Ableton's teachings are far more interesting in my opinion, even if extremely more limited.


That's less because of what it's implemented in - and more to do with all the tracking and libraries they want to reuse...

BigCo apps will take up lots of space and memory for BigCo reasons - obviously less if it's in Rust vs Go vs Python, but you could easily write Go apps that use far less memory than Rust apps written at BigCo due to BigCo reasons.

It's just not really that much of a priority for them to have their weather app use less than 1GB of memory. It's a far bigger priority for someone to insist that somebody else uses some bloated framework so they can get promoted.


I've been having _a lot of fun_ writing Go apps that don't allocate anything and that use small, preallocated buffers to stream through requests/etc. Basically TigerStyle for Go. I don't use arenas, I just size everything for the worst case (or make the sizes configurable at startup) and still end up using much less memory.

This is really only possible because I told Fable to build the underlying allocation-free HTTP, JSON, etc libraries and consequently I'm not building anything serious yet (although the libraries are well-tested using pre-existing corpuses from reputable projects e.g. curl as well as fuzz tested).

Most "outputs" are passed as out parameters for the function to fill in, and results are Rust-like enums (a Go tagged union containing only small data). I could also have returned (T, error) but I would have to take care that the thing I pushed into the error argument doesn't allocate--not sure if I made the right decision or not, but for now it feels nice. The worst part is that I don't really have a good way to communicate detailed error information, but that hasn't bitten me yet.

This has also been a lot less effort than writing Rust, although Rust would have real checks for lifetimes and im/mutable and enum exhaustiveness and so on--so far I haven't been bitten, and I suspect things like enum exhaustiveness can be addressed via linter if necessary.


> This has also been a lot less effort than writing Rust

I have never written such Go, but as an experienced Rust programmer I can tell you Rust is not hard to write after learning it. Learning it can take more time than usual (although there is also contrary evidence, e.g. from Google) but after you're used to it, you're basically as proficient as in other languages, except some glitches (that can be expensive - rewriting your main structure, but are fortunately rare). Considering the effort involved in coding in such unnatural Go variant, I tend to believe it is far easier to code in Rust (including coding in Rust using this style, since it is more suited to it).

Of course, if you're just vibe coding everything, maybe it is easier because maybe the LLMs write such Go better that they write Rust. But if you're not, even if you're only reviewing the code, I believe it's easier to review Rust code than to review such Go code (and potentially than reviewing any Go code, but that is a different matter).


I was a little bit scared at first, but after 1k lines of code written by hand I started to forget that Rust was complicated. It's not the Go experience, but it's not that bad at all.

If I was writing no-alloc production code, I would stick with Rust, FWIW, at least until Go's library ecosystem improves.

I don't mind writing Rust (have been dabbling with it since ~2014), especially with some AI assistance. It's just more of a grind for me than working with Go.

> Considering the effort involved in coding in such unnatural Go variant,

I was also expecting writing Go in this style to be more friction, but it was surprisingly smooth. The friction was entirely from lack of libraries and a little uncertainty about how to communicate errors without allocating. Rust has better libraries by far, but I felt more friction from the language (e.g., if you have a buffer you have to initialize every element of it or you have to use something like `heapless::Vec`--not a big deal, just decisions to make to figure out what the happy path is).


Have you considered doing this in OCaml?

You'd get most of the benefits of Go and Rust.


I touched OCaml several years ago and ran into a bunch of problems with build tooling, standard library, syntax noise, ideological/unhelpful community, etc that turned me off. I'm also just not experienced enough to write OCaml without a GC; that would be biting off a lot of learning.

Would be very interested how much it would cost if you distill from Qwen's best ~30B model.

> I think it's very clear that DeepSeek is obviously the best AI lab in the world.

It's pretty clear they're the best at what they're optimizing for - which does seem aligned with what a lot of people on HN want from models - but not everyone...


You do realize people have been paying tens of thousands for watches for decades, right (and for hand bags, sunglasses, necklaces, rings, etc)?

$800 is not particularly egregious.


And?

Is this an apple fanboy club and critisism is not allowed or you don't think this critisim is valid because of your strawman argument?


you are allowed to criticize apple as much as you like. The response was on your 'really? 800 for a watch' remark.

watches that go for 100k or more are not uncommon


Yes but these watches are hand made from clock makers and a homage to real craftmanship done mostly by human hands, well paid, well educated.

And these companies are old, they were leading in chainging the world.

Apple let them build in china from students and others for very little money with very high margin.

Rolex for example is a foundation.


It is an ad...

Song as old as time - people were doing this well before AI, there's just yet another reason for these types of people to categorize workers and pretend that management can be perfect and easy and that the world isn't hard.

It's almost as if it's a little bit harder than people think to figure out how good people are at their jobs and who deserves promotions, etc, and that maybe they may not have the most perfect unbiased judgements.


If it's not already the case, it likely will soon be that people prefer short main motifs for songs generated by AI over humans.

It could still be quite some time before they're writing entire songs and books, though.

No one buys 1000 word stories, or listens to 12 second songs on Spotify, so for the time being it's not really any cause for concern.

If Facebook has demonstrated anything it's that people have preferred AI memes for a while already.

People "prefer" lower quality art all the time - look at what's big on the radio and in theaters, what's popular on TV, etc.

Why should I be concerned if AI is making trash art instead of humans?

I loved Britney Spears when I was 9. Is the world really worse off if I'm listening to an AI version or Toxic or the Britney Original?

I can see why people would be scared if AI was pumping out Purple Rains and Superstitions on the regular, if it was writing a Secret History every hour, but it's not, nowhere even close.

This just seems like people being grumpy that people prefer Marvel movies over what they think are good movies.

Human artists have been pawning off derivative trash as art for a very very long time, and people have been consuming it and loving it. I'm not going to lose sleep if in 10 years AI is pumping out the derivative trash personalized to the exact level of trashiness desired by the consumer.


No one really knows how this will play out, but it's still uncomfortable to think about robots figuring out how to reliably make things that look good, sound good and are full of meaning, would people still have any motivation to create? Would anything be considered good if everything is "good"? Of course things could turn out fine, I just wouldn't minimize the significance of what's happening.

Yes, people will invariably have the motivation and drive to create.

We didn't stop playing chess when Deep Blue beat Kasparov. We don't stop swimming because boats are faster. We don't stop running, even though we can't outrun a car.

Humans do these things because they are gratifying to do. It is satisfying to train for and then run a marathon. It's fun (and rewarding!) to challenge yourself to pull the image out of your mind and place it on a canvas, an invitation to the inside of mind.

I don't care if The Beatles are considered a better band; my bandmates and I simply like making music together. It's fun.


This is already the struggle for 99% of people that would like to be artists (or athletes, or a number of things)...

They've been dumbed down for a reason...

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

Search: