Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jcw
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jcw
15y ago
my first though, after seeing this, is to write a vim mapping that will let me listen to a file instantly.
2.
▲
by
jcw
16y ago
I'm surprised no one has suggested a vim or emacs plugin that does this yet. Anyone? I don't think this would be too difficult to write in vim, which has built-in auto-complete functions.
3.
▲
by
jcw
16y ago
It doesn't look like he used 1.0 in the video. Did I miss something?
4.
▲
by
jcw
16y ago
Why is it anti-aliased? Also, what license is the code?
5.
▲
by
jcw
16y ago
Nice! I love little glimpses like this to hacking and the web and the culture around it all in the 90's. I used to read this during finals, when not sleeping enough and needing some motivation: http://www.jwz.org/gruntle/nscpdorm.html Fin
6.
▲
by
jcw
16y ago
LOVE2D provides a very easy way to deploy binaries: http://love2d.org/wiki/Game_Distribution Also, py2exe is reliable and not that difficult to set up, but py2app is a bit of a pain. The resultant .app directories are also pretty big. My
7.
▲
by
jcw
16y ago
Also, I understand that some people (including me) do have fun tinkering with low level details and tiny optimizations, but when you're making a small game with a small (even solo) team, these tasks tend to work against making a good game.
8.
▲
by
jcw
16y ago
LOVE2D is a joy to work in. It really is fun, it makes particle effects and physics and sound easy. The community is awesome. I have been working, since September, on my senior project in Pygame. It isn't fun to work in. The documentation i
9.
▲
by
jcw
16y ago
Yeah, this is funny, there is novelty here, etc. A story counting profanities in source code/commits/etc. pops up every now and then. I've found that the only real profanity in a source code comment is "HACK". My swear jar overflows with qu
10.
▲
by
jcw
16y ago
I'm happy to see that, while he did something wrong, because he was honest and openly remorseful throughout, he ended up not going to prison. The cops even seemed cordial, they let him get breakfast and a smoke. I wonder how differently thi
11.
▲
by
jcw
16y ago
Markdown is a good start, the minimal syntax is nice to look at, and it could be poweful with an inline scripting language to define macros (Ruby, Python, Lua).
12.
▲
by
jcw
16y ago
I read an article a while back that said after the engineer that wrote GOAL left the company, they stopped using it and went back to pure C++ or something. Hearing that they use Racket now, that just makes me all happy inside.
13.
▲
by
jcw
16y ago
Yeah. I think what you (and I) really want is a phone with a two-color LCD screen from seven years ago. Actually, I think those are called tracfones, but they have a stigma of being used by only elderly people. Dang it.
14.
▲
by
jcw
16y ago
Thanks, I've been looking for a good tutorial on this for a while. Going to try to implement this in Minecraft (it's funny how Minecraft has incidentally made circuitry easier to get into).
15.
▲
by
jcw
16y ago
Peter Serafinowicz, one of the two guys that created and wrote the show (he also plays the tall scientist in it), also made the music for it: http://en.wikipedia.org/wiki/Peter_Serafinowicz#Composer
16.
▲
by
jcw
16y ago
I didn't know that, are they still sending out these coupons?
17.
▲
by
jcw
16y ago
I could rant about a few things that bug me, but please let 2.8 bring a single-window UI. That would confirm to me that they're slowly getting towards something more usable.
18.
▲
by
jcw
16y ago
I've been using this zsh function for a year or two: jr () { echo "---" echo "\n##"`date +" %a %D %l:%M%P"` >> ~/journal.txt cat >> ~/journal.txt } It usually emits 7
19.
▲
by
jcw
16y ago
The Little Schemer would be great in this format.
20.
▲
by
jcw
16y ago
As a vim user, I very much lament the fact that there's no good way to run an interactive shell or REPL in vim. The screen hack, Conque, the vim-shell patch, etc., don't match Emacs' REPL functionality.
21.
▲
by
jcw
16y ago
I have a half-written xterm color scheme generator lying around. Has this also been already made, or is it worth finishing?
22.
▲
by
jcw
16y ago
Yep. This kind of stuff can also be done with vimscript, python, or ruby, but macros are short and terse and easy to write. Vim even allows you to record your keypresses and save them to a macro.
23.
▲
by
jcw
16y ago
I've been doing some research on small web servers, trying to understand didiwiki's code (a web server and wiki engine in ~2k lines of C): http://c2.com/cgi/wiki?DidiWiki This is a nice introduction to writing a minimal web server: http:
24.
▲
by
jcw
16y ago
No no no no no no no.
25.
▲
by
jcw
16y ago
A little encouragement can inspire someone to do better.
26.
▲
by
jcw
16y ago
Why is it that these are a mystery to most command-line users? Any linux documentation that would be useful to intermediate users, like this article, is scattered across the internet. Even published books don't seem to cut it, and man pages
27.
▲
by
jcw
16y ago
The Greatest Salesman in the World is still being published, I have a copy sitting on my bookshelf right now. It was a gift, and I never read it. If anyone knows, what are the difference between the two?
28.
▲
by
jcw
16y ago
I agree. In such a small font it would be easier to make n, m, and w look unique than N, M, and W.
29.
▲
by
jcw
16y ago
I wouldn't say your font is completely readable, but each character is unique, so learning to read it would almost be like learning a new alphabet. Perhaps then one could read it fluently. After working on it, can you easily read text in yo
30.
▲
by
jcw
16y ago
I've tried to write games in a pure FP style in Scheme, and, like Hague, found that the difficulty is in keeping track of state in a sane and efficient way. I suspect that Haskell's monads are a solution. Can someone with Haskell experience
More ›