Spyke

Replies

evs

Comment on

'I was kidnapped by my runaway electric car'

The brakes on electric cars are not magic software defined wizardry they are normal hydraulics… so if one was to push hard on the brake pedal even with the motors engaged it would slow down. And it would be extremely easy to prove because the pads would be heavily worn presumably if he was stamping on them and the motors were so powerful to keep it at 30!

“Old man cant drive new car” until there is some more evidence. Sad really! Thanks for sharing for the lol

Comment on

Selfhosting Sunday - What's up?

Reply in thread

If at all possible see if you can do wireguard yourself. Tailscale is basically inserting a third party company for no reason as its just wireguard with their servers involved. For example if you can run opnsense its easy to get running via the GUI. Very rewarding!

Comment on

Selfhosting Sunday - What's up?

Reply in thread

Cool your wife is into de googling! My wife thinks I’m a conspiracy nut. I have custom domains on proton and its been great, but with their moves toward AI and crypto who knows. I would probably try tuta if I was setting it up now - but who knows if they will eventually go wonkey then you will wish you self hosted anyway 🤝

Comment on

Best subsonic alternative?

OP I'm fairly certain your issue is with your music file metadata rather than the software. I suspect if you clean it with musicbrainz picard or open it with a tag editor you will find its using slightly different characters in different metadata fields. You can test this by loading up one of the offending files, clearing all of its metadata and see if that looks better!

Comment on

Workflow artifacts from forgejo runner not accessible from other workflows

Reply in thread

@[email protected] The runner picks up the task and when they are in the same workflow file the tasks are executed on the same run_id (as far as I understand) which means when using download artifacts code: https://code.forgejo.org/forgejo/download-artifact/src/tag/v4/ the request for artifacts works correctly as the request has the right ID. But sadly when they are separate tasks it requests the wrong ID (as I understand) and the section in the readme about downloading from other workflow runs is incorrect as its just mirrored from github, and the run_id and token field is not implemented which is discussed in this ticket. But I am shocked that everyone is not running into this? Still think im being dumb...

You reached the end