Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
windlep
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
windlep
2y ago
I've looked over the code, and some things seem a little odd to me. The article starts by mentioning how insecure the browser is, apparently even cookies aren't secure. But then the API to talk to the BFF uses.... a server-side se
2.
▲
by
windlep
2y ago
Self-hosted FreshRSS, NetNewsWire on Mac, Fluent reader on linux/windows/ios. Any reader compatible with Google Reader API works with FreshRSS, and Fluent was the nicest UI I've seen (hasn't been updated recently, but I
3.
▲
by
windlep
2y ago
I was able to make a uWebsockets adapter for NestJS pretty easily. It's a bit sensitive of a library to integrate though, a single write when the connection is gone and you get a segfault, which means a lot of checking before writing i
4.
▲
by
windlep
2y ago
I was under the impression that the underlying net/http library uses a new goroutine for every connection, so each websocket gets its own goroutine. Or is there somewhere else you were expecting goroutines in addition to the one per co
5.
▲
by
windlep
2y ago
That's just an arms race. The kid will find a new favorite website to play games on, there seems no end to them. There's endless websites out there that are more appealing than doing homework. I have a very locked down network, th
6.
▲
by
windlep
2y ago
Yes, that was kind of my point. Self-hosted negates the need, but most can't self host.... so that leaves end-to-end encryption the best intermediate step.
7.
▲
by
windlep
2y ago
I self-host Immich and its definitely my favorite web photo system. One thing with Ente that aligns more with Mozilla's approach to data however is end-to-end encryption, which Ente has, but Immich doesn't. So I can see why Mozill
8.
▲
by
windlep
2y ago
Yep, some of the nicest docs for a language I've seen.
9.
▲
by
windlep
2y ago
The mix package manger for Elixir has a release option which compiles and bundles everything to a single binary. It appears possible to use Gleam libraries/code with mix, which should allow one to compile it all down to a single binary
10.
▲
by
windlep
2y ago
Definitely, while I have volsync backing it up, and the PV is replicated for local availability.... still annoying.
11.
▲
by
windlep
2y ago
I've been self-hosting a lot of things on a home kubernetes cluster lately, though via gitops using flux (apparently this genre is now home-ops?). I was kind of expecting this article to be along those lines, using the fairly popular g
12.
▲
by
windlep
3y ago
The patents page ( https://www.google.com/patents/opnpledge/patents/ ) does not include the macaroon patent. Maybe they forgot to update it?
13.
▲
by
windlep
3y ago
That was what the authors claimed when I asked them about the macaroon patent. It'd be nice if Google had a legal document associated with patents they never plan to enforce, or the constraints around when they might enforce them (e.g.
14.
▲
by
windlep
3y ago
I remember when I saw a presentation by the macaroon authors a few years back, there were pending patents that Google filed around them. While the authors claimed Google wouldn't sue anyone, I'm always a bit skeptical about such c
15.
▲
by
windlep
3y ago
This is how I use the tool the author created, Structurizr. I auto-generate the initial diagrams, then manually fix it to make it more readable. We then check-in the JSON workspace export into our git repo. The first two levels of the C4 mo
16.
▲
by
windlep
4y ago
Not sure, it depends on what the numbers look like going back to the founding of the company. Tesla probably wouldn't have survived in the past without the credits, but as others in the comments noted the point of the credits is to ena
17.
▲
by
windlep
4y ago
He added some context specifically about that note: https://twitter.com/stealthygeek/status/1596605162294218753 It would be interesting to see the % of profit over time from regulatory credits, which appears to be
18.
▲
by
windlep
4y ago
That's a once type thing, the website is supposed to prompt you after that QR login whether you'd like to enroll your local authenticator (Chrome, Edge, Firefox,etc) after you login so you don't need to keep using the QR code
19.
▲
by
windlep
4y ago
Disclaimer: I've done some development on Home-Assistant (HASS), and work on the Nabu-Casa cloud service for Home-Assistant. I was contacted by a NixOS core contributor to see if there was a better solution for HASS in NixOS. This is a
20.
▲
by
windlep
5y ago
Maybe not a surprise that they also have trouble getting employee's right now?
21.
▲
by
windlep
5y ago
Not sure a pig farmer has the best perspective on this. I've been on farms in my area, that have land that is not usable for farming, too many rocks, too hilly, etc. The land has enough natural rain-fall and grasses that grow on it to
22.
▲
by
windlep
6y ago
My biggest two issues: 1) Stripe docs are inaccurate. They frequently don't work exactly as they describe for given subscription workflows. Sometimes an API call is entirely wrong, sometimes it doesn't return the data the docs ind
23.
▲
by
windlep
7y ago
Yup, that hasn't changed in our experience. If you're looking at bursty traffic beyond what AWS will pre-warm for you, then this likely won't work. We have fairly consistent loads throughout the day.
24.
▲
by
windlep
7y ago
Yes, if you terminate TLS its drastically cheaper. Without TLS, each NLB unit lets you have 100,000 concurrent connections. With TLS, a single unit is 3,000 connections. Similar pricing occurs with ALB's. Terminating TLS yourself incur
25.
▲
by
windlep
7y ago
Same issue as NLB, they charge for units based on concurrent connections and it gets very expensive very quickly.
26.
▲
by
windlep
7y ago
We did not use an NLB because it is expensive in its pricing model for TLS connections (and we prefer to let AWS terminate TLS). For 20 million connections, an NLB would cost $28,800/month. It's drastically cheaper to use an ELB,
27.
▲
by
windlep
7y ago
I don't believe the "worker bee" trait you mention has much correlation with executive functioning. The way I've heard/seen it described in ADHD research is more that without executive functioning, putting together
28.
▲
by
windlep
8y ago
To be more specific, lots of idiomatic Go patterns typically involve using channels. Working at this level means you can't do that per 'client' since that would imply at least one goroutine per client. There's plenty of
29.
▲
by
windlep
8y ago
> Noticed they had to down to epoll: https://github.com/eranyanay/1m-go-websockets/blob/master/3_... . that seems a bit too low level. Agreed, I'd be quite curious how many libraries in the Go eco
30.
▲
by
windlep
8y ago
Does anyone know what it costs?
More ›