Agents are pretty good at this stuff, I coded a bike shifter button module with basically zero experience in the subject and it works pretty well: https://github.com/Klaster1/open-elin
I'm curios why go HW route versus programming a keeb/mouse/ahk macro? For example, that one time I had a build in Diablo 4 where I needed to constantly rotate abilities to maintain it, which I solved with a macro on repeat that was toggled on/off with a button press. Does PoE discourage macro/ahk use?
Wow what an unexpectedly useful article! I have exactly this hub and wondered if I was imagining things. It absolutely has issues beyond that, for example I somehow managed to make a couple of ports unusable for micro-controller flashing even though they used to work just fine. For that price, it's an OK choice to low bandwidth stuff like periphery dongles and security keys, and the form-factor makes it easy to attach under desk or behind display. And buttons come in handy when you need to unpower a dev board. Anyone can recommend a similar shaped proper USB 3 hub off Ali?
That's how I use matrix params in one of my Angular projects - these are very handy to put segment filter params into instead of query params. When you have parallel routes (page/dialog) and filtering everywhere, URLs stay much easier to reason about.
Thanks for clarifying, that's a pretty good summary. Russian developers experienced the same "HN is not for politics" kinds of reaction on Habr (russian HN, more or less) a decade ago, until politics came for them and Habr died. Before that, "being outside of politics" was a stance some people identified with because back then Putins regime didn't repress as much and the situation was "stable". Seeing a take like that still having its followers after our autocracy matured even more is disheartening and sad.
>Macaroni Messenger is not a political statement.
>We are not trying to circumvent restrictions.
>We are not trying to circumvent restrictions.
>We are not trying to fight the laws.
This is talking politics without talking politics. The project literally attempts to circumvent russian censorship restrictions and their spirit. This is either a joke the file talks about or naive CYA.
Cool project nevertheless, I like idea of an utility SPA distributed as bare HTML file that doesn't even require a web server.
A couple of months ago, I experimented with this - took tsgo and ported tsc to go with Claude. The main issue why this still didn't happen yet is because tsgo doesn't expose plugin API externally, but it's still there, so you can just co-locate your plugin as extra Go module and compile everything together. Managed to get my fairly large Angular app to compile and even run unit tests. Cold compile time went down about 2x - so the benefits are there, but not as dramatic. I think this would still need architecture level optimizations that enable build parallelization, but that also requires making some changes to framework API so components can be isolated-compiled or something.
Some things are verifiable. Before coding agents, if I encountered an issue with a library or a framework, my first hunch would be to find a GitHub issue with a suggested workaround. Nowadays, I can ask an agent to really dig into it and often it does surface the root cause. For example, the other day I got a test hangup after updating to Angular 22, and the agent managed to find the bug and suggest a very trivial workaround compared to what I originally planned to go with. I reported the issue and it was fixed the next day, more or less along the lines of what I'd do.
I wish Angular dropped their weird compiler that's tight coupled to tsc and moved into more pluggable approach so you can use it with whatever TS compiler. App and unit test cold build times are still crap, but at least with a coding agent you care about this less.
This is the biggest question I also had after reading the blog post. Given the recent chain of attacks, wouldn't it make sense to enforce staged publish by default or at least gradually move over to it?
Socials: - reddit.com/user/Klaster_1 - https://www.linkedin.com/in/ilya-borisov-ba6855234/ - meet.hn/city/cy-Paphos%20Municipality
Interests: Cycling, Programming, Gaming
---