Viewing profile — oppositelock
oppositelock
HN member- Joined
- Wed, Sep 04, 2013, 11:42 PM UTC
- HN karma
- 3,930
- Public activity
- 387 items
- HN profile
- View on Hacker News ↗
About oppositelock
No profile information was provided.
Recent public activity
-
comment
Comment #43021377
Why does anything need to replace anything? Containers, VM's, physical servers, WASM programs, Kubernetes, and countless other technologies fill niches. They will become mature, bo…
-
comment
Comment #42807127
This comes down to your philosophical approach to API development. If you design the API first, you can take the OpenAPI spec through code review, making the change explicit, forci…
-
comment
Comment #42800676
I've been building API's for a long time, using gRPC, and HTTP/REST (we'll not go into CORBA or DCOM, because I'll cry). To that end, I've open sourced a Go library for generating …
-
comment
Comment #40885808
Random UUID's are super useful when you have distributed creation of UUID's, because you avoid conflicts with very high probability and don't rely on your DB to generate them for y…
-
comment
Comment #40677019
I'm a systems nerd, and I found working with it quite challenging, but rewarding. It's been many years, but I still remember a number of the challenges. SPE's didn't have shared me…
-
comment
Comment #40506414
Am I confusing them? It's not difficult to implement JWT's, the concept is simple, however, with authentication code, the devil is in the details, and that's true for any approach,…
-
comment
Comment #40496478
JWT's are perfectly fine if you don't care about session revocation and their simplicity is an asset. They're easy to work with and lots of library code is available in pretty much…
-
comment
Comment #40400908
Very cool work! I had to solve a similar problem years ago, during the transition from fixed function to shaders, when shaders weren't as fast or powerful as today. We started out …
-
comment
Comment #40289610
Ask your neighbors with solar who they used and if hey liked working with them, and also get a lot of estimates from lots of local contractors. You will see all kinds of system pro…
-
comment
Comment #40289516
There are companies attempting to recycle them into new batteries, such as Redwood Materials, but from what I know, recycled lithium is more expensive than fresh lithium today. The…
-
comment
Comment #37900222
It's a nice change for little experimental programs, but production servers need lots of functionality that third party routers offer, like request middleware, better error handlin…
-
comment
Comment #37900180
The panics are really annoying. Sometimes, you generate routes dynamically from some data, and it would be nice for this to be an error, so you can handle it yourself and decide to…
-
comment
Comment #37872762
The degree itself is unimportant, but there are important skills that a CS program teaches, which you can teach yourself, but that degree makes getting interviews a lot easier. Lik…
-
comment
Comment #37866105
If you have the means, get a computer science degree at a reasonable school, and don't listen to people telling it's too late, and that ML is your meal ticket. We have two kinds of…
-
comment
Comment #37436665
I've been running pgBouncer in large production systems for years (~10k connections to pgbouncer per DB, and 200-500 active connections to postgres). We have so many connections be…
-
comment
Comment #37396236
In the US, you pay state tax and federal tax separately, so those are only the state taxes. If you're paying the maximum marginal rate in CA, you're also paying 37% federal rate an…
-
comment
Comment #37396194
You pay surcharges not included in the base tax rate as income goes up. There's a 1% surcharge over $1M income that's from a passed proposition. I've never hit it, doubt that I wil…
-
comment
Comment #37387948
Come to CA. If you make over $66k, your income tax is 9.3%, going up to 13.3% if you make FANG money. We have a roughly 10% sales tax. You'll pay about 1.25-1.5% of your overpriced…
-
comment
Comment #36747045
Why is 350ppm the perfect concentration? Higher is better for plants, because most are carbon limited, for example. The Carboniferous era, whose biosphere sequestered so much carbo…
-
comment
Comment #36286905
This framework looks wonderful. Some people have an aversion to "goto" statements, and Java annotations are even worse, they're a "comefrom" statement, where you end up executing c…
-
comment
Comment #36095258
A completely disagree with you on IRIX. I'm biased, because I did work with IRIX at SGI and I did in fact touch some kernel code as well. What I miss from IRIX, that no other syste…
-
comment
Comment #35878335
Nah, for me, that wasn't sufficient. I get at least 10 hours a week of full sun on my whole arms and legs and sometimes my torso if I decide to bike shirtless; more sun than most p…
-
comment
Comment #35877096
Monthly blood tests prescribed by a doctor at a local bloodwork lab.
-
comment
Comment #35877002
I have some hard numbers on this in my own health. I'm a pasty north European living in California and I get plenty of sunshine, as I enjoy the outdoors. As I got older, I got incr…
-
comment
Comment #35847024
The days of tuning software have changed. In the past, these systems were indecipherable and had no good profiling or debugging tools, so they came with a lot of hardware connected…