Live data from Hacker News

Viewing profile — frabert

frabert

HN member
Joined
Wed, Dec 04, 2013, 6:15 PM UTC
HN karma
1,715
Public activity
359 items

About frabert

No profile information was provided.

Recent public activity

  1. comment
    Comment #46367854

    I think it means you can't assign to unbounded names, you must either declare with var for global, or let/const for local

  2. comment
    Comment #46055822

    Sorry, it was published early and we have to wait for some approval checks to clear

  3. comment
    Comment #46045483

    This has been a sore point in a lot of discussions regarding compiler optimizations and cryptographic code, how compilers and compiler engineers are sabotaging the efforts of crypt…

  4. story
  5. comment
    Comment #45536675

    You can do the same with regular, non-embedded programs in a debugging session

  6. comment
    Comment #45357621

    > vibe coding is like a conductor orchestrating a symphony, fast but a little bit low quality The hell is this supposed to mean lol

  7. comment
    Comment #45222808

    MSAA actually does, it stores more information per pixel using a special buffer format

  8. comment
    Comment #45167212

    Last time I checked, embedding Lua in C or C++ was _way_ easier than embedding Tcl

  9. comment
    Comment #45049078

    Or Barbra Streisand

  10. story
  11. story
  12. comment
    Comment #44507834

    It really do be like that sometimes

  13. comment
    Comment #44507662

    The Faust environment maybe?

  14. comment
    Comment #44258549

    This! Or, if you don't have geothermal heating but have an electric water heater, maybe temporarily increase the temperature it goes to: maybe it's normally set to go to 65C, then …

  15. comment
    Comment #44137384

    https://boo-language.github.io/ The Boo language comes to mind as something similar

  16. comment
  17. comment
    Comment #43694792

    Yes, the game told me it was the preferred way and I followed the advice

  18. comment
    Comment #43694226

    The thing about Outer Wilds for me is that it's a game about exploration, but most attempts at exploration are punished (limited time frame, sands suffocating you, "ghost matter" k…

  19. comment
    Comment #43573116

    I would consider a synth digital if it contains a DAC or at least a DCO, otherwise you'd say that relaxation oscilators are analog too :)

  20. comment
    Comment #43566883

    Cool project! Why do you call it digital though? The oscillator is analog

  21. comment
    Comment #43182483

    I enjoy abusing C++ templates for fun and for the challenge

  22. comment
    Comment #43172613

    I once (tried?) to implement some form of refinement types using C++17 templates as my BSc thesis: https://github.com/frabert/bsc-thesis It's more or less as horrific as you can im…

  23. comment
    Comment #43006002

    I think the article's author may have seen the cs.DS classification on the arxiv and assumed it meant Data Science instead of Data Structures

  24. comment
    Comment #42961457

    Finally! I've been making the joke "put Linux.js in a PDF so I can run Linux, inside a PDF, inside a browser, inside Linux, inside a PDF, inside a browser, inside Linux" for far to…

  25. comment
    Comment #42897543

    Let's say you have an interface 'Reader' with methods 'Read' and 'Close'. In a world where no interfaces exist, every user of a different implementer of this interface would need t…