Viewing profile — silasb
silasb
HN member- Joined
- Fri, May 07, 2010, 2:35 PM UTC
- HN karma
- 189
- Public activity
- 187 items
- HN profile
- View on Hacker News ↗
About silasb
No profile information was provided.
Recent public activity
-
comment
Comment #47128914
Gemini was a good laugh as well: Silas: I want to wash my car. The car wash is 50 meters away. Should I walk or drive? Gemini: …. That is a classic “efficiency vs. logic” dilemma. …
-
comment
Comment #46326203
Seems pretty similar to https://github.com/radioactive-labs/chrono_forge which is what I found when I typed in "rails durable execution patterns" into Google. Have you seen this an…
-
comment
Comment #46175927
moonlight / sunshine might work if you can't run it locally. It'd be best with hardwired network though.
-
comment
Comment #45946091
I'm not trying to take a shot at the OP, but I keep seeing posts labeled "Production-Grade" that still look more like pet systems than cattle. I'm struggling to understand how some…
-
comment
Comment #45610456
I've been looking at this for gunzip files as well. There is a rust solution that looks interesting called https://docs.rs/indexed_deflate/latest/indexed_deflate/ . My goals are to…
-
comment
Comment #44571790
I 100% agree which has led me in saying "modules > microservices" for our onboarding documentation.
-
comment
Comment #43708291
While not specific to 12factor question. With any of these agents and solutions how is LLM Ops being handled? Also, what's the testing strategy and how do I make sure that I don't …
-
comment
Comment #43344262
Doesn't "Buy, and buy from certified providers, simple. Manage identity centrally...." contradict each other?
-
comment
Comment #41592480
Nice, I'm working in the same space as you (not opensource, personal project). We landed on the same solution, encoding the commands inside Golang and distributing those via SSH. I…
-
comment
Comment #40905170
Any good guides for this?
-
comment
Comment #39419339
Do you have any sources on GitHub moving away from Rails? This is the first that I've heard and my googlefu has returned zero results around this. Just last year they had a blog po…
-
comment
Comment #38491092
I don't mind this style, it's encouraged by dry-monads with the do-notation. The big concern that I have with this code is it's missing a service level transaction.
-
comment
Comment #38339530
Can't you use `mprotect` to allow you to write to memory and execute? https://github.com/Frodox/execute-machine-code-from-memory/t... has several examples of how to do it. EDIT: ht…
-
comment
Comment #37605411
Not only that, but with https://litestream.io/ things becomes even more interesting. I'm currently using this for a small application to easily backup databases in docker container…
-
comment
Comment #35483804
ViewComponent, from Github makes writing views much better, but it's far from perfect.
-
comment
Comment #34359941
This works pretty good, but we've ran into issues where the downloaded file isn't code signed and then this becomes a big issue. AFAIK, if this is a public CLI then homebrew will c…
-
comment
Comment #34346912
+1 for backstage.io. This is something that I hoped the backstage graph would evolve into...
-
comment
Comment #33731998
Those built-ins that you are talking about are not as well rounded as a dedicated framework. These built-ins operate at a different operating model than running additional backgrou…
-
comment
Comment #33731589
It'd be interesting if Mozilla offered a iCloud-like solution. Obviously, they wouldn't have the tight integration compared to Apple on mobile or desktop. They'd also need a really…
-
comment
Comment #33683121
What I miss most about LAN parties was the fun of getting all the computers setup. Setting up servers to host things for others to downloads, troubleshooting networking, random pro…
-
comment
Comment #33663237
... and this is how OCLC was created?
-
comment
Comment #33585428
Agreed, I'd also like to know the high-level details of the stack.
-
comment
Comment #33186969
I haven't read it yet, but I've skimmed over a couple parts, but I think System-Design Interview insiders Second Edition is a modern book around lots of concepts talked about on HN…
-
comment
Comment #32838869
I noticed the UI just filters the data queried. Is this a WIP or will the search feature actually update the search query?
-
comment
Comment #32686075
I think fly.io does something like this as well?