Viewing profile — berlinquin
berlinquin
HN member- Joined
- Sat, Feb 27, 2021, 7:29 PM UTC
- HN karma
- 16
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About berlinquin
No profile information was provided.
Recent public activity
-
comment
Comment #47303483
Fun project! I had a similar project a while back, but my medium of choice was the Uno card game. I called it UnoScript [1] and it had similar mechanisms as color was an important …
-
comment
Comment #41078601
Is this written up anywhere? I.e. anywhere that walks thru a sample business model?
-
comment
Comment #38490292
Have been using a version of this recently: with C++ in Visual Studio you can add `#pragma region X` that will let you expand/collapse regions of code in the same file. Can be usef…
-
comment
Comment #33047092
And within labyrinths, the Library of Babel is a good place to start. Circular Ruins and the Pierre Menard/Don Quixote one are favorites.
-
comment
Comment #32378355
"I am a sick man... I am a spiteful man." A good hook, but I had a tough time finishing Notes. The narrator really shows that yes, he is in fact a sick and spiteful man. Not one I'…
-
comment
Comment #30040744
Thanks for sharing. I've looked at getting a PowerPC dev board, but didn't find anything at a reasonable price. I never made the connection that microwatt plus and FPGA would get m…
-
comment
Comment #30040680
Unrelated, but thank you for your blog! I check in occasionally, mostly looking for a reason to justify buying one of the Raptor machines at work. I really enjoy the articles on qe…
-
comment
Comment #28671738
Cool project! I'm familiar with column, and this looks like a good replacement. Curious, how do you handle formatting on cells with long strings that need to overflow to multiple l…
-
comment
Comment #27764229
I can make sense of nested Python list comprehensions if I read them as shorthand for nested for loops, in which case you need to define variables in the outer loop before you can …
-
comment
Comment #27375097
The author of Longitude gave some good examples of the human cost of the Longitude problem: a ship running aground and sinking, or sailors dying from scurvy because they traveled t…
-
comment
Comment #27371032
Beat me to it... I just finished Longitude and it was a great read! Harrison is an interesting character since he really spent his whole life working on the same problem of keeping…
-
comment
Comment #27370961
The grasshopper escapement was invented by John Harrison, who built the first clocks that could keep time at sea. These were used to calculate Longitude. There's a nice short biogr…
-
comment
Comment #27316169
TIL Ice IX is a real thing, though less catastrophic than expected
-
comment
Comment #26757444
Thanks for naming "model-based testing"--added to my vocabulary. I was thinking more about this, and I would expect very little overlap in the bugs that you could expect to catch w…
-
comment
Comment #26752516
First time reading about compiler fuzzing, but seems like there's some parallels with TLA+. With TLA+, you could check a compiler's specification before you implement it. Then, onc…
-
comment
Comment #26654381
I can second Lamport's series of video lectures. I worked through them recently and found the teaching and the examples to work through very engaging.
- story
-
comment
Comment #26305524
Thanks for sharing. I have a debian box that I try keep as standard as possible, and I think this setup would fit my environment well.
-
comment
Comment #26287547
GEB is pretty dense. Comparing GEB to short stories by Borges, I feel like Borges is able to capture the same ideas (recursion, infinite permutations) in a more engaging way and at…
-
comment
Comment #26287501
I can recommend anything by the Argentine author Jorge Luis Borges. He's primarily an author of short stories. Of those, The Library of Babel is how I was introduced to him. There'…