Live data from Hacker News

Viewing profile — cloud-oak

cloud-oak

HN member
Joined
Wed, Feb 26, 2020, 3:31 PM UTC
HN karma
76
Public activity
21 items

About cloud-oak

No profile information was provided.

Recent public activity

  1. 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 ...

  2. comment
    Comment #47938427

    You can always ask Codex to fix Claude, issue solved!

  3. 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.

  4. 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…

  5. 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…

  6. comment
    Comment #47184952

    Picking up your original comment - Markov chains are much better at generating random numbers than either humans or LLMs!

  7. 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…

  8. 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…

  9. 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.

  10. 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...

  11. 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…

  12. 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…

  13. 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 …

  14. 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…

  15. 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…

  16. 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…

  17. 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…

  18. 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...

  19. 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…

  20. 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 ?"…

  21. 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 …