Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gawa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
gawa
2mo ago
Ooh, I didn't know the creator of htmx was also the author of the Grug Brained Developer! [0][1] TIL. Thanks! Now all the Grug references in the shop make sense, as well as the wisdom and overall vibe of the htmx project :) [0] https:
2.
▲
by
gawa
2mo ago
A limitation with this setup is you can't let your agent/Linux user run containers with docker. Adding a user to the `docker` group effectively grants the user full root privileges [1], so the secure way is to setup docker in roo
3.
▲
by
gawa
3mo ago
You just made me realize why I've always considered 'chore' the most ambiguous type. In addition to being loosely defined ("transparent change with zero functionnal impact"?), this one is indeed a word related to em
4.
▲
by
gawa
5mo ago
Some alternative forge are built with decentralization in mind: - forgejo [1] is working on ForgeFed [2], an extension of ActivityPub (the protocol made popular by Mastodon) - tangled is built on top of ATproto (the protocol behind Bluesky)
5.
▲
by
gawa
5mo ago
And to go one step further, for achieving a profile-per-firefox-window workflow, I suggest to have a look at the underrated extension Sticky Window Containers [0] While far from being perfect, I find it good enough for keeping things separa
6.
▲
by
gawa
5mo ago
How did you disable adaptive thinking for your experiment? In the documentation of claude code [0] it says: > Opus 4.7 always uses adaptive reasoning. The fixed thinking budget mode and CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING do not apply
7.
▲
by
gawa
6mo ago
The part about permissions with settings.json [0] is laughable. Are we really supposed to list all potential variations of harmful commands? In addition to the `Bash(cat ./.env)`, we would also need to add `Bash(cat .env)`, Bash(tail .
8.
▲
by
gawa
1y ago
The webcomics is awful. It feels off, the characters look very fake, unsettling in the way they communicate. The prompt is shown bellow the image, but for me the result looks closer to a prompt "Create lifeless characters reciting mark
9.
▲
by
gawa
1y ago
Because the strategy of changing brand after a scandal works so well, it's good to add some precision here, for those who may not know: Facebook changed its name to Meta after a huge public backlash, the Cambridge Analytica scandal [0]
10.
▲
by
gawa
1y ago
> This is why I avoid using non-official actions where possible and always set a version for the action. Those are good practices. I would add that pinning the version (tag) is not enough, as we learnt with the tj-actions/changed-fi
11.
▲
by
gawa
1y ago
> which GitHub goes to extents to document GitHub Actions policies as applying to `uses:` clauses If it were phrased like this then you would be right. The docs would give a false sense of security, would be misleading. So I went to chec
12.
▲
by
gawa
1y ago
That's what I understood as well. Also, the author mentions: > The installation succeeded, but the system would panic during boot. *Bhyve is more of a niche thing and not among the hypervisors supported by NetBSD*, [...] I am guessi
13.
▲
by
gawa
1y ago
The author wrote another blog post "Geoblocking the UK with Debian & Nginx"[0]. It's a short tutorial to do exactly as the title says, so it looks like the author did apply this configuration and intentionally want to geo
14.
▲
by
gawa
1y ago
With aider and Gemini Pro 2.5 at least I constantly have to fight against it to keep it focused on a small task. It keeps editing other parts of the file, doing small "improvements" and "optimizations" and commenting her
15.
▲
by
gawa
2y ago
Regarding A, I found this blogpost from 2020 interesting to get some sense of scale : https://drewdevault.com/2020/03/18/Reckless-limitless-scope.... As for C, the "suitable" subset really depends w
16.
▲
by
gawa
2y ago
> eza: A replacement for ls that's git aware I've been using eza (and exa before it) for a long time, but only for the pretty and colored output. I didn't even know about the git support! I now added the --git flag to my a
17.
▲
by
gawa
2y ago
In the desktop-centric organization, many people also have 1 app per workspace most of the time (I think). In a tiling WM, the app will take the full screen estate if it's alone there, so it's also maximized. The difference with a
18.
▲
by
gawa
2y ago
I also think the taskbar showing only icons is confusing when we have the same app opened multiple time. I have a similar organization as you for work: a Firefox window on desktop 10 for Calendar, Mail, another on desktop 9 for company Chat
19.
▲
by
gawa
2y ago
I'm aware. I think I tried. At the time (silverblue 26) they recommended to use a firefox installed as rpm (actually, the GUI was offering both flatpak and RPM for some packages, and "RPM" meant it used rpm-ostree under the h
20.
▲
by
gawa
2y ago
I like that they went from Ubuntu to Debian as the base OS. I assume they target Debian Sid (the unstable flavor of Debian) because they can compensate for the instability with the immutability provided by ABroot. Or is it simply because th
21.
▲
by
gawa
2y ago
It looks like you can do it that way according to the docs [0] : > abroot pkg add PACKAGE_NAME Not sure what it does exactly under the hood. I'm not sure it persists after an upgrade. In the release announcement blog post they also
22.
▲
by
gawa
2y ago
Yes, swarm is not deprecated. I haven't used it myself yet, but I read elsewhere that swarm offers an easy way to manage secrets with containers. Some people run their 1 container in a swarm cluster with 1 node just for this feature. I
23.
▲
by
gawa
2y ago
Interesting opinion. I think it would be so much less confusing to have only one menu. The easiest for power-users and newcomers alike would be to put on the top of this unique right-click menu the folder-level options (create new folder, o
24.
▲
by
gawa
2y ago
Yes, sure. Although if multiple files or folders are selected, it's probably easier to just press the Escape key once instead of searching for each selected objects in the folder to unselect them one by one. What I was looking for was
25.
▲
by
gawa
2y ago
I always had the same issue, even with the file explorer that I'm using currently (Thunar, XFCE's file browser). I never really looked for a solution, I kept changing the view (go from list view to to icons view) in order to find
26.
▲
by
gawa
2y ago
It also works only with iptables. And because it's from 2012, it's watching the file /var/log/kern.log [0], which was a simple way to monitor for incoming packets in 2012, but will not work anymore with systemd base
27.
▲
by
gawa
2y ago
The docs mentions: > The control API is the single source of truth about Unit’s configuration. There are no configuration files that can or should be manipulated; this is a deliberate design choice ( https://unit.nginx.org/
28.
▲
by
gawa
2y ago
Are you saying you're using a debian VM on your Mac as a daily driver? Running i3wm and Firefox and ultimately living in Linux, but on your Mac? Does that mean you never have to use MacOS much (beside upgrading the host mac OS, and lau
29.
▲
by
gawa
2y ago
Excellent summary of the events, with all the links in one place. This is the perfect resource for anyone who want to catch up, and also to learn about how such things (especially social engineering) unfold in the wild, out in the open. One
30.
▲
by
gawa
3y ago
To add more context: German car manufacturers have a bigger market share in China (especially compared to other Europeans brands). They depend on China, especially VW which invest a lot there. China already threatens to retaliate with punit
More ›