Viewing profile — cromo
cromo
HN member- Joined
- Fri, Feb 15, 2013, 7:52 PM UTC
- HN karma
- 36
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About cromo
No profile information was provided.
Recent public activity
-
comment
Comment #24859963
Mine did. I eventually suffered very limited mobility due to the pain until I got surgery to move the nerve out of the cubital tunnel.
-
comment
Comment #24859947
Ah, that sounds like what I have! Subluxation of the ulnar nerve is what they told me it was - I could feel the nerve popping over my medial epicondyle. We tried steroid shots to r…
-
comment
Comment #22872399
I'll also encourage you to post a link to the source, even if it's not the cleanest code. I've been thinking about trying to make something like this for a while, but using larger-…
-
comment
Comment #14447261
As for your second point, I think that's somewhat covered by the last few sentences in the article - he makes short lists of what the book was about and the main takeaways. This ma…
-
comment
Comment #14394106
My zsh is set up (don't know if this is a default or not; I'm using Oh My Zsh) to not run the command if you use any history expansions in a command, instead it'll give you a new p…
-
comment
Comment #14361949
The wording was a bit confusing, but I think they meant "Java-like" and "VM-based" as separate things, not that Dart runs on the JVM.
-
comment
Comment #14078916
I've been following the development of this for quite a while, and one feature that is not erm, featured, is that the actual emulator itself is composed of isolated modules. This m…
-
comment
Comment #14078827
This release does, yes. The actual emulation of the system is straight Lua and does not require Löve at all. You could run the emulator completely headless (as I was pestering zeta…
-
comment
Comment #14078814
The first bullet point under the Supported Features section in the readme states that it works on any Lua that provides a bit manipulation library. I know LuaJIT comes with one, an…
-
comment
Comment #14078796
It's mentioned in the build section in the Readme - the Joey Generation 3.
-
comment
Comment #13927775
It's a handy tool, that's for sure! Funny story about it though - when I took it to the maker space where I could use some tools, the two older guys who help run it scoffed at me f…
-
comment
Comment #13927754
I'm not really concerned about the exhaust heat. There's a decent amount of clearance, and the fans are gonna be way stronger than convective currents. Since it's also at the botto…
-
comment
Comment #13927717
The monitor and keyboard were just for initial set up. I soon got an iDRAC and now control the system entirely over the network, so the monitor and keyboard have been relegated bac…
-
comment
Comment #13926315
I built my own rack for my apartment homelab as well. It's just unfinished pine, but it's a horizontal rack instead of the typical vertical rack to make better use of my limited sp…
-
comment
Comment #12962354
No need to be sorry - I've been meaning to do that for a while and just haven't gotten around to it. Synesthesia is really something you have to see to understand how useful it is.…
-
comment
Comment #12960007
I don't remember how those worked. I think it automatically kept a hierarchy of what tab parented other tabs and colored them that way. That gets kinda strange because it's trying …
-
comment
Comment #12958634
The simple tool I wrote that I get the most bang for my buck out of is synesthesia[1]. I spend a lot of my time tracing things down across multiple log files, and having to pick ou…
-
comment
Comment #12821239
Same, Firefox 49.0.2 on Windows 7. I opened the quickstart in Chrome and went all the way through without a hitch until the very end - the last code block doesn't appear to do anyt…
-
comment
Comment #10783862
A friend and I made a game for the most recent Ludum Dare using LÖVE. It's a top-down racer: https://github.com/zeta0134/ludum-dare-34
-
comment
Comment #10221434
I think there may be a misunderstanding here - mal is not the language you make the lisp (or any other language) in, it is the language you are implementing. Indeed, there is an im…
-
comment
Comment #10220844
This reminds me of MAL [1], which stands for "Make A Lisp" or Make, A Lisp" depending on whether you're talking about the whole project or just the make version. It branched out in…
-
comment
Comment #9337413
The Docco ( http://jashkenas.github.io/docco/ ) family of tools.
-
comment
Comment #9291967
I wrote a Python script (called synesthesia)[1] that'll colorize input based on regex matches, and any matched text will be the same color for the same content. The use case that d…