Live data from Hacker News

Viewing profile — kroolik

kroolik

HN member
Joined
Wed, Mar 21, 2018, 4:11 PM UTC
HN karma
384
Public activity
132 items

About kroolik

No profile information was provided.

Recent public activity

  1. comment
    Comment #49240548

    Create an alias

  2. comment
    Comment #48293218

    > (...) that I might get a couple of times > email alerts when GitHub, (...), go down bold statements when the Missing Github Status Page shows 87% availability.

  3. comment
    Comment #47825608

    I didnt mean Google, but there are those we pages that, for example, scraped Stackoverflow.com just to provide the very same content

  4. comment
    Comment #47815456

    It first gives you a page of ads, then a scraped version of the solution that steals content for ads, and then the amp version of the solution that doesnt work because js or what n…

  5. comment
    Comment #47338761

    Build with what pieces you can find, rather than plan the perfect structure ahead. Improvising keeps the creativity going! Wheres fun if sorting legos sucks all the Joy from it

  6. comment
    Comment #46243191

    Horridly inefficient. Just unfold the loop.

  7. comment
    Comment #45540679

    Those FAANG devs have milions of (social) lives on the line, though. Every day.

  8. comment
    Comment #43420584

    You can apply dynamic env to other jobs by exporting an env file as a dotenv artifact. So first job creates a dotenv file and export it as artifact. Second depends on the first so …

  9. comment
    Comment #42811503

    Why do you need the vector if you have already compared the query with the result candidate?

  10. comment
    Comment #42025872

    Its not difficult to imagine a person saying 'i have nothing i want to share here' be stigmatised in future. As a person who doesnt want to work together and be part of the company…

  11. comment
    Comment #41939016

    1) IMHO, people use quantifiers like majority, mostly, rarely, etc not because its the absolute truth, but because its their subjective PoV 2) Dont trust everything you read on the…

  12. comment
    Comment #41860561

    So they have the monopoly on repairs

  13. comment
    Comment #41678903

    That's some National Geographic clip. Now, show us the demo!

  14. comment
    Comment #41481784

    High level devs still do low expertise things every now and then. Or rather, designs need to be implemented, eventually.

  15. comment
    Comment #41237074

    Re whys: this can be even simpler. I sometimes catch myself rapidly click the mouse button a second time with my finger, right after the initial click. This is not intended and may…

  16. comment
    Comment #41194115

    Link requires premium account to read the actual data

  17. comment
    Comment #40924460

    You can peer-connect vpcs cross-account

  18. comment
    Comment #40890868

    Are page misses still a thing in the age of SSDs?

  19. comment
    Comment #40890861

    Yes, although timestamps may have collisions depending on resolution and traffic, no? Bigserials (at least in PG), are strictly monotonic (with holes).

  20. comment
    Comment #40890843

    Yes, but updates are covered by updated app code

  21. comment
    Comment #40890841

    PG bigserial is already strictly monotonic

  22. comment
    Comment #40889751

    When running a batched migration it is important to batch using a strictly monotonic field so that new rows wont get inserted in already processed range

  23. comment
    Comment #40889375

    Having an index over the uuid is equivalent to it being a PK, so why would you bother having both?

  24. comment
    Comment #40770885

    The locking part is often forgotten when discussing zero downtime migrations in postgres. As more and more operations become fast, more engineers will get bitten by this. Ive telli…

  25. comment
    Comment #40747772

    I believe the fact that V8 vulnerabilities are not "classic" memory corruption can be attributed to their developers' experience and review processes. This doesn't imply, though, t…