Viewing profile — lnsp
lnsp
HN member- Joined
- Fri, Jun 09, 2017, 8:40 PM UTC
- HN karma
- 503
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About lnsp
currently interested in databases, distributed systems, infrastructure
Recent public activity
- story
- story
-
comment
Comment #34549110
Valar: https://valar.dev It's kinda like a private SaaS platform. I just run it for me and a couple of friends right now and just hosting a ton of little fun side projects on it. e…
- story
- story
-
comment
Comment #32995184
As far as I understood it: the premise of added security is based on the fact that the other WebRTC peers only see Cloudflare's IP instead of your own. Also nobody knows who you ar…
- story
-
comment
Comment #31803016
Cloudflare provides an immense value for small sites. Doing DDoS protection with specialized firewall hardware was one of the most expensive things you could do, so it wasn't reall…
-
comment
Comment #31531667
Great to see new features being implemented. I'm using DuckDB for a thesis project and integrating it into my own Python CLI/web tool has been super easy -- I especially love the d…
- story
- story
-
comment
Comment #31326740
I got a - main desktop PC (AMD Ryzen 5950X, 64GB, 2TB SSD) I use for basically everything when I'm doing stuff at home (dual boot Linux/Windows) - a recent 2021 14" MacBook Pro (wh…
-
comment
Comment #31320032
> Litestream has a new home at Fly.io, but it is and always will be an open-source project. My plan for the next several years is to keep making it more useful, no matter where you…
-
comment
Comment #31274180
I guess in the long term the product will at least pay for itself, in the short term it will just be a marketing campaign and gives people a good reason to switch from their Amazon…
-
comment
Comment #30859595
I discovered this book today and have been reading it all afternoon. The interviews with Brad Fitzpatrick and Peter Norvig are very entertaining (and informative)!
- story
-
comment
Comment #30765691
Isn't this solved by a large scale find-and-replace for existing scripts? Sure, the changes can be inconvenient but it's not like a major API change or something. They've also been…
-
comment
Comment #30280541
TLDR: Your Let's Encrypt certificate may have an RSA private key. Go's TLS implementation is far better optimized for ECDSA keys. Switching from RSA to ECDSA saves about 95% of CPU…
- story
-
comment
Comment #30182382
According to GH Status ( https://www.githubstatus.com/ ), everything is fine. Gotta love functional status pages. edit: Nevermind, they just reported "degraded performance" for Git…
-
comment
Comment #30094415
I came across this course after going through the 6.824 from RTM last year and enjoying the hands on approach a lot! Teaching using the xv6 OS ( https://pdos.csail.mit.edu/6.828/20…
- story
-
comment
Comment #30070601
Isn't the Tech Titan comparison graph misleading? I mean sure, TSMC has a higher market capitalization than Nvidia, however TSMC only does manufacturing of chips but doesn't design…
-
comment
Comment #29992995
You can control locality for some parts of Cloudflare's offering [1], so I guess if you want to comply with the privacy shield stuff, you would have to ensure that the data is stor…
-
comment
Comment #29858939
Martin Kleppmann (known for the Building Data-Intensive Applications book) gave a lecture on Raft a year ago [0], it remains my absolute favorite explanation of the algorithm. [0] …