HackerTrans
TopNewTrendsCommentsPastAskShowJobs

je42

no profile record

comments

je42
·13 ngày trước·discuss
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 ngày trước·discuss
Working on a markdown linter and formatter https://mdsmith.dev in go lang. Checks style, readability, structure, and cross-file integrity.
je42
·tháng trước·discuss
Still having issues codeql actions error out with auth issues. :(
je42
·tháng trước·discuss
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 tháng trước·discuss
You would need to have go installed. For my golang opensource project, also added releases on pypi and also npm.
je42
·3 tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
Claudes search tool uses Ripgrep , which is embedded in Claude.
je42
·6 tháng trước·discuss
Which searchengine is OpenAI using?
je42
·7 tháng trước·discuss
you can switch the ports pretty quickly on framework laptops.
je42
·7 tháng trước·discuss
If claude ignores your claude.md you can force it to read via settings to cat it every session start for example.
je42
·2 năm trước·discuss
Nats also has some basic routing options. Which of RabbitMQ's options would give it the edge when deciding between the two?
je42
·3 năm trước·discuss
How about flatpak? To fulfil this function?
je42
·9 năm trước·discuss
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.