HN user

delusional

4,908 karma

[ my public key: https://keybase.io/delusional; my proof: https://keybase.io/delusional/sigs/weE2hxS47a9R7xrd_6qNEFSf3v_qSVep2R9XHGO2K50 ]

Posts0
Comments1,904
View on HN
No posts found.

It's an article in an official publication. It's like a "letter to the editor" of a scientific journal, and has always been published alongside the more fact based research reports. People were posting "blog posts" in journals long before "blogs" were a thing. Part of the idea of a journal is exactly, like a newspaper, to exercise editorial control over what sorts of discussions they decide to include in each issue.

Science isn't just cold reports on aimless facts. You're supposed to discuss with your peers.

Without something like those ESP32 modules, this would be much more difficult.

I don't disagree. It's important for us to recognize that we stand on the shoulders of giants, but I also think it's a little silly of a critique of someone happy about it being easier than he expected. It's true that hardware would be much harder if you had to do it all yourself, but is that meaningful? The wonders if the modern supply chain is that you don't need to do it all yourself.

Did you continue reading? His argument is exactly that, like all the previous model checkers, LLM's are going to give us some bugs for a while. Then that is going to stop.

His argument is not that they aren't going to find any bugs, but rather that at some point those bugs will be fixed. At which point we will continue on as usual.

And please remember that Poul-Henning is an old-hat and well respected in the field, he's also not a product of American culture. Consider that he might have some useful insight that covers some blindspots your particular culture might not.

I wouldn't be so categorical. This isn't really a kernel concern, and I could completely believe that there are some distros out there that pull in random packages based on hardware detection.

The saving grace of linux currently is that volunteers package most of the software, and they don't generally package malware. There is no structural guarantee there, and if we invite corporate interests to package at some point (like flatpack and snap wants to) this is 100% going to happen eventually.

I am very interested in your reading of Close to the Machine. I read it myself a couple of years ago and found it a wonderful telling of the early days of tech, with overtones of the "technology workplace" that were still very true to this day. I did not pick up on any commentary on automation or computerization, outside of the general critique of bureaucratic systems that alienate you from the outcomes of your labor.

Do you have anything I could read to understand your reading better? I would love to be able to dive back into one of my favorite books with a new lead.

Everybody wants a platform but nobody wants to spend what it takes to make a platform.

Ahistoric jibber jabber. Microsoft gave it their very best shot with Windows Phone. Facebook renamed the entire company to make VR happen. These companies have shoved everything they got into making these platforms, and their fate would not have been different if they had been given another billion.

Platforms are hard to make, and wanting it bad enough is not enough to make one.

Stealing from the one company that has managed to court success makes a lot of sense. They are the only company with any successful experience.

I don't agree, but this is exactly why AI is the technology of this century. We will never be able to agree, because we have no common ground.

I think it's pointless dribble. There's no punchline that it's working towards other than "pigeon dumb"

Codex Micro 7 days ago

And you would need to spend your day at your keyboard for this to be useful anyway. It's just an input device.

I just do the quick math in my head. And the only way I can do that is because I learned how to do math.

A lot of Hacker news commenters tend to overestimate human ability without education. That is, the tend to believe that people are able to do a lot more without regular training than they actually are. They believe that "math" is some naturally ordained eventuality that humans just do, or likewise that "reasoning" is some immutable natural behavior. In truth these things are "unnatural" human reinforced structures that we have to learn and adapt our brains into.

Hey, I made one of these too[1]. One of the cool things about my implementation is that the sample loop is carefully written in cycle counted assembly to sample the ADC of the teensy 2.0 at the absolute maximum frequency. I like your blogpost a lot more than mine though.

[1] Github: https://github.com/DelusionalLogic/Frametime, Blogpost: https://www.jnsn.dev/posts/frametime/, and followup: https://www.jnsn.dev/posts/fastisslow/

I think Waterloo’s mix of school and working is a pretty solid way to tackle this.

We dont disagree at all here. I attended a university that did project based learning, where each semester was organized around a single semester long group project. That worked wonderfully well for me, and I enjoyed the more freeform learning environment immensly. Those connections you describe is exactly what I could feel forming as I tried to apply what I learned to my project.

There's plenty of room too for what we call "profession schools" that do placement in the workforce. I don't think that fits everyone, but it's not a "worse" kind of schooling at all, and some people really like it. It's honestly quite difficult to accomodate on the workplace side, but if structured well, it's great.

I'm not against post teens/20s education either. I'm honestly for all kinds of education.

In the US, college is considered a privilege for those who can afford it or are poor enough to be granted it from poorly designed taxpayer funds.

Here in Denmark, part of the organized labor movements was also a focus on the duty of the worker to acquire new skills. That reframing of an education, of something you should be grateful for receiving, towards something you had a duty to continually pursue, is extremely important to how education is seen and practiced.

We've lost a lot of that philosophical backing, but that's one of the cool things of organizations. Even years after we've forgot why we've organized education like this, the gears continue to turn. I do think we're in the middle of a pretty frighting turn away from it, but hopefully we can fix that in time.

If knowledge and prestige is all that matters, then don't take the loan, take the scenic route, get your degree slowly as and when you have the time and money, and one day you will have something to look back at.

Do you see no value in young energetic people being educated while their brains are still maximally plastic, and society get maximal value out of the education? Is there no value in handing over our knowledge to the new generation BEFORE they act without it? Is there no value in knowing something the "free labor market" has not priced in?

Rights are something we grant each other. If we see a value in an educated public, we can grant each other the right to get an education. There are no "rights" in nature, so the statement "you don't have the right" is meaningless in matters of politics, where the whole point of the discussion is to figure out if you should "have the right".

Your inner world must be a dead hellscape if you believe that the only things that exist are "prestige", arbitrary "knowledge", or a job.

I don't think LLMs make what I do irrelevant, but I have thought that I'm going to have to improve how flashy my simulations look to compete better with non-experts who use LLMs.

This scares me more than "LLMs replace humans". You're going to have to take away time from doing the actual work to replace it with doing bullshit work to impress an ever more detached "decision" layer.

I don't even think the posted page qualifies as a "simulation". It's at best an animation with a calculator/model side-by-side.

I was on the other side of this in League of Legends. They used to have packets leak information to the client about player position. The classic examples are for stuff like particle emission or spell usage. Well at some point they decided that they had enough and did a pretty major rework of their netcode to only send player positions when you were supposed to have vision on them (plus a tiny extra radius). That absolutely wrecked the determinism of the game, as small jitters would cause skill shots to hit you before they even drew in your game, players would become invisible as the packets arrived out of order. Particle emitters would bug out.

This stuff i way harder than people imagine. I think League eventually got it somewhat figured out, but it took a couple of years from what i recall.

there's nothing you can reasonably do with it in any direction

I wholeheartedly agree. That's why bringing nation state threats into these kinds of discussions is so pointless. If you want security from governments, the amount of security work you have to do is so far beyond what any reasonable person is willing to endure that it makes no sense to talk about on hackernews. That stuff is for real professional discussions at real professional congresses.

Using e2e from a US-based entity means you are prone to spying from the US government, but at least you know you're reasonably secure against the IRGC, the Chinese intelligence service, the FSB, and so on.

Framing this in terms of governmental espionage is nonsensical. Using e2e from a US-based entity makes you completely sure that the US government is spying on you, because they assert direct control over the software you are running. There is no venue to seek justice against an unlawful contract if the government is in on it.

You should instead take a step back into reality and consider data misuse by normal non-government actors. Facebook claiming e2e encryption is a contractual matter, that you can litigate. That's where the actual protection is. That's also why real business demands not "unbreakable encryption" but reliable marker for access and tampering. It is much more useful to have a record of who accessed the data, than a claim that it's impossible.