Live data from Hacker News

Viewing profile — keredson

keredson

HN member
Joined
Tue, Nov 18, 2014, 5:39 PM UTC
HN karma
189
Public activity
97 items

About keredson

No profile information was provided.

Recent public activity

  1. comment
    Comment #40890377

    I mean, if it worked for CVS... =D

  2. comment
    Comment #40725324

    and mandates that virtually all new projects not directly use borg/kubernetes.

  3. comment
    Comment #40629919

    you are right. made worse because there's an internal rule that you can't ever have two versions of a library in the monorepo ant the same time. it has to be one giant CL for the e…

  4. comment
    Comment #40624529

    OS updates are important sometimes. Security and all...

  5. comment
    Comment #40501186

    or you have crappy code that can only handle a dozen RPS. [facepalm]

  6. comment
    Comment #35979622

    thanks! yeah, lower-right corner. i added a walk-through that highlights it to help. =D

  7. story
    Show HN: A shared grocery list app I wrote for my family

    No cookies / tracking / logins / monetization, just a free PWA.

  8. story
    Show HN: A Git client for MicroPython microcontrollers (like the $6 ESP32)

    A tiny (yocto) git client for MicroPython microcontrollers / other memory-constrained environments ( It supports branches/tags, shallow clones and sparse checkouts (ie: only checki…

  9. story
  10. comment
    Comment #34948623

    Yep. There is more than one terrible way to run a business.

  11. comment
    Comment #34948496

    KR stands for "Key Result". They're definitely not "things you do to achieve your goal". That's kind of the point of OKRs (in theory): To stop upper managers from dictating process…

  12. comment
    Comment #34948403

    OKRs in practice look suspiciously like waterfall software development. When you find yourself assigning ICs programming tasks by economic quarter, you've f-ed up.

  13. comment
    Comment #34948376

    That's in theory. In practice I knew of no ICs w/o OKRs assigned to them.

  14. comment
    Comment #34948343

    yep! https://en.wikipedia.org/wiki/Goodhart%27s_law

  15. comment
    Comment #34948307

    "Management [...] wants something that works and delivers economic value for customers and will help them continue to innovate and deliver EVA for them in the future." You're confu…

  16. comment
    Comment #34178583

    looks like there's an impl already: https://github.com/cbschuld/uuid-base58

  17. comment
    Comment #34178191

    if you have a cryptographically secure random function, just use that. no need to hash it!

  18. comment
    Comment #31974190

    100%. also, why re-invent python's already pretty decent datetime/timedeltas? and why not a proper python DSL? from redengine import minute, hour @app.run_every(hour + 20*minute) d…

  19. comment
    Comment #31089323

    that's very common in distributed databases. even traditional databases, it's very common to not have FKs on large tables, and just handle it in software. indexing billions or more…

  20. comment
    Comment #30314469

    SSE supports gzip compression, and a gzip-ed base64 is almost as small as the original jpg: $ ls -l PXL_20210926_231226615.* -rw-rw-r-- 1 derek derek 8322217 Feb 12 09:20 PXL_20210…

  21. comment
    Comment #30109188

    nice! i did similar, but used character frequencies in the remaining word sets to rank: https://github.com/keredson/wordle_solver

  22. comment
    Comment #29282023

    This was an afternoon project (when I got tired of the built-in animations of my new case LEDs). Thought others might enjoy. =)

  23. story
  24. comment
    Comment #27786088

    That can be done in a non-sleazy way. For a long while there were effective caps on what you could earn as an IC, no matter how good. Everyone talks about 10x devs, but a decade ag…

  25. comment
    Comment #25488360

    Ouch, I'm sorry. When I get home tonight I'll check to see if GitHub supports loading=lazy.