Live data from Hacker News

Viewing profile — veidelis

veidelis

HN member
Joined
Wed, May 16, 2012, 8:16 PM UTC
HN karma
310
Public activity
160 items

About veidelis

sometimes I know what I'm doing

Recent public activity

  1. comment
    Comment #49222434

    I don't believe in planning when to stare at the wall. I just do it when I feel like it - whenever - sometimes family members are around. Be reasonably spontaneous - you'll calibra…

  2. comment
    Comment #48731105

    Unfortunately the big game is opaque it's close to impossible to understand for the common folk. So many questions, so tough to grasp answers. Sickening. The enemy is hiding. One c…

  3. comment
    Comment #48665430

    Honestly there might be truth to it, I don't get the downvotes - why?

  4. comment
    Comment #48536916

    I personally think null is useless. I write TS not JS btw.

  5. comment
    Comment #48483533

    It might be like that. Everyone should strive to make the best decisions and not go with the mainstream. Always question the mainstream, it's dangerous. Make a change for the bette…

  6. comment
    Comment #48483441

    [flagged]

  7. comment
    Comment #48475403

    My company tried it but reverted the changes. The biggest reasons - it's not compatible with mobx and we didn't notice any perf gains on an existing codebase.

  8. comment
    Comment #48428168

    Do you find anything "bad" about this code solving the problem? use std::rc::Rc; use std::cell::RefCell; struct Button { text: String, on_click: Option >, } impl Button { fn new(te…

  9. comment
    Comment #46606292

    You world view is very one-sided, it borders with total naiveness.

  10. comment
    Comment #46606084

    The US also are by law not allowed to start a war without the approval of Congress, right? But they did anyway in Venezuela.

  11. comment
    Comment #46558720

    + 3 bits for piece type?

  12. comment
    Comment #46222739

    From kernel side, I meant - I wasn't clear. Now I understand what's the meaning of "don't break rust code". Happy that rust's journey in the kernel is successful so far. The pace s…

  13. comment
    Comment #46215286

    Is rust code part of user space?

  14. comment
    Comment #45828390

    Totally agree. One might require to be "in their head" a lot of the time to not get swung down, and enjoy himself such as laughing at his own jokes. To make it possible, one has to…

  15. comment
    Comment #45828339

    Yes, that's an OK take, no big deal. Also it can be added that life in itself really doesn't have a choice, on some level it just happens (thinking more about chemistry here).

  16. comment
    Comment #45377035

    Is there a way to connect components similarly like react-redux so that they can access external state without prop drilling? Good job.

  17. comment
    Comment #45027149

    Here's the archive.org link - https://web.archive.org/web/20250615092146/https://www.lapha...

  18. comment
    Comment #44977523

    Can one do 3D in Gleam?

  19. comment
    Comment #44758209

    Does not work for me on desktop Firefox. When I press the "make it swim!" button, there's an error in console: "Uncaught (in promise) Error: Fish model not loaded"

  20. comment
    Comment #44719659

    For a simple dev like me, that would be learning the lang and using it for some project.

  21. comment
    Comment #44668939

    I don't find Elixir appealing for various reasons personally. But on a related note, I'm willing to bet on Gleam big time.

  22. comment
    Comment #44644734

    Can you tell more, please? I'm interested to know what did you build that had an interesting growth to you. Could you please expand on one project of yours? Thank you!

  23. comment
    Comment #44483214

    What I've had heard so far about cod's troubles in the Baltic sea is that it's not salty enough for them. For cod to reproduce, their eggs need a certain salinity so that they swim…

  24. comment
    Comment #44434516

    Probably yes, with From and Into traits.

  25. comment
    Comment #43616281

    "This is the famous UI = f(state) mental model of React". Famously incorrect generalization. Why? For example, the useRef hook enables components to hold their own state. React com…