Viewing profile — newswangerd
newswangerd
HN member- Joined
- Mon, Mar 31, 2025, 7:57 PM UTC
- HN karma
- 141
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About newswangerd
No profile information was provided.
Recent public activity
-
comment
Comment #49133656
I have an old iPhone SE and I want to give you kudos that the animations run buttery smooth on this page. There are a lot of websites where just the ads will cause my phone to comp…
-
comment
Comment #49043655
These are all very conservative back of the napkin calculations. Also, this isn't 1000 connections. It's 1000 customers, each of which can consume dozens of connections. My point h…
-
comment
Comment #49042280
This is one of the killer Firefox features. I'm so happy to see it's getting added by default!
-
comment
Comment #49042259
I went through this process when I was designing the sync server for Digital Carrot. In the end, I decided to just go with the simplest solution possible. In my case it's just a ba…
-
comment
Comment #49028938
I had to double check that today isn’t April 1st
-
comment
Comment #48880300
Buf is well established and maintains a lot of protobuf packages for many languages, including the YAML implementation for go.
-
comment
Comment #48880259
This is incredible news! I’ve used protobuf in Python, Go, Kotlin and Dart and the Python implementation is totally unusable. I don’t know what black magic Google uses for the Pyth…
- story
-
comment
Comment #48397666
Using AI to inform architecture doesn’t seem so different from googling architecture in this case. Architectural patterns are mostly well understood and well documented these days …
- story
-
comment
Comment #48113033
All so that they can lose this accumulated knowledge during the next round of layoffs.
-
comment
Comment #48027113
Good gravy... I hadn't even considered that. I assume end to end encryption would help mitigate this. Breaking E2E encryption would require a client side update that could be hard …
-
story
Ask HN: Is it possible to craft a privacy policy that perpetually protects users
Is it legally possible to craft a privacy policy for an app that prevents a company from loosening it later on if the app is sold or if the owner of the app decides to try and mone…
- story
-
comment
Comment #47424473
I admit that vibe coding was kind of a clickbaity way to frame this, but I couldn't think of a better way to describe it. That might just underscore my ignorance in this domain. On…
-
comment
Comment #47424304
Here’s another question. Has anyone been able to get an agent to produce reliable high quality code? My first experience with it was a year ago and the tests it produced were so ho…
-
story
Ask HN: Is vibe coding a new mandatory job requirement?
I spoke with a recruiter a few weeks ago and was somewhat surprised that a requirement for the position was experience building software with LLMs. Has this become the new norm in …
-
comment
Comment #47317402
I'm still trucking away on Digital Carrot ( https://www.digitalcarrot.app/ ) It's a cross platform productivity app that lets you block apps, websites and games until you reach a s…
-
comment
Comment #47279339
There was a project at Ansible that aimed to address this kinda thing when I worked there. The idea was to write policy as code definitions that would prevent users (or AI) from ru…
-
comment
Comment #46625352
I was thinking about ways for the app to receive webhooks, but being able to send webhooks is an even better idea! I'm going to start writing down some thoughts for creating generi…
-
comment
Comment #46625017
How do home assistant sensors work? I've thought about adding a webhook capability. Would it be something like that?
-
comment
Comment #46624031
I would also love to hear what kinds of plugins the HN Community would like to see. At the moment I'm thinking about the following: - Github: this would allow you to set goals base…
-
comment
Comment #46623887
I'm working on something like this for Android. My goal is to build a system where plugins can selectively block parts of apps based on a set of rules. I can't promise that this wi…
-
comment
Comment #46623642
At the moment pretty much everything automatically resets at midnight, including any timers. It's not an issue for me since I rarely stay up past midnight, but I did notice one pro…
-
comment
Comment #46623065
I would LOVE to be able to open source this project at some point, but I also want to be able to make a living off of maintaining it. I've been reading up on some source available …