Viewing profile — frabert
frabert
HN member- Joined
- Wed, Dec 04, 2013, 6:15 PM UTC
- HN karma
- 1,715
- Public activity
- 359 items
- HN profile
- View on Hacker News ↗
About frabert
No profile information was provided.
Recent public activity
-
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
-
comment
Comment #46055822
Sorry, it was published early and we have to wait for some approval checks to clear
-
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…
- story
-
comment
Comment #45536675
You can do the same with regular, non-embedded programs in a debugging session
-
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
-
comment
Comment #45222808
MSAA actually does, it stores more information per pixel using a special buffer format
-
comment
Comment #45167212
Last time I checked, embedding Lua in C or C++ was _way_ easier than embedding Tcl
-
comment
Comment #45049078
Or Barbra Streisand
- story
- story
-
comment
Comment #44507834
It really do be like that sometimes
-
comment
Comment #44507662
The Faust environment maybe?
-
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 …
-
comment
Comment #44137384
https://boo-language.github.io/ The Boo language comes to mind as something similar
- comment
-
comment
Comment #43694792
Yes, the game told me it was the preferred way and I followed the advice
-
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…
-
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 :)
-
comment
Comment #43566883
Cool project! Why do you call it digital though? The oscillator is analog
-
comment
Comment #43182483
I enjoy abusing C++ templates for fun and for the challenge
-
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…
-
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
-
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…
-
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…