Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tigranbs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Voice Layer for AI Agents Built with Rust, Pluggable to All Agentic Frameworks
(github.com)
1 points
by
tigranbs
8mo ago
|
0 comments
2.
▲
by
tigranbs
9mo ago
Current AI coding assistants are not just a Stack Overflow replacement; they do a pretty good job writing whole projects without you touching the code. At the end, when the coding guidelines are not clearly defined, the AI-generated codebas
3.
▲
The Vibe Coding Hangover: What Happens When AI Writes 95% of Your Code?
(sayna.ai)
2 points
by
tigranbs
9mo ago
|
2 comments
4.
▲
Securing AI coding agents: What IDEsaster vulnerabilities should you know
(tigran.tech)
1 points
by
tigranbs
9mo ago
|
2 comments
5.
▲
by
tigranbs
9mo ago
Security researchers have revealed 30+ CVEs affecting Claude Code, Cursor, GitHub Copilot and others via prompt injection and MCP tool poisoning; this article covers attack vectors, the OWASP agentic AI Top 10 and practical defences.
6.
▲
Coding Rust with Claude Code and Codex
(tigran.tech)
2 points
by
tigranbs
9mo ago
|
0 comments
7.
▲
by
tigranbs
9mo ago
Links times out, seems the host wasn't ready for the HN traffic!
8.
▲
by
tigranbs
9mo ago
Wow, the internet has grown 19%, which is surprising that it is still growing at that rate over the year.
9.
▲
by
tigranbs
9mo ago
Living in SoCal, I almost always prefer to order online. Most local businesses are losing to their e-commerce competitors; no wonder commercial spaces are empty. I have a side business of a small e-commerce shop. I would consider having phy
10.
▲
by
tigranbs
9mo ago
Based on the stability track record, I was more curious about how SQLite has done the anomaly testing. Sadly, the article has just a few words about it. Truly one of the best software products! It is used on every single device, and it is j
11.
▲
by
tigranbs
9mo ago
I would say the AI consumption aspect was a side effect: the primary goal was to "generate" new stuff. So far, to me, the significant boost is the coding aspect. Still, for the rest of the people, I think you are right: 90% of the
12.
▲
by
tigranbs
9mo ago
Firefox has been lagging in Web features for a long time. I have been a Zen browser user for about a year, and recently moved back to Arc just because almost all interactive websites look bad on the Firefox engine; somehow, they don't
13.
▲
by
tigranbs
9mo ago
IMHO, this is not too bad! But obviously, coming from the software product industry, everyone knows that building features isn't the same as operating in practice and optimizing based on the use case, which takes a ton of time. Waymo h
14.
▲
by
tigranbs
9mo ago
TBH, the idea seems way outdated for the current state of software engineering. The Rust compiler provides a massive benefit for AI Coding because it literally catches all the failure cases, so all AI have to do is implement the logical par
15.
▲
by
tigranbs
9mo ago
In my experience, "memory" is really not that helpful in most cases. For all of my projects, I keep the documentation files and feature specs up to date, so that LLMs are always aware of where to find what and which coding style g
16.
▲
by
tigranbs
9mo ago
As a US person, I have lived in Finland for 3 years, and I can assure you that the Finns are the most content people you can imagine! They can go months without talking to anyone and still consider themselves "happy", but the corr
17.
▲
by
tigranbs
9mo ago
Nice! I am surprised that the JS compressed chunks are not that big. I have checked, and the largest is ~340Kb, which is even smaller than a regular Next.js starter kit home page. Traditionally, we have a ton of components for 2D UI, but th
18.
▲
by
tigranbs
9mo ago
I used the MIT license for https://github.com/SaynaAI/sayna mainly because the challenge is usually in product velocity and direct sales/distribution. Blocking from SaaS is explicitly entirely redundant. Making so
19.
▲
by
tigranbs
9mo ago
Ah nice! I should integrate this into https://github.com/SaynaAI/sayna ``` Performant. Do the best we can within what is conformant. ``` Would be great to have benchmarks like ops/second
20.
▲
by
tigranbs
9mo ago
Maybe it is just me, but the “universal” platform architecture seems a bit inefficient. I think, with a software-first mindset and modularity in Hardware products, it is insane to think efficiency first, especially when the goal is to make
21.
▲
by
tigranbs
9mo ago
Is this the WOW effect of the hardware price-to-performance ratio? The only significant benefit I can see is that the M-series chips have RAM as GPU memory, which is slower than traditional GPUs, but at least you can run things with that me
22.
▲
by
tigranbs
9mo ago
The last time I worked meaningfully with C++ was back in 2013. Now that I write mostly Rust and TypeScript, I'm amazed by how C++ has changed over the years! Regarding the "auto" in C++, and technically in any language, it se
23.
▲
by
tigranbs
9mo ago
This is definitely not applicable to every app, BUT that's a very clever way of solving UX problems with "face"- based animations and expressions, giving users feedback. At the same time, you do stuff in the background. I hav
24.
▲
by
tigranbs
9mo ago
When I write the scraper, I literally can't write it to account for the API for every single website! BUT I can write how to parse HTML universally, so it is better to find a way to cache your website's HTML so you're not bom
25.
▲
by
tigranbs
9mo ago
Ahh, this is great! Finally, I can use the `font-stretch` CSS property to make some text components more expressive.
26.
▲
by
tigranbs
9mo ago
This reminds me of my personal "prime number" grabber research https://github.com/tigranbs/prime-numbers I needed to create the unique graph nodes and assign prime numbers, and to make things efficient, I tho
27.
▲
by
tigranbs
9mo ago
And obviously, you need things fast, so you parallelize a bunch!
28.
▲
by
tigranbs
9mo ago
It is interesting that suddenly the Terminal UI became popular. I am super happy to see this kind of thing pop up.
29.
▲
by
tigranbs
9mo ago
Ah, that's the best way to spend ~10K
30.
▲
by
tigranbs
9mo ago
EV motorcycles are a huge struggle! I have been riding motorcycles pretty much my whole adult life, but after trying electric bikes a few times while in the EU, I felt they were like toys. Honestly, how can you ride a motorcycle that sounds
More ›