Live data from Hacker News

Viewing profile — oppositelock

oppositelock

HN member
Joined
Wed, Sep 04, 2013, 11:42 PM UTC
HN karma
3,930
Public activity
387 items

About oppositelock

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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 …

  4. 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…

  5. 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…

  6. 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,…

  7. 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…

  8. 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 …

  9. 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…

  10. 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…

  11. 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…

  12. 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…

  13. 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…

  14. 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…

  15. 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…

  16. 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…

  17. 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…

  18. 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…

  19. 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…

  20. 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…

  21. 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…

  22. 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…

  23. comment
    Comment #35877096

    Monthly blood tests prescribed by a doctor at a local bloodwork lab.

  24. 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…

  25. 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…