HN user

lillecarl

2,382 karma

[ my public key: https://keybase.io/lillecarl; my proof: https://keybase.io/lillecarl/sigs/vazRMVO7dYbsnsBzJ3GQ-SF5_6eyZILMIVb-pt0V3LE ]

Posts6
Comments1,361
View on HN

We live on societies, switching from AC to DC because your low-power home appliances doesn't need AC makes no sense. Home power usage is dominated by heating and cooling not by your 45w laptop charger.

DC infrastucture makes sense in highly specialised environments.... Like new gigawatt AI farms

IMG_0416 (2024) 4 months ago

The models detecting touch has become better and the touch grid has become both higher resolution and more reliable.

Being able to detect the middle-point of a fat finger wasn't a 1.0 feature

Alcohol has fucked up more lives than any other drug in my sphere. People who have had their life fucked by drugs has mostly been because of inhumane government intervention.

// Sweden

You don't have this? In Sweden we have sensors to detect cars, pedestrians and bicycles to shift the lights as appropriate. During rush-hour those features are turned off/discarded in favor of "grid optimized" timings. In Netherlands they prioritize pedestrians and cyclists when it's raining.

We also have LED lights in our traffic lights which I've come to understand is a saftey hazard in USA because snow falls sometimes.

Yep, the Linux kernel comes to mind. There are niche alternatives but mostly everyone settles on Linux as their kernel because it's easier and allows moving faster forwards.

Do you think if Russia invades Sweden tomorrow, private businesses can still do whatever they want like in peacetime

Pretty much

or will they have to follow the new waartime rules set by the government and enforced by armed soldiers knocking on their door dragging them to court if they refuse to comply?

They'll be dragging them to court. We're a democracy, we don't just send soldiers after our own.

Luckily Sweden is not a dictatorship and doesn't have a supreme leder. Our government can't just hand-wave things. There's the legislative branch which must've had the foresight to make laws that allows the executive branch to order operators to comply.

The parent asked "Which technologically advanced democratic countries DON'T have this capability already developed and deployed?" and there are many, every country on earth isn't run by warmongering corrupt idiots.

I highly doubt the Swedish government has a way to turn off our internet. Our government doesn't own our internet infrastructure, it's owned by private companies. The government could impose legislation to force providers to comply with shutting down international peering but I have a hard time seeing it pass.

If you only expose SSH then you're fine, but if you're deploying a bunch of WebApps you might not want them accessible on the internet.

The few things I self host I keep out in the open. etcd, Kubernetes, Postgres, pgAdmin, Grafana and Keycloak but I can see why someone would want to hide inside a private network.

The trick is to use "shellcheck" on your bash scripts, it's an overly anal linter that'll keep you sharp, and it's 2026, everyone can script bash with AI :)

But yeah the syntax with [[, if fi, while stmt; do; done, "$@", case esac, "${!VAR}" and others makes me long for the day fish shell gets "euo pipefail" mode so I can stop writing bash or || true :)

Craziest thing: You can still script in bash/zsh even if you use fish but you can't always copy-paste from StackOverflow.

https://fishshell.com/ https://xon.sh/ https://www.nushell.sh/ https://elv.sh/

You're replying to someone that says POSIX shells are holding people back, not that the terminal is a bad idea, there are many alternative shells which offer benefits over POSIX shells. fish-shell has everything you want from an interactive shell included, xonsh is a mix Python shell, nushell and elvish are adding types and other things to shell.

The VT protocols that all shells have to confirm with are pretty dated and I'd love to throw them off the roof for something less stateful and with multiple font sizes but there's no arguing that text based interfaces are good.

Mitchell Hashimoto went on to create a new awesome terminal emulator, in a programming language he had not used (much) before. Sounds like a great way to stay entertained!

I like the idea of it, but Linux hardware support is still crap, and will get worse as ARM becomes more entrenched. Linux arguably has better compatibility than Windows, but it's nuanced as it depends on what devices you're interested in.

What boggles my mind is why Google hasn't gotten more serious about making Android a desktop OS. Google is seriously working on making Android a desktop OS, Android 16 is only the first steps towards it.

Yes there is the Chromebook, but ChromeOS is not a real desktop OS, it's a toy. ChromeOS is very much not a toy, it's pretty great if it can facilitate your work.

But then again that would require listening to customers and providing support, so nevermind Google has consistently provided good support for all their hardware products, listening to customers is not their cup of tea though.

Google is absolutely no saint, I don't like their business model, how they're closing more and more of Android, how they keep killing services, how GCP can nuke AI nuke you, that they "own" web standards, ... But they're not all bad, they've also contributed greatly to much of the web and surrounding technologies.

How uv got so fast 7 months ago

uv optimizes for the common usecase: You will install more packages than you will import new packages.