🅃🅾🅆🅴🄻🅸🄴

don’t forget to bring a towel!

  • 4 Posts
  • 35 Comments
Joined 8 days ago
cake
Cake day: February 15th, 2025

help-circle
  • I’m going to go against the grain here and recommend that you NOT use Mint. I’ve been using a linux for a month now, so I’m new to it like you.

    My first time trying Linux was Mint, and I didn’t like it at all. There was too much crap downloaded on it, and it abstracted the underlying systems too much, so I found it all very confusing. I suggest that you download a distro that Mint is based on, and then install the actual stuff you want on it.

    Mint is based on Ubuntu, which is based on Debian. I decided to go with Debian as a total noob and it makes waaay more sense to me this time around. I enjoy customizing it to my liking rather than Mint doing it all for me—often in ways I don’t like.






  • It’s way too early to put on a tin foil hat — and I know nothing about the German election to base this on — but given Trump’s comments about Musk potentially helping him commit voter fraud in the USA, paired with Elon’s constant meddling in Germany lately, is it too far to suggest that there may be enough evidence to consider that Elon may have meddled in the German election?

    I see a lot of people blaming Americans for voting in a fascist, and sure, a lot definitely did; but enough doubt has been sewn for me that I’m not even certain that they did vote Donald Trump in






    • Keeps your progress if you exit without saving
    • Supports tabs so you don’t have 5 separate notepad windows open
    • syntax highlighting for programming languages and markdown format
    • plugin support
    • can handle extremely large text files (I’ve opened 50gb text files and used ctrl+f to find terms and it worked fine)
    • superb tools for manipulating text (e.g., use reg expressions). Super easy and flexible in making mass edits.
    • dark mode support. That alone makes it superior lol

    If you just need a quick window open to make a note you might actually prefer Sticky Notes over Notepad!







  • The Dataview plugin is the most critical one. You can create queries with the metadata in your notes (YAML frontmatter and # hashtags). If that sounded like a bunch of non-sense I highly encourage you to dig into it, because I had no idea what those words meant either but it took my note taking to a new level. I think of my Obsidian vault as my second brain.

    Below are some cool examples of vaults that you can click through. Also note that because the obsidian pages are in markdown format you can use the Jekyll engine to directly turn them into web pages without any coding (this is how GitHub Pages works)

    https://forum.obsidian.md/t/14-example-vaults-from-around-the-web-kepano-nick-milo-the-sweet-setup-and-more/81788

    If you know how to do a bit of coding (or use ChatGPT) you can incorporate APIs from other apps in your obsidian vault. Maybe you want to make a fancy home page that displays all your tasks from ToDoist, alongside the RSS feeds to your favorite podcasts and YouTube channels. Maybe you are tracking your habits and using DataView to compile all relevant instances of #habit tags into one calendar for a birds eye view.