HN user

thesnide

484 karma

A random web traveler

Posts11
Comments263
View on HN

in a nutshell: clear defined helper functions are much better for comprehension than bigger functions. and they usually cost nothing ar runtime sine the compiler inlines them anyway.

But the real cost is that having a myriad of them is usually very difficult to get the right cut. not too small not too big and having a clear intend of what it exactly does.

so nothing new. API design is hard. naming thing even more so.

I'm actually loving HN because it hasn't such a system.

While it looks like a very good idea at first, it will evolve in echo chambers. Which are the bane of current society, as noone listen to challenging opinions anymore.

So, very much like the "ban of VPN" for minors, it is a seemingly good idea that will backfire in horrible ways.

more choice and greater value for me

That will exactly follow Netflix's price hikes.

As in "value for money", they silenced the latter part :D

Vibe engineering 10 months ago

to me genAI feels like a neural implanted exoskeleton.

it does awesome in demos. it has a real use.

but

it gets a long training period when one makes mistakes with it, it is big mistakes that take long to fix

CDC File Transfer 10 months ago

i was thinking it is a new USB class, but then saw it is just another network file transfer protocol...

My main issue with rust is that it only target mainstream archs.

For any new arch, first there is an asm, then a C compiler.

Imagine i'm designing a new CPU, how difficult is it to have a direct rust-to-asm compiler for it? And the runtime?

So rust has its uses, but only for its targetted archs. Old or esoteric ones are sol.

AnduinOS 11 months ago

Dynamic linking is much better in the long run. As you can proxy things more easily if changes are needed.

But it needs more ABI hygiene, and maintaing that compatibility proxy layer.

Yet, I agrew that unfortunatly, it feels much more effective at first to just "freeze the whole stack in amber".

Context: https://debconf25.debconf.org/talks/78-static-linking-pitfal...

AnduinOS 11 months ago

flatpack, snap and all thpse docker wanabee solve the right problem the wrong way.

(pseudo)static is a quick & dirty solution to a real problem. really solving it requires skills and time. which are all quite scarse given the new generation appetite for ease of use over efficiency