Viewing profile — aduros
aduros
HN member- Joined
- Fri, Sep 09, 2011, 12:05 PM UTC
- HN karma
- 11
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About aduros
No profile information was provided.
Recent public activity
-
comment
Comment #28832361
Physical gamepads are supported by memory mapping, the game itself doesn't know if the player is using a keyboard, touchscreen, or real gamepad. I think if multiplayer will ever be…
-
comment
Comment #28798543
This is a project I'm working on to try to make WebAssembly game development more accessible and fun. Here are the key features: * No Glue Code : If you've ever tried to write even…
- story
-
comment
Comment #25907308
pjs is for filtering and transformation like awk/sed/grep, but it supports many different text-based formats and its programs are written in plain JavaScript. Here's an example tha…
- story
-
comment
Comment #25742823
It opens in the current directory, not just home.
-
comment
Comment #25741842
Proud xeyes user here. Have you tried duc for disk usage? It's minimal and has a nice visualizer.
-
comment
Comment #25741611
Very handy, thanks!
-
comment
Comment #25741579
Try this: XTerm.vt100.translations: #override \n\ Ctrl T: spawn-new-terminal()
-
comment
Comment #2977768
I work for a company that primarily uses LOLCODE. I've been trying to convince my boss of the benefits of moving to Trollscript, so I wrote this Trollscript interpreter in LOLCODE:…