HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jgb1984

no profile record

comments

jgb1984
·5 tháng trước·discuss
The title could've been shorter: don't use passkeys. Period.
jgb1984
·5 tháng trước·discuss
Numbers from Denmark and the Netherlands (the only two European countries where it's allowed to gather such statistics) show that non-EU immigration is a net cost to the society (and economy). In the Netherlands a non-western asylumseeker comes to about 800.000 € to 1.300.000 € net cost to the state over the persons lifetime, depending on what you take into account. And that's purely the financial part, we're not even talking about the increase in crime and the ghettoisation of most western European cities. It's a tragedy, for everyone involved (because most 2nd and 3rd generation non-western immigrants still live a life of poverty in Belgium/Netherlands).
jgb1984
·5 tháng trước·discuss
I like claude models, but crush and opencode are miles ahead of claude code. It's a pity anthropic forces us to use inferior tooling (I'm on a "team" plan from work). I can use an API key instead but then I'll blow past 25$ in an hour.
jgb1984
·6 tháng trước·discuss
[flagged]
jgb1984
·6 tháng trước·discuss
For me wayland offers only downsides, without any upsides. I feel the general idea behind it (pushing all complexity and work onto other layers) is broken. I'll stick to xorg and openbox for many years to come.
jgb1984
·7 tháng trước·discuss
Based on my experiments with anthropic, openai and gemini, your codebase must be an unsalvageable nightmare by now.
jgb1984
·7 tháng trước·discuss
I sure hope another winter is on the way, the LLM hype wagon is beyond exhausting.
jgb1984
·8 tháng trước·discuss
Debian: The Universal Operating System, same as the past 25 years.
jgb1984
·8 tháng trước·discuss
I did some digging in the issues and PR's of pre-commit, the guy seems to be a major douche. Too bad, because uv is amazing. Might look at an alternative to pre-commit in the future.
jgb1984
·8 tháng trước·discuss
You're falling into the false dichotomy that always comes up with these topics: as if the choice is between the cloud and renting rack space while applying your own thermal paste on the CPUs. In reality, for most people, renting dedicated servers is the goldilocks solution (not colocation with your own hardware). You get an incredible amount of power for a very reasonable price, but you don't need to drive to a datacenter to swap out a faulty PSU, the on site engineers take care of that for you. I ordered an extra server today from Hetzner. It was available 90 seconds afterwards. Using their installer I had Ubuntu 24.04 LTS up and running, and with some Ansible playbooks to finish configuration, all in all from the moment of ordering to fully operational was about 10 minutes tops. If I no longer need the server I just cancel it, the billing is per hour these days.

Bang for the buck is unmatched, and none of the endless layers of cloud abstraction getting in the way. A fixed price, predictable, unlimited bandwidth, blazing fast performance. Just you and the server, as it's meant to be. I find it a blissful way to work.
jgb1984
·9 tháng trước·discuss
I don't use AI. Problem solved. The software I make will be better off in the long term.
jgb1984
·10 tháng trước·discuss
There is nothing python-2 about my python-3 dynamically typed code. I'm pretty confident a majority of new python code is still being written without type hints.

Hell, python type annotations were only introduced in python 3.5, the language was 24 years old by then! So no, the way I write python is the way it was meant to be, type hints are the gadget that was bolted on when the language was already fully matured, it's pretty ridiculous painting code without type hints as unpythonic, that's the world upside down.

If I wanted to write very verbose typed code I would switch to Go or Rust. My python stays nimble, clean and extremely readable, without type hints.
jgb1984
·10 tháng trước·discuss
Couldn't agree more! I've been using Python for almost 20 years, my whole career is built on it, and I never missed typing. Code with type hints is so verbose and unpythonic, making it much harder to read. Quite an annoying evolution.
jgb1984
·10 tháng trước·discuss
I was using autojump for years (on debian) until I lost my jump history several times in the past few months. Turns out it's a known race condition bug fixed in a newer version:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110899

Migrated to zoxide instead, seems to work fine! Only need to get used to using z instead of j, muscle memory hard to adjust, might set an alias :)
jgb1984
·10 tháng trước·discuss
I've been using Nvidia gpus exclusively on debian linux for the past 20 years, using the binary Nvidia drivers. Rock solid stability and excellent performance. I don't care for Wayland as I plan to stay on Xorg + Openbox for as long as I can.