Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iigs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
iigs
10y ago
I'm not sure how much of it is left today, but there is precedent for Prolog in OS startup: http://www.redditmirror.cc/cache/websites/web.archive.org_84...
2.
▲
by
iigs
11y ago
I also strongly like NAT. In roughly descending order: 1) It fails safe. Virtually all device misconfigurations result in failure to pass traffic, rather than being passed accidentally. 2) You get full control of your external signature (at
3.
▲
by
iigs
11y ago
This was it for me. I don't really care about the stupid "hit the monkey and win" blinking animated .gifs, and lived with them for years without really worrying, but in 2015 ad blockers aren't sunglasses, they're co
4.
▲
by
iigs
12y ago
It strikes me as the company equivalent of a fart app. If money is easy enough to come by that investors can drop $100k like you and I can drop $0.99, sell them what they're buying .
5.
▲
by
iigs
13y ago
It's been quite suitable for my purposes, as well. :) (Hey Corey!)
6.
▲
by
iigs
14y ago
I'd argue that as long as an intermediate is passing out BS certs, nobody (modulo cert pinning etc) who trusts that intermediate or its root is truly protected.
7.
▲
by
iigs
14y ago
Laughably bogus (almost entirely unreadable) on a former flagship Android phone that is just barely out of contract, too.
8.
▲
by
iigs
14y ago
I saw that as well... 2 and 6 gb. I understood the infographic to mean a base amount of tethering data was free per month, which sure isn't how it looks on Sprint's site.
9.
▲
by
iigs
14y ago
Does anyone have info on the Sprint tethering pricing listed here? I don't see it on their site or a Google search, and the existence of such would be very compelling for me (obnoxious overage price notwithstanding).
10.
▲
by
iigs
15y ago
Wall of text ahead. Sorry. :) Don't sweat it too much. You can do things to adjust your odds, but there's a lot of luck involved, so part of it is out of your control. Who's hiring, what they're looking for, how your resume matches what the
11.
▲
by
iigs
15y ago
I'm not particularly interested in this for my phone. I'm not sure why -- I think I'm still more comfortable with the idea of having an "unlimited" resource for talking. This, however, would be a stellar model for iPad use. If I had a tier-
12.
▲
by
iigs
15y ago
Sad to learn they actually had to fake it though, it's pathetic on their part. I don't feel like they faked it at all. The entire world is ganging up against Top Gear on this topic but here is a list of conditions that need to be met in o
13.
▲
by
iigs
15y ago
Neat comic. My opinion differs on soldering irons. I find that cheap electric soldering pens tend to give me poor results. For someone starting out I think this could be discouraging. Radio shack has a cheap butane pen that works much bette
14.
▲
by
iigs
15y ago
I believe CAN-SPAM has provisions against that, but several vendors have standardized on storing the suppression files as a list of md5s. Of course that is not bulletproof (the source space is small, especially among the big mail providers)
15.
▲
by
iigs
16y ago
I'm pretty sure the Apple II series all emitted NTSC analog video out, and the two common monitors pre- //c (Monitor // and Monitor ///) were green only. As a child I remember piping the video out through our vcr to the tv and being quite d
16.
▲
by
iigs
16y ago
Non-contract prepaid phones are also subsidized in the US. There have been billboards in Austin, among other places I'm sure, for: http://www.stopcellphonetrafficking.com/ I haven't considered the math yet, but I suspect that the rate of
17.
▲
by
iigs
16y ago
Maybe, but I don't think so. Not many years ago people got paid to, among other things, pick out the appropriate operating system for any given application. Clearly there's not much of a future in that. These days that same person is respon
18.
▲
by
iigs
16y ago
Two circuits per rack, with half of circuit per customer would be a lot better. The price would have to go up, but 3a in 10u isn't enough better than individual machine colo to be worth the price. I have friends that are putting something
19.
▲
by
iigs
16y ago
The promises of additional revenue always seem ignorant of the basic reality that users are only willing to pay so much per month for mobile service. If you assume that is true, the result is that people end up paying the same amount for le
20.
▲
by
iigs
16y ago
It doesn't seem like a dichotomy to me. There are two types of food -- meat and vegetables, yet I can have steak and beans on the same plate. Moreover, I may eat one or the other alone depending on my disposition at any given time.
21.
▲
by
iigs
16y ago
I am currently in the process of negotiating an employee agreement that limits IP claims to stuff reasonably related to the official line of business, rather than the more normal "everything you think about until you leave belongs to us".
22.
▲
by
iigs
16y ago
I think HN sends you to the previous post if you submit a duplicate, and that was what I was intending to do with this submission. I find the notion of this sort of personal development interesting for people (like myself) that would be int
23.
▲
Microvation and the radical transformation of your job
(sean-johnson.com)
2 points
by
iigs
16y ago
|
2 comments
24.
▲
by
iigs
16y ago
Something that has thrown me off here: The position very clearly reads as a senior System Administrator / Engineer, with some project management and lead experience. But the title is Director of Infrastructure. Speaking from my experience,
25.
▲
by
iigs
16y ago
TRIM's primary value is preservation of performance as the disk fills. If your environment doesn't support it yet, you can stop-gap it by leaving a few percent of your disk space unallocated, giving the internal block allocators breathing r
26.
▲
by
iigs
16y ago
Where I work we presently have between 5-10 TB (actual, not raw, not counting replicants) across several MySQL shards. $/iop they just slay magnetic solutions. The most interesting insight I can offer is that because there is no seek time p
27.
▲
by
iigs
16y ago
It's clear that a benefit was seen. Moreover, it's clear that in other cases (shopping at Amazon, searching at Google), more responsive servers mean an increase in traffic, since people are free to shop / browse more, and it keeps people's
28.
▲
by
iigs
16y ago
Solaris has gone back and forth between fully commercial, to free + free updates, to commercial, to free without updates, to now commercial again. In my experience using solaris at the bottom-end has been kind of a non-starter for a decade
29.
▲
by
iigs
17y ago
I've never heard of executable registry entries, and google is failing me when I try to find them. Can you link me to something about them?
30.
▲
by
iigs
17y ago
That looks like it was a sample line that wasn't particularly useful, but if you do: cat file.txt | sort | uniq | wc -l ## notice uniq it gives you the count of unique lines. If you omit the sort in that instance it will fold duplicates to
More ›