Viewing profile — carloscm
carloscm
HN member- Joined
- Mon, Jan 13, 2014, 12:40 PM UTC
- HN karma
- 810
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About carloscm
My blog: http://carloscarrasco.com/
My company: http://weirdandwry.com/
@crlscrrsc
Recent public activity
- story
- story
- story
-
comment
Comment #17680408
If this indeed evolved into a stand alone, curated app store like Steam pre 2016 with a 88/12 revenue split it could indeed shake up Android game distribution. Mobile in general an…
- story
-
comment
Comment #17574066
From the article: "The chips that produce an electric field for the Solar Probe Cup are made from tungsten, a metal with the highest known melting point of 6,192 F (3,422 C). Norma…
-
comment
Comment #16820868
I originally did. This was fine when the scripting was just doing data setup in advance, and it wasn't being run per-frame as game logic. When I started The Spatials V3 (aka Galact…
-
comment
Comment #16820538
I'm beating my own drum here, but the gameplay code for my game Galactology is 90%+ done in a Lisp dialect (l2l with LuaJIT underneath), clocking at 51K lines currently. It has bee…
-
comment
Comment #13852535
I think the article is wrong to call the showcased devices "netbooks". Netbooks were a laptop-lite, with a slightly smaller size. The Dragonbox Pyra is more like a micro laptop, th…
- story
- story
- story
- story
-
comment
Comment #9815429
I've looked into both l2l and moonlisp and they were too incomplete to be usable in their current state, and not being worked upon recently (or not much). The most current and inte…
-
comment
Comment #9810880
LuaJIT is, by far, the best option for scripting in games/RT, thanks to the incredible JIT performance and its incremental GC with deadlines. But there's something when you start p…
-
comment
Comment #8758734
That 1mm single fiber endoscope is just amazing, out of a spy/scifi novel.
-
comment
Comment #8758161
This is notable not just because of Neal Stephenson, but because his blog post contains what I think is the most detailed public description of the tech so far: --- Here’s where yo…
- story
-
comment
Comment #8630152
~150USD / month from http://thespatials.com/ with a jump to 1000 USD in October after we announced our successful Greenlight. Launching in Steam in early 2015 and expect to shake t…
-
comment
Comment #8515176
This reminded me of ATS - http://www.ats-lang.org/ Check also Chris Double blog - http://bluishcoder.co.nz/tags/ats/ ATS combines ML-style types, linear types, dependent types and …
-
comment
Comment #8498677
Please don't name it just "Meta", it will make it a lot more difficult to find resources for it in the web. Imagine googling for "meta", "meta lang", "meta language", "metalang". M…
- story
-
comment
Comment #8427319
It's true, it's more customizable and flexible than I realized when I first looked into it. I stand corrected.
-
comment
Comment #8420796
It was the glgui library that gave me that impression. It's true that there appears to be no built-in high level concept of a view as a container/ layout holder/ etc, we are talkin…
-
comment
Comment #8420040
Keep in mind LambdaNative appears to be very opinionated about things like project structure (your code goes in this folder and is named like this), files (your images must be in t…