Comment on
Everyone's talking about the new Fairphone (Gen. 6)
The Graphene team think its flawed: https://discuss.grapheneos.org/d/24134-devices-lacking-standard-privacysecurity-patches-and-protections-arent-private/5
Comment on
Everyone's talking about the new Fairphone (Gen. 6)
The Graphene team think its flawed: https://discuss.grapheneos.org/d/24134-devices-lacking-standard-privacysecurity-patches-and-protections-arent-private/5
Comment on
The painful questions for Nato and the EU as Trump threatens Greenland
Reply in thread
There is still a pipe dream that next election USA will go back to normal... Spoiler alert: its gone
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
Ive been using Zola for a bit now and love it. Very simplistic. Could be worth a look but simple pages can be html or markdown. Couldnt be much simpler. Super fast to build
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] sorry to answer your actual question: Using https://data.forgejo.org/forgejo/upload-artifact@v4 and https://data.forgejo.org/forgejo/download-artifact@v4
Comment on
The EU plans to roll out a series of laws in 2026 which aim at a single objective: reducing the reliance on foreign tech companies
Reply in thread
I would really love to know how they think this ends. Its like they either cant see 2 moves ahead or they are just delusional
Comment on
Selfhosting Sunday - What's up?
Reply in thread
Also very impressed with desec!
Comment on
People using Cloudflare, are you still happy with it? Would you consider any self-hosted alternative?
Reply in thread
Any company funded by venture capital is coming for your money eventually, whatever they say in the short term.
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...