HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bouke

1,102 karmajoined il y a 13 ans
[email protected]

comments

bouke
·il y a 6 jours·discuss
Or another bug seen in the wild: the image rotates opposite to the button’s icon label.
bouke
·il y a 29 jours·discuss
That would be Max Howell @mxcl who started Homebrew: https://x.com/mxcl/status/608682016205344768
bouke
·le mois dernier·discuss
Yep. I get anxious when Safari starts to offer a new password for an existing account. Having access to previous passwords would be such great UX, but no, no such thing.
bouke
·le mois dernier·discuss
Lack of funding, postponement of maintenance, degraded infrastructure. And now too much bureaucracy to get it fixed.
bouke
·il y a 2 mois·discuss
Yeah big surprise that the populist government didn’t achieve anything and rolled back green initiatives. Good thing that they fell, sad that it took so long.
bouke
·il y a 2 mois·discuss
See also: https://news.ycombinator.com/item?id=47954655
bouke
·il y a 4 mois·discuss
This! And to make matters worse is the header is removed from the document flow, causing the content to jump up when scrolling down. And if you then scroll up to try to read the content that jumped out of the viewport, the stupid header is injected back into the flow causing the content to jump down again. Sigh.
bouke
·il y a 4 mois·discuss
It never really worked well in Rider, but I really wanted to use it more. Such a great tool to do some (remote) pair programming and perform a shared debugging session.
bouke
·il y a 4 mois·discuss
I've read through the agent investigation of Codex on macOS. It looks like the default sandbox is pretty limited, however it doesn't match my experience:

- I asked the agent to change my global git username, Codex asked my permission to execute `git config --global user.name "Botje"` and after I granted permission, it was able to change this global configuration.

- I asked it to list my home directory and it was able to (this time without Codex asking for permission).
bouke
·il y a 4 mois·discuss
I'm curious about what updates will get pushed through that channel. Is it just RTM updates, or will it also include beta updates? It's currently offering 15.7.5 through that channel.
bouke
·il y a 4 mois·discuss
(2025)
bouke
·il y a 5 mois·discuss
Same with macOS. I'm sticking with Sequoia, but don't know what to do if macOS 27 turns out to be just as ugly as Tahoe.
bouke
·il y a 5 mois·discuss
Same. I have both NL + EN configured languages on my keyboard and I couldn't reproduce it with either NL/EN and EN/NL. In the video you can see they have 4 keyboards configured. It would be helpful to know which keyboard they are using.
bouke
·il y a 6 mois·discuss
AnsaldoBreda did also manufacture the Fyra trains for the short-lived high-speed trains here in The Netherlands. After three trains lost parts in the first month, it was banned from operations. https://en.wikipedia.org/wiki/Fyra
bouke
·il y a 8 mois·discuss
See the docs[1] where it mentions that 10 is supported, but not available in the built-in Ubuntu feed. It however is/should become available in the backports feed.

To make matters even more interesting the GitHub / Azure DevOps CI agent image Ubuntu 24.04 doesn't provide .NET 9, whereas 22.04 does[2]. .NET 10 appears to become available in both though[3].

[1]: https://learn.microsoft.com/en-gb/dotnet/core/install/linux-... [2]: https://github.com/actions/runner-images/issues/12697 [3]: https://github.com/actions/runner-images/pull/13295
bouke
·il y a 9 mois·discuss
~No it sadly doesn’t, so the double meaning will be lost in translation. If the lock depicted a pussy it would’ve worked though.~

After going over https://nl.wikipedia.org/wiki/Seksuele_volkstaal_en_eufemism... it seems that “bever” is apparently also used as euphemism. As is “floppy drive” TIL!
bouke
·il y a 9 mois·discuss
The Dutch translation is NSFW though as it translates “beaver” as suggested.
bouke
·il y a 10 mois·discuss
Why is it that only App Store apps are sandboxed? I would like to sandbox most of the apps I’m running. No app needs a blanket slate to access my files. Sure there’s some of the permissions, but they aren’t granular enough.
bouke
·il y a 10 mois·discuss
It is not, that’s the whole point of the blog post this one follows up on.
bouke
·il y a 5 ans·discuss
Your post resonates with me, but I dread the yaml configuration. I find it very hard to discover available settings and every module seems to have a slightly different file layout. I’m not a fan of needing the GUI for configuration either.

The constant work to keep things updated is a hassle, requiring python upgrades unavailable in the raspbian distro meaning slow compiles from source (which somehow fails on 3.9 and requires dropping to 3.8).

I would be very happy with something that just works, without constantly needing fiddling and handholding.