Viewing profile — ripperdoc
ripperdoc
HN member- Joined
- Tue, Aug 28, 2012, 2:29 AM UTC
- HN karma
- 242
- Public activity
- 117 items
- HN profile
- View on Hacker News ↗
About ripperdoc
No profile information was provided.
Recent public activity
-
comment
Comment #43047674
This type of arguments come up often here on HN, and I would guess many developers including myself will agree that things are bloated and bloated is not good. But the solution to …
-
comment
Comment #41979513
LOL, I'm reading Njal's saga right now and this was exactly what I needed.
-
comment
Comment #41894188
It's a cool example and I guess there are or will be very convenient apps that will stream the last X min of screen recording and offer help with what you see. But it just hurts my…
-
comment
Comment #40814787
Not directly related to Dorkly, but we've implemented feature flags (with our own system) and found them not super-useful and was hoping for more - but we may be doing it wrong. I …
-
comment
Comment #39771255
I wish there was a way to syn from Apple Notes to Obsidian (or maybe there is?) Apple Notes is just faster and more convenient for daily notes, but I want Obsidian to be my reposit…
-
comment
Comment #38554093
This doesn't seem to be it, but I always wondered if it would make sense to have an extension to the IDE that uses the aggregated data from Sentry to highlight lines of code that h…
-
comment
Comment #37788084
Nice! JSON schemas are really useful, we use them a lot for code generation. Another library that does this for multiple languages is https://quicktype.io/ . It's great, but not so…
-
comment
Comment #37762616
Something like this: location ~ ^/([a-z0-9_-]+)/ { proxy_pass http://internal-$1:8000; } We pickup the service name from the URL and use it to select where to proxy_pass to. So /se…
-
comment
Comment #37761932
I use Nginx as reverse proxy, and each service runs on the same internal port. There is a way to configure Nginx natively to dynamically route to the container with the same name. …
-
comment
Comment #37709459
For validating the actual values and types in config files, I've been planning to use JSON Schema to define the configuration data and then validate files against it. But I haven't…
-
comment
Comment #37616592
Should run it with bun instead of Node.js for that extra speed!
-
comment
Comment #36833706
Upcoming Citities Skylines 2 seems to have improved a lot on the simulation parts. Removing "pocket cars", giving more agency to agents, more types of zoning, hopefully more challe…
-
comment
Comment #36574903
Fictive Reality | Founding Engineers in AI and Game Dev | REMOTE or ONSITE (Sweden) We're startup building a platform using conversational AI to enable practice, recruiting, coachi…
-
comment
Comment #36080802
It seems to me that most city councils will operate similar services and therefore have similar needs from their software. Therefore it doesn't make sense for each council to buy a…
-
comment
Comment #35644342
Am I hallucinating or didn't several of the examples have background audio artifacts, like it's been trained on speech with noisy backgrounds, I'm guessing audio from movies paired…
-
comment
Comment #35454937
This is fantastic but it also clearly points on how deep a rabbit hole it is to try and do 100% simulation - a fractal challenge? There are so many tiny details that give it away, …
-
comment
Comment #35387981
I've used ChatGPT a lot lately when developing some half-advanced Python code with async, websockets, etc. And I've been a bit underwhelmed to be honest. It will always output plau…
-
comment
Comment #35371569
I would love to see this getting bigger, not just for package managers but in general. With AIs it will be easier than ever to produce spam or just poor content. We need some bette…
-
comment
Comment #35068404
Is there a good, complex and open source React app that shows how it "should be done"?
-
comment
Comment #34412984
For what it's worth my Macbook Retina has survived mostly unscathed since 2012 with heavy daily use. Two battery replacements, fraying charging cables and some worn out key faces, …
-
comment
Comment #34403189
Seems nice! I would prefer a twist of this more towards finding other's with an expertise you don't have yourself and having the option to center the conversation around a particul…
-
comment
Comment #34175646
Choosing ID strategy is one of those early architecture decisions that has to be done upfront and that can give a lot of headache later if the choice was wrong. So I wouldn't call …
-
comment
Comment #33972381
LosslessCut is great, but I needed something quick when I cleaned up old GoPro videos. Just open an mp4/mov in QuickTime Player, trim it and save under a new name. It will create a…
-
comment
Comment #33966578
Some very valid points in this article, but we need to remember that ChatGPT is still "just" a language model and not an intelligent entity, and it's trained on massive amounts of …
-
comment
Comment #33895265
Love it, great job!