HackerTrans
TopNewTrendsCommentsPastAskShowJobs

je42

no profile record

comments

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