Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
matula
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
matula
29d ago
I did a random spot-check of some of the code, like https://github.com/AprilNEA/OpenLogi/blob/master/crates/open... and it seems... fine? SO MANY comments, but that seems pretty standard for LLM cod
2.
▲
by
matula
2mo ago
I think this is correct. When I was coming up in software engineering, it was fairly accepted that the "bus factor" of a project should only increase. Any kind of vibe coding makes that bus factor exactly one... and if a service g
3.
▲
by
matula
4mo ago
For what it's worth, AI has been running major market, corporate radio stations for at least 20 years now. When I left the industry they already had AudioVault or Prophet or some other systems that would pull all the songs and distribu
4.
▲
by
matula
4mo ago
Looking at the code ( https://github.com/davmlaw/uBlock/commit/fa2de61ae69927591db... ), there's not much I would do differently writing by hand. It breaks some formatting/style conventions from the r
5.
▲
by
matula
5mo ago
the index.html is loading remote js files: https://github.com/fikrikarim/parlor/blob/main/src/index.htm... I saved them locally and changed the reference, and it worked perfectly.
6.
▲
by
matula
7mo ago
> a pirated copy of Flash MX 2004 Pro... This is an under-appreciated aspect of Flash's popularity, and probably a reason why Animate didn't have the same appeal. A kid could get a "free" cracked copy and make fun thi
7.
▲
by
matula
7mo ago
> constantly point out what they perceive as problems with... Yeah, screw those people. I count myself as lucky that I've only worked with 1 person who was seriously CRITICAL of the way other's worked... beyond just code qualit
8.
▲
by
matula
7mo ago
https://matula.itch.io/kings-dont-stack Klondike solitaire game using Godot. The goal is to better understand Godot's inner workings, and not using any LLMs... outside of whatever Google searches automatically popup wh
9.
▲
by
matula
8mo ago
Exactly. I had a manager who said "Standup with start exactly on time", and stuck to it. And after a couple of meetings with some people coming in a minute or two late and realizing he was for real... everyone started showing up o
10.
▲
by
matula
10mo ago
I've seen a few other comments also talk about PHP becoming more complex. However, I have "simple" code built using 5.3 and it works perfectly fine in 8. So I guess it CAN be complex, but doesn't really need to be. The b
11.
▲
by
matula
10mo ago
Teaching myself Swift, by building a Mac app that mirrors the "Kenney Assets Launcher" (which is Windows only): https://github.com/matula/asset-helper Basically combining some game asset tools into one.
12.
▲
by
matula
11mo ago
It feels like it's taking a solved problem and formalizing it, with a bit of automation. I've used MCPs that were just fancy document search, and this should replace those.
13.
▲
by
matula
1y ago
This is an interesting thought. I also wonder if Houston is "helped" by the fact that they're a blue city in a red state... that kind of ideological conflict of governance requires unique and localized solutions. Whereas SF i
14.
▲
by
matula
1y ago
https://petmoving.site/ A (so far) simple AI assistant to provide help if you're moving with your pets to a different country. I've got a vector db with some US travel documents embedded, parse the question/p
15.
▲
by
matula
1y ago
This post (aside from the title) is fairly nuanced, with the reality that "let an LLM do all the things" is going to be fraught with problems... but "let an LLM do some very specific things that saves me an hour or so from bo
16.
▲
by
matula
1y ago
Remember FriendFeed? It was unironically a pretty cool thing. Subscribe to RSS feeds, displayed in a Twitter-like timeline, and could comment and share and follow people and see their feeds... and all of that had their own RSS feeds. The c
17.
▲
by
matula
1y ago
There are (or at least WERE) entire divisions dedicated to reading every letter of the contract and terms of service, and usually creating 20 page documents seeking clarification for a specific phrase. They absolutely know what they're
18.
▲
by
matula
1y ago
I've been at this for many years. If I want to implement a new feature that ties together various systems and delivers an expected output, I know the general steps that I need to take. About 80% of those steps are creating and stubbing
19.
▲
by
matula
1y ago
I think this is generally true, and there are SO MANY blog posts and articles. Using something like Claude Code to build an entire SaaS from nothing can seem like magic, but there is still a point where the code is too big and any LLM will
20.
▲
by
matula
1y ago
* slow clap *
21.
▲
by
matula
1y ago
The Beatles spent YEARS only playing other people's music. Five/six hours a night performing covers. It seems self-evident that gaining such an intimate understanding of chord structures and melodies and harmonies from OTHERS help
22.
▲
by
matula
1y ago
Very nice. I tried with Ollama and it works well. The biggest issue is having the Ollama models hardcoded to Qwen3 and Llama 3.1. I imagine most Ollama users have their favorites, and probably vary quite a bit. My main model is usually Gemm
23.
▲
by
matula
2y ago
> In practice this argument is used to justify bloated apps Speaking of motte-and-bailey. But I actually disagree with the article's "what should you focus on". If you're a public-facing product, your focus should be
24.
▲
by
matula
13y ago
The problem with the AISD bonds was the school district getting cocky and assuming they could ANYTHING through. There were inconsistencies and vagueness throughout the proposals, and I think voters are finally getting tired of AISD's
25.
▲
by
matula
13y ago
Exactly. And lately, it seems to Github repos and open source projects you've contributed to (which actually isn't so horrible).