Hacker Newsnew | past | comments | ask | show | jobs | submit | keybored's commentslogin

Owning hardware is great. But I get the impression that some people view owning petty hardware as some liberty panacea.

You might have a DVD collection, ten external drives, three laptops, and a workstration. You may still for all intents and purposes be wholly dependent on cloud computing, say, because that it is the only practical way to run whatever AI-driven software three years from now.

Edit: That’s an example. It goes beyond AI. and...:

Liberty goes beyond that.


I disagree. There is in fact a non-zero chance that we will get good enough models that are MOE optimized for desktop size hardware that can do a lot of the same things as the SOTA models. Im certainly crossing my fingers that the open-weights models continue improving. Engram from Deepseek for instance seems very interesting for a compute to memory offloading perspective.

https://www.reddit.com/r/LocalLLaMA/comments/1s0czc4/round_2...


> > If you worked on Instagram for Kids or whale optimization, fuck off.

> > I don't personally have an issue with folks who worked on weapons of war.

Makes sense.


The number one most proximate enemy to a regular person is their local/national elite and their sycophants/enablers.

How easy this is to comprehend when Iran is killing protesters.


> I don't have a solution,

Just try to entertain any alternatives. Any at all.

There could be public option to opt-in to have your specific “personal liberties” curtailed, like for alcohol. Doesn’t affect you at all. Completely opt-in. Only for those who want it.

No solutions? Or no corporate-backed solutions?

https://news.ycombinator.com/item?id=47532954


HN has a 10X persona bias. (A bias. There are many personalities etc.) In turn one of the recurring memes is the AI-enabled Senior Developer who gets superpowers based on their experience. The junior developer, curiously, does not get superpowers, because they just lean on the machines and learn nothing. But the senior developer by the power of pre-AI experience (doing stuff) gets wings to fly with.

Regular people are just, I don’t know, I guess they are token whales waiting to get washed ashore.

Born just in the right time to both get experience doing stuff and also to experience wearing their wings. It’s that simple.

That’s the biggest thing for HN folks to at least be aware of.


Yeah. The difference is that I have managed to quit nicotine.

Clearly those two things are not the same.


> I just wish for once one of these egomaniacal billionaires would actually put all their efforts and resources into solving climate change or ending world hunger.

I don’t. That presupposes that they have anything to contribute to begin with.

Their wealth beyond some millions (edit: being generous) is built on exploitation. That’s not necessarily a transferrable... skill.


Why is it that these philosophical ideas about supposed personal freedom again and again make an appearance when it’s about the freedom of corporations? It’s always that. Either that or with the Free User pushed infront of them like a shield.

The person you’re replying to is saying that you can do everything outside of tracking issues, running CI, ... without a remote. Like all Git operations that are not about collaboration. (but there is always email)

Maybe a hard blocker if you are pair programming or collaborating every minute. Not really if you just have one hour to program solo.


> We’ve all been there.

Close tab.

I ought to migrate away from shell scripting and just keep the shell for interactive use. Unfortunately I have cursed myself by getting competent-ish with P. shell and Bash scripting. Meaning I end up creating maintenance headaches for my future self.

(Echoes of future self: ... so I asked an LLM to migrate my shell scripts to Rust and)

Anyway with the interactive shell stuff. Yeah the I guess Readline features are great. And beyond that I can use the shortcut to open the current line in an editor and get that last mile of interactivity when I want it. I don’t really think I need more than that?

I tried Vim mode in Bash but there didn’t seem to be a mode indicator anywhere. So dropped that.

Edit: I just tested in my Starship.rs terminal: `set -o vi`. Then I got mode indicators. Just with a little lag.


I struggle with this all the time. It's easy to start with some shell commands, and nothing beats the direct terminal running nature of a shell script. But at some point you get to where you need to do things shell isn't good at, and the cost of maintaining that part can put weight the ease of direct terminal access. Especially if you then throw in the need to make your solution runnable on a lot of systems, you now have a problem with compatibility and possibly environment setup. On top of that, if you're really experienced and good with shell, the bar for "this is difficult" in shell gets further and further away, even if it's hard for someone else to maintain.

I've been investigating alternative options with bring-your-own-tool for this situation at $JOB, mostly making use of shebangs to trigger environment setup from self-contained utilities packaged with the scripts, and there are some promising options. Things like `uv` to setup a self-contained one-off python venv automatically so you can write in Python instead, possibly with one of the packages that helps with the many subcommands footguns, or to write `xonsh` if you want something more shell script leaning but with Python power. Or you can alternatively go with a language agnostic solution and use shebang triggered `nix-portable` to construct a whole isolated custom environment automatically from a flake.nix and run whatever tools and mishmash of languages you want.


You can use `set vi-ins-mode-string` and `set vi-cmd-mode-string` in .inputrc to get indicators in readline, and you can add them to your prompt with a bit more work: https://superuser.com/questions/1466222/move-vi-mode-string-...

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: