• 0 Posts
  • 200 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle





  • Protonvpn lets you port forward. I use docker and have a gluetun container that connects to protonvpn, all of my other docker containers for sailing the high seas (arr suite, qbittorrent, sabnzbd, soulseek client, etc) are routed through it and I have port forwarding setup to the ones that need it. For soulseek I use nicotine-plus-docker, all traffic is routed through the gluetun container, the port is forwarded, and a bit shy of 700 gb uploaded since March so I can confirm it works well.

    I don’t think the protonvpn Linux client supports port forwarding yet so only docker things can do it right now afaik, but anything I want permanently through VPN runs in docker anyway


  • Have you tried QOwnNotes? I haven’t used it but I’ve seen it, looks like it ticks everything you want.

    I would also highly recommend logseq, org-roam, or vimwiki. For mobile support, definitely use syncthing (logseq has a paid sync feature, but it’s not worth it over self-hosting syncthing imo. It’s easier technically speaking, but syncthing is pretty easy too)

    Logseq - I use this now, primarily because the mobile app is as great as the desktop version. Links, tasks, etc are all smooth and I love the workflow. Only reason I don’t think you’d like it is you can’t really have your own defined dir structure.

    Org-roam - uses .org files that have their own syntax and such, also foss and non-proprietary though. I used it for a while because the emacs ecosystem is very robust and I use emacs a lot. Primary downside to this system is mobile support hurts, I used OrgNote for a while but just didn’t like it much. (If you go this route, highly recommend using doom emacs instead of just vanilla. Vim keybinds are the best keybinds)

    Vimwiki - uses vim keybinds, love it. Same issue as org-roam though, mobile support makes me cry. There are plenty of foss mobile md editors, but none of them feel good. You can use this as a wiki via GitHub and have access to it from any web browser and make edits there as well, but it wasn’t a very pleasant workflow personally.





  • The next war in foxhole starts today, it’s a war MMO and I highly recommend it. No subscription (one time $30 purchase on steam), no microtransactions, no paid expansions, no cosmetic bs, grind is optional. New players are in the same spot as veterans, all resources are shared (regiments/people can have private stockpiles, but they decay after 48 hours of being inactive) and are all made by players. You don’t get anything for making or transporting supplies except for the joy of supporting the war effort - which is good because if no one made supplies, no one could fight.

    Want to chill? Mine scrap and make basic materials, throw in your nearest seaport for anyone to take (or put in your regiments stockpile if you’re in one). Or transport supplies from far backline stockpiles to Frontline/closer via truck, train, or boat. Or drive supplies to the Frontline, just make sure you have a gas mask and radio! Or make bullets, medical supplies, or anything else in the game at factories. Or trucks, cars, boats, tanks, trains, etc.

    Want to plan? Either start building up production centers at the start of the war, rebuild them as we take land, or build defenses in the backline or on the front.

    Want to fight? Get on a ship crew in an artillery gun and listen to your captain to tell you when and where to fire. Get in a tank with a crew and go balls to the wall on the front line. Grab a gun and some supplies and charge into trench warfare. Mortars? Yep. RPG’s? Yep. Want to be a doctor? Move with friendlies and fix them up when they get messed up, or carry them back to your hospital to get new supplies for people to spawn from.

    Want to be sneaky? Sneak past the Frontline and sabotage their logistics people or buildings.

    Want to be a gigachad? Join the wardens now.




  • Biggest piece of advice, you don’t need to document everything you do in your life. If it’s info you might use in the future, a significant interaction or event, fun tidbit etc, add it in. If it’s just a casual conversation with someone that you don’t learn anything significant or it’s something that you’ll never link to or use again, just keep it as a memory.

    I did a lot of over-capturing early on and got a lot of fatigue from it. Now my note making is as I run across things I’ll want to reference in the future (plans that were made, ideas to learn more about later, important phone calls/interactions, notes on articles, updates on projects, etc), with refinement to those ideas coming when I access them again later (or if I’m bored and have time). It’s no longer a drain to grow my PKM, it’s slower but much more meaningful info


  • Honestly, whatever works for you.

    My preferred system is two big directories, one for your daily notes (dailies, journal, etc), and another for literally everything else.

    This is how logseq is implemented, and can easily setup emacs org-roam to do it too. It’s very nice because you don’t need to worry about where to put something, throw it in your daily journals and get all the info down there, and link densely. If it’s about a specific topic, link to it and when you go to that topic you’ll see the info in the back links below (logseq does it automatically, emacs take a bit of config). You can then transcribe the important/summary/etc info from all of your aggregated back links into a single well thought out and planned document, or at least a single trimmed down one. Or, just leave all the info in the back links, whatever works best for you






  • In my CS degree I would have only learned and used java if not for my optional data science courses, a single class on machine language, a single SQL course, and a c++ course at community college before going to uni.

    My data science courses introduced me to matlab, bash, r, Julia, python, machine learning, docker, Linux, and aws. My uni didn’t even have a data science degree, those courses primarily counted towards my math minor since they were under statistics.

    The one piece of advice I still give to every CS student I meet is to diversify your classes whenever possible, don’t just stick to the core comp sci classes and take throwaway electives