HackerTrans
TopNewTrendsCommentsPastAskShowJobs

raible

no profile record

comments

raible
·hace 2 años·discuss
I'm working on a PEG-based Turing complete language. It is self-hosted, generates standalone/embedable C, is reasonably small, and comes with a fully-featured REPL. It has only a single keyword: "macro". Feel free to reach out if interested.
raible
·hace 2 años·discuss
Weed + tree = bong!
raible
·hace 3 años·discuss
Getting rear-ended is almost always the other driver's fault, but 7 years ago I was involved in a serious accident (minor injuries, both cars totaled) when the driver in the fast lane decided to pull over and pick up a hitchhiker. Crossed over two lanes, hard on the brakes, and I had no chance to even get off the gas.

The responsibility was 100% his because of "an unsafe lane change".
raible
·hace 3 años·discuss
Well, maybe. I for one _absolutely_ didn't participate b.c. I didn't want my DNA and personally identifying information owned by any company. I can't imagine that there aren't many others like me.

I would, however, love to send my DNA to a company if they could provide the results without knowing any information about me whatsoever. For instance: I would be more than willing to buy the kit with cash and send it back with a burner email. Has anyone heard of such a service?
raible
·hace 3 años·discuss
It's hard to imagine either Linux or Git if Ken Thompson and Dennis Ritchie hadn't laid the foundation.
raible
·hace 3 años·discuss
I can highly recommend libtcc (https://github.com/TinyCC/tinycc.git) for this kind of thing. I recently ported the code developed in linux on an ARM chromebook to a generic windows box in 20 minutes.
raible
·hace 3 años·discuss
Perhaps https://github.com/TinyCC/tinycc would be useful? I've had success using it to implement a repl for my language.
raible
·hace 4 años·discuss
Not exactly a diet tip, but first thing every day (after stretching) I drink a large glass of water (16oz), drink another large glass with a tablespoon or so of psyllium husk, then another large glass of water. Then whatever breakfast I feel like. Psyllium is cheap, safe, and readily available (and most of us should be eating more fiber, right?).
raible
·hace 4 años·discuss
I've had great success with a fourth way: my project language compiles to C, which is loaded at runtime with libtcc (specifically: git://repo.or.cz/tinycc). I've gone down the .so/.dll route a few times in the past, but I can safely say: never again. libtcc has the advantages of a jit (native C speed), but with an elegant API and laudable portability.
raible
·hace 4 años·discuss
This is an awesome project. In the video you mention that you might drop it... please don't!