Viewing profile — ewmailing
ewmailing
HN member- Joined
- Thu, Feb 18, 2016, 11:14 PM UTC
- HN karma
- 163
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About ewmailing
No profile information was provided.
Recent public activity
-
comment
Comment #47028866
Star Control 2 (which takes many Starflight influences and also hired Greg Johnson) also used a lot of procedural generation. It has around 500 stars and 4000 worlds with minerals …
-
comment
Comment #47028760
It goes beyond drawing inspiration. Greg Johnson, designer of Starflight, worked directly on Star Control 2.
- story
-
comment
Comment #17777005
> So instead of finding the NES next to your other PCs at the time, it was near the toy aisle? > Anyone who maybe was able to witness the revival able to comment with their anecdot…
-
comment
Comment #17729773
LuaCocoa author here. While the objc_msgSend, objc_msgSend_stret, et. al, is an annoying detail, that isn't really the hard part. (And in fact, all the good bridges use libffi to d…
- story
- story
-
comment
Comment #14608764
Swift on Android already exists. https://news.realm.io/news/swift-on-android/
- story
- story
-
comment
Comment #14235745
Lua creator Roberto Ierusalimschy just gave a talk about "Functions in Lua" and starts his talk explaining that our (conversational) language has still not evolved a precise way to…
-
comment
Comment #14149858
I wrote a little about the QFG1 vs. QFG5 inspirations in my blog entry. But here is a video of the QFG5 dryad dance which will probably start making it clear. https://www.youtube.c…
-
story
Show HN: My RIP Goodbye to my Co-Founder Carlos Icaza
Carlos Icaza was my co-founder at Lanica (an Appcelerator backed company). He passed away this summer unexpectedly. I wasn’t able to find the right words to say at the time. But si…
-
comment
Comment #14147439
Hi, I'm the presenter of the talk. I'm happy to try to answer any questions here. Thanks to try! Swift Tokyo for making this talk happen, and thanks to Realm for posting it. For mo…
- story
-
comment
Comment #14016110
Here's a picture of the infamous "Insert Buckazoid" :) http://www.midimusicadventures.com/queststudios/mt32-resourc...
-
comment
Comment #14015649
A little more context for those who don't know the history of music in PC gaming, Sierra was the first major company to push hard on PC sound cards. They partnered up with Roland a…
-
comment
Comment #14015592
I remember reading a story about how he picked the name "Roland". He wanted a company name that would be pronounced and spelled the same way in any language and country, and escape…
-
comment
Comment #14015581
I first learned about Roland because of their partnership with Sierra On-Line and the MT-32. I remember Scott Murphy (Space Quest co-creator) told a story about the first time Rola…
-
comment
Comment #13953507
And also iOS, Android, and a native web browser backend via Emscripten :) This was a proposal/prototype/intro video for IUP for iOS & Android for the IUP community. https://www.you…
-
comment
Comment #13496519
I was either told or read (during the 2.x time frame) they were likely going to break @_silgen_name. @_cdecl was added to replace this (at least for my usage case), but I think it …
-
comment
Comment #13496498
I believe it is the calling convention. When I use it, if you look at the symbols/name mangling, what gets generated looks like a C symbol. 000061b4 T BlurrrSwiftEntry vs. 000061cc…
-
comment
Comment #13496476
I'm using @_cdecl on Android which doesn't have the the Obj-C runtime.
- story
-
comment
Comment #11851464
I’ll stick my neck out there and praise Lua. While I will admit the stack is tedious to work with, all C binding bridges I’ve worked with are tedious. (With exceptions of languages…