Viewing profile — hyperbrainer
hyperbrainer
HN member- Joined
- Mon, Jun 19, 2023, 3:10 PM UTC
- HN karma
- 805
- Public activity
- 214 items
- HN profile
- View on Hacker News ↗
About hyperbrainer
No profile information was provided.
Recent public activity
-
comment
Comment #48810583
This sounds fascinating. Do you have a reference?
-
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…
-
comment
Comment #48269511
https://archive.is/20260524231039/https://www.wired.com/stor...
-
comment
Comment #47365338
AlexandertheOk's documentary on Elite and the BBC Micro: https://www.youtube.com/watch?v=lC4YLMLar5I
-
comment
Comment #47281639
Context for those unaware: https://xkcd.com/1053/
-
comment
Comment #47220828
Customer Data Platform
-
comment
Comment #46792439
I download and use parts dimensioned in metric to ISO standards all the time...
-
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_…
- comment
-
comment
Comment #46591479
I have to start reading from the top instead of skimming.
-
comment
Comment #46583517
Reminds me of the Cosmopolitan project: https://github.com/jart/cosmopolitan
- story
-
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?
-
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 …
-
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…
-
comment
Comment #45618589
Now I wonder if I can make category theory diagrams in spreadsheets.
-
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…
- story
-
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…
-
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.
- story
-
comment
Comment #44778073
If functions are first class, then they must be stored as variables. I mean, consider any FP Language.
-
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…
-
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 …
-
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?