Viewing profile — reisr3
reisr3
HN member- Joined
- Wed, Mar 11, 2020, 12:04 PM UTC
- HN karma
- 270
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About reisr3
No profile information was provided.
Recent public activity
-
comment
Comment #43557851
This is great! It's very close to something I desperately want to exist: a way to peruse the YouTube videos' my friends are watching. My algo often gets bad, and the best recommend…
-
comment
Comment #36862544
Awesome, thanks for explaining this. Reviewing cal.com today for my company - it seems like a great product.
-
comment
Comment #36861601
No, I hadn't heard of COSS! Thanks for that - reading up on it now. Seems like exactly the framework I'm thinking about. I love the Cal.com story. What gives me some pause is that …
-
story
Ask HN: Does a framework exist for “open-source SaaS”?
The OSS model for collaborating on code is broadly understood. I'm curious if anyone has been successful in deploying and hosting a SaaS app in an open-source way, using community …
-
comment
Comment #36799333
What is the bar for a "legally binding digital signature"? Is this a very complicated topic - or is it quite simple? I can sign a PDF with OSX Preview for free. I can pay a bunch o…
-
comment
Comment #31259833
I think about it more from the perspective of "building stuff that is useful and interesting". I can very quickly build a lot of cool, useful stuff with JS + Node + React + Postgre…
-
comment
Comment #31195447
Somewhere at Twitter HQ, there are two boxes full of notecards: 1. Things that need to be "fixed" in the code, immediately, before Elon gets here. 2. Things we'll need to publicly …
-
comment
Comment #30878930
Thanks for this! I learned a few new ones. The main feature I want from a window manager is the ability to save my OSX workspace (applications open and tiled per Desktop, per monit…
-
comment
Comment #30781747
Yep. Statuspage.io goes down when Auth0 goes down, which goes down when AWS goes down.
-
comment
Comment #30781331
The typing is bad, docs are bad, errors are opaque and unhelpful, promises are 2nd class citizens, methods are inconsistently named, etc. It just seems to me like uploading a docum…
-
story
Ask HN: Object Storage with a Nice Interface?
I've been frustrated with the developer experience using AWS S3. The Node SDK is awful. Not sure if I'm missing something, but according to AWS versioning, it was last updated in 2…
-
comment
Comment #30722910
I agree that switching to asynchronous communication as default is critical for remote/hybrid offices. However, I've found it very difficult to champion this change at my workplace…
-
story
Ask HN: How do you report downtime?
My company needs a highly reliable way to report downtime to our users. We've been using statuspage.io. The problem is that it seems to be dependent on AWS. So when the bi-monthly …
-
story
Ask HN: When should event-driven architecture be avoided?
There are plenty of good resources for how to do domain-driven design, microservices, cloud functions, and event-driven architecture. I understand why these paradigms are useful fo…
-
story
Ask HN: What is your system for backing up family photos and video?
My extended family has several terabytes of family photos and videos from over the years. We've mostly digitized everything, but some segments are just sitting on external hard dri…
-
comment
Comment #22545914
Right, and accuracy of ~9m makes sense for this application. The smaller supported ESP32's, however, don't have onboard GPS. Does it use RSSI or need to be paired with a phone? Not…
-
comment
Comment #22545121
This is awesome, thanks for sharing! I'm considering using this for a project where I need to measure distance between two nodes. Couple questions: 1. You mention "location and dis…