HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tiddles

no profile record

comments

tiddles
·há 11 meses·discuss
Nice, I’ve been looking for something like this for a while.

I’ve noticed on my huge catkin cmake project that cmake is checking the existence of the same files hundreds of times too. Is there anything that can hook into fork() and provide a cached value after the first invocation?
tiddles
·há 11 meses·discuss
Code is a liability. When I let a LLM take the wheel, I end up with thousands of lines of crappy abstractions and needless comments and strange patterns that take way more brain power to understand than if I did it myself.

My current workflow has reverted to primitive copy paste into web chat (via Kagi Assistant). The friction is enough to make me put a lot of thought into each prompt and how much code context I give it (gathered via files-to-prompt from simonw).

I have little experience with frontend and web apps, so I am trying out a supervised vibe coding flow. I give most of the code base per prompt, ask for a single feature, then read the code output fully and iterate on it a few times to reduce aforementioned bad patterns. Normally I will then type it out myself, or at most copy a few snippets of tens of lines.

What doesn’t work I found is asking for the full file with changes applied already. Not only does it take a long time and waste tokens, it normally breaks/truncates/rewords unrelated code.

So far I’m happy with how this project is going. I am familiar with all the code as I have audited and typed it out nearly entirely myself. I am actually retaining some knowledge and learning new concepts (reactive state with VanJS) and have confidence I can maintain this project even without an LLM in future, which includes handing it over to colleagues :)
tiddles
·há 2 anos·discuss
Probably 10 at most.
tiddles
·há 2 anos·discuss
What worked for me in Estonia was to find a C++ job (robotics) then gradually push for Rust as I gained seniority and autonomy. Now maybe 70% of the code I write is Rust, both robot side and backend :)
tiddles
·há 3 anos·discuss
I have been trying out a trackball as a mouse replacement only. I will try this setup, nice idea
tiddles
·há 3 anos·discuss
I’m having this problem now. I want to publish a post about recent months of progress on my project, but while writing it I found the solution isn’t complete and still has some flaws, so I feel I must put some more weeks of work into the code first before I can publish the post…

I’m trying to practice writing “this doesn’t work yet” acknowledging in the post that it isn’t fully done, and publishing the bloody thing. We will see how it works next time I sit down to write!
tiddles
·há 3 anos·discuss
iwantmyname.com, because I couldn’t find anywhere else that would sell .ms domains for cheap. Never had a problem with them
tiddles
·há 3 anos·discuss
Me too, added now!
tiddles
·há 3 anos·discuss
https://domwillia.ms I write about Rust and game engine development while slowly working towards a Dwarf Fortress-like game.
tiddles
·há 3 anos·discuss
I wrote game engine after game engine with various languages and designs. Somehow I’m still motivated today to rewrite navigation in my 15th engine for the 3rd time.
tiddles
·há 4 anos·discuss
Yep, moved to Tallinn from England for work 6 months ago. Being a software engineer classes you as a “top specialist” so getting a visa and residence permit was very straightforward.

It really is a beautiful country. And today is the first day of snow :)
tiddles
·há 4 anos·discuss
Great suggestion, thanks. I’m sick of the program output constantly screwing up the tui.
tiddles
·há 4 anos·discuss
I remember reading your post about this a few years ago, when I was first considering moving abroad!

Glad it’s going well for you. I have recently taken the plunge and moved to Estonia :)
tiddles
·há 4 anos·discuss
It is, after all, just a monoid in the category of endofunctors.