• 0 Posts
  • 32 Comments
Joined 2 years ago
cake
Cake day: January 4th, 2023

help-circle
rss
  • Email

    • Proton Mail, (paid) I switched 7 years ago and it’s great, I’ve never looked back. I don’t use the attached services like calendar and contacts because it’s a little bit too walled-off for the integrations I need, but I do use ProtonVPN and Drive.
    • Thunderbird (free) on desktop, to access my IMAP or exchange email addresses (work etc) along with Proton Bridge so I never touch the Proton web app. On Android, I use Thunderbird for the IMAP addresses plus the Proton app, which isn’t ideal but not sure what the alternative could be.

    Calendar and contacts

    • Nextcloud (free) installed on the basic shared hosting for my personal website manages all my contacts
    • Etesync (free) is currently syncing my calendars, but I’m planning to swap this soon to the Nextcloud instance just to simplify things.

    Notes / Resource management

    • Anytype (free) is incredible and I now run my life off of it. Took months to really get the hang of it but it’s worth the effort.

    Cloud storage

    • Proton Drive (paid) is great, I use it for all my work applications, sending to clients etc and sync my most important files, but only have 500gb storage so
    • Synology Drive (free) installed on the NAS I use for backups covers all my personal uses, including photo backups.

    Browser

    • Firefox (of course), with uBlock Origin (of course)

    Search

    • DuckDuckGo (free), I ran Kagi for a while but the company seems shady and the price is extremely high for what you get

    Passwords

    • 1Password (paid), migrated after the LastPass incident and before ProtonPass existed. It would make sense to save the money and switch to Proton but tbh 1Password has been great and I wouldn’t risk the faff.

    Documents

    • Honestly I don’t have a lot of need for Google Docs replacements but when I do need to work on docs I’ll use LibreOffice. If it needs to be shared I’d probably do a public share on Anytype, or use Proton Docs. More likely, someone else will have invited me to a Google doc and I’ll have to sign in to use it.

    Audio

    • PocketCasts (paid) is a great service. I also use Spotify (sorry, all my friends use it)

    RSS

    • FreshRSS also set up on my web hosting so I get all my news/articles/substacks etc through ReadYou and Fluent Reader.

    Google products I still use

    • Maps
    • YouTube (with uBlock Origin and SponsorBlock on both desktop and android), I just sadly can’t let go of my carefully crafted algorithm oops



  • This is an issue if it’s unsupervised, but the transcription models are good enough now that with oversight then they’re usually useful: checking and correcting the AI generated transcription is almost always quicker than transcribing entirely by hand.

    If we approach tasks like these assuming that they are error-prone regardless whether they are done by human or machine, and will always need some oversight and verification, then the AI tools can be very helpful in very non-miraculous ways. I think it was Jason Koebler said in a recent 404 podcast that at Vice he used to transcribe every word of every interview he did as a journalist, but now transcribes everything with AI and has saved hundreds of work hours doing so, but he still manually checks every transcript to verify it.


  • AI saves time. There are few use cases for which AI is qualitatively better, perhaps none at all, but there are a great many use cases for which it is much quicker and even at times more efficient.

    I’m sure the efficiency argument is one that could be debated, but it makes sense to me in this way: for production-level outputs AI is rarely good enough, but creates really useful efficiency for rapid, imperfect prototyping. If you have 8 different UX ideas for your app which you’d like to test, then you could rapidly build prototype interfaces with AI. Likely once you’ve picked the best one you’ll rewrite it from scratch to make sure it’s robust, but without AI then building the other 7 would use up too many man-hours to make it worthwhile.

    I’m sure others will put forward legitimate arguments about how AI will inevitably creep into production environments etc, but logistically then speed and efficiency are undeniably helpful use cases.



  • Good OS-native cloud syncing. The Windows Cloud Sync Engine is so useful and is now adopted by virtually every cloud storage provider, and crucially lets you keep your entire cloud drive visible as unsynced files and pulls them on-demand (ie. what Dropbox call Smart Sync).

    Thanks to being freelance and working for different companies I have different files I work on in Dropbox and Onedrive as well as my personal stuff being stored on Proton and my Synology NAS through Drive, and none of these have linux integrations that even come close to their Windows or macOS equivalents. Things like Syncthing and rclone will do selective sync, so you aren’t forced to sync your entire cloud drive on to your laptop’s tiny SSD, but that still means half your files are missing and have to be accessed through janky browser interfaces 🤢