- 1 Post
- 30 Comments
allywilson@sopuli.xyzto Programmer Humor@programming.dev•As someone not in tech, I have no idea how to refer to my tech friends' jobs10·1 year agoI know a guy who just says he stacks shelves at Tesco as he cannot be bothred to explain 😂
Pro tip: -z, -j are not needed by tar anymore since many years, tar will autodetect what compression was used if your distro is anything remotely modern.
😵
allywilson@sopuli.xyzto Technology@lemmy.ml•iOS 17.4 is now out with support for third party app stores in the EU29·1 year agoshakes head in Brexit
allywilson@sopuli.xyzto Technology@lemmy.ml•New technology to show why images and video are genuine launches on BBC News2·1 year agoIt’s weird they mention the C2PA but don’t link to it: https://c2pa.org/
I’m not Canadian, but as a Brit I also say Zed instead of Zee but I’ve never heard someone say Zed instead of Zero. WTF.
It was handy until I realised it installs to the user profile instead of system-wide. Reverted to chocolatey.
regularise users to a proprietary intermediary management system.
I don’t understand what this means.
allywilson@sopuli.xyzto Technology@lemmy.ml•AnyDesk confirms production systems were breached.41·1 year agoI can’t access that (Reddit blocked in DNS), care to summarise?
allywilson@sopuli.xyzto Technology@lemmy.ml•AnyDesk confirms production systems were breached.2·1 year agoI had no idea! That’s mental.
allywilson@sopuli.xyzto Technology@lemmy.ml•AnyDesk confirms production systems were breached.73·1 year agoSelf host RustDesk if you need an alternative.
allywilson@sopuli.xyzto Programming@programming.dev•Do any of you program on non-US keyboard layouts?23·1 year agoThis drove me up the wall. And, I hate to admit it, but I’ve let Apple win. I use Windoze for work so I’ve swapped @ and " to be the same as Apple UK, and if I run Linux I choose the Apple UK layout as well. It’s just…easier rather than having to reset my muscle memory every day.
allywilson@sopuli.xyzto Programmer Humor@programming.dev•WDYM your terminal isn't a test suite?15·1 year agoI just start every command with a space, don’t see the issue.
Thanks, you’re the best.
…Can someone share that emoji, please?
I’ll probably not use it until they have a CDKTF equivalent, but it’s good to see progress.
allywilson@sopuli.xyzto Programming@programming.dev•What’s your favorite project you’ve worked on and why?2·2 years agoAn OpenVPN profile generator with valid client certificate and the private key never leaves the client workstation.
- Client browser logs in with their IPA creds + OTP.
- Browser generates key pair and CSR (all stored in session storage)
- Node requests certificate for user from IPA using CSR, returns cert to browser.
- Browser combines new certificate with CA cert and the private key into the OpenVPN profile.
- Browser downloads the OpenVPN profile file.
allywilson@sopuli.xyzto Programming@programming.dev•How send emails trough CLI (Windows) ?2·2 years agoI don’t think you need to learn it, you just need to use one command. Even from a CMD prompt you can invoke powershell and a powershell cmdlet in a one-liner:
powershell send-mailmessage -from "me@somedomain.co.uk" -To "me@someotherdomain.co.uk" -subject "Test to me" -smtpserver My.Mail.Server.co.uk
allywilson@sopuli.xyzto Programming@programming.dev•How send emails trough CLI (Windows) ?2·2 years agoIs there a reason not to use PowerShell?
allywilson@sopuli.xyzto Programming@programming.dev•Mozilla will move Firefox development from Mercurial to Microsoft’s GitHub13·2 years agoCode storage. They’re keeping bugzilla.
From a glance at the pne64 blog there hasn’t been a mention of PinePhone since Feb 2022 though. It doesn’t appear to be particularly active on that product.