Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
berlinquin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
berlinquin
6mo ago
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 factor. I also ended with a stack as the main part of the la
2.
▲
by
berlinquin
2y ago
Is this written up anywhere? I.e. anywhere that walks thru a sample business model?
3.
▲
by
berlinquin
3y ago
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 useful for top-level organization.
4.
▲
by
berlinquin
4y ago
And within labyrinths, the Library of Babel is a good place to start. Circular Ruins and the Pierre Menard/Don Quixote one are favorites.
5.
▲
by
berlinquin
4y ago
"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'd want to pick up again. I got pulled into Do
6.
▲
by
berlinquin
5y ago
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 me there.
7.
▲
by
berlinquin
5y ago
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 qemu/virtualization.
8.
▲
by
berlinquin
5y ago
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 lines? As soon as you try to optimize the column widths
9.
▲
by
berlinquin
5y ago
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 define dependent variables in the inner loop. e.g. with your
10.
▲
by
berlinquin
5y ago
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 too far in the wrong direction. So an economic and military p
11.
▲
by
berlinquin
5y ago
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 time at sea. A whole lot of perseverance.
12.
▲
by
berlinquin
5y ago
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 biography called Longitude that covers his story.
13.
▲
by
berlinquin
5y ago
TIL Ice IX is a real thing, though less catastrophic than expected
14.
▲
by
berlinquin
5y ago
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 with model-based testing vs. fuzzing. For example,
15.
▲
by
berlinquin
5y ago
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, once you've implemented it, you could do fuzzing
16.
▲
by
berlinquin
5y ago
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.
17.
▲
Table layout is NP-hard
(quintenkent.com)
1 points
by
berlinquin
6y ago
|
0 comments
18.
▲
by
berlinquin
6y ago
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.
19.
▲
by
berlinquin
6y ago
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 a fraction of GEB's length.
20.
▲
by
berlinquin
6y ago
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's a cool programming project already based on this