• 4 Posts
  • 31 Comments
Joined 2 months ago
cake
Cake day: July 26th, 2025

help-circle


  • I’m really angry with the British government right now. In some ways they’re worse than the Tories, because at least with them you knew where you stood. With Starmer he keeps trying to outdo the far right, which leads to them adopting even further right policies, and him adopting them and so on. The cracking down on freedom of speech is genuinely scary, whether it be through the online safety act or abusing terrorism legislation to proscribe direct action groups. They need to fix the housing and healthcare crises urgently, but they’re tinkering at the seams while the far right are on the cusp of taking power in 2029.

    On the local level, I don’t like our elected assembly much either, and I feel like all they do is pose for photoshoots and blame all their mistakes on the government in London.



  • When I was 5, then I seemingly got better as a teenager and didn’t need an inhaler for about ten years. I got covid in my early twenties and got re-diagnosed after it ruined my lungs. And I do mean re-diagnosed, they wouldn’t prescribe me new inhalers from my original diagnosis after ten years of not taking them and I had to get a peak flow prescribed and do the tests over the phone since we couldn’t do it in person thanks to the pandemic.




  • For photos, immich is great if you’re willing to self-host. It’s pretty much a drop-in replacement for Google photos, and lets you tweak the machine learning and stuff like that if you want automated identification of your photos. A raspberry pi is enough to get going, maybe something fancier if you want the machine learning. Google Drive can be replaced with Nextcloud as well if you go down the self-hosting rabbit hole.

    Ente is probably your best bet if you don’t want to host anything yourself. I used proton drive for photos before but thought it wasn’t particularly suitable as if you’re looking for a particular photo it takes ages for it to load from their servers.




  • I graduated university a couple years ago and I felt in the same boat coming up to final exams. Like others have said, you almost certainly know more than you think. You’re at the start of the final year as well so you have a lot of time to get ready.

    Most IT/programming jobs will train you on the job and I haven’t heard of anyone coming into a role who’s expected to know everything, so I wouldn’t worry about that too much. Getting the job will be the harder part, and the best thing I did was to consider my past experience and apply to jobs tightly related to that. I’ll not dox myself so these will be fake details but that meant if I’d done a work experience position doing tech support for an accountancy firm, I’d have focused my applications on those companies. If you have a final year project to complete for a dissertation, see if you can tailor that to what you think are your best chances of a job. E.g. you did work experience doing IT support for a law firm, and your final year project has to be related to improving human rights, so you could develop a CRUD application to connect defendants to good pro bono lawyers. If there are law firms near you hiring for IT, that sort of thing that will help you stand out in an interview with them. I think I did only two interviews before getting a job offer with that tactic and I know others with the same degree who graduated the same day as me that still haven’t found anything.

    And outside of uni/college, is there anything in IT and computer science that interests you? I found that university killed my joy for it and I’ve only rediscovered it since graduating. Building a JavaScript web app for my final year project, led me to wanting to program some discord bots, from there onto using a raspberry pi to host them, and then into doing some self hosting and networking with the likes of Docker and WireGuard. Some of that has come in handy in work, especially when using linux servers, but it’s stuff I do cause I just enjoy it and it so happens to give me some experience. There are tons of open-source projects you can work on to get experience with different parts of IT, and you’re on a good website for it since most of us on here are Linux nerds.


  • You can use gadgetbridge to run a lot of wearables locally without them connecting to their manufacturer’s servers. They support the CMF Watch Pro 2, nothing on the Pro 3 yet but I believe the way it’s developed is to get owners of a watch to test it out and update the wiki if it works or make a request if it doesn’t. The app doesn’t have the internet permission so nothing leaves your devices. I’ve got a PineTime coming in the post this week but for now I’ve got a £10 Xiaomi band running through Gadgetbridge and it works very well.






  • I deleted mine in January, after all the tech CEOs went to kiss the ring at the US inauguration. I don’t trust them at all to delete anything but at least they aren’t getting more data from me.

    I’ve had my account since 2012 when I got a Nexus 4 so a lot of my life was tied up in it. It’s not something you can just up and decide to do one day and I’d been working my way to deletion since last summer and just went faster with the process in January. If you self-host things it makes it easier because there’s a lot of good replacements for their services e.g. nextcloud if you need an office suite, immich to replace Google photos. So I’ve got thirteen years of my life backed up to a raspberry pi sitting under my TV instead of being mined on a google server to train an LLM.

    The only issue I’ve had is my phone keeps complaining that I’m not signed in with a google account, and there’s a few email addresses I hadn’t updated from gmail to my new accounts. But it’s been surprisingly plain sailing without having an account, and at least one of those issues will be sorted by moving to a phone with custom ROM support.





  • Been doing some server maintenance the past few days because I’ve been neglecting them and everything has broken at once, so I may as well infodump on that.

    The Raspberry Pi’s fan got clogged up with dust and started screaming but with a new fan it is so silent now. It was averaging 57°C for the couple of days with no fan while I waited for the spare part to arrive, 52°C when the broken fan was still in use, and now down to a nice 47°C with a fresh one. My VPN on the pi stopped working as well, but it was easily fixed with PiVPN, and the arr stack on my mini PC stopped working entirely – it seemed to be a networking issue with the containers under gluetun. But now everything’s up and running again and with a bit more storage space from clearing off old docker volumes. Then I’ve got a pinetime watch coming this week to give me something to tinker with until the new Pebble starts shipping.


  • I’ve tried tailscale and cloudflare tunnels in the past and ended up just using PiVPN to set up a WireGuard VPN on my Pi5. Tailscale for some reason was very slow for me, and cloudflare tunnels have a 100mb limit iirc which isn’t ideal for streaming. PiVPN is quite straightforward, it sets everything up for you and all you have to do is forward a UDP port. That was the bit I was most worried about, but, unless I’ve misunderstood something, because a UDP port will just ignore invalid requests to the outside world it will appear closed so it’s not very risky. It then generates a key for each device which you can scan from a QR code onto your VPN client. I have my phone set to auto-connect to the tunnel when I disconnect from my home wifi network and the tunnel is fast enough that I’ve accidentally turned off my phone’s wifi connection before and streamed a TV show through the tunnel over mobile data and not noticed any difference in speed.