HN user

typedweb

440 karma
Posts35
Comments60
View on HN
incudine.sourceforge.net 11y ago

Incudine – Real-Time Audio/DSP Programming in Common Lisp

typedweb
38pts5
soundcloud.com 11y ago

Kruhft – microsound [2015, music]

typedweb
1pts0
warm-ridge-8132.herokuapp.com 11y ago

Palaver – Idle Random Chat

typedweb
12pts5
www.sfweekly.com 11y ago

Twitter CEO Steps Down, Stock Goes Up

typedweb
1pts0
play.google.com 11y ago

Show HN: My first Android Game – "X+1" [2D Action]

typedweb
1pts0
www.fsf.org 11y ago

The FSF Is Hiring a Web Developer

typedweb
1pts0
news.ycombinator.com 11y ago

Ask HN: Is Cost per Call (CPC) a Reasonable Way of Pricing for a REST SASS?

typedweb
3pts6
github.com 11y ago

Isearch patch for the Mezzano text editor

typedweb
1pts0
burtonsamograd.deviantart.com 11y ago

Paintings Made with Common Lisp

typedweb
6pts0
burtonsamograd.deviantart.com 11y ago

Show HN: Artwork made with Common Lisp, with source code

typedweb
6pts0
gist.github.com 11y ago

A Quick and Dirty Tree Shaker for SBCL

typedweb
1pts0
research.microsoft.com 11y ago

The Byzantine Generals Problem (1982) [pdf]

typedweb
110pts27
fossil-scm.org 11y ago

Fossil – Simple, high-reliability, distributed software configuration management

typedweb
128pts84
hy.readthedocs.org 11y ago

Hy Tutorial – Python with Lisp Syntax

typedweb
5pts0
digiconomist.net 11y ago

Why Bitcoin Arbitrage Is Not Very Profitable

typedweb
3pts0
www.ibtimes.co.uk 11y ago

Bitcoin Creator Revealed? Satoshi Nakamoto's True Identity Unmasked

typedweb
6pts3
www.ibtimes.co.uk 11y ago

Bitcoin Price Soars Above $400 and Continues to Climb Rapidly

typedweb
1pts0
www.investing.com 11y ago

Bitcoin re-approaches the $400-level as market sentiment improves

typedweb
1pts0
www.changetip.com 11y ago

ChangeTip: The Killer App for Bitcoin

typedweb
1pts0
www.coindesk.com 11y ago

The Math Behind Bitcoin

typedweb
101pts7
cryptobucket.com 11y ago

CryptoBucket: A Social Media Site for CryptoCoin Users

typedweb
1pts2
cdn.panteracapital.com 11y ago

Bitcoin vs. Gold – Pantera Capital Report [pdf]

typedweb
2pts0
www.insecam.com 11y ago

Insecam

typedweb
1pts0
en.apa.az 11y ago

Russia may ban circulation of US dollar

typedweb
2pts0
github.com 11y ago

BitXBay Distrubted Market

typedweb
2pts1
openbazaar.org 11y ago

Decentralized marketplace for instantly trading with anyone using Bitcoin

typedweb
2pts0
bitcointalk.org 11y ago

Large Bitcoin farm in Thailand burns down

typedweb
8pts0
torrentfreak.com 11y ago

Pirate Bay Requests Support for Its Imprisoned Founders

typedweb
4pts0
www.cryptocoinsnews.com 11y ago

Liberty Music Store Selling Music for Bitcoin

typedweb
1pts0
bitcointalk.org 11y ago

Don't use online Bitcoin wallets over Tor

typedweb
3pts2

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.

Atom 1.0 11 years 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.

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.

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, information overloaded world. So far, as an experiment, it's worked for me and a lot of interesting users have come online and I've had some really great conversations. If you have any questions about the site's motivation, just ask.

Oh, and I made it in node and jquery and about 2 hours.

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.autodesk.com/
Why Lisp? 11 years 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 DSL that is tuned to solving your real problem that allows expressivity and brevity that you would never see without the use of macros.

Why Lisp? 11 years ago

How about syntactic extensions:

    (defmacro unless (test &body body)
      `(if (not ,test) ,@body))
Why Lisp? 11 years 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 function call), allowing you to do syntactic extensions without the added boilerplate that functional languages can require.

Essentially, each macro allows you to define a mini-language that is parsed by the compiler that returns code that is then compiled. It takes a while to groc, but once you do you can never really go back.

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 on par with some of the Lisp books I have regarding coverage of language features. Highly recommended for those interested in what you can do with C, but I'm sure it's impossible to find these days.

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 something simple that I haven't seen provided yet and go from there. Hopefully some people will find it useful, but I realize I have to keep my pricing in check but my costs in balance.

I'm using it for the Common Lisp exercises. The command line client is nice, keeping you from having to upload your code through a browser or copy pasting.

Basically you are given a set of unit tests and you have to make them pass, so it's good practice for TDD without havingto write the tests. The exercises so far are pretty basic being <10 liners, but it's a fun way to practice your coding.

Its much more likely that we humans are excelling at dreaming up apocalyptic scenarios, much like we have always done.....

There's always profit in predicting the end of the world.