Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
silverlyra
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
silverlyra
5mo ago
after word spreads of easy pickings, funds swell into bankruptcy rate contracts. the success stabilizes average losses across Kalshi portfolios; the bankruptcy rate falls. after smart money then moves to predicting the period of the oscilla
2.
▲
by
silverlyra
2y ago
I was curious and dug into the Go client code. You linked to the definition of KV – the easiest way to create one is with NewKV [1], which internally creates a RetryKV [2] wrapper around the Client you give it. RetryKV implements the KV met
3.
▲
by
silverlyra
2y ago
The linked issue was reported on an Android player app; the underlying yt-dlp issue seems to be https://github.com/yt-dlp/yt-dlp/issues/10397 (intermittent HTTP 403 Forbidden responses from YouTube when downl
4.
▲
by
silverlyra
2y ago
If you want to precisely capture when a field must be present (or will always be set on the server), the field_behavior annotation captures more of the nuance than proto2's required fields: https://github.com/googleapis
5.
▲
by
silverlyra
2y ago
yes – the trawling pattern in the GIF is over (part of) the area marked as damaged in the NRK article: https://www.nrk.no/tromsogfinnmark/this-is-what-the-damaged-...
6.
▲
by
silverlyra
2y ago
Location: San Francisco Bay Area (Oakland) Remote: yes Willing to relocate: no Technologies: Rust, Go, TypeScript, Kubernetes, AWS, Terraform, GraphQL Résumé/CV: https://lyra.engineer/resume.pdf Github: ht
7.
▲
by
silverlyra
2y ago
If you use SharedArrayBuffers in worker threads, use Atomics.wait to block, and then terminate the worker which would've called Atomics.notify – yes, if no timeout is used on the notify. But I don't know of any other way this woul
8.
▲
by
silverlyra
2y ago
I believe that day has already come: https://nodejs.org/docs/latest-v20.x/api/worker_threads.html... When you create a Worker with the worker_threads module, Node spawns a new V8 isolate in the same process:
9.
▲
by
silverlyra
2y ago
> Hertz could have become the EV rental company if they turned every rental office they have in the US to a fast charging center They did build out fast charging – but at some locations, the local electric utility couldn't support
10.
▲
by
silverlyra
2y ago
curl -sL https://github.com/backblaze-b2-samples/cloudflare-b2/raw/main/README.md | head -n 1 # Cloudflare Worker for Backblaze B2 yes, it's a worker
11.
▲
by
silverlyra
2y ago
Location: San Francisco Bay Area (Oakland) Remote: yes Willing to relocate: no Technologies: Rust, Go, TypeScript, Kubernetes, AWS, Terraform, GraphQL Résumé/CV: https://lyra.engineer/resume.pdf Github: ht
12.
▲
by
silverlyra
3y ago
Looks like it does – you can add a rule to set the enabled option to false for all devDependencies. It’s the third example in the docs for the enabled option: https://docs.renovatebot.com/configuration-options/#enabled
13.
▲
by
silverlyra
3y ago
> when this was a primarily agrarian country it sounds ironic, but much of the shift to suburban development patterns in the USA was indeed driven by the Great Migration into cities – specifically, the migration of formerly-enslaved Blac
14.
▲
by
silverlyra
3y ago
and this gets me wondering; what could we accomplish if we took 0.2% of the time we spent writing (let alone reading) internet comments, and instead used that time to engage in our state democratic processes, and help update our public scho
15.
▲
by
silverlyra
3y ago
hey, fwiw, I don’t regret your raising it, and I appreciate that you’ve been engaging with me :) I would love for this thread to accomplish something other than meta rifraff, so — I’ve never worked as an Apple Store floor sales person, but:
16.
▲
by
silverlyra
3y ago
I would gladly say you’re welcome – yet I believe your edit exacerbates the issue you speak of a “secret” Made For iPhone program as if that’s still some conspiracy – https://mfi.apple.com/ my read of the article is that
17.
▲
by
silverlyra
3y ago
hi, I also read this website and sometimes comment on it. after I read your comment, I ran the query “apple usb-c eu commissioner warning” through an internet search engine, and I found this article – https://www.macrumors.com&#x
18.
▲
by
silverlyra
3y ago
now I am wondering about the net social benefit of solar power disincentivizing third-shift (overnight) production. cheaper electricity during the day makes it relatively more expensive to operate heavy industry plants 24/7. the heavy
19.
▲
by
silverlyra
3y ago
When seeing Prettier as a software tool, to consider Prettier more “foundational” than (e.g.) TypeScript or V8 does seem like an inversion of hierarchy [1] – but viewed as history, as a practice, Prettier’s accomplishment of making automati
20.
▲
by
silverlyra
3y ago
Wow, thank you for posting this. I’ve been kinda curious to try Fish over the years, but seeing this message from one of the maintainers – how mature and well-reasoned, how both charmingly joking and firmly assertive it is – now really gets
21.
▲
by
silverlyra
3y ago
It really does seem that plain of a truth to me, too. What % of Rhodes scholars enter with dreams of founding a “unicorn”? Probably a negligible fraction of that same % of Thiel fellows, which I’d imagine is ~100%. That the non-Thiel group
22.
▲
by
silverlyra
3y ago
I looked at the bug report form and for context it links to a post “Dear anonymous internet user asking for help” https://berthub.eu/articles/posts/anonymous-help/ It seems to be about wanting to know who you
23.
▲
by
silverlyra
3y ago
I’m not sure if they read the responses I wrote with any care at all (in 2021); I never heard anything back beyond the “we got your submission!” auto-reply. I am still kinda salty about it; I was proud of the writing and presentation sample
24.
▲
by
silverlyra
3y ago
This really resonates with me – yeah, the supposed API-driven engineering company, makes it no longer possible to automatically provision domain names for its "valuable" cloud computing customers? What possible end could that serv
25.
▲
by
silverlyra
3y ago
Additional remarks on the Microsoft blog (also included in the 8-K filing): https://blogs.microsoft.com/on-the-issues/2023/10/11/update-... > Today, we’re sharing an update about our ongoing audit wit
26.
▲
by
silverlyra
3y ago
except seppuku is considered an honorable death.
27.
▲
by
silverlyra
4y ago
Your comment led me to realize that I could run psql with -v AUTOCOMMIT=0 (or add that to ~/.psqlrc) to achieve most of the safety net I've been wanting. My fear has been forgetting the BEGIN.
28.
▲
by
silverlyra
4y ago
I used to work at a startup where one (1) engineer ran FreeBSD. When he joined, he sent a pull request editing the shebangs of all our shell scripts from #!/bin/bash to #!/usr/bin/env bash – because evidently FreeBS
29.
▲
by
silverlyra
4y ago
OpenWRT worked around this by creating UCI, its own configuration system that it uses to generate all package-specific configuration files: https://openwrt.org/docs/guide-user/base-system/uci Configuration fo
30.
▲
by
silverlyra
4y ago
AWS availability zones are randomly shuffled for each AWS account – your us-east-2a won't (necessarily) be the same as another user's (or even another account in the same organization): https://docs.aws.amazon.com/
More ›