Live data from Hacker News

Viewing profile — scurvy_steve

scurvy_steve

HN member
Joined
Tue, Jan 11, 2022, 8:34 PM UTC
HN karma
19
Public activity
7 items

About scurvy_steve

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #38073345

    I work on low code cloud ETL tools. We provide the flexibility for the customer to do stupid things. This means we have extremely high variance in resource utilization. An on deman…

  3. comment
    Comment #37977844

    First, just don't enable implicit grant. That makes it a lot harder to screw up. State is for preventing CSRF, not transferring data. Don't abuse state, it's wrong. Use your own au…

  4. comment
    Comment #37977353

    They are adding a second redirect on top and sticking it into the state parameter, presumably so they can redirect to anywhere. so the flow wanted was Go the some harvest authorize…

  5. comment
    Comment #33816388

    It uses what's sometimes referred to as WTF-16. It's UTF-16 but with no actual guarantee that its well formed(i.e. invalid surrogate pairs).

  6. comment
    Comment #30652189

    - Always use a response envelope I would mostly agree except in 1 case, streaming data is easier without an envelope. Making some array inside an envelope stream is usually more co…

  7. comment
    Comment #29897682

    I have an app based around some long running resource intensive processes that run on scalable microservices. So you click a button and may have to wait 5+ minutes before you get a…