phaedrus
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Social Media is Orthographic Projection (2020) (robinsloan.com)
- The Fine Art of Dwarf Fortress (about the ascii portraits in the NYT article) (6thfloor.blogs.nytimes.com)
-
For the game my partner and I are writing, we're using open source libraries where ever possible. We've been able to find high quality open source libraries for physics, graphics, etc. Now I'm looking for a planning AI…
- _Why Yown Is Funny So You Can Laugh Too (discoveringio.blogspot.com)
-
A tutorial for LLVM uses a toy language which has only the datatype "double". The toy language can call C functions which accept doubles and return a double. I decided to extend the language so that instead of using…
- The Bitter Truth About Sugar (singularityhub.com)
-
I had been designing a hypothetical programming language in my head, and I was surprised to discover that Scala has a lot of the features that would have gone into that language. For instance, "call by name", and the…
-
My partner and I just incorporated (yesterday!) our startup game studio. We each own 50%, no investors 100% bootstrapped. My partner knows someone who wants to contribute code (for free) for the learning experience. My…
-
As someone going from statically typed, compiled languages to a dynamic language, I'm in a philosophical quandary: when your language is sufficiently flexible to allow you to write your configuration settings files for…
-
I've been really enjoying newmogul.com. What happened to it? When I tried to go there today, I get "This page has been parked for FREE by GoDaddy."
-
I too "wasted" most of my teens writing "pointless" programs - games in Basic that I never finished, assembly language programs optimized for old computers 20 years obsolete, and C++ programs with extensible…