Live data from Hacker News

Viewing profile — aastronaut

aastronaut

HN member
Joined
Mon, May 02, 2016, 12:19 AM UTC
HN karma
124
Public activity
90 items

About aastronaut

https://blog.whilenot.dev/

Recent public activity

  1. comment
    Comment #38260131

    https://archive.org/details/bbc-connections-1978

  2. comment
    Comment #38239488

    Fixed a bug on how the browser wasn't closing TCP connections/Motion JPEG video streams properly in a responsive behavior. Took me about 3+ hours reading through various specs and …

  3. comment
    Comment #37822424

    There was one in an article on hackaday[0], also featured here[1]. [0]: https://hackaday.com/2023/08/16/new-motherboard-improves-old... [1]: https://news.ycombinator.com/item?id=37…

  4. comment
    Comment #37686157

    I think it should be "The art of buying single-board computers and never running them once". I think the "once" is needed in the case of computers. They are as machines not directl…

  5. comment
    Comment #37259011

    > If you had a list of all the genomes of all the people in the world, and all their phenotypes (height, eye color, hair type, etc), you could take all their genomes as input varia…

  6. comment
    Comment #37177618

    I'm honestly a bit confused by this statement, as "React env variables" can mean various things, depending on your setup. Backend and frontend can be separate runtimes... The backe…

  7. comment
    Comment #37108071

    > HTML/CSS/JS are successful because of the same reason electron exists. The success of the web means there’s a huge developer base that knows how to work with HTML/CSS/JS The actu…

  8. comment
    Comment #36868294

    Correction: you cannot get fired ("Entlassung") without any reason in Austria, you need rather strong reasons to fire somebody[0], but your employment contract can be terminated wi…

  9. comment
    Comment #36866327

    Had those in heavy use during my work on a surface grinder[0], I can remember it had an ancient digital interface with 0.0001mm precision. We used the blocks to calibrate our measu…

  10. comment
    Comment #36596119

    https://blog.whilenot.dev I should write more.

  11. comment
    Comment #36284725

    Maybe a link to the project would be better: https://github.com/sansyrox/robyn

  12. comment
    Comment #36174430

    > [...], written in TypeScript and accelerated with C++ bindings to BLAS and LAPACK C++ addons for Node.js are not part of the JavaScript runtime.

  13. comment
    Comment #36001314

    The level of noise is the predominant parameter in my selection for a living place. I always consult the noise map[0] before moving anywhere in Vienna/AT. I hope other governments …

  14. comment
    Comment #35717293

    > my gut is screaming no seems like you already made up your mind, so why bother? TypeScript is helpful (or at least meant to be) for teams as it aims to block the cleverness of it…

  15. comment
    Comment #35716918

    To add to this, for me personally the difficult part in automated test isn't the definition of expected output, but the retrieval of actual output in an automated way. Test framewo…

  16. comment
    Comment #35616387

    just patch inputs and outputs to audacity (or your recording software of choice). for pipewire theres helvum[0] or qpwgraph[1]. for JACK there's Catia[2]. [0]: https://gitlab.freed…

  17. comment
    Comment #35578590

    i think > language enables intelligence was just a poor choice of words here. i understood GP as "the structure of a language influences its speakers' worldview or cognition, and t…

  18. comment
    Comment #35521572

    there's the repository with examples: https://github.com/ory/examples

  19. comment
    Comment #35463833

    > "now you have two problems" Interesting take. I always look at it like "now you have a better solution for your modeling needs".

  20. comment
    Comment #34543750

    You're question seems more on the side of "Why use a micro framework when you can use a mature full-fledged one?". I feel a lot if new ideas in the web development space are first …

  21. comment
    Comment #33690229

    Maybe I understand it wrong, but I can't agree with this analogy as is... An organized home means to do things right away. If the laundry is done and dried, then I'll put them away…

  22. comment
    Comment #33591721

    As much as I like some historical reference like the next person, I think this discussion here takes a wrong turn through comments like these, sarcastic or not. I think OP is free …

  23. comment
    Comment #33510302

    > Can you give some specifics about what that means in your case? react-query has a default behavior to cancel a fetch when the component unmounts (AFAIK), eg. the user changes to …

  24. comment
    Comment #33509609

    there goes my evening, that's what I like about HN. thanks for the refs!

  25. comment
    Comment #33509139

    I didn't lay out a bait =) It would also look more readable to me with a default return value. An exhaustiveness check just keeps your mapping functionally pure and the type checke…