Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
typedweb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
typedweb
11y ago
It's a git repo and it's GPL so I might move it over to GitHub when I get a chance.
2.
▲
by
typedweb
11y ago
> humans are the stupidest possible creatures that can build a civilization Many insects have quite elaborate 'civilizations' or at least colonies, and it's doubtful that each individual bug is very intelligent.
3.
▲
by
typedweb
11y ago
Here's a quick (ambient) sample I did with it last night with abridged source code in the song comment: https://soundcloud.com/kruhft/incudine1
4.
▲
Incudine – Real-Time Audio/DSP Programming in Common Lisp
(incudine.sourceforge.net)
38 points
by
typedweb
11y ago
|
5 comments
5.
▲
by
typedweb
11y ago
A file is an object that supports the methods open(), read(), write(), and a few others. That's about a generic as you can get.
6.
▲
Kruhft – microsound [2015, music]
(soundcloud.com)
1 points
by
typedweb
11y ago
|
0 comments
7.
▲
by
typedweb
11y ago
Both emacs keybinding emulation packages are sub-optimal. One misses C-p, the other misses C-e, both basic editor movement commands. Not impressed.
8.
▲
by
typedweb
11y ago
New URL: palaverchat.herokuapp.com
9.
▲
by
typedweb
11y ago
No, just one on one for now. I was thinking of adding an option to pull in another random stranger, but that'll have to wait til tonite/tomorrow if I have the time.
10.
▲
by
typedweb
11y ago
Hi, author here. I made this site as and alternative to Omegle, correct. I was interested in finding some way of meeting new people and making connections, which seems to getting even more difficult in this short attention span, informati
11.
▲
Palaver – Idle Random Chat
(warm-ridge-8132.herokuapp.com)
12 points
by
typedweb
11y ago
|
5 comments
12.
▲
Twitter CEO Steps Down, Stock Goes Up
(sfweekly.com)
1 points
by
typedweb
11y ago
|
0 comments
13.
▲
by
typedweb
11y ago
People are less willing to borrow money to buy stocks at higher interest rates.
14.
▲
Show HN: My first Android Game – "X+1" [2D Action]
(play.google.com)
1 points
by
typedweb
11y ago
|
0 comments
15.
▲
by
typedweb
11y ago
Canada has a First Home Buyer tax credit of $5000, AFAIK.
16.
▲
by
typedweb
11y ago
Vanadnium Dioxide: http://phys.org/news/2013-11-vanadium-dioxide-smart-glass-bl...
17.
▲
by
typedweb
11y ago
AutoDesk has 123D Modeler[1]. I'm not sure which printers it works with, but it probably uses the Spark platform[2] for the actual print drivers. [1] http://www.123dapp.com/design [2] https://spark.au
18.
▲
The FSF Is Hiring a Web Developer
(fsf.org)
1 points
by
typedweb
11y ago
|
0 comments
19.
▲
by
typedweb
11y ago
I'm not quite sure how being able to extend syntax is a theoretical problem. It was just a basic example for brevity. There are many more examples of macros that solve real world problems, such as writing a compiler for an embedded DS
20.
▲
by
typedweb
11y ago
How about syntactic extensions: (defmacro unless (test &body body) `(if (not ,test) ,@body))
21.
▲
by
typedweb
11y ago
A lisp macro is a code transformer run by the compiler using the full features of the language to generate code. Macros allow for the arbitrary evaulation of it's arguments (rather than the standard left to right order before a functio
22.
▲
by
typedweb
11y ago
Same with conditions and restarts.
23.
▲
by
typedweb
11y ago
D'oh. Guess I should read the article sometimes before I comment :)
24.
▲
by
typedweb
11y ago
The title reminds me of a book I used to have years ago called 'Writing Bug Free C Code for Windows'. It was a great and not windows specific all all, covering object systems and all the nooks and crannies of the language. It was
25.
▲
by
typedweb
11y ago
Probabilistic programming in Common Lisp: https://github.com/nikodemus/screamer
26.
▲
by
typedweb
11y ago
Thanks for the info. I've done some research on competitors and I'm trying to find the correct pricing vs my costs for the system. This is my first web service so I'm really just trying to figure out all the details on some
27.
▲
by
typedweb
11y ago
The system I'm developing is a message passing system, so I've looked mostly at PubNub's pricing model to get the idea for a tiered system. Mine is going to be a lot smaller at the start and it's only me running it so I
28.
▲
Ask HN: Is Cost per Call (CPC) a Reasonable Way of Pricing for a REST SASS?
3 points
by
typedweb
11y ago
|
6 comments
29.
▲
by
typedweb
11y ago
lose, not loose.
30.
▲
by
typedweb
11y ago
http://readwrite.com/2010/11/27/haskell-with-lisp-syntax?_es... !
More ›