Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sztanpet
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
sztanpet
10y ago
No, that is a bad idea, see: https://github.com/rsc/letsencrypt/issues/15#issuecomment-25...
2.
▲
by
sztanpet
11y ago
By propelling linux process supervision into the 21th century, change is scary
3.
▲
by
sztanpet
11y ago
because it's "fixed"
4.
▲
by
sztanpet
12y ago
The excitement is because Lua is a very nice little language with the explicit goal of being embedded into programs, so when a pure-go port of the language appears that is not just bindings to the C version it is warmly welcomed. And no, it
5.
▲
by
sztanpet
12y ago
Trying to obsolete the needless differences between linux distributions on the basic level. The differences that everybody just re-implements all the time, but slightly differently and never decides to innovate or make the status-quo better
6.
▲
by
sztanpet
12y ago
You are also conflating the "init.d" replacement with the project that is aiming to provide basic OS building blocks. networkd is quite orthogonal to pid1, what it is not orthogonal to is that nowadays almost every system needs ne
7.
▲
by
sztanpet
12y ago
I think you are mistaking systemd pid1 and systemd the project, this is not in pid1 but in the networkd component.
8.
▲
by
sztanpet
12y ago
You know the blog is just a clickbait when it capitalizes the name of the project wrong. (on the wiki, the big Spelling header could not be more explicit)
9.
▲
by
sztanpet
15y ago
But it is just as easy to do that will a full userdata in lua. You just hook up the newindex metamethod. Even more powerfull
10.
▲
by
sztanpet
15y ago
I cannot agree with that, it's just as easy to add new methods as to learn to pass a new string as the first argument. How is it more "forward compatible"?
11.
▲
by
sztanpet
15y ago
the lua api of redis seems a bit un-lua like, redis.exists('key') would be better also, returning a boolean for exists instead of a number, but it's such a small nit-pick that it hardly wants mention the possibilities this brings is quite
12.
▲
by
sztanpet
16y ago
if you missed the CHE-UP talk zed gave at mwrc, you can watch it here: http://www.justin.tv/confreaks/b/281745310 starting at about the 15 minute mark
13.
▲
by
sztanpet
16y ago
I had the same problems too, had the same firefox profile since the 1.0 days almost, and had my history set to remember it for 1 year, my profile dir alone was over 2GB. After starting a fresh profile everything went back to pretty much nor
14.
▲
by
sztanpet
16y ago
The length operator(#) is a bit misleading when used with tables, you can only rely on it with array like tables with numeric indexes without holes in them (no nil values). Thats a big gotcha one should mention.
15.
▲
by
sztanpet
16y ago
I really like the idea, but I would make it even more general. Granted one could use it right now for absolutely everything, but the title says appointment reminder, I would personally use it to remind people interested in e-sports related
16.
▲
by
sztanpet
17y ago
The client has a few but very important shortcomings like being unable to set what to alert for via text-to-speech, also one cannot set the volume neither of said text nor for anything else. The user-interface seems a bit off to me, with th
17.
▲
by
sztanpet
17y ago
Why the negative title for the story? I mean you can hate techcrunch all you want but honestly this is not the way to discredit them.
18.
▲
by
sztanpet
17y ago
there is a webirc project in the works for freenode if i know correctly, its based on quakenets qwebirc (which is a lot nicer then mibbit, but of course YMMV)
19.
▲
by
sztanpet
18y ago
absolutely, I just hope that HN will not get advertised too much, because then we will be flooded by the digg-like submissions
20.
▲
Async MySQL Queries with C-API
(jan.kneschke.de)
3 points
by
sztanpet
18y ago
|
0 comments