Viewing profile — cloud-oak
cloud-oak
HN member- Joined
- Wed, Feb 26, 2020, 3:31 PM UTC
- HN karma
- 76
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About cloud-oak
No profile information was provided.
Recent public activity
-
comment
Comment #48247869
The final example of the DnD statt sheet makes me think whether it's legal to nest s? I.e. can we do Actions ...
-
comment
Comment #47938427
You can always ask Codex to fix Claude, issue solved!
-
comment
Comment #47818507
> Training AI models can generate enormous carbon emissions Sure, but what I'd really like to see is a graph for how much carbon is generated serving these models globally.
-
comment
Comment #47658189
This one caught me completely off guard when opening YouTube the first time on an iPad: Accidentally clicked on a wrong button and got stuck in a "please subscribe to premium" moda…
-
comment
Comment #47307194
This is already a problem with things like Mastodon - as soon as you subscribe to some more "spammy" accounts such as news outlets, all the other content is drowned out. So yes, ha…
-
comment
Comment #47184952
Picking up your original comment - Markov chains are much better at generating random numbers than either humans or LLMs!
-
comment
Comment #47184938
What's really worrying is seeing medical professionals starting to rely on these tools. My wife had a pretty bad cold during pregnancy and our GP proceeded to prescribe her cough s…
-
comment
Comment #46902198
I think Mattermost lost a lot of instance admins' trust when they recently decided to update the server to limit access to old messages without good reason. On self-hosted instance…
-
comment
Comment #46755229
That's why double-blind review shohld be the norm. It's wild to me that single-blind is still the norm in kost disciplines.
-
comment
Comment #46742212
The EU mandates that all large data centres built/commissioned from July this year will make use of waste heat: https://www.twobirds.com/en/insights/2024/germany/rechenzent...
-
comment
Comment #46709255
I know of this one [1], a 1000W space heater with integrated cryptominer. Looks kike you can actually buy it now. Not sure how much the mined crypto offsets the heating costs thoug…
-
comment
Comment #46683679
Sadly had a very similar experience about the screen of my FP4, which seems to have a serial fault of producing random inputs whenever it so pleases [1]. Knowing I had bought a pho…
-
comment
Comment #46480557
My understanding of this was that the UB starts only after the value is passed/returned. So if foo() has a contract to only return positive integers, the code within foo can check …
-
comment
Comment #45931745
I was very reluctant about the polars syntax as well initally, but it has grown a lot on me. Pandas syntax is super ergonomic for quick one-off analysis, but it becomes hard to rea…
-
comment
Comment #45764624
SQL more elegantly introduces ternary logic in this case, where any comparison with NULL is itself NULL. This is sadly not possible in most languages where a comparison operator mu…
-
comment
Comment #44861402
It is implemented using web maps technology ( https://leafletjs.com/ ), similar to e.g. the Google Maps satellite view. The screenshots are then served pre-assembled into quadratic…
-
comment
Comment #43929898
Perfect analogy! The cool part is that your model also gives good intuition about the gradient descent part. The springs' forces are the gradients, and the act of the line "snappin…
-
comment
Comment #42715391
With some notable exceptions. I'll never love the turbofish [1] for example. [1] https://github.com/rust-lang/rust/blob/master/tests/ui/parse...
-
comment
Comment #42564998
The funny thing is that the original Desktop UI is still in the Android version. Sometimes I'll get jokers/consumables stuck in the desktop's "selected" mode, where the tiny sell/u…
-
comment
Comment #42387502
I thought it was only me! This "inverse question phrasing" is something I see popping up more and more in forums and such, especially phrases starting with "How it ?" or "Why it ?"…
-
comment
Comment #23122935
The thing is, 3D to 2D projections work well because that's how our eyes work in the first place, so we can intuitively understand a projected image on the screen. When projecting …