Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jzoch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jzoch
3y ago
Let them own index funds only. Individual stock holding is not an investment in the economic well-being of the country
2.
▲
by
jzoch
3y ago
Honestly you are the first person I’ve ever heard that prefers chromes tab system. Check out tree style tabs it’ll change your life. I hate chrome now solely due to it
3.
▲
by
jzoch
3y ago
Being the scale of Amazon has nothing to do with whether or not fault-tolerance is important to an application. In fact, amazon has far fewer real needs for fault-tolerance than many other businesses (its a retail site!). You should use emb
4.
▲
by
jzoch
3y ago
It depends - usually moving computation closer together is much more performant. You may be underutilizing your DB or spending a lot of roundtrips on networking and this is a good way to reclaim that. It does not prevent you from having ser
5.
▲
by
jzoch
3y ago
yeah this is where traits instead of hierarchies become useful - I should be able to implement the Hash interface for an object I do not own and then use that object + trait going forward for HashMap and HashSet. Java doesnt make this very
6.
▲
by
jzoch
4y ago
It’s not an oof moment at all - this decrease in valuation is inline (actually less) than most of their peers in the same time frame. The economy is very different from when they last raised.
7.
▲
by
jzoch
4y ago
I mean the british invented the word soccer to describe the sport. They also created the sport itself (in its modern iteration and rules).
8.
▲
by
jzoch
4y ago
But the upgrade....didnt go as planned? In what way was it a misrepresentation? It was certainly generic but definitely not exaggerated. Felt fine for an editorialized title
9.
▲
by
jzoch
4y ago
There is no crime wave. I’m an SF resident and lived in SOMA for much of Covid. This is mostly manufactured BS and does not justify surveillance by an irresponsible police force who can’t solve the crimes they see happen in front of their o
10.
▲
by
jzoch
5y ago
perhaps if you are driven and understand what you are supposed to be working on remote work is not a tall order. School, on the other hand, is not intrinsically as interesting as whatever career you chose . You don't get paid. You are
11.
▲
by
jzoch
5y ago
To be fair, you could just give them the question ahead of time. Email them 3 days before their interview with the question and say see you soon. That is much closer to actual conditions
12.
▲
by
jzoch
5y ago
look at companies like dataminr or plenty - they have taken over a billion dollars in funding afaik. That level of cash is pretty rare for successful companies from what I see. 100M is a lot too though - i don't disagree.
13.
▲
by
jzoch
5y ago
Stripe is actively moving away from Ruby to Java. All new services must be written in Java
14.
▲
by
jzoch
5y ago
This isn't really targeted for small devices - its very very applicable with large computers in datacenters (id argue those machines will benefit even more from this). Any time you wait on I/O you potentially park an entire thread
15.
▲
by
jzoch
5y ago
iphone theft is still incredibly routine. The anti-theft features are not a sufficient deterrent
16.
▲
by
jzoch
5y ago
Appreciate your response but disagree with the premise that > That's how much everything, from infrastructure to land use to feed to water to labour to delivery costs for the same ground beef you'd get from livestock. There are
17.
▲
by
jzoch
5y ago
not exactly - cattle farming is very very heavily subsidized. The true price is definitely not baked in
18.
▲
by
jzoch
5y ago
What solution wouldn't require its own specification + quirks? Whether its a Dockerfile or nix package I don't see the difference besides people tend to be familiar with only 1 of the many options. Im not comparing whether Dockerf
19.
▲
by
jzoch
5y ago
Its culturally acceptable to shame drunk drivers, smokers (in public spaces), and more. Im not necessarily agreeing we should but it certainly follows that shaming people for endangering others re: vaccines is in line with modern cultural n
20.
▲
by
jzoch
5y ago
you must be running tiny containers - I spin up a dozen containers and run a few tests every day. The entire test suite takes 45 minutes on my mac and 25 on linux. Docker for mac performance is atrocious
21.
▲
by
jzoch
5y ago
Until the data store you grabbed is written in Ruby too :)
22.
▲
by
jzoch
5y ago
Do you really think there wasnt a single person identifying as a Democrat who opposed acquisitions? Not everything is black and white - voting for Obama does not force you to agree with EVERYTHING he did.
23.
▲
by
jzoch
5y ago
I've heard the same thing about C and why is C++ or Java necessary. Ultimately, I believe programming languages should strive to prevent mistakes early on in the lifecycle of a program. One easy way to do that in production software i
24.
▲
by
jzoch
5y ago
> you have failed to sufficiently explain This is the problem right here. I don't just read code I've written and I don't only read perfectly abstracted code. When I am stuck reading someone's code who loves the book
25.
▲
by
jzoch
5y ago
> They could not actually do this in Rust. They had to cheat. That isn't true at all. The implementation of scoped_threadpool being in rust is all the evidence you need that they did not cheat. unsafe is a perfectly valid construct
26.
▲
by
jzoch
5y ago
Tree style tabs on the side of my window absolutely changed my computing life. I stopped seeing tabs as a collection of what Im doing and instead started using them + the browsers inclination to save my tabs across restarts to track everyth
27.
▲
by
jzoch
5y ago
they have many many software engineers this guy is lying
28.
▲
by
jzoch
5y ago
Definitely not true. Cross AZ is incredibly high compared to within the same AZ. We run a bespoke multi-master database setup that must be colocated to the same AZ due to unacceptable latencies when run spread across 3 AZ's. A few ms d
29.
▲
by
jzoch
5y ago
I think its pretty clear there are problems on both sides. Managers need to learn the correct approach to facilitate acclimating their team to remote work but each individual also could improve how they work so that remote settings are more
30.
▲
by
jzoch
5y ago
That's probably survivor's bias and not true at scale. "Right environment" is shaky - we should strive towards defining what makes an environment the "right" one and how can we increase the number of engineers
More ›