Live data from Hacker News

Viewing profile — hyperbrainer

hyperbrainer

HN member
Joined
Mon, Jun 19, 2023, 3:10 PM UTC
HN karma
805
Public activity
214 items

About hyperbrainer

No profile information was provided.

Recent public activity

  1. comment
    Comment #48810583

    This sounds fascinating. Do you have a reference?

  2. comment
    Comment #48725168

    One of the best books I have read in recent years, somehow immensely relevant now: _Eccentric Orbits: The Iridium Story_ by John Bloom, that explores exactly what went wrong, the b…

  3. comment
    Comment #48269511

    https://archive.is/20260524231039/https://www.wired.com/stor...

  4. comment
    Comment #47365338

    AlexandertheOk's documentary on Elite and the BBC Micro: https://www.youtube.com/watch?v=lC4YLMLar5I

  5. comment
    Comment #47281639

    Context for those unaware: https://xkcd.com/1053/

  6. comment
    Comment #47220828

    Customer Data Platform

  7. comment
    Comment #46792439

    I download and use parts dimensioned in metric to ISO standards all the time...

  8. comment
    Comment #46792061

    > "highly paramteric like fastners, gears, 3D printed boxes" 1. These parts should probably be on McMaster. If you are not using them straight from there, you better have a _great_…

  9. comment
  10. comment
    Comment #46591479

    I have to start reading from the top instead of skimming.

  11. comment
    Comment #46583517

    Reminds me of the Cosmopolitan project: https://github.com/jart/cosmopolitan

  12. story
  13. comment
    Comment #45668959

    I do not know enough to analyse these chips in any meaninful way, but is there a trend or cool feature to be seen across?

  14. comment
    Comment #45632011

    There is also all the helpful work that Mathworks does such as Simulink ... Also, consider that MATLAB works much more like how one would write on paper (including 1-indexing) and …

  15. comment
    Comment #45618615

    > If an engineer came to you and said “So for this project, I put all the code, input data, output data and comments scattered about one big two-dimensional array with no type safe…

  16. comment
    Comment #45618589

    Now I wonder if I can make category theory diagrams in spreadsheets.

  17. comment
    Comment #45613978

    Irrelevant but spreadsheets have always struck me as one of the most beautiful pieces of software that we use. Automatically updating calculations, programming logic complex anough…

  18. story
  19. comment
    Comment #44787322

    That's the first thing on the page. > Interviewer: “What happens if you allocate memory with C’s malloc and try to free it with Rust’s dealloc, if you get a pointer to the memory f…

  20. comment
    Comment #44787302

    I see it as beautiful the same way Galadriel would be beautiful as the Dark Queen. Utterly captivating and powerful, and yet something that should never be.

  21. story
  22. comment
    Comment #44778073

    If functions are first class, then they must be stored as variables. I mean, consider any FP Language.

  23. comment
    Comment #44765920

    My first thought was that this was done with consideration for mobile phones, since many higher-end models use 120 Hz displays, but Ladybird does not seem to support mobile for now…

  24. comment
    Comment #44760381

    > the future of SQLite is basically guaranteed on account of being open source I am not concerned with whether it has a future. But I do fear that the absolute manic focus on code …

  25. comment
    Comment #44715662

    I have never used SQLx, but the best SQL integration I can think of is LINQ. How does this compare to that?