Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
concede_pluto
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
concede_pluto
9y ago
If writing code paid no better than flipping burgers, I would still do it, because I enjoy efficiently solving challenging algorithm problems. I don't enjoy failing to solve them because I'm continually being prevented from rememb
2.
▲
by
concede_pluto
9y ago
I thought it was till, plant, harvest, and in between you just wait for nature to take its course. Do they have occasion to patrol a field with tractors more often than that?
3.
▲
by
concede_pluto
9y ago
There's nothing especially awful about left-pad being its own package, the disaster was because a huge number of developers were betting on npm to somehow be highly available (despite being donated by its admins at no cost and with no
4.
▲
by
concede_pluto
9y ago
Unless they somehow withdrew money from it, it can only be underfunded because it was always underfunded.
5.
▲
by
concede_pluto
9y ago
Why nitrogen? Is air too corrosive?
6.
▲
by
concede_pluto
9y ago
>The thing is, one can write memory safe code in C. One can generate safe C code. We have ample evidence that a human being can't sit down and write it.
7.
▲
by
concede_pluto
9y ago
For every car I ever owned before this year, they recommended an oil change every 3,000 miles (a little more than two months for me) or at most three months. I don't know if they got that much better or the recommendations were loosene
8.
▲
by
concede_pluto
9y ago
I think that's https://en.wikipedia.org/wiki/Supercharger#Twincharging because they're investing engine power (via the alternator) as well as otherwise-wasted power from the exhaust.
9.
▲
by
concede_pluto
9y ago
Anonymous strangers successfully handled the crowdfunding: https://arstechnica.com/information-technology/2014/09/fans-...
10.
▲
by
concede_pluto
9y ago
> I have asked every person who has turned me down what I could do better. I wouldn't say anything either. There's no upside. Why risk giving any kind of ammo to someone with a grievance they want to justify? She says she'
11.
▲
by
concede_pluto
9y ago
If they aren't qualified to design with least privilege, what are they qualified for, beyond maybe cat videos?
12.
▲
by
concede_pluto
9y ago
There's an alarming list of behavior MySQL got negligently wrong at some point. That code is mostly still present (you can't prevent a client from enabling it!) and I have to assume some of the maintainers who thought it was reaso
13.
▲
by
concede_pluto
9y ago
This. You don't want to reimplement all your validation in each of your applications (plural!), and you're in for a nasty surprise if you think your entire organization has only one application using your database now and foreve
14.
▲
by
concede_pluto
9y ago
There's a strange theory that banks and brokers had to be forced to reluctantly write bad loans, when in fact they were desperate to write more once they had a way to dump the risk on clueless speculators.
15.
▲
by
concede_pluto
9y ago
Not only to avoid enforcement, but also because some customers will only select products where a https://en.wikipedia.org/wiki/Second_source is also selling them.
16.
▲
by
concede_pluto
9y ago
There's a huge difference between not conceiving people and eliminating the ones already here.
17.
▲
by
concede_pluto
9y ago
> who would pass up a private car ride from San Francisco to Palo Alto for $45 when a taxi would cost $125? A SF taxi charges double the meter for a ride to Palo Alto because without a Palo Alto taxi permit they have to drive all the way
18.
▲
by
concede_pluto
9y ago
Unfortunately this means you wrote several copies of essentially the same code but with minor differences, and if you find and fix a bug in one the others are still wrong.
19.
▲
by
concede_pluto
9y ago
If your monitoring can't handle your what system is doing, aggregate locally until it can. Having systematically incorrect stats (because loss is correlated with load) is worse than having none.
20.
▲
by
concede_pluto
9y ago
Eich wasn't ignorant of history, he just had marching orders to deliver something that resembled Java for marketing reasons, and only a week to finish or be displaced by something worse. The trouble is nobody ever got to fix it until E
21.
▲
by
concede_pluto
9y ago
If you're building in cement, you need to know the cement is strong enough. If you're building in tofu, choosing extra firm over silken isn't really going to help.
22.
▲
by
concede_pluto
9y ago
It's just like Fortran, where everything including a constant is passed by reference, so if you assign to your arguments you might corrupt your program's only copy of 7 unless the linker put it in a read-only page.
23.
▲
by
concede_pluto
9y ago
The problem isn't the audience, it's every employer he'll ever have.
24.
▲
by
concede_pluto
9y ago
In Java, an exception outside a catch block automatically stops the method and raises the exception to the caller, and then their caller, and so on. In Go you have to write this after every function call (except the tiny minority that can o
25.
▲
by
concede_pluto
9y ago
In Go, if you call three functions you need to repeat the x, err := do_something() if err != nil { return nil, err } ceremony three times. In Java it happens by default, because the language designers agreed this is by
26.
▲
by
concede_pluto
9y ago
> the tech scene was supposed to be progressive and enlightened Why? Tech was a haven for nerdy outcasts who want a world that makes sense because the smartest minds are in charge. If anything it was libertarian since the cypherpunk days
27.
▲
by
concede_pluto
9y ago
From https://en.wikipedia.org/wiki/Robert_Downey_Jr.#2001.E2.80.9... : > Downey was able to return to the big screen only after Mel Gibson [...] paid Downey's insurance bond > [...] for which producer Joel S
28.
▲
by
concede_pluto
9y ago
> hashing something out over two minutes can save an hour of online back-and-forth I should hope so, since the cost of a two-minute conversation is at least one engineer-hour for two people to each get back into the zone and start bein
29.
▲
by
concede_pluto
9y ago
Office pods seem to be less than $10k, why can't we get those rather than five-foot slices of purgatory?
30.
▲
by
concede_pluto
9y ago
> experienced person you can ask questions of every 5 to 10 minutes Please don't abuse your peers' goodwill this way. Write down your questions as you go, meet about stuff too abstruse to straighten out over email, and add what
More ›