Skip to main content

Applications that I think are cool

I got something better to put here, but I thought this would look funnier.


This is just a side post talking about a few applicaitions I discovered this year, that I think are pretty cool in-concept.


Ferdi:

Ferdi is actually a fork of another program called Franz, but both serve the same function. They're browser clients that host all your social media accounts in one place for easy access. Franz is paid while Ferdi is free. 

Now I don't have many social media accounts (the less you have, the better) , but the program did allow me to host all my services in one place: Whatsapp, Gmail, Reddit, Discord, etc. You can also add custom websites that are not offered in-built by Ferdi, which allows me to check up on websites that aren't even social media sites.

Now that I'm maining Linux, I just set Ferdi to autostart in a designated workspace everytime I start my computer, and it justs sits there allowing me to check in on it anytime I want without having to use my main browser.

Ferdi

Obsidian / Zettlr:

I don't know how I made it this far without ever hearing about note-taking apps. Apparently, everyone knows about it and have been using it for productivity gains since 1933. Productivity is one of the many areas of my life that I desperately crave control over, so I thought it was a good idea to get into this racket.

The one I heard of the first, Obsidian, claimed to be new and different in the note-taking scene. It marketed itself as a 'second-brain' for you to store information and make connections and correlations. They have all the standard features of a note-taking app, but they also boast a matrix feature that allows you to view all your notes as single points that you can manually connect to each other to form a network of ideas. Now if that doesn't sound cool to you, you're probably not a huge nerd like me.

Zettlr is another note-taking app. I'm not exactly sure what Zettlr's extra features are. I know they allow for Pandoc and LaTex integration, but I haven't looked much past that. Zettlr shines in being an open-source app, and I've started to appreciate things like that a lot more after getting into Linux. You never realize how much power you can wield over your own data and programs until you actually get into open-source software.

I switched from Obsidian to Zettlr, but I haven't really done anything in either of those apps. I'd like to get into note-taking, but I don't know where to start. Stuff like this takes time to build up a habit, and time is something I constantly seem to be running out of.  

Obsidian 

Zettlr

Yeah that's about it. I thought it would be fun to write about these programs that I recently discovered, so I did.


Comments

Popular posts from this blog

Student Website

This is a different type of Django. The hardest part of writing these blog posts is deciding the picture to go along with them. You know what's the fun part? Creating labels. I discovered Blogger allows you to categorize posts using labels and I've been using them vehemently ever since. I'm a sucker for alliteration, and using it on creating labels is by far the best thing Blogger offers. It was probably a bad idea to create this blog using Blogger. Now don't get me wrong, I love the innate simplicity of Blogger, and this thing isn't supposed to be professional anyway, but Blogger is so old that people don't realize that blogs can be followed to get updates on new posts. Even I didn't know that until like a month ago.  But I guess the purpose of this blog isn't to attract followers, it's to give me a platform to document developments on my ever-expanding list of incomplete projects. What new thing do I have now? Well, I got interested in web developm...

CHEAT!

I literally have no idea where this picture is from. Hello, hello, hello and welcome to CHEAT! , the only game show where you're rewarded for cheating! I tried doing a gameshow host impression but since I don't watch any TV, I have no idea how gameshow hosts act. Okay so yeah. Not really a game show, but I did come up with an idea for a verbal game. Before I get into the specifics on how the game is played, it's better to define some terms first. Host - This is kinda self-explanatory. The host is the one who'll be asking questions. Except for this time, the host isn't permanent. Every round the host changes. Players - Players. Nothing else to it. Candidate - The player who is being questioned by the host. The way the game works is that a player is selected to be the host. This can be completely random, or it can be turn-based, that part's up to you.  Once the host is selected, he/she now has to think of a topic or an activity in which it would be difficult and/o...

Python : The Game

Well, it finally happened. I finished a project for the first time in my life. I never thought this day would come. I have so many people to thank. First and foremost, Frankie, with his soulless eyes, kept pushing me to achieve far and beyond.    That's the look of utmost happiness The Python Snake game project was my Grade 10 Final Project submission. Back then it was just a rudimentary shell of what it is today. It only implemented the single-player mode of the game, and it didn't have any of the bells and whistles it does today.  So here's my final post on this topic. Initially, I didn't plan on working on this project. I didn't feel like creating a game for the second time and decided I wanted to do something with a real-world value.  My plan was to expand on the idea of the COVID Calculator I had mentioned in one of my previous posts. With all this stuff going on in the world right now, what could get more 'real-world' than a program that predicts the ...