Viewing profile — danssig
danssig
HN member- Joined
- Thu, Feb 17, 2011, 1:32 PM UTC
- HN karma
- 1,446
- Public activity
- 1,121 items
- HN profile
- View on Hacker News ↗
About danssig
No profile information was provided.
Recent public activity
-
comment
Comment #3971451
Or you can use AirVideo. It converts while it streams or you can have it just do the conversion and dump it in iTunes so it will sync to the ipad automatically for offline usage.
-
comment
Comment #3970877
Well, that's the thing: even in the US, as bad as it has become, saying vile racist comments on the internet wouldn't get you put in jail . Is the guy a scumbag? Obviously. Should …
-
comment
Comment #3969856
Don't forget; the UK also put someone in jail for tweeting.
-
comment
Comment #3959520
Seems like a proper time for civil disobedience.
-
comment
Comment #3959375
I would be good with getting rid of prisons entirely. If someone is violent and dangerous then they're probably insane and should be treated, not "punished". As far as your example…
-
comment
Comment #3959320
It depends on what we're talking about. If a person stole money then they should have to pay that back with reasonable interest. So that wouldn't be tied to how much money the pers…
-
comment
Comment #3958783
There are many options. Charge them money (and ensure you can force them to pay it back, e.g. wage garnishing), public service was suggested, etc. Looking them away from their life…
-
comment
Comment #3958775
Or in Common Lisp you would be able to "signal" a condition and then handle the situation. Signal will just do nothing unless some higher level code has an explicit handler for it …
-
comment
Comment #3958707
Or drive prices down. You would be cutting out a lot of middle men going this route.
-
comment
Comment #3958657
I find locking people away from their life for more than a day or two absolutely barbaric. I'm surprised a country often rated most democratic in the world locks people away for no…
-
comment
Comment #3954328
Wtf? Why hasn't this post blended into the background already? US healthcare inexpensive? Pretty much everyone who's ever looked into this disagrees. Worrying about about health in…
-
comment
Comment #3954256
8??? The company I'm at is still on 6!
-
comment
Comment #3954250
Oh I agree with that. If Vista didn't kill them (or even hurt them, really) I can't imagine this will either.
-
comment
Comment #3954244
I have a MBP and I can install what ever I want. What are you talking about?
-
comment
Comment #3953375
That's not strictly true. People generally skip every other version of windows because somehow every other version sucks.
-
comment
Comment #3952469
We'll have to agree to disagree on that. Right now I'm a cog in a big company and I know what I do isn't as valuable as what entrepreneurs do. I came in to a team who had a horribl…
-
comment
Comment #3948851
You think so? I think Gambling irresponsibly is considered bad, but Gambling if you can afford it is pretty fun.
-
comment
Comment #3948845
I don't know. But when choosing a system I wouldn't chose SVN for svn:externals. Git has submodules which I find nicer.
-
comment
Comment #3948825
I think you and the parent may be talking past each other. When most people talk about "un-ambitious" people they're talking about "cogs". People working in some generic job in a b…
-
comment
Comment #3948240
>Unlike the poster below thinks though I don't have 40 free hours a week these days. I am working to build the next big thing because this is in my blood, I suspect this is what th…
-
comment
Comment #3948214
>I would not want to work for Facebook for any amount of money. For any amount? I'd even work for the Koch brothers for, say, $10m/yr. Of course I'll be gone from their company and…
-
comment
Comment #3947661
I disagree completely. I would say everyone should start with Smalltalk. Start with something beautiful and clean and then learn the messy stuff that makes it possible later.
-
comment
Comment #3947584
What about going onto, say, Linux and making your own graphical toolkit from the ground up?
-
comment
Comment #3947578
Ack, Darcs had a problem so you went with SVN? I hope you've at least switched to using git as your SVN client by now.
-
comment
Comment #3947563
The concept is quite awkward in any single dispatch language. The biggest WTF ever is Racket adding single dispatch OO! You actually have to say (send object 'message).