Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
je42
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
je42
18d ago
seems like brave isnt allowed. I would suggest to test for capabilities instead of blocking browsers by name/platform.
2.
▲
by
je42
26d ago
So far claude has been fine to generated zig code. Dont have lots of issues. Tijy local models have more problems with zig, need additional instructions. In general, what helps is to instruct ai to use test coverage to ensure the cover all
3.
▲
by
je42
28d ago
Sure. For small changes it would work. However, for larger documents the effort increases a lot. LLM speeds things like "making use of terminolgy" in the document consitent. Restructuring, combine parapgraphs etc. a lot faster. I
4.
▲
by
je42
28d ago
For me, being quite "dyslectic" - LLM generated sentences have the advantage of being spelled correctly and being grammartically correct. I rather prefer iterating over LLM text than writing it by myself. Example: Typing this simp
5.
▲
by
je42
3mo ago
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. :(
6.
▲
by
je42
3mo ago
Working on a markdown linter and formatter https://mdsmith.dev in go lang. Checks style, readability, structure, and cross-file integrity.
7.
▲
by
je42
3mo ago
Still having issues codeql actions error out with auth issues. :(
8.
▲
by
je42
4mo ago
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 spare phone, in case my phone that manages pomp and sensor
9.
▲
by
je42
4mo ago
You would need to have go installed. For my golang opensource project, also added releases on pypi and also npm.
10.
▲
by
je42
5mo ago
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?
11.
▲
by
je42
5mo ago
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't have expected this change so soon.
12.
▲
by
je42
6mo ago
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?
13.
▲
by
je42
6mo ago
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?
14.
▲
by
je42
7mo ago
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 the existing code?
15.
▲
by
je42
7mo ago
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.
16.
▲
by
je42
7mo ago
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.
17.
▲
by
je42
8mo ago
Claudes search tool uses Ripgrep , which is embedded in Claude.
18.
▲
by
je42
8mo ago
Which searchengine is OpenAI using?
19.
▲
by
je42
9mo ago
you can switch the ports pretty quickly on framework laptops.
20.
▲
by
je42
9mo ago
If claude ignores your claude.md you can force it to read via settings to cat it every session start for example.
21.
▲
by
je42
1y ago
I think I was looking for both error / exception handling within the language and across the C api.
22.
▲
by
je42
1y ago
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?
23.
▲
by
je42
1y ago
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 and banks, or internet network providers. In particular, ce
24.
▲
by
je42
1y ago
Have you tried to add more guidelines ? Similar to documentation you would provide to new members of the team
25.
▲
by
je42
1y ago
How do you guys use Lua modules?
26.
▲
by
je42
1y ago
However, I believe it is quite an assumption that a setup with time pressure reflects "normal" usage of a LLM.
27.
▲
by
je42
1y ago
> 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 under time pressure, I am not sure this study helps gauging
28.
▲
by
je42
1y ago
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) newer LLMs will explicitly mention the things they corrected
29.
▲
by
je42
1y ago
Looking at the co routine example. Does the function type implicitly change when using co.sleep in the function body?
30.
▲
by
je42
1y ago
One alternatives I like is https://bakpakin.github.io/tiny-ecs/doc/
More ›