HN user

rootlocus

3,168 karma
Posts22
Comments1,102
View on HN
www.nytimes.com 6mo ago

Machado Presents Trump with Her Nobel Peace Prize Medal

rootlocus
3pts1
github.com 4y ago

Microsoft PowerToys

rootlocus
3pts0
slack.engineering 8y ago

Taking PHP Seriously

rootlocus
4pts4
www.youtube.com 8y ago

How This Guy Folds and Flies World Record Paper Airplanes

rootlocus
2pts0
www.cnbc.com 8y ago

A Bitcoin conference has stopped taking Bitcoin payments

rootlocus
2pts0
isocpp.github.io 8y ago

C++ Core Guidelines

rootlocus
3pts0
www.bbc.com 9y ago

Trump makes major change to US climate change narrative

rootlocus
2pts0
protonmail.com 9y ago

ProtonMail: Secure Email Based in Switzerland

rootlocus
2pts0
code.facebook.com 9y ago

Introducing Backpack: Our second-generation modular open switch

rootlocus
3pts0
www.seeedstudio.com 9y ago

Arduboy – Open Source Card-Sized Gaming Board

rootlocus
71pts25
arstechnica.com 9y ago

Oculus workaround to play on HTC Vive rendered inoperable by app update

rootlocus
1pts0
news.ycombinator.com 10y ago

Ask HN: How do I improve my memory?

rootlocus
3pts2
www.youtube.com 10y ago

Primitive Technology

rootlocus
1pts0
gist.github.com 10y ago

C++ is a hack

rootlocus
49pts86
www.slate.com 10y ago

Worst Terrorist Ever Blows Self Sideways Out of Plane Without Killing Anyone

rootlocus
1pts0
www.mcsweeneys.net 10y ago

Eight excuses i have told my son to use for his failure to hand in homework

rootlocus
16pts0
firstbuild.com 10y ago

ChillHub: Fridge powered by ubuntu

rootlocus
1pts0
arstechnica.com 10y ago

Scientists build single-molecule transistor gated with individual atoms

rootlocus
1pts0
www.slate.com 11y ago

Here Are All the Different Genders You Can Be on Facebook

rootlocus
1pts0
tools.ietf.org 11y ago

RFC-1149: A Standard for the Transmission of IP Datagrams on Avian Carriers

rootlocus
1pts0
mars.nasa.gov 11y ago

NASA: Send your name to Mars

rootlocus
1pts0
sites.google.com 12y ago

Competitive Programming Books

rootlocus
4pts0

As someone with very little knowledge of economics, I played with the idea of writing a kind of wealth simulator, where money acts as voltage and keeps the economy running. It would allow you to eliminate jobs and replace them with AI and see how the circuit starves population groups which in turn cascade to other segments of the economy.

I never got to design a good representation of the entire ecosystem to simulate (external pressure, debt, military and technological advancements, international soft power, etc.).

Im constantly surprised by the disk size required by rust builds. It takes over 50G to compile zed IIRC.

This is exactly how I feel about performance. Unrelated to any programming language, including my own optimizations. The higher the speedup the more we cheer, however most optimizations aren't clever techniques. They're just someone using a profiler to find "huh, radiator fluid shouldn't go in the fuel tank".

Most performance bottlenecks aren't inherent limitations of the hardware or the problem. There's some minimum amount of effort required to get the result, but that's never the reason why the application doesn't perform well. It's always the cruft we add on top.

If someone was wrong, I wanted them to know it, and I wanted them to know exactly why. I collected counterarguments the way I collected patches. I believed that if I just laid out the logic clearly enough, the other person would have no choice but to come around. Truth would win.

This is probably how flat earthers think. If you engage in arguments without being prepared to be proven wrong, and you're hoping people to accept your argument as truth instead of both of you arriving at the truth together, you're not debating, you're being eristic (which is a fancy word I just found).

