HackerTrans
トップ新着トレンドコメント過去質問紹介求人

je42

no profile record

コメント

je42
·13 日前·議論
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. :(
je42
·26 日前·議論
Working on a markdown linter and formatter https://mdsmith.dev in go lang. Checks style, readability, structure, and cross-file integrity.
je42
·先月·議論
Still having issues codeql actions error out with auth issues. :(
je42
·先月·議論
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 breaks down.

It happened already twice on vacation in the past 5 years.
je42
·2 か月前·議論
You would need to have go installed. For my golang opensource project, also added releases on pypi and also npm.
je42
·3 か月前·議論
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?
je42
·3 か月前·議論
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.
je42
·3 か月前·議論
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?
je42
·4 か月前·議論
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?
je42
·4 か月前·議論
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?
je42
·4 か月前·議論
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.
je42
·5 か月前·議論
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.
je42
·6 か月前·議論
Claudes search tool uses Ripgrep , which is embedded in Claude.
je42
·6 か月前·議論
Which searchengine is OpenAI using?
je42
·7 か月前·議論
you can switch the ports pretty quickly on framework laptops.
je42
·7 か月前·議論
If claude ignores your claude.md you can force it to read via settings to cat it every session start for example.
je42
·2 年前·議論
Nats also has some basic routing options. Which of RabbitMQ's options would give it the edge when deciding between the two?
je42
·3 年前·議論
How about flatpak? To fulfil this function?
je42
·9 年前·議論
mono repo only works if you have tooling. google's and facebook's tools are not opensource. also, ms tooling is windows only.

so for most of us the only reasonable path is to split into multiple repositories.

it is also easier to create tools that deal with many repositories.

than it is to create a tool that virtualizes a single large repo.