Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dzhar11
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dzhar11
25d ago
From FAB's AGENT.MD: > - Avoid magic numbers and strings by extracting recurring or meaningful values into descriptive constants (const) or enums. --- I've been seeing the same thing with models like GPT5.6 and Opus4.8 in GH C
2.
▲
by
dzhar11
25d ago
This article somewhat reflects my experience with autonomous agentic coding. I've run several experiments with similar results: the agent burns through all my tokens while making very little progress, or produces something unacceptable
3.
▲
by
dzhar11
2mo ago
The issue is that the Claude's C Compiler repository does not explicitly identify the project as a proof of concept. It was largely produced by one person directing Claude, and Bun's Rust rewrite also seems to have been driven by
4.
▲
by
dzhar11
2mo ago
Jarred, thank you for working on Bun. Many "vibe coded" :D projects start strong and are later abandoned (like potentially Anthropic C), so I understand why people worry about Bun's future. I hope Bun lasts for many years, li
5.
▲
by
dzhar11
8mo ago
https://blog.zharii.com/docs/chatGPT/2026-01-17-Ask-HN-Share... a triple-LLM-filtered categorized list of the top resources from this HN topic. (My link-dump website is a trash pile of all the information I’ve eve
6.
▲
by
dzhar11
10mo ago
People! What are you talking about? Who said Clippy was hostile? How? Clippy was always there when I had to write an annoying essay, a long letter, or something else for school. It reassured me that everything was saving correctly on my 1.4
7.
▲
by
dzhar11
11mo ago
Recommendation: https://github.com/Nanonid/rison Super old but still a very functional library for saving state as JSON in the URL, but without all the usual JSON clutter. I first saw it used in Elastic's Kibana.
8.
▲
by
dzhar11
1y ago
I appreciate the author's notes on managing ADHD. I was glad to find I didn't learn much new, because I'm already applying many of these practices. I've tried several to-do apps, but centralized systems didn't work
9.
▲
by
dzhar11
3y ago
Please, rewrite it in Rust. :D For my personal single-html projects, I prefer a straightforward coding style that avoids external dependencies. I implement what I need in a simple, quick, and efficient manner using only native browser APIs,
10.
▲
by
dzhar11
3y ago
I am trying to learn and use Emacs, but I am not an expert. Surprisingly, Emacs 29 runs very good on Windows. I am happy with eshell, dired, trying to use emacs more for some simple tasks. I am experimenting with sharing emacs init.el conf
11.
▲
by
dzhar11
3y ago
I am in my late 30s ;) I understand you. We are... singularity. This good feeling when ChatGPT does what I want. I am working on my pet project and struggling to convince my friends and coworkers how cool my project is, but ChatGPT understa
12.
▲
by
dzhar11
4y ago
2020 Panic buying === 2023 Panic withdrawing https://en.wikipedia.org/wiki/Panic_buying
13.
▲
by
dzhar11
4y ago
Wow, this is a fantastic project; thank you for sharing! For a few years, I've been thinking about automating something with remote NumPad. I've also got "Velocifire" numpad and used it as MouseKeys. This project is a hu
14.
▲
by
dzhar11
4y ago
Thank you!
15.
▲
by
dzhar11
4y ago
Thank you!
16.
▲
Ask HN: Where can I find C++ by Example?
12 points
by
dzhar11
4y ago
|
5 comments
17.
▲
by
dzhar11
4y ago
A long time ago, I worked on my Page Object Generator pet project, a desktop app allowing me to record/test page elements via Selenium Webdriver. https://github.com/dzharii/swd-recorder It was a time when I had t