Live data from Hacker News

Viewing profile — augunrik

augunrik

HN member
Joined
Fri, Dec 16, 2022, 8:03 PM UTC
HN karma
107
Public activity
21 items

About augunrik

No profile information was provided.

Recent public activity

  1. comment
    Comment #49065234

    There are buttons on the bottom left: pause and two to adjust the speed (down to 0.1x). Some parts of the city can be adjusted when you click on it (I just found the transactions/s…

  2. comment
    Comment #48529036

    Because it passes more boundaries and stuff. But hey, I didn’t code a Webserver so far - so what do I know. :D AFAIK eBPF can be hardware offloaded. If you have the use case.

  3. comment
    Comment #48527710

    I am surprised how well nginx holds up?!

  4. comment
    Comment #48518026

    Yeah! I also think that the ban was unintended. I also think that’s a big clown show. People think that LLMs accidentally get good with security patterns. That is not the case, the…

  5. comment
    Comment #46847604

    I tried installing it and it was a pain, if you don’t use the very very default scripts. Also their scripts regenerate secrets and the setup is weird in general (you need a complic…

  6. comment
    Comment #46042187

    You can try out AstoCAD, a reskin of FreeCAD. The author also fixes a lot of FreeCAD bugs.

  7. comment
    Comment #45724953

    From the initial feature set it sounds like Mozilla SOPS.

  8. comment
    Comment #44820588

    Kinda weird when they secure shop sites where you enter your payment information into. IKEA does this, for example.

  9. comment
    Comment #41740930

    I love when people do this! Now we only need alternative software and the hardware is finally purchasable! Would be cooler if the hardware was more OS before but I take what I can …

  10. comment
    Comment #40551604

    Just let Signal operate via Satellites and you are fine: https://de.m.wikipedia.org/wiki/Weltraumtheorie

  11. comment
    Comment #40492310

    JWTs are best practice for OAuth as it can transport claims. It’s up to your application if you continue to use it after the initial flow. You are fine to convert it, but most apps…

  12. comment
    Comment #40414729

    Is there some information on why they need to store this much data for immediate retrieval? And why is it so much?

  13. comment
    Comment #40181045

    I use Strongbox and store my Passkeys in a Keepass File. Vendor agnostic, private syncable and locked by my passphrase. I like them and wish more services would implement them prop…

  14. comment
    Comment #40154107

    Can you also see if every job position was filled in the end?

  15. comment
    Comment #40055358

    Kinda sounds like OPA (Open Policy Agent) [1], but a different implementation. [1] https://www.openpolicyagent.org/docs/latest/

  16. comment
    Comment #39968590

    Yeah, I blame those employers too. Last year I was job hunting and got declined a position as I only have 10 years of experience with JavaEE, but no job experience with Spring Boot…

  17. comment
    Comment #39965942

    I have a customer that is not allowed to run Postgres natively or docker at all (bc of security). They could use this, I guess.

  18. comment
    Comment #39625095

    So after firewalls, the next logical step is Anti-virus, isn’t it?

  19. comment
    Comment #34062675

    Personally I often go to Amazon to find things, google the author and check on the HP on how to buy the book with the least amount of "tax" for the author. Added benefit: you get f…

  20. comment
    Comment #34051454

    Thanks for all your links! I haven't decided on what to next :D

  21. story
    Ask HN: Similar books to “Raytracing in one Weekend”?

    I really liked the "Raytracing in one Weekend" Series [0], in terms of: explaining a complicated concept by programming a toy implementation of the thing itself and afterwards one …