Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bellbind
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bellbind
13y ago
Why can't I specify a remote dictionary of my own ? AKA: no i18n support, thank you. Why is the data mixed in with the code in the first place?
2.
▲
by
bellbind
13y ago
I had the same reaction: to me they were contradicting themselves in no more than two sentences. Then I read on and followed links: http://zuckerbergfiles.org/?page_id=41 So this is indeed a copyright issue. Like all copyri
3.
▲
by
bellbind
13y ago
Great stuff there, I actually learnt from what I thought was an interactive tutorial for beginners. The commands (like 'reset' to go back to the beginning of a level) are not that straightforward from the beginning though. Also I
4.
▲
by
bellbind
13y ago
If you use a preg engine you can add the /a modifier which excludes unicode chars from matches.
5.
▲
by
bellbind
13y ago
It does. See http://ideone.com/Q1lf1M
6.
▲
by
bellbind
13y ago
Pirated content is free content: you can't really say that one person pirating your game equals one lost sale. Would have he bought it, if he was given no alternative choice to get it? When the price is null, there are low to no expectati
7.
▲
by
bellbind
14y ago
We've been working on a minimal LXC manager for a week now, but docker seems to be exactly what we need. Can't wait to check this out. https://github.com/cpra-lcoffe
8.
▲
by
bellbind
14y ago
Whole new way to interact with others, interesting idea.
9.
▲
by
bellbind
14y ago
It seems to be a good tool for teaching networking. Back in school we used to do that with VDN (which is still maintained http://opale.u-clermont1.fr/vdn/wiki/doku.php ).
10.
▲
by
bellbind
14y ago
The divs "Customers" and "Goals" have the same text. I think the price is too low. Also, a screencast would be nice.
11.
▲
by
bellbind
14y ago
Drugs. A lot of it.
12.
▲
Binding a NES pad to a keyboard with an arduino
(lcoffe.net)
1 points
by
bellbind
14y ago
|
0 comments
13.
▲
IOCCC 2011 source codes are finally avalaible
(ioccc.org)
1 points
by
bellbind
14y ago
|
0 comments
14.
▲
by
bellbind
14y ago
Here's some feedback : tapping the spacebar with the phone? That's dumb. Why? I have to hit hard for the "bump" to happen. But that's not really a problem since hitting a keyboard with a cellphone makes no sense. Consider another scenario :
15.
▲
by
bellbind
14y ago
Reminds me of the Intel ads for the Ultrabook (eg http://www.youtube.com/watch?v=-kuMen5UOm0 ). Good way to communicate.
16.
▲
by
bellbind
14y ago
Why did I clicked that link? Now I can't help learning me a Haskell.
17.
▲
Twitter hauls spammers into court
(nakedsecurity.sophos.com)
1 points
by
bellbind
14y ago
|
0 comments
18.
▲
Some interactive bash console tips
(lcoffe.net)
1 points
by
bellbind
15y ago
|
0 comments
19.
▲
by
bellbind
15y ago
What I'm saying is that programming for fun on your free time is absolutely not the same as programming to pay the rent, and this is not straightforward when you start learning computer science (and that's what this article is about, righ
20.
▲
by
bellbind
15y ago
Wrong in so many ways.. I don't know where to start.
21.
▲
by
bellbind
15y ago
Well, all this is a bit of a fairy tale to me. Sure programming on my free time with friends, always wanting to know more, to go further, that's true it is fun and I'd say it's a way of life. Now consider: process, deadlines, the annoying
22.
▲
by
bellbind
15y ago
I really like the fullscreen editor, but ideone.com is actually more handsome imho. Editor? great ; now I want to execute it. If I really could compile my code and execute it on my machine, I would not be using that website in the first pla
23.
▲
by
bellbind
15y ago
I hate full-width websites that do not handle x-resizing. But nice job.
24.
▲
by
bellbind
15y ago
AFAIK this is not possible with fish, as variables cannot be used as commands like in bash (and the ! history feature does not exist in fish, it is designed to be fully interactive). See http://fishshell.com/user_doc/faq.html#faq-history
25.
▲
by
bellbind
15y ago
!! is not specific to fish. It is a history feature to get the last command. It's like using '!ec' for getting the last command that starts with 'ec'. Using `!!` is not "getting output of previous command", it is re-executing it and getting