Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
somacert
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
24 ms
·
1.
▲
by
somacert
7y ago
Personally I would like to see s http:// (http over ssh) as a valid protocol. Realistically, I know this would end up being just as bad and broken as every other web tech. However due to the superb openssh implementation I tend t
2.
▲
by
somacert
7y ago
Glorious, Thank you kind soul for listening to my slightly raving rant. Now I feel several sorts of ashamed at missing what is kind of a core function. salutes
3.
▲
by
somacert
7y ago
That vaguely touches (warning going off topic here, my apologies) my main problem with python. dict.keys() returns an iterator, this is all fine and good, very efficient I suppose, however, the only reason I ever use dict.keys() is so I can
4.
▲
by
somacert
7y ago
I will admit I would not know the difference between gitflow and a hole in the ground. But that diagram looks an awful lot like the workflow you tend to pick up when using fossil. * The primary dev branch * branch and merge for featur
5.
▲
Ten Years of TetrUSS on Mac OS X (2013)
(hrtapps.com)
1 points
by
somacert
7y ago
|
0 comments
6.
▲
by
somacert
7y ago
It's easy to lose track of in the face of scene graph vector formats like svg but you have to remember canvas + javascript can be thought of as a procedural cad system, that is, the epitome of drawing tools. The svg is a static weak al
7.
▲
by
somacert
7y ago
The mafia is just government by other means, and "The government" hates the competition.
8.
▲
by
somacert
7y ago
Or as I like to call it, xkcd 1179 time
9.
▲
by
somacert
7y ago
Marketing tends to follow a tick-tock model. New and improved! (we made the box smaller) 25% more! (box back to normal size, price goes up.)
10.
▲
by
somacert
7y ago
I thought ceph had a reputation of easy to run, at least compared to it's rivals in the distributed storage space. (gluster, lustre, et al)
11.
▲
by
somacert
7y ago
darkplaces quake does this. see sv_cullentities_trace. https://www.youtube.com/watch?v=hf94PbE-b9I
12.
▲
by
somacert
7y ago
My understanding of Swiss neutrality (simplistic and very poor) is that the swiss mercenaries were too good and after they were finally defeated a ban on fielding mercenary companies was enforced and this lead naturally to the neutral stanc
13.
▲
by
somacert
7y ago
Makes sense, depending on complexity my email sections tend to be. Executive summary: Summary: In general: Specifically: Now I feel all sorts of validated for being pedantic about the whole thing.
14.
▲
by
somacert
7y ago
My interpretation of the openbsd slides are that it acts as a sort of turing test. If you are the sort that is excessively bothered by our use of the comic-sans typeface. Then perhaps you are not a good fit for our project. More and more, I
15.
▲
by
somacert
7y ago
Well that's unfortunate, I tend to be rather militant about switching my syslog to something resembling rfc 3339. linux /etc/rsyslog.conf $ActionFileDefaultTemplate RSYSLOG_FileFormat openbsd /etc/rc.conf.local sysl
16.
▲
by
somacert
7y ago
The "Does not resume interrupted operations" gripe confuses me because that is the main reason I reach for rsync, I have a large tree of files I need to be somewhere else and if the transfer fails I would like it to not transfer f
17.
▲
by
somacert
7y ago
Openbsd has a code of conduct. It's been there a while. https://www.openbsd.org/mail.html only half joking
18.
▲
by
somacert
7y ago
As far as I can tell there are three acpi stacks/interpreters Intel, This is the reference, most operating systems use this (linux, freebsd, macos) Microsoft Openbsd, yes the openbsd project is crazy enough to build their own acpi impl
19.
▲
by
somacert
8y ago
Mainly mechanical Top down you can put the the water in a small ice chest and the insulation will slow the freeze in the bulk. otherwise it freezes outside in That ice floats may play some role, I am not sure if for or against. I made a cou
20.
▲
by
somacert
8y ago
Making optical grade ice is not trivial. Not hard but I never did get good results. Start with good water. Freeze in a gradient(top down is easiest) half of your ice will still be garbage. Explicitly: by gradient I mean put it in an insulat
21.
▲
by
somacert
8y ago
Not run by the irs. whois freefilefillableforms.com Domain Name: FREEFILEFILLABLEFORMS.COM Registry Domain ID: 1532523225_DOMAIN_COM-VRSN Registrar WHOIS Server: whois.godaddy.com Registrar URL: http://www.godaddy
22.
▲
by
somacert
8y ago
Scary, that is almost the exact code I came up with. The funny thing is balanced parens can be recognized with with a state machine it is just ugly. state_data = { '0p':{ '(&#
23.
▲
by
somacert
8y ago
sed -e 's/<[^>]*>//g'