I use Joplin. It’s fairly simple and very comparable to Evernote if you’ve ever used that, but it’s perfect for my needs.
I used LogSeq before, it’s very similar to Obsidian, the big difference being that it’s open source. It’s got a ton of features and the built-in whiteboard is actually really good, but I found it a bit overkill for my simple note taking.
Why? Automod is just a tool, the issues people have with it is how overzealous the mods using it are. If you’re moderating a community with 10,000+ people you can’t expect to filter and manage everything yourself, so a bot scheduling posts and filtering potential spam/low effort content is necessary.
inexperienced big brain developer see nested loop and often say “O(n^2)? Not on my watch!”
complexity demon spirit smile
This hits too close to home.
I’ve been on Nobara for almost a year now and am really happy with it. The only distro I’d probably switch to is Bazzite just to try out immutability, but aside from that I’m good where I am.
“Merge pull request #8 from [branch name]”
Not the most exciting but hey, someone has to do it.
A mod launcher is a program that lets you set up and configure mods for a game, then launch the game with everything set up for you. They exist because configuring everything yourself can be a real pain.
Good read, and I think you might want to look at OnlyOffice. It’s open source and while it is kindof a shameless Microsoft Office clone, it does seem to support LaTeX when adding equations. Not sure how well it works as I don’t use it though. The slides app is pretty decent, the only bone I have to pick with it is that there aren’t many animation types and most of them are very basic. Otherwise, might be what you’re looking for.
Edit: I just tried it and it seems to work pretty well. Select LaTeX, type your equation, then select professional in the dropdown menu and it’ll show the equation.
I’ve reached a point where I avoid these types of updates. An update post like that either means nothing important changed or they’re up to something.
A while ago I saw that style of patch notes, updated an app, and suddenly I can’t use it anymore because it got limited to a maximum of 2 devices. Another time I updated an app putting a harmless “we improved the user experience” message, they put dark mode behind a paywall. This isn’t counting the number of times an app got redesigned to make the user experience worse for no reason. Maybe they wanted to justify hiring 5 UI/UX interns in that quarter or something.
The patch notes look harmless, but my god, they are usually up to something.
git pull
git add *
git commit -m “Some stuff”
git push
And occasionally when you mess up
git reflog
git reset HEAD@{n} (where n is where you wanna roll back to)
And occasionally if you mess up so hard you give up
And there you go. You are now a master at using git. Try not to mess up.
FWIW not everyone using source control is a programmer. I’ve seen artists in game dev using GUI tools to pull new changes and push their assets.
Surely this means they have plans to fix screenshare audio on Linux, right? …Right?
Hell, probably.
It’s just not very good compared to any other kart game. Aside from the fact that it’s very dated, the driving is slow, the levels are wide and uninspired, the racing itself is very simple. SRB2Kart is another open source karting game and it’s sooooo much better.
I wonder if something is ever going to overtake git as the mainstream source control. I honestly agree with everything, git is so verbose and makes it easy to break something. The commands also have bizarre names that makes doing something specific annoying. The git docs are also a giant wall of text, just yesterday someone posted this.. I really want to try something else but it feels like there’s no point because nobody would support or understand it.
Until then I guess I’ll keep doing git status
, git add *
, git commit -m "some stuff"
, git push
until something breaks.
The project is for making unofficial drivers for Apple’s chips, which very few people are trying to do. Without Asahi, you can’t run Linux on Macbooks.