Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
krobertson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
krobertson
8y ago
Most gasoline cars will get pretty low on gas with a full day on the track. I track and usually end up topping up some after lunch. Most tracks have gas there, and charge like $6-8/gal. Often with Tesla, year people leave at lunch to g
2.
▲
by
krobertson
8y ago
They even come stock from the manufacturer on many like the Porsche 911.
3.
▲
by
krobertson
9y ago
The Go Present tool: https://godoc.org/golang.org/x/tools/present
4.
▲
by
krobertson
13y ago
Derek's hashmap was faster than than Go 1.0's built in hashmap. With Go 1.1 or 1.1.1 (don't remember which one exactly), the standard one did become faster, though Derek had decided to stick with it as is. I can ask him what
5.
▲
Gnatsd: a high performance NATS messaging server written in Go
(github.com)
33 points
by
krobertson
13y ago
|
7 comments
6.
▲
by
krobertson
13y ago
I hadn't seen runtime.Gosched() before, will take another look at it. Mentioned it to a coworker and they already knew of it, so maybe it was always switched to call it instead of sleep. :)
7.
▲
by
krobertson
13y ago
Yes... the primary case where it was biting us was with our testing suite. It was a set of functional tests that had multiple goroutines going. It was something that had always passed and never been an issue on 1.0.3, but started failing 85
8.
▲
by
krobertson
13y ago
I hadn't looked at that issue before, but have definitely been bit by it. On our main codebase, we experienced some major issues when moving from Go 1.0 to 1.1 from this exact issue. We had a goroutine that was doing some remote calls
9.
▲
by
krobertson
13y ago
The remote package importing is quiet easy to work around and to lock on things. It actually forces you to think about the process and tracking more. But also, dismissing Go solely because if that doesnt do it justice. Same as any language.
10.
▲
by
krobertson
13y ago
(I work at Apcera) Soon™
11.
▲
by
krobertson
13y ago
(I work at Apcera) We didn't write our own HTTP server, but rather a framework that sits on top of it and makes it easier to use. The logging library is quite unlike anything else we're aware of, and the goals of it were language independen
12.
▲
by
krobertson
13y ago
(I work at Apcera) The "15 minutes" part was hyperbole. The timeframe referenced the length of the discussion of the two, not the knowledge the decision was based on. Several of us had previous experience with Node, and some of the team ha
13.
▲
by
krobertson
13y ago
"my fellow co-founder who just happens to have a lot more experience in the field of hacking and getting hacked" I see irony in the "getting hacked" part. But seriously, if he is more experienced, then why do they have machines unpatched l
14.
▲
by
krobertson
14y ago
Sometimes it just interesting to walk down the datacenter aisle and look at others wiring... can see some where nightmares live, and others which are quite sexy and interesting to study.
15.
▲
by
krobertson
14y ago
I love f.lux, I just wish it was adjustable for that exact reason. It is winter, it gets dark out early... I don't want it to shift to night time mode at 5pm. I find myself hitting "disable for an hour" 1-2 times a day before I leave work.
16.
▲
by
krobertson
14y ago
Aaron Sorkin is jotting down ideas. Watch for something in theaters in 2014.
17.
▲
by
krobertson
14y ago
I work with Derek at Apcera. The send buffer in the test is 16kb.
18.
▲
by
krobertson
14y ago
Anyone have a link to their website or anything? Talk about a horrible name for a startup, simply cannot even find it.
19.
▲
by
krobertson
14y ago
"large multinational hosting provider" - I'd never heard of them until this post. Going under isn't the only concern. A free service which most certainly costs them (bandwidth, power, rackspace, IPs). Even if they're small devices, they add
20.
▲
by
krobertson
14y ago
Guess it wasn't implied enough: not getting your stuff back. Sure, you pay to get it back, but they even mention "probably does not cover our costs" for some.
21.
▲
by
krobertson
14y ago
This sounds like a disaster waiting to happen... You send them your own Raspberry PI, at your expense, for many probably over seas/out of country. You pay them nothing for their service. They're Yet Another Hosting Company. Wait until you o
22.
▲
by
krobertson
14y ago
KVM is stronger isolation, its a hardware layer virtualization. You can (though the provider might not let you) run a custom kernel, etc. OpenVZ is more OS virtualization, there is less isolation between instances. OpenVZ usually has "guara
23.
▲
by
krobertson
14y ago
Are you asking for a list as a counter argument? A list of ones to look at? Or a list of companies that match my personal criteria? Rackspace, HP Cloud, VPS.NET, Gandi, RIMU, Slicehost (back in the day), Webbynode, Liquidweb, StormOnDemand
24.
▲
by
krobertson
14y ago
The VPS market is crap if want to look at the low end market. This comes from my own experience running my own small scale VPS host for a few years, with a purposely small customer base (mostly people I knew personally). Look at WHT and fol
25.
▲
by
krobertson
14y ago
I think the style is different. I blame the brogrammers.
26.
▲
by
krobertson
14y ago
I agree. In some regards it is "oversold", but I also think part of that is from a lot of the marketing efforts we've seen with newer databases like Mongo and even Riak. I am not saying those are bad, but with more established DBs like MySQ
27.
▲
by
krobertson
14y ago
RIP Vile Rat. I didn't know him, but as an Eve player I've felt the impact of his influences there. Didn't expect to see this on HN. Interesting the differences in comments between here and /r/eve.
28.
▲
by
krobertson
14y ago
(probably soon to be former Recurly customer) I use Recurly for one of my SaaS apps. I've had it on my todo list to move off of them and just use Stripe directly, but changing entire payment backends isn't one of those "lets hack for a few
29.
▲
by
krobertson
14y ago
You pay if you go over 2GB usage. If your apps only use a single instance and <64mb RAM, you could have 32 apps before paying.
30.
▲
by
krobertson
14y ago
I just bought Fusion 4 two months ago. Was using Fusion 3 for a long time just fine... got a new retina mac and had a few issues with it, so got 4 and it mostly fixed them and I was content. Now 5 comes out, seemingly has better retina supp
More ›