Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zanecodes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
zanecodes
6d ago
Android's permission system conflates the Bluetooth scanning permission with the "Fine location" permission, because in theory any app that can enumerate nearby Bluetooth devices (including things like nearby Bluetooth Low En
2.
▲
by
zanecodes
1mo ago
Interesting, I didn't know that! I suppose I could edit my post accordingly, maybe a better example would be "the pharmacy won't let me get a refill until the date written on my prescription: Wednesday, August 12th 2026"
3.
▲
by
zanecodes
1mo ago
Dealing with dates becomes much simpler conceptually when you realize that you are actually dealing with two different ideas masquerading as one: dates, and the actual instants in time which they name. Instants in time can only be unambiguo
4.
▲
by
zanecodes
2mo ago
Docker has made this much much easier than it used to be, and the ease of publishing images has led to many SaaS companies providing "dockerized" versions of their services. I write a lot of Terraform to manage internal infrastruc
5.
▲
by
zanecodes
2mo ago
Not to mention indirectly subsidised by ignoring the externalities imposed on the health of ourselves and our environment.
6.
▲
by
zanecodes
2mo ago
Fossil fuel being heavily subsidised kind of undermines both of your points.
7.
▲
by
zanecodes
2mo ago
Sometimes you're using git in a context where you don't control the filenames, or where a potential attacker could influence or fully control them, at which point edge cases like this can easily turn into exploits. I also chafe wh
8.
▲
by
zanecodes
2mo ago
Poob has it for you.
9.
▲
by
zanecodes
2mo ago
I doubt you need an LLM for that, a diffusion model or perhaps even a deep CNN could probably do a passable job. You could train it by taking consecutive triplets of images [A, B, C] and providing [A, C] as inputs with B as the expected out
10.
▲
by
zanecodes
2mo ago
My equally uninformed guess is that the presence of six empty boxes communicates that the code entered must be exactly six digits long in a way that a generic text input doesn't. It clearly delineates the digits which makes it easy to
11.
▲
by
zanecodes
3mo ago
So I don't have to spend 10-15 minutes saving all my open files (including the scratchpad ones I haven't named) and then later reopening all my applications, recreating all of my tmux windows and panes, setting up my vim splits an
12.
▲
by
zanecodes
4mo ago
Not that it detracts from your point, but PowerShell defined Linux-like aliases for PowerShell commands, not the old CMD.exe binaries. So ls would actually match the behavior and accept the flags for Get-ChildItem, not dir.
13.
▲
by
zanecodes
4mo ago
If only there were some kind of third party we could all collectively agree to delegate enforcement of cooperation to...
14.
▲
by
zanecodes
6mo ago
>MinIO I have some bad news for you: https://news.ycombinator.com/item?id=47000041
15.
▲
by
zanecodes
7mo ago
I'm pretty sure that if you need ubiquitous surveillance to ensure that your citizens don't commit crimes, you don't have a high-trust society, by definition.
16.
▲
by
zanecodes
7mo ago
Ah yeah, I guess I assumed by the use of the term "contructor" that GP meant a language like Python or Java, and in some cases it can difficult to prevent misuse by making an unsafe constructor private and only providing a public
17.
▲
by
zanecodes
7mo ago
Given that the compiler can't enforce that users only enter valid data at compile time, the next best thing is enforcing that when they do enter invalid data, the program won't produce an `Email` object from it, and thus all `Emai
18.
▲
by
zanecodes
8mo ago
The far right are largely the people voting against robust safety nets and low inequality...
19.
▲
by
zanecodes
11mo ago
You might be interested in IPFS [1], and content-addressed storage systems more generally. [1] https://en.wikipedia.org/wiki/InterPlanetary_File_System
20.
▲
by
zanecodes
11mo ago
You can directly pass JSON to Terraform by putting it in a `.tfvars.json` file [1], as far as I can tell this has been supported since v0.5.0 which released in May 2015. Terraform doesn't have a built-in deep merge function, but it wil
21.
▲
by
zanecodes
1y ago
I look forward to the news stories about people getting lost because they used 100x "zoom" to read a distant sign.
22.
▲
by
zanecodes
1y ago
The -a models are typically released in the spring, the Pixel 9a was only just released in April of this year, so I wouldn't expect to see a Pixel 10a until March or April of 2026.
23.
▲
by
zanecodes
1y ago
Among many others: https://www.ftc.gov/news-events/news/press-releases/2024/09/... https://www.ftc.gov/news-events/news/press-releases/2023/10/... https:&#
24.
▲
by
zanecodes
1y ago
We were making great progress under the previous administration until six months ago, yes.
25.
▲
by
zanecodes
1y ago
Nothing was compromised. A bunch of Windows systems were unable to boot. https://en.wikipedia.org/wiki/2024_CrowdStrike-related_IT_ou...
26.
▲
by
zanecodes
1y ago
Well, I hate Microsoft as much as the next person, but I'm not sure "writing a buggy kernel module can crash the kernel" is much of an indictment of Windows in particular...
27.
▲
by
zanecodes
1y ago
CrowdStrike is not made or owned by Microsoft.
28.
▲
by
zanecodes
1y ago
The first sentence of that paywalled article links to TFA.
29.
▲
by
zanecodes
1y ago
The Dell Streak (shoutout to the other 3 people who bought one) had a 5 inch screen in 2010, a notable jump from contemporary phones like the iPhone 4 which was still 3.5", and other Android devices like the HTC Droid series which were
30.
▲
by
zanecodes
1y ago
I thought all the cool kids were on Pijul, or was it Darcs? Maybe it was Fossil? No wait, it was definitely Jujutsu.
More ›