HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xstas1

39 karmajoined vor 6 Jahren

comments

xstas1
·vor 8 Tagen·discuss
That was the first such car. Even though the automatic transmission was invented a long time ago, new cars are still made with manual ones
xstas1
·vor 24 Tagen·discuss
XML??
xstas1
·vor 26 Tagen·discuss
Video in the terminal window of course
xstas1
·vor 27 Tagen·discuss
Can you put some of the text in a comment here?
xstas1
·vor 27 Tagen·discuss
I had never heard of the Playdate but it looks like a very interesting device... and... I want it? Would you suggest getting one?
xstas1
·vor 2 Monaten·discuss
How do you set it to search in Japanese language mode?
xstas1
·vor 2 Monaten·discuss
Kagi is good, but only for English language queries
xstas1
·vor 2 Monaten·discuss
It's just a fun reference to a song/psa ad called "Dumb Ways To Die"
xstas1
·vor 2 Monaten·discuss
I ran to the comments with this question
xstas1
·vor 2 Monaten·discuss
This markdown mirror is a partial solution to a problem that does not exist in "normal" Logseq (what's being rebranded to Logseq OG). The markdown files ARE the data (which syncs beautifully over Dropbox and the like.)
xstas1
·vor 2 Monaten·discuss
I am a Logseq user and I was under the impression that development had stalled or better, stabilized (frankly, most software does NOT need a constant stream of updates). Based on this post, it looks like they're back - and they've chugged some vibe juice.
xstas1
·vor 2 Monaten·discuss
Code is not spec. There is an implementation spectrum.

On one end, you have code that can perform only the behaviour explicitly declared in the spec, but has to be thrown away and rewritten for any new or updated spec.

On the other end, you have code that implements or anticipates a wide range of future possible specs including the given one.

The AI can operate on any point on this spectrum, but it's not very good at choosing. The more complex the software, the more such choices need to be made.

When the number of bad choices reaches a certain critical mass, even a skilled engineer becomes powerless to undo all the bad choices, and even a powerful model becomes unable to reduce it back to a coherent spec.
xstas1
·vor 2 Monaten·discuss
Turning you into a "reverse centaur" to borrow a term from Cory Doctorow
xstas1
·vor 2 Monaten·discuss
Sounds like a good system. To use the analogy from ths other comment, this would be like running an image through JPEG compression twice.

The issue happens then if you're updating the individual research files on a regular basis. (Or making a long series of commits on a starting code base.) Every edit has a chance of doing a drive-by cleanup on nearby lines. Over a long enough timeline, it'll ablate your logic into something featureless, like if you compress an image too many times.
xstas1
·vor 2 Monaten·discuss
I do remember early SourceForge. It remember it as very clean, simple and reliable, and popular.
xstas1
·vor 3 Monaten·discuss
Promotional pricing? Are they saying that after the promotion, it will cost more than 7.5x??
xstas1
·vor 3 Monaten·discuss
Also coding agents will happily compile android applications (of maximum complexity) via Github Actions where you can just pick them up with Obtainium. No PC needed
xstas1
·vor 3 Monaten·discuss
you already could! just install Termux, npm install your favourite agent harness (pi for one has explicit Termux support, but its AGENTS.md works just fine with Claude Code for example - https://github.com/badlogic/pi-mono/blob/main/packages/codin...), and say you want an android app. It problem solves for a bit, then spits out an apk out to your Downloads folder.
xstas1
·vor 3 Monaten·discuss
I just run claude code on my phone, in termux
xstas1
·vor 3 Monaten·discuss
Hypothesis: it's a sprawling, labyrinthine mess because it was grown at high speed using Claude Code.