Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
silasb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
silasb
7mo ago
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. Strictly speaking, you should drive. H
2.
▲
by
silasb
9mo ago
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 and if so, how do you think i
3.
▲
by
silasb
10mo ago
moonlight / sunshine might work if you can't run it locally. It'd be best with hardwired network though.
4.
▲
by
silasb
10mo ago
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 something like this can be reproduced consis
5.
▲
by
silasb
11mo ago
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 be able to index mysql
6.
▲
by
silasb
1y ago
I 100% agree which has led me in saying "modules > microservices" for our onboarding documentation.
7.
▲
by
silasb
1y ago
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 cause regression?
8.
▲
by
silasb
2y ago
Doesn't "Buy, and buy from certified providers, simple. Manage identity centrally...." contradict each other?
9.
▲
by
silasb
2y ago
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'm somewhat surprised not to see this more often.
10.
▲
by
silasb
2y ago
Any good guides for this?
11.
▲
by
silasb
3y ago
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 post around Building GitHub with Ruby and Rails[0] so y
12.
▲
by
silasb
3y ago
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.
13.
▲
by
silasb
3y ago
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: https://www.kvakil.
14.
▲
by
silasb
3y ago
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 containers.
15.
▲
by
silasb
3y ago
ViewComponent, from Github makes writing views much better, but it's far from perfect.
16.
▲
by
silasb
4y ago
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 codesign for you, if you are distributing a privat
17.
▲
by
silasb
4y ago
+1 for backstage.io. This is something that I hoped the backstage graph would evolve into...
18.
▲
by
silasb
4y ago
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 background servers. This typically means that everyone in the org n
19.
▲
by
silasb
4y ago
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 compelling use case that Apple can't
20.
▲
by
silasb
4y ago
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 projects, ... That void is somewhat filled with DN42.
21.
▲
by
silasb
4y ago
... and this is how OCLC was created?
22.
▲
by
silasb
4y ago
Agreed, I'd also like to know the high-level details of the stack.
23.
▲
by
silasb
4y ago
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 over the last 5-10 years. Others on my list that
24.
▲
by
silasb
4y ago
I noticed the UI just filters the data queried. Is this a WIP or will the search feature actually update the search query?
25.
▲
by
silasb
4y ago
I think fly.io does something like this as well?
26.
▲
by
silasb
4y ago
You did a good job summarizing the frontend framework evolution, but I'm curious where you think the evolution in backend frameworks are going? I was thinking LiveView, but I also think WASM could come into play as well.
27.
▲
by
silasb
4y ago
I'm an Eng for a startup using Rails, MySQL, ... Next.js. The only problems we've had is slow performance of Docker for us with our databases. So much so, we've moved those out of Docker and back to the native. Performance
28.
▲
by
silasb
4y ago
Not a large systems, but we started using https://backstage.io to help visualize our software. Additionally, we're hoping to leverage backstage plugins to provide tooling around ownership for our components.
29.
▲
by
silasb
4y ago
I'm looking forward to more XDP + eBFP, VPP, or FD.io based firewall and routing solutions as I think those are where we'll see the next big improvement in networking at. I'm hoping to get my hands on some NICs that support X
30.
▲
by
silasb
4y ago
Every org is different and I like to point out this article [1] to illustrate it. SRE is really what your company wants it to be. If you have full-cycle devs, then you're likely doing more platform work. If your devs lack the deploy a
More ›