Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
equinumerous
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
equinumerous
1mo ago
I believe it's only a strategy that works in the short-term. If you ever expect the software to be stable, quality, and human-maintainable, you're going to need a good test suite (hopefully not AI-generated) to get away with that
2.
▲
by
equinumerous
1mo ago
I couldn't agree more. We really need more engineers to be vocal about how stupid these ideas are. "How about we throw out 30+ years of software engineering literature so we can 'move faster'?" What if the customers
3.
▲
by
equinumerous
1mo ago
Given the amount of spaghetti code I see frontier models generating on a daily basis, I cannot take seriously the idea that LLMs will write all the code, and somehow our systems will not degrade in performance, reliability, and maintainabil
4.
▲
by
equinumerous
1mo ago
This is an amazing result. Can't wait until they release this to the general public, and I hope it's only a matter of time before other models are accelerated. I long for the day that regular consumers can run such models locally
5.
▲
Amazon Builder's Library – An overlooked goldmine of System Design knowledge
(sumitgouthaman.com)
4 points
by
equinumerous
1mo ago
|
0 comments
6.
▲
by
equinumerous
1mo ago
Nice, I've been waiting for something like this for years. Meanwhile the gaming scene on linux has been getting better slowly thanks to Valve and friends... but being able to boot into a Windows VM with graphics acceleration was previo
7.
▲
by
equinumerous
1mo ago
100% agree - you don't need the most up-to-date model to have something that's useful in agentic contexts. They could even produce chips with weights that make all the decision making/logical reasoning and have it delegate to
8.
▲
by
equinumerous
2mo ago
You're absolutely right!
9.
▲
by
equinumerous
2mo ago
Great book recommendations (I have read parts of the Google SRE book and Designing Data Intensive Applications)! I will also add a couple gems that I don't see often-cited: Simple Object-Oriented Design by Mauricio Aniche and Secure by
10.
▲
by
equinumerous
2mo ago
I had the same experience. I don't know why they haven't invested more in this feature. Heck, if they classified every site in their index as "AI/not AI" using machine learning, and had a large allowlist of "kn
11.
▲
by
equinumerous
2mo ago
As someone who is also eyeing Bifrost, I am curious to know what made you choose Bifrost at all / why you decided to use an LLM gateway. I also was considering OpenRouter, since it provides pretty much every model, with same-day releas
12.
▲
Amazon Builder's Library – An overlooked goldmine of System Design knowledge
(sumitgouthaman.com)
2 points
by
equinumerous
2mo ago
|
0 comments
13.
▲
by
equinumerous
3mo ago
I am very curious what some of your lint rules look like in practice. In my mind a lot of the AI-isms in my code that I hate are stylistic or a matter of taste, not necessarily something I could write a deterministic rule to check. But I wa
14.
▲
by
equinumerous
3mo ago
I'm surprised there isn't a simple image classifier in place to filter out images of gore/porn/etc. - I know that there are such output filters for images with copyrighted content. It suggests to me that either the safeg
15.
▲
by
equinumerous
4mo ago
Legend has it that if you can come up with a string that matches all parts of that regex, Claude starts spitting out free credits.
16.
▲
by
equinumerous
4mo ago
This is genius. Let's hope the hackers aren't reading this...
17.
▲
by
equinumerous
6mo ago
That was an amazing talk, thanks for sharing! I could see the writing on the wall as soon as I saw the bucket names were predictable. Bucket squatting + public buckets + time of check/time of use in the CloudFormation service = deployi
18.
▲
by
equinumerous
7mo ago
Mostly just noise. This is an example data video from the creator: https://www.youtube.com/watch?v=tIRXaQWjiA8 (YouTube video for this project: https://www.youtube.com/watch?v=l03Os5uwWmk )
19.
▲
by
equinumerous
8mo ago
The "> Remove lockfiles from version control" got me as well. > Reproducible builds sound nice in theory, but velocity matters more than determinism. Think of it as chaos engineering for your dependency tree. Reproducible b
20.
▲
by
equinumerous
8mo ago
As far as a scripting API, it looks like the devs beat me to it with a JS/TS plugin system: https://github.com/OpenRCT2/OpenRCT2/blob/develop/distributi...
21.
▲
by
equinumerous
8mo ago
This is a cool idea. I wanted to do something like this by adding a Lua API to OpenRCT2 that allows you to manipulate and inspect the game world. Then, you could either provide an LLM agent the ability to write and run scripts in the game,
22.
▲
Qgrep Internals
(zeux.io)
4 points
by
equinumerous
8mo ago
|
1 comments