And they still find ways to drink themselves to alcohol induced comas. There's no real substitute for education and parental nurturing only best effort band-aid solutions. Children with problems at home are more likely to be targeted by bullies or child predators.

I'm not saying the government shouldn't do anything, they should and it should probably involve legislature around social media that positively affects adults as well. But raising a child, teaching it what's dangerous and what's safe and developing a relationship of trust so you're aware when there's danger lurking, that's a parent's job. No amount of legislation will help neglected children. They're tiny, curious, ingenious humans who will find ways to get what they want.

Show HN: Zanagrams 23 days ago

I would try to generate puzzles that don't involve plurals at all.

It happened twice that the word I missed was the plural of a word I already found. After finding a word I don't follow it again so finding the plural happened by accident twice, and it felt cheap.

LLMs can be described as "hardcoded weights for generating the next token". All code is "hardcoded".

I think AI for game NPCs is perfectly valid terminology. The actor senses the surroundings and makes decisions to achieve its goals within the constraints and events of the environment.

Ginger Bill, the Odin language developer, is openly hostile against package managers (he wrote a post called "Package Managers Are Evil") so he maintains his own wrappers of popular C libraries in vendor folder next to the compiler. That doesn't sound like a healthy ecosystem to me.

I think zig is also highly opinionated but it always seemed to me that Andrew started from solid pillars and made an excellent job of carefully considering each feature that was added to the language:

- No hidden control flow.

- No hidden memory allocations.

- No preprocessor, no macros.

Odin on the other hand is just some developer's personal taste marketed as "Programming Done Right". So, if you disagree with any choice Bill made, you're not doing programming right.

    Q: Will this help me get hired?
    A: Having connected apps on your LinkedIn profile is extra proof of your practical experience with leading tools. While connected apps make your expertise visible, they are just one part of your profile. Think of it as a way to let your tooling speak for itself.
From wikipedia: "A rat race is a metaphor used to describe an endless, self-defeating, or pointless pursuit. [...] The term is also commonly associated with an exhausting, repetitive lifestyle that leaves no time for relaxation or enjoyment."

To be fair, game developers have been rendering text on the GPU for over two decades. I've done it in college a decade ago with bmfont [1] (nowadays the engine does rasterization during import). Whoever thought was making a case with "outputting text to a terminal emulator is a PhD level problem" was really out of their depth and was making a case for unnecessary inefficiencies. Kudos to Casey for proving a point.

1. https://www.angelcode.com/products/bmfont/

Git LFS has file locking, and no VCS can provide you with the tools for diffing binary assets. I don't see any meaningful difference between Perforce, Diversion or Lore and git + LFS + file locking. Unless there's a meaningful performance impact for large projects (I only work on small / medium projects), the capabilities are the same. However, I get excellent git support for code in any editor, as opposed to Diversion or Lore which have none.

there is more restriction than ever of the distribution of information.

There's an endless source of information if you look for it. Just because social media doesn't stuff them in your face doesn't mean they're censored.

On the other hand, you can shove proof in people's faces and they'll still find reasons to argue against it. Information availability is not the problem. It's more energy consuming to search and filter information so people largely avoid doing it.

There's a trope in movies where the antagonist is secretly recorded and broadcast so regular people finally see the truth and wake up. I've seen journalists risking their carriers to expose corruption only for people to shrug and look the other way.

In my experience it doesn't take anything that ample to encourage far right extremism. It's enough to point at an existing problem and a convincing scapegoat. It works today not eventually and it works regardless of any reason or reality.

It's true though that multiple problems mean multiple propaganda seeds.

What's the deal with all these projects spiking thousands of stars in a few days? I find it hard to believe people are just flocking to random obscure niche projects and starring them instead of just... vibe coding their own projects.

You also need to scrape huge amounts of data with no regard for copyright which is:

1. No longer possible the same way it was for openai and anthropic and

2. Much more regulated in the EU

Also the EU would need state backing since we don't have the same private capital, meaning the regulations are even tighter.