Viewing profile — je42
je42
HN member- Joined
- Mon, May 02, 2011, 6:29 PM UTC
- HN karma
- 821
- Public activity
- 668 items
- HN profile
- View on Hacker News ↗
About je42
No profile information was provided.
Recent public activity
-
comment
Comment #48709914
The question is how far is AI off compared to the professional that we have access to. World best experts are not accessible to most of us. :(
-
comment
Comment #48540055
Working on a markdown linter and formatter https://mdsmith.dev in go lang. Checks style, readability, structure, and cross-file integrity.
-
comment
Comment #48478518
Still having issues codeql actions error out with auth issues. :(
-
comment
Comment #48348561
I always have a backup, when i travel even a 2 hour drive away from home. I take a spare sensor, spare pump (Omnipod), spare insulin, and an insulin + dextro. On vacation, I take a…
-
comment
Comment #48145983
You would need to have go installed. For my golang opensource project, also added releases on pypi and also npm.
-
comment
Comment #47754873
Does this 60min ttl of also apply to claude code web? I have regularly sessions open for multiple days. Is that a pattern that is not advised?
-
comment
Comment #47692577
Even co-pilot writes most of my code in april 2026. Further, i don't trust code anymore that hasn't been reviewed 3x or more by co-pilot. If you have asked me 6 months ago I wouldn…
-
comment
Comment #47636829
Writing mark down linter, i am i nterested in - if you think that you requirements for markdown formatting could be encoded in (relatively) simple rules?
-
comment
Comment #47435294
Had a quick look. Stumbled upon the markdown format smd. Was wondering if using front-matter instead of a "custom" encoding for parseble data was considered?
-
comment
Comment #47205237
Interesting - what kind of structural issues have you encountered? Is these more related to the existing source code or is this a bad pattern thar you would never do regardless of …
-
comment
Comment #47180010
In Chess this has been going on for a while. Story of humans playing Chess is still entertaining - while AI making amazing moves seems to be less news worthy in my perception.
-
comment
Comment #47109564
There are frameworks like https://github.com/bmad-code-org/BMAD-METHOD and https://github.github.com/spec-kit/ that are working on encoding a similar kind of approach and process.
-
comment
Comment #46665567
Claudes search tool uses Ripgrep , which is embedded in Claude.
-
comment
Comment #46577549
Which searchengine is OpenAI using?
-
comment
Comment #46391968
you can switch the ports pretty quickly on framework laptops.
-
comment
Comment #46369123
If claude ignores your claude.md you can force it to read via settings to cat it every session start for example.
-
comment
Comment #44872628
I think I was looking for both error / exception handling within the language and across the C api.
-
comment
Comment #44860225
Nice language! I am wondering how error handling / exceptions works in bolt? Quickly scanned the programming guide - but wasn't able to find it. Did i miss a section?
-
comment
Comment #44785455
Steam added recently a rule 15th what you should not publish: 15. Content that may violate the rules and standards set forth by Steam’s payment processors and related card networks…
-
comment
Comment #44473067
Have you tried to add more guidelines ? Similar to documentation you would provide to new members of the team
-
comment
Comment #44391642
How do you guys use Lua modules?
-
comment
Comment #44307399
However, I believe it is quite an assumption that a setup with time pressure reflects "normal" usage of a LLM.
-
comment
Comment #44297496
> All participants were then reassured that though 20 minutes might be a rather short time to write an essay, they were encouraged to do their best. Given that the task has been un…
-
comment
Comment #44297432
I find that LLM extremely good in training such language skills by using following process: a) write a draft yourself. b) ask the LLM to correct your draft and make it better. c) n…
-
comment
Comment #44149025
Looking at the co routine example. Does the function type implicitly change when using co.sleep in the function body?