Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
r00nk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Do programmers even want to write good code?
(medium.com)
1 points
by
r00nk
6y ago
|
0 comments
2.
▲
My game is now open source
(github.com)
4 points
by
r00nk
11y ago
|
0 comments
3.
▲
by
r00nk
12y ago
Hey there, one of the young guys here, trying to weasel my way into a job, I have a few questions for you If you don't mind. You said this: More likely I am not impressed because your code is terrible and I am shocked that it took you
4.
▲
Slow-vim
(github.com)
4 points
by
r00nk
12y ago
|
1 comments
5.
▲
by
r00nk
12y ago
I actually had an idea for this. What if blind users could wear little braille terminals? Like, braile is constructed of a series of dots, so why not have like a bracer that has a array of dots that poke the skin?
6.
▲
by
r00nk
12y ago
http://imgur.com/r/futurama/bZNjJll
7.
▲
by
r00nk
12y ago
Mal-wat?
8.
▲
by
r00nk
12y ago
One of my favorite things about experimenting like this is that I learn new things from logical systems I create. Spin things differently and you learn a whole new set of ideas. I had no idea how much junk code that biology would allow in g
9.
▲
by
r00nk
12y ago
Yeah, the next thing planned for it is user-settable hunger. Then, making more and more efficient code is simply a matter of following the unix philosophy corvus -h 500 | corvus -h 300| corvus -h 200 So on and so forth as you get closer to
10.
▲
Genetic brainfuck programming
(github.com)
56 points
by
r00nk
12y ago
|
28 comments
11.
▲
by
r00nk
12y ago
Found it on /r/unixporn, done by a guy named nnkd. source: https://github.com/seenaburns/dex-ui
12.
▲
Sci-fi linux terminal
(gfycat.com)
4 points
by
r00nk
12y ago
|
1 comments
13.
▲
by
r00nk
12y ago
Yeah that was the idea, I'm posting it around to see if I can get a few folks interested in porting it to different languages. Maintaining everything is hard on a one man teenage team.
14.
▲
by
r00nk
12y ago
Arch linux
15.
▲
by
r00nk
12y ago
WM cwm, the widget is just my conky setup, here are my dotfiles: https://github.com/r0nk/configs
16.
▲
by
r00nk
12y ago
Actually I can think of a simple way to visualize that. The debugger actually displays what I call a folded lattice, meaning that execution starts at the top and goes down, so representing what your talking about would simply look like &quo
17.
▲
by
r00nk
12y ago
might as well attach a src link here too: https://github.com/r0nk/ward
18.
▲
by
r00nk
12y ago
>giving each state it's own tone? oh man that's such a good idea.
19.
▲
by
r00nk
12y ago
Also, if anyone's interested, I need some help porting it to different platforms. If you can swim in the clusterfuck of x86 for a bit to port it to ward that would be awesome, or even getting working with gdb this could be an actual to
20.
▲
by
r00nk
12y ago
hey the projects open source, if you can add your language to ward then it might help your language have a unique IDE, It'll have something other (excluding bf) languages don't have.
21.
▲
by
r00nk
12y ago
also, here are my dot files: https://github.com/r0nk/configs
22.
▲
by
r00nk
12y ago
source: https://github.com/r0nk/ward
23.
▲
I made a debugger that draws the state machine of the program
(i.imgur.com)
306 points
by
r00nk
12y ago
|
58 comments
24.
▲
by
r00nk
12y ago
Hi, I made this site. The problem is that it moves that value into the instruction pointer, then the instruction pointer increments itself by 3. the instruction pointer always increments itself by 3 after every instruction.