Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Narushia
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Narushia
1mo ago
I was able to install it on Fedora from the .rpm distributed on their GitHub releases: https://github.com/docker/sbx-releases/releases
2.
▲
by
Narushia
2mo ago
The .container units get the job done, but if you want to manage a stack of containers and are familiar with Kubernetes, or just like YAML, I recommend using the .kube units instead.[1] [1]: https://docs.podman.io/en/st
3.
▲
by
Narushia
3mo ago
The archive.ph link gives me a looping CAPTCHA…
4.
▲
by
Narushia
5mo ago
That's probably why they qualified it with 'almost'.
5.
▲
by
Narushia
6mo ago
Obviously. Now think of the wants and workflows of your average user and is starts to make sense.
6.
▲
by
Narushia
6mo ago
Never expected someone to call GNOME straight up ugly. IMO it's currently the most stylish DE out there by far (comparing to the default look of other DEs). Opinions, huh.
7.
▲
by
Narushia
6mo ago
Thank you so much for replying! Seems promising, I will take a closer look. I'm definitely looking forward to possibly buying a Graphene-powered Motorola phone in the future.
8.
▲
by
Narushia
7mo ago
Not possible in Finland. :( I'm using the one bank (OP) that used to allow rooted devices to use their app, but even they eventually blocked it via SafetyNet.
9.
▲
by
Narushia
7mo ago
I agree that the features should ideally be provided by the base system so that the user does not have to "hack them in" with root-powered apps. But the reality is that most Android "distros" simply do not support the fe
10.
▲
by
Narushia
8mo ago
Happy Year of the Horse!
11.
▲
by
Narushia
9mo ago
Isn't what you're describing solved by `uv tool install`?
12.
▲
by
Narushia
9mo ago
It's Redacted.sh, a.k.a. RED. They have around three million torrents. But like What.CD, Redacted.sh is a private tracker, so you can't just jump in and see the content.
13.
▲
by
Narushia
9mo ago
My additional recommendations: 1. You don't need a separate browser extension for blocking cookie notices, Ublock Origin can do that just fine. You just need to enable the cookie notice filters in the settings (they are disabled by def
14.
▲
by
Narushia
10mo ago
I'd be surprised if it did, there's no technical reason to require those. Also, SafetyNet is deprecated in favor of Play Integrity, so you're not likely to see the former in any new apps/services.
15.
▲
by
Narushia
11mo ago
> it’s nothing like dreaming. That's interesting. When I close my eyes and imagine "seeing" things, I would actually describe it as pretty much exactly like the sensation I have when I "see" stuff in dreams. To
16.
▲
by
Narushia
11mo ago
uv has played well with Docker in my experience, from dev containers to CI/CD to production image builds. Would be interested to hear what is not working for you. The uv docs even have a whole page dedicated to Docker; you should defin
17.
▲
by
Narushia
11mo ago
> Any good solutions for passing secrets around that don't involve environment variables or regular plain text files? Honestly, my answer is still systemd-creds. It's easy to use and avoids the problem that plain environment va
18.
▲
by
Narushia
1y ago
Interesting, the readme for that library says that NFSv4 is supported. So that likely means that VLC is doing something wrong on their side, because only NFSv3 works?
19.
▲
by
Narushia
1y ago
Yes, that's what at least the `nfs-server` service on Fedora does by default. And VLC also supports v3 on Android… maybe they use the same implementation as Kodi behind the scenes? It's weird the v4 support is so spotty still, eve
20.
▲
by
Narushia
1y ago
Would be cool if this also had a `retry` sub-command, for running any commands with an exponential backoff retry logic. Similar to these Rust tools: https://github.com/demoray/retry-cli https://github.com&#x
21.
▲
by
Narushia
1y ago
NFS v4.2. Easy to set up if you don't need authentication. Very good throughput, at least so long as your network gear isn't the bottleneck. I think it's the best choice if your clients are Linux or similar. The only bummer f
22.
▲
by
Narushia
1y ago
I looked into this a while ago and was surprised to find that no file explorer on Android seems to support it[1]. However, I did notice that VLC for Android does support it, though unfortunately only NFSv3. I was at least able to watch so
23.
▲
by
Narushia
1y ago
I think they can get away with the "close enough" solutions since Python's type annotations don't have any runtime contracts by default. Might be off-putting to people who are more familiar with statically typed language
24.
▲
by
Narushia
1y ago
By default, Mypy warns you if try to reassign a method of any object[1]. It will also warn you when you access non-existent attributes[2]. So if you have a variable typed as `object`, the only attributes you can manipulate without the typ
25.
▲
by
Narushia
1y ago
That's what I use it for. If you type something as `object`, static type checkers can just narrow down the exact typing later.
26.
▲
by
Narushia
1y ago
I disagree with `Optional`. It can cause confusion in function signatures, since an argument typed as "optional" might still be required if there is no default value. Basically I think the name is bad, it should be `Nullable` or
27.
▲
by
Narushia
1y ago
I think I got softlocked, I dropped from the top of a factory building into an area where I'm just stuck lol.
28.
▲
by
Narushia
1y ago
Vte is GTK-only, while libghostty aims to be cross-platform.
29.
▲
by
Narushia
1y ago
I guess the line might feel fuzzy to some people, since nowadays many tools bundle both linting and formatting. And with modern IDE integrations, you might not even run them explicitly — the editor just does both automatically in one go.
30.
▲
by
Narushia
1y ago
> Great, if downloading a Linux distro to run sed sounds reasonable. There's a reason why distroless images exist. :)
More ›