Live data from Hacker News

Viewing profile — weltensturm

weltensturm

HN member
Joined
Tue, Jul 16, 2019, 11:11 AM UTC
HN karma
43
Public activity
20 items

About weltensturm

No profile information was provided.

Recent public activity

  1. comment
    Comment #48966968

    I assume it's because age verification is something the attention slop merchants can work with, and they'd rather lobby for that instead of letting their entire business model be u…

  2. comment
    Comment #48684398

    I have a 20m fibre optic cable, these things are great. Thinner than a standard cable. They are unidirectional, but mine has a dedicated copper line for CEC. 4k 120hz is no problem…

  3. comment
    Comment #47972140

    https://www.ox.ac.uk/news/2014-05-23-many-mental-illnesses-r...

  4. comment
    Comment #45772324

    > Reality is measurable Heisenberg would disagree.

  5. comment
    Comment #43944755

    Rust has a million ways to solve a specific problem, as it is not opinionated and gets you down to the lowest level if needed. On top of that there's a million ways to encode your …

  6. comment
    Comment #42703501

    that's pretty

  7. comment
    Comment #39295670

    > which is why your phone’s screen needs a higher resolution than your TV, and why a movie at the theater looks fine, even though it may only be 2K They should have measured the an…

  8. comment
    Comment #32402141

    Why is it http.Error(w, ...) and not w.Write(http.Error(...))? The latter would be way more clear in showing that nothing magical happens and a return (if wanted) is still necessar…

  9. comment
    Comment #31521798

    I meant the Ryzen CPU (is there a GPU with that name?), should have been more specific. My GPU is a GTX 1080 and it was unenjoyable to me with that CPU, now I have a 12600KF and it…

  10. comment
    Comment #31516330

    So that's why my 1600X was not good enough

  11. comment
    Comment #30285194

    All things start from theory, just not the kind you think about. It seems you are referring to the academic style of theories, but in reality it is much closer to your mentioned tr…

  12. comment
    Comment #30022152

    nothing is true; everything is permitted

  13. comment
    Comment #27503339

    Heh, this sounds just like the global event system I made for my D window manager: https://github.com/weltensturm/flatman/blob/master/common/ev... (which has some extra jingles wit…

  14. comment
    Comment #26955974

    It looks like they switched from .doc to .docx in January, I wonder if the old format was the attack vector

  15. comment
    Comment #24479811

    By C half-assedly trying to make "* " part of the name, just so you can use "* ptr" everywhere like it is an actual variable name, you get confusions such as this. First "foo_ptr's…

  16. comment
    Comment #24019830

    How does "built-in privacy" hold up when the bios are basically public? It looks like the generated links are just based on the person's name as well, so it would be pretty easy to…

  17. comment
    Comment #23906470

    These things are very vendor specific and proprietary, I was more thinking about general purpose programming languages.

  18. comment
    Comment #23905809

    There will never be anything that is as portable as text, and I think that is the sole reason we will never see any other widespread method of storing "code". Imagine having to upd…

  19. comment
    Comment #21573689

    So don't tell us to trust you?

  20. comment
    Comment #20449069

    Becoming a C++ expert is impossible in a lifetime, becoming a D expert is a matter of months. It is, from the very core, a way simpler language than C++. I'd argue it's simpler tha…