Viewing profile — zanecodes
zanecodes
HN member- Joined
- Tue, Sep 27, 2016, 1:34 AM UTC
- HN karma
- 429
- Public activity
- 130 items
- HN profile
- View on Hacker News ↗
About zanecodes
No profile information was provided.
Recent public activity
-
comment
Comment #49174880
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 pr…
-
comment
Comment #49173217
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 …
-
comment
Comment #49138099
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 writ…
-
comment
Comment #49053914
Not to mention indirectly subsidised by ignoring the externalities imposed on the health of ourselves and our environment.
-
comment
Comment #49051514
Fossil fuel being heavily subsidised kind of undermines both of your points.
-
comment
Comment #49017152
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 t…
-
comment
Comment #49009555
Poob has it for you.
-
comment
Comment #48937931
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, …
-
comment
Comment #48909317
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. I…
-
comment
Comment #48735419
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 t…
-
comment
Comment #48374755
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 a…
-
comment
Comment #48303111
If only there were some kind of third party we could all collectively agree to delegate enforcement of cooperation to...
-
comment
Comment #47494538
>MinIO I have some bad news for you: https://news.ycombinator.com/item?id=47000041
-
comment
Comment #46982619
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.
-
comment
Comment #46964655
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 unsaf…
-
comment
Comment #46963635
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 pro…
-
comment
Comment #46832991
The far right are largely the people voting against robust safety nets and low inequality...
-
comment
Comment #45618317
You might be interested in IPFS [1], and content-addressed storage systems more generally. [1] https://en.wikipedia.org/wiki/InterPlanetary_File_System
-
comment
Comment #45563575
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 …
-
comment
Comment #44964323
I look forward to the news stories about people getting lost because they used 100x "zoom" to read a distant sign.
-
comment
Comment #44964083
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.…
-
comment
Comment #44723083
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://www.ftc.gov/news-events/n…
-
comment
Comment #44722755
We were making great progress under the previous administration until six months ago, yes.
-
comment
Comment #44647225
Nothing was compromised. A bunch of Windows systems were unable to boot. https://en.wikipedia.org/wiki/2024_CrowdStrike-related_IT_ou...
-
comment
Comment #44640720
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...