Viewing profile — athrun
athrun
HN member- Joined
- Wed, Feb 13, 2013, 3:54 PM UTC
- HN karma
- 658
- Public activity
- 187 items
- HN profile
- View on Hacker News ↗
About athrun
No profile information was provided.
Recent public activity
-
comment
Comment #47569902
In France, in absence of contrary indications (ie: absence of signs, traffic signals, or line markings), it's "Priority to the Right". So if it's an actual roundabout (aka, "rond-p…
-
comment
Comment #46251910
the big issue with this setup is that most streaming platforms won’t give you multi-channel audio via the browser on Linux systems. Some might also limit the video quality. On Wind…
-
comment
Comment #45014165
1. Even in regulated markets like Europe, you’ll note that it’s still a percentage of the transaction value, not a fixed cost. 2. In EU, while Interchange is regulated, Scheme fees…
-
comment
Comment #45009649
It's about provisioning for credit losses. Roughly speaking, when a transaction needs to be unwound, if the merchant cannot cover the reversal (for example, because it has defaulte…
-
comment
Comment #44753547
I think you're injecting your personal views into the definition, which don't align with the common meaning of the word. Here's the definition of the word taken from macOS's built-…
-
comment
Comment #44752974
Aside from the fact that the few policies they made explicit in their platform would actually be counter-productive to getting more supply (such as National-level rent freezes), th…
-
comment
Comment #44752888
Sounds like you're just applying somewhat arbitrary purity rules to what falls into the "leftist" bucket or not. I believe that for most people "leftists" means "on the left side o…
-
comment
Comment #44741295
Not bringing the language closer to Scala is a feature, not a bug though.
-
comment
Comment #44188660
I've also been trying (and mostly failing) to build such a setup over the last few weeks. What are you thinking in terms of the overall building blocks to get this to work? I've be…
-
comment
Comment #43979829
The Clever dripper and the Hario Switch are the two main ones I think, but then there's a lot of niche ones. The overall category is called "immersion dripper". My main concern is …
-
comment
Comment #43979671
I hear you on diners coffee and the fact that it feels like it a different beverage altogether. I also crave it from time to time. —do you have tips on how to actually brew it in a…
-
comment
Comment #43890737
Not OP but I think you're confused: GPL doesn't require source to be made publicly available to all. You are only required to provide source to the users of your software.
-
comment
Comment #43204378
Apple still does (CD is not required), it's called iTunes Match. It used to be standalone, but nowadays it's part of Apple Music.
-
comment
Comment #43190814
I feel this is where uv's PEP 723 support of inline dependencies in a single-file Python script shines. Just use something like this as a shebang, and you can have your cake and ea…
-
comment
Comment #43098184
Pinning deps is a good thing, but it won't necessarily solve the issue of transitive dependencies (ie: the dependencies of requests itself for example), which will not be pinned th…
-
comment
Comment #43097538
Gosh, thanks for sharing! This is the remaining piece I felt I was missing.
-
comment
Comment #43009373
Thanks for sharing your experience, and what you have found to work. Sometimes I feel we (fellow HN readers) get caught into overly complex rabbit holes, so it's good to balance it…
-
comment
Comment #42678362
> sudo apt-get install python3.10 python3.11 python3.12 This assumes the Python version you need is available from your package manager's repo. This won't work if you want a Python…
-
comment
Comment #42232253
The real world is a complicated place. You want simple answers when reality is complicated and nuanced. The fact is that there are—and have always been—people for which these thing…
-
comment
Comment #42170032
I have the same setup and what works for me is putting the phone into Supervised mode using the Apple Configurator. From there, you can enable single app mode to lock it into the a…
-
comment
Comment #41703634
Has it really though? https://www.pewresearch.org/journalism/fact-sheet/cable-news...
-
comment
Comment #41387640
I was thinking of doing the same but IR control only allows for unidirectional communication with the unit. Since there's no feedback mechanism, how do you solve for when the state…
-
comment
Comment #41242646
The announcement post from Fastmail does a good job at listing the advantages of Passkeys over passwords: replay resistant, database-leak resistant and fishing proof.
-
comment
Comment #41135433
I'm not sure I agree relentless cynicism is productive. Skepticism yes, that's very healthy. But unchecked cynicism tends to result in a general lack of trust that is not very cond…
-
comment
Comment #40818546
the firewall question is interesting. I guess I understand their perspective: If nothing is listening/running then what’s the point of the firewall? The system is immutable so the …