Live data from Hacker News

Viewing profile — DarkUranium

DarkUranium

HN member
Joined
Wed, Mar 18, 2015, 2:28 PM UTC
HN karma
220
Public activity
127 items

About DarkUranium

No profile information was provided.

Recent public activity

  1. comment
    Comment #49167099

    ... I can't believe I typo'd that as "LobreWolf". OH WELL.

  2. comment
    Comment #49167088

    It's a big part of why I'm strongly opposed to common-law systems (as opposed to civil law). All the case law, all of it becomes, well, law. And then you get the whole "legislating…

  3. comment
    Comment #49167035

    Yes, and it's a surprising good part about PHP (a language that otherwise has an enormous collection of warts, to put it mildly). I feel like the more dynamic and/or weakly-typed t…

  4. comment
    Comment #49163626

    LobreWolf is a good recommendation, though if you want something with more "usual" defaults --- I love WaterFox, myself.

  5. comment
    Comment #49153916

    I know it's not the only problem (but it is IMO the main one), but this is why I'm a proponent of allowing operator overloading in languages. Yes, you can't tell at a glance if `+`…

  6. comment
    Comment #49153722

    TIL that TLS (before 1.3) was designed by non-cryptographers. What the hell.

  7. comment
    Comment #49123276

    I really hate the whole thing about companies promoting using LLMs to change one-liner emails into this long multi-paragraph thing that ends up saying almost nothing ... just wasti…

  8. comment
    Comment #49123019

    I'm confused, how can I see it, for example?

  9. comment
    Comment #49117338

    I feel like this should be treated as, and have consequences similar to, plagiarism. Alas, it's probably just wishful thinking on my part.

  10. comment
    Comment #48773498

    My #1 complaint by far is that it --- pretty much silently --- depends on systemd to work correctly. Try having a docker-compose with a service that waits until a dependency is hea…

  11. comment
    Comment #48737784

    That gives me an idea for an icon pack. TL;DR path-traced voxel art, isometric render. Alas, I'm no designer.

  12. comment
    Comment #48725963

    You can't rip it, or even make backups in the US (you can in most, if not all, of Europe; dunno about the rest of the world). It's illegal, and constitutes piracy.

  13. comment
    Comment #48725929

    A rip & copy is a breach of the DMCA (because it involves circumvention of DRM, among other things) in the US, which makes it software piracy. And then they wonder why so many advo…

  14. comment
    Comment #48693364

    Where could one find resources about implementing such GCs in their own language?

  15. comment
    Comment #48666577

    Yes, copying strings is definitely cheap, but allocating memory for the copy is absolutely not. And I have my doubts w.r.t. 0-terminated strings being more efficient, with maybe th…

  16. comment
    Comment #48651884

    In the other, you say "xy, yz, zx" (or whatnot), which makes it much clearer as to what's what. What exactly does `i` correspond to in a quaternion? They always rely on implicit as…

  17. comment
    Comment #48643583

    Also, I really think we'd all be better off if we stopped using quaternions entirely and started using rotors instead.

  18. comment
    Comment #48616258

    I still like the idea that Han Solo was --- quite simply --- bullshitting, talking out of his ass. It fits the character and it resolves the filming/script mistake with a good expl…

  19. comment
    Comment #48616192

    > Proxmox comes close but doesn't offer proper enterprise support contracts ... but then again, neither does VMware, apparently.

  20. comment
    Comment #48615882

    By that logic, no natively-compiled language has a type system. Though I should note that in a way, even some ISAs have one, what with e.g. separate float vs integer registers.

  21. comment
    Comment #48615820

    I like the D approach where arrays are just `struct { size_t length; T* ptr; }` internally --- and strings are just arrays of `immutable(char)`. It has a big advantage over the Pas…

  22. comment
    Comment #48597495

    I very commonly see fixed-point libs be slower than floating-point (assuming floating-point hardware is available --- soft-float is slow as hell compared to fixed-point, of course)…

  23. comment
    Comment #48594411

    If you include Uranium in the oceans, we have about 4.5 billion years of fuel. It's no less renewable than the Sun.

  24. comment
    Comment #48594335

    Coal in the US alone kills one Chernobyl of people each year. (using estimates for Chernobyl --- so, in coal's advantage, as Chernobyl's confirmed deaths are actually very low)

  25. comment
    Comment #48594185

    Solar isn't exactly squeaky clean either. Look into things like lithium mining (for batteries; yes, I am aware that other options exist, but lithium is still a very common one). Th…