Viewing profile — keredson
keredson
HN member- Joined
- Tue, Nov 18, 2014, 5:39 PM UTC
- HN karma
- 189
- Public activity
- 97 items
- HN profile
- View on Hacker News ↗
About keredson
No profile information was provided.
Recent public activity
-
comment
Comment #40890377
I mean, if it worked for CVS... =D
-
comment
Comment #40725324
and mandates that virtually all new projects not directly use borg/kubernetes.
-
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…
-
comment
Comment #40624529
OS updates are important sometimes. Security and all...
-
comment
Comment #40501186
or you have crappy code that can only handle a dozen RPS. [facepalm]
-
comment
Comment #35979622
thanks! yeah, lower-right corner. i added a walk-through that highlights it to help. =D
-
story
Show HN: A shared grocery list app I wrote for my family
No cookies / tracking / logins / monetization, just a free PWA.
-
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…
- story
-
comment
Comment #34948623
Yep. There is more than one terrible way to run a business.
-
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…
-
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.
-
comment
Comment #34948376
That's in theory. In practice I knew of no ICs w/o OKRs assigned to them.
-
comment
Comment #34948343
yep! https://en.wikipedia.org/wiki/Goodhart%27s_law
-
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…
-
comment
Comment #34178583
looks like there's an impl already: https://github.com/cbschuld/uuid-base58
-
comment
Comment #34178191
if you have a cryptographically secure random function, just use that. no need to hash it!
-
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…
-
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…
-
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…
-
comment
Comment #30109188
nice! i did similar, but used character frequencies in the remaining word sets to rank: https://github.com/keredson/wordle_solver
-
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. =)
- story
-
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…
-
comment
Comment #25488360
Ouch, I'm sorry. When I get home tonight I'll check to see if GitHub supports loading=lazy.