HackerTrans
TopNewTrendsCommentsPastAskShowJobs

reitanuki

no profile record

Submissions

The importance of offtopic

blog.tadzik.net
115 points·by reitanuki·11 ay önce·62 comments

Kubernetes is not just for Black Friday

ergaster.org
4 points·by reitanuki·geçen yıl·0 comments

comments

reitanuki
·9 ay önce·discuss
I've been working on a linter and documentation generator for Postgres schemas. https://github.com/pgcrab/pgcrab

I'm trying to get it polished up for an initial release, including some GitHub Actions config so people can easily run it in CI.
reitanuki
·9 ay önce·discuss
Plenty of people do. At least at my work (and yes we squash PRs too). For some changes it's an easy way to make review way more sane.

For an illustration of the scale of this, search GitHub for 'commit by commit': https://github.com/search?q=%22commit+by+commit%22&type=pull... (2M results)
reitanuki
·10 ay önce·discuss
I hit this too, maybe on the order of one day every month or two?

I'm using a fairly mainstream ISP in a fairly mainstream country.

I don't get why I seem to have such a hard time. I've kept the same IP for months.

But the worst thing overall is that it just doesn't acknowledge it.

Want to block me? OK. But tell me that! Don't just make me tick a box again and again and untick it. It's infuriating.
reitanuki
·10 ay önce·discuss
This doesn't seem to work at all, maybe a Firefox issue, but it tells me to insert my security key when I generate passkey. I don't have a security key, so I'm totally at a loss of what to do. (And somewhat poor style on Firefox's behalf, to not explain what is going on to someone who doesn't know what one is)
reitanuki
·10 ay önce·discuss
Do you have any write-up about this or more info? It sounds like a useful use case but I haven't yet got it right
reitanuki
·10 ay önce·discuss
Side-note: Depending on what you're after, you can navigate to `sftp://` (and `fish://`) URLs in Dolphin & most KDE (Qt?) applications directly, you don't need to use a sshfs mount, and this way it doesn't stall (or screw up system sleep, which is another problem I have with sshfs mounts).

Somehow or another, if you open a file in Dolphin on one of these network addresses in a non-KDE application, it seems to pass it through using a FUSE filesystem, which does work somewhat but not 100% in my experience (I don't really know how this works or remember when it falls down). The terminal view in Dolphin also `cd`s to this virtual directory.

Of course, if you really really wanted the sshfs mount for some reason, then this workaround doesn't help you.
reitanuki
·10 ay önce·discuss
Agree with this. Either you'll get SMS OTP (which is free for the user, at least in the UK?) or they will send some 'calculator' or multi-colour-code-scanner device that generates OTPs. (Honestly this last one was the most impressive bank security system I'd seen yet; for every individual transaction, you'd have to scan the code and the scanner device would tell you what you were authorising, then you put the PIN in and get a OTP to put back in the bank)
reitanuki
·11 ay önce·discuss
This is basically my main gripe with Zed atm — it's very keen to autodownload and execute binaries.

I have a light fork that tries to nullify this, but I don't think I've managed to catch all the instances.

Other than that, it's a very nice editor in my opinion.
reitanuki
·11 ay önce·discuss
This will sound a bit odd, but I don't necessarily want to pay in a way that makes it look like I'm paying for the AI rather than the editor.
reitanuki
·11 ay önce·discuss
The Mowgli project is reusing the mainboard of the original lawnmower (might be enhanced with a RPi though). It's not currently as well-baked (or at least, well-trodden) as the default OpenMower approach which does indeed involve ripping out the mainboard and replacing it.
reitanuki
·11 ay önce·discuss
Can only disagree there (I built an OpenMower based on a SA650B), in a rural area, also cannot hear it from about 10m away, even at night. Though I don't run it at night except when it is just finishing up from the afternoon
reitanuki
·11 ay önce·discuss
I would actually disagree with the final conclusion here; despite claiming to offer the same models, Copilot seems very much nerfed — cross-comparing the Copilotified LLM and the same LLM through OpenRouter, the Copilot one seems to fail much harder. I'm not an expert in the details of LLMs but I guess there might be some extra system prompt, I also notice the context window limit is much lower, which kinda suggests it's been partially pre-consumed.

In case it matters, I was using Copilot that is for 'free' because my dayjob is open source, and the model was Claude Sonnet 3.7. I've not yet heard anyone else saying the same as me which is kind of peculiar.