HackerLangs
TopNewTrendsCommentsPastAskShowJobs

kerblang

2,119 karmajoined 7 anni fa

Submissions

Caveman – why use many token when few do trick

github.com
2 points·by kerblang·3 mesi fa·0 comments

MiniStack (replacement for LocalStack)

ministack.org
317 points·by kerblang·3 mesi fa·67 comments

[untitled]

1 points·by kerblang·3 mesi fa·0 comments

French e, è, é, ê, ë – what's the difference?

jakubmarian.com
131 points·by kerblang·4 mesi fa·157 comments

comments

kerblang
·4 giorni fa·discuss
In case anyone else read the "flipped on" as "flipped the switch on" rather than "reversed course on", no, it's the latter.
kerblang
·5 giorni fa·discuss
I expect that a lot of bad norms that crop up in various programming communities will get tossed out after years of dysfunction, often as a result of outsiders and younger people arriving, and stating the obvious: This doesn't make sense. It's actually nice to know this when dealing with all of the mess in the present. You can't change it now, but eventually someone will.

But yes, LLMs are likely to force permanent conformity.

One could also talk about how language in general shifts with the population, but LLMs are likely to prevent it. One would think anthropologists are already looking into this experimentally...
kerblang
·28 giorni fa·discuss
It doesn't even matter and isn't worth arguing about what emotional state the submitter obtains. I don't care if they even achieve nirvana and ascend to permanent buddhahood.

What matters is that they are wasting the time & patience of someone who is doing good work that others benefit from.

Any happiness gained from doing that to someone is parasitic.
kerblang
·30 giorni fa·discuss
It's not a lack of respect for you; it's a lack of respect for the work itself. That lack is being rewarded and encouraged.

Managers will be sure to tell you how much they respect you. Ask them if they respect the work and you'll get a blank stare.
kerblang
·mese scorso·discuss
Important keyboard design note the author would agree with but didn't point out: Function keys are supposed to be divided into groups of four with a distinct gap between each group. This makes it much easier for the wayward touch-typist to find things.

BTW I've gone back to wired keyboard because most companies assume people who prefer wireless prefer as many unnecessary bells and whistles as possible to the point of compromising the design. There is no concept of some features being better than others, just a black/white everything/nothing.

Also refer to automobiles, tv's, all modern design...
kerblang
·mese scorso·discuss
There is very clearly an angry backlash, even if it is a backlash against phantoms, even if people are only demanding a better liar than the previous. There are no psychological black holes; the stress builds and eventually explodes.
kerblang
·mese scorso·discuss
... IF that's your main performance problem.

I already know I'm dealing with huge perf issues caused by ORM & lazy-load semantics. I/O abuse is usually going to be so, so much worse than memory/cache issues. Java is mainly used for business information systems, where I/O is king. Plain vanilla memory abuse is also a big one.

But my main problem is a mgmt convinced the magic wand of AI will make all sorts of problems dissapear, and it's going to take 5 years for them to realize nope.

It's still fun to learn about cache optimization though, esp. when someone makes it reasonably digestible like this. And maybe it also helps people to recognize that OOP is not some great over-arching zen truth of truths.
kerblang
·mese scorso·discuss
Oh that version actually made sense.

Going back to our newer game, I realized that I am supposed to figure out where the number given should fall on the line.

A case study in modern useability - looks a lot cooler, can't figure it out.
kerblang
·mese scorso·discuss
I feel stupid but I could not bring myself to click the "sign" button and continue gameplay.

A lot of electronic contracts are done like that and... nope, not clicking it... Mmmmm.... nope.
kerblang
·2 mesi fa·discuss
> One computer scientist speculated that his LLM had attained sentience.

> How did he reach that conclusion? Basically, he asked “Are you conscious?”, the machine responded “Yes”, and that was that.

Oh, come on now. This is referring to Blake Lemoine, and while I doubt his conclusions, he wasn't being as simplistic as all that. He's not completely stupid.
kerblang
·3 mesi fa·discuss
There's no need to be snide
kerblang
·3 mesi fa·discuss
Adjusted for inflation?

edit - sorry, it is in fact adjusted, text is kinda hard to see
kerblang
·3 mesi fa·discuss
This is not a writeup of "Ada is better than everything else". The author is explaining how Ada achieved safety/reliability goals that your favorite language independently evolved much later on. That is why they kept bringing up year-of-arrival for comparison.

Examples would be a nice bonus but I think the author eschewed such because they weren't interested in writing a tutorial. They had a very specific point to make and stuck to it, resulting in a very informative but concise article that reads well because of its highly disciplined authorship.
kerblang
·3 mesi fa·discuss
How about "Working with AI just feels like having a team of junior employees who are completely unscrupulous, sychophantic and sometimes profoundly stupid psychopathic liars"?
kerblang
·3 mesi fa·discuss
oh. sorry, had a decent excuse for its horribility, now i have less of one.
kerblang
·3 mesi fa·discuss
Am a middle-aged man, don't have kids, don't see it as a trifling problem, and I don't agree with the libertarian free-speech-at-all-costs angle.

Instead I think a) kids shouldn't be on the internet and b) the public school system is a barely supervised dumpster fire.
kerblang
·3 mesi fa·discuss
Am amused that someone feels compelled to justify writing a db in C#. Such conscientiousness!

I'm not sure authors of Cassandra, ElasticSearch, MongoDB (and more...?) ever had the slightest twinge of uncertainty about whether a managed memory env would cause far more problems than it fixed, even with less native tooling than in C#. Java bros DGAF
kerblang
·3 mesi fa·discuss
I really like the idea of implementing the std lib separate from the language. I think that would be a huge blessing for Java, Go and others, ideally allowing faster iteration on most things given that we usually don't need a reinvention of the compiler/runtime just to make a better library.
kerblang
·3 mesi fa·discuss
Try replacing the battery. Seems accessible enough at first, but ingenious engineering has made batteries the modern rubik's cube of auto maintenance.
kerblang
·3 mesi fa·discuss
> This meant I could start the computer, log in, potentially start and use several applications and only then turn on the screen.

I mean... well... responsiveness matters to me too, and I am impressed by such inspired productivity, but... I'm also confused. Why not turn on the screen - the monitor, right?

Now thinking about how gui lag might impact the sight-impaired, tangential as that is...