Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
henryprecheur
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
MrBeast's Secret Sauce
(henry.precheur.org)
3 points
by
henryprecheur
2y ago
|
0 comments
2.
▲
Go Generics Improvements for Maps and Slices
(henry.precheur.org)
2 points
by
henryprecheur
3y ago
|
0 comments
3.
▲
No Software, No Cries
(henry.precheur.org)
1 points
by
henryprecheur
6y ago
|
0 comments
4.
▲
Old mistakes we keep on fixing
(henry.precheur.org)
2 points
by
henryprecheur
6y ago
|
0 comments
5.
▲
by
henryprecheur
14y ago
That policy is a bit risky. That might diminish the use of other things that reduce significantly the spread of HIV, like condoms. It's still unknown how effective the gel is: maybe 90%, maybe 5%, condoms are 90% effective AFAIK[1]. [1] ht
6.
▲
by
henryprecheur
15y ago
If you just look at the number of hours, it's "just" a full time job for a year: 8 hours a day * 200 working days = 1600 hours With 30 people working just a week (5 days), we're already at 1200 hours. Maybe they got their hours wrong? Or it
7.
▲
by
henryprecheur
15y ago
Sometime shitwork can be a very good way to find new possibilities. A lot of people do shitwork that's immensely useful, like editors on Wikipedia, moderators on reddit and forums, people who enter all the data into imdb. I don't see how th
8.
▲
by
henryprecheur
15y ago
> Who pays what in taxes is really a diversion. The "who" is actually pretty important. Tax the working man more, and you'll discourage working. Tax the rich, and he might move to another country. There are many ways to raise money for
9.
▲
by
henryprecheur
15y ago
I don't know if I like it or not. If you know SQL well and want to switch to a NoSQL database, what's easier learn? The "proprietary" API of the dababase (like Redis, or MongoDB) or the limitations of unSQL? I can't speak of other NoSQL dat
10.
▲
by
henryprecheur
15y ago
Keep Your Crises Small, http://www.youtube.com/watch?v=k2h2lvhzMDc It's a lecture from Ed Catmull. I highly recommend it, many gems from a brilliant developer turned brilliant manager.
11.
▲
Signature on photos
(artlebedev.com)
1 points
by
henryprecheur
15y ago
|
0 comments
12.
▲
by
henryprecheur
15y ago
Husky & HD (another StarCraft caster) both have a healthy revenue stream from their Youtube Channel. There are at least 12 other casters/players in North America/Europe making a living casting StarCraft II games. Husky wasn't the first
13.
▲
by
henryprecheur
15y ago
I agree that SPDY would be a "quicker" solution. Just modify the browsers and wait a year or two, and 30%+ of the people browsing the web will have it. SCTP have the nice side effect of improving things like streaming, and games. As for app
14.
▲
by
henryprecheur
15y ago
I don't like SPDY. It's trying to solve a transport problem at the application level. Plus it seems to be quite complex. I'd love to see Google promote a transport protocol like SCTP[1], and do HTTP over SCTP instead. If Google pushed SCTP
15.
▲
by
henryprecheur
16y ago
Indeed, just to make it clear: There's no more C++ code in the OpenBSD's base, but g++ the C++ compiler is still present. I don't think that g++ will be removed. Too many things are written in C++. And as long as GCC is present in OpenBSD,
16.
▲
by
henryprecheur
16y ago
The main reasons for replacing groff were: 1. Groff is buggy 2. Groff is slow to compile & execute 3. Groff is not BSD licensed mandoc has none of these problems. If you want a "generic" roff system, groff is available as a package. Acc
17.
▲
Review My Startup: clan.cx, fast StarCraft 2 clan hosting
2 points
by
henryprecheur
16y ago
|
1 comments
18.
▲
Validating Emails is hard, very very hard
(henry.precheur.org)
1 points
by
henryprecheur
16y ago
|
1 comments
19.
▲
by
henryprecheur
16y ago
Yes, the answers' quality seemed very variable: the most critical answers were the most useful. I'd also be willing to pay a premium to get reviews from the "meanest" soldiers ;-)
20.
▲
My 1st experiment with Feedback Army
(henry.precheur.org)
22 points
by
henryprecheur
16y ago
|
6 comments
21.
▲
by
henryprecheur
16y ago
You should show more respect to what other people do. You're not the only one guilty of this, everybody tend to overestimate their contribution to the world. How many times did you hear/read about a business guy / manager saying that progra
22.
▲
by
henryprecheur
16y ago
We still need to wait for WSGI based frameworks and wrappers like Django, werkzeug, WebOb, etc. to be ported. It shouldn't be too long though. I'd bet that in 6 months 1 or 2 projects will already be functional.
23.
▲
by
henryprecheur
16y ago
> I'd be interested to know what the "core developers" disliked about Git too. I spoke to Brett Cannon --basically the guy who chose Mercurial-- not long after the choice was made. Apparently the most important factor was that Mercurial
24.
▲
by
henryprecheur
16y ago
Companies can always build their own "last mile connection". I have a fiber optic connection here in Vancouver (20/20mbps), it cost $45/mo, which is reasonable. The thing is that the ISP (Novus) had to lay cables to all the suites in the to
25.
▲
by
henryprecheur
16y ago
Yes. I didn't want to criticize MongoDB or SQL based databases. Just point out that Redis' protocol is small and easy to implement.
26.
▲
by
henryprecheur
16y ago
I've been using Redis for 2 months now. It's a real pleasure to use. I especially like the simple protocol. It's possible to write a simple client without any external libraries within days --maybe hours if you're really good ;). Try to do
27.
▲
by
henryprecheur
16y ago
Which is one of the most tested, most utilized, most known pieces of code used among modern software. Sounds like Microsoft Windows to me :) I think that SQLite is a really nice database. But just because SQLite would work in the browser,
28.
▲
by
henryprecheur
16y ago
SQL is certainly a well-known _language_, but I don't think it's very well understood by most. Also if IndexedDB has a "lifeless" spec, it might be because there's not much to discuss. Something simple and straightforward tends to requires
29.
▲
by
henryprecheur
16y ago
I think that's a great news. HTML5 adds lots of complexity in the browser, and yet don't address most of the fundamental problems of HTML: security, complexity. Web SQL was another step in the wrong direction. Local storage wont go away. I
30.
▲
by
henryprecheur
16y ago
I would love to see X die. Over the years it has become a very complex beast. But I don't think X will die anytime soon: Replacing it with something better is a daunting task, but it's kind of trivial compared to rewriting all the applicati
More ›