Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
keredson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
keredson
2y ago
I mean, if it worked for CVS... =D
2.
▲
by
keredson
2y ago
and mandates that virtually all new projects not directly use borg/kubernetes.
3.
▲
by
keredson
2y ago
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 entire migration company-wide.
4.
▲
by
keredson
2y ago
OS updates are important sometimes. Security and all...
5.
▲
by
keredson
2y ago
or you have crappy code that can only handle a dozen RPS. [facepalm]
6.
▲
by
keredson
3y ago
thanks! yeah, lower-right corner. i added a walk-through that highlights it to help. =D
7.
▲
Show HN: A shared grocery list app I wrote for my family
(shoptogether.app)
6 points
by
keredson
3y ago
|
2 comments
8.
▲
Show HN: A Git client for MicroPython microcontrollers (like the $6 ESP32)
(github.com)
7 points
by
keredson
3y ago
|
0 comments
9.
▲
Show HN
(github.com)
2 points
by
keredson
3y ago
|
0 comments
10.
▲
by
keredson
4y ago
Yep. There is more than one terrible way to run a business.
11.
▲
by
keredson
4y ago
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 to lower managers. (Which
12.
▲
by
keredson
4y ago
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.
▲
by
keredson
4y ago
That's in theory. In practice I knew of no ICs w/o OKRs assigned to them.
14.
▲
by
keredson
4y ago
yep! https://en.wikipedia.org/wiki/Goodhart%27s_law
15.
▲
by
keredson
4y ago
"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 confusing "owner" with "manager&quo
16.
▲
by
keredson
4y ago
looks like there's an impl already: https://github.com/cbschuld/uuid-base58
17.
▲
by
keredson
4y ago
if you have a cryptographically secure random function, just use that. no need to hash it!
18.
▲
by
keredson
4y ago
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) def do_first(): [...] @app.run_aft
19.
▲
by
keredson
4y ago
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 of rows is non-trivial.
20.
▲
by
keredson
5y ago
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_20210926_231226615.base64 -rw-rw-r-- 1 derek derek 6296892 Feb 12
21.
▲
by
keredson
5y ago
nice! i did similar, but used character frequencies in the remaining word sets to rank: https://github.com/keredson/wordle_solver
22.
▲
by
keredson
5y ago
This was an afternoon project (when I got tired of the built-in animations of my new case LEDs). Thought others might enjoy. =)
23.
▲
Show HN: Ledtop – htop, but for your motherboard or case LEDs
(github.com)
3 points
by
keredson
5y ago
|
1 comments
24.
▲
by
keredson
5y ago
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 ago the only real way to capitalize on it was to hold multip
25.
▲
by
keredson
6y ago
Ouch, I'm sorry. When I get home tonight I'll check to see if GitHub supports loading=lazy.
26.
▲
by
keredson
6y ago
I hadn't even thought of using small servos. Possibly that would have been a lot simpler! I went though a bunch of prototype EMs testing to get a working combo of voltage, windings, core size, etc. (Blew more than a few driver circu
27.
▲
by
keredson
6y ago
Even more crazy were these "iron core for electromagnets" https://www.amazon.com/Soft-Ideal-making-electromagnets-inch... , 6" for $17. Give me a break. Soft steel is >99% iron and I bought 4' for <
28.
▲
by
keredson
6y ago
Hah, yeah, I think I saw them on Amazon for like $20. That seemed nuts; why I decided to roll my own.
29.
▲
by
keredson
6y ago
On the dowel there are 5 steel nuts which are pulled towards the electromagnet. Gravity makes them return, but TBH it's not reliable enough. I'm working on a new version with small return springs and a wider swing for the strike
30.
▲
by
keredson
6y ago
Thank you! There's a little plastic hinge that goes on the end of the dowel / slots into the hanger. I don't have a picture, but the file is here: https://github.com/keredson/chimes/blob/main&#
More ›