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.
Also WASM can’t directly manipulate the DOM so it can’t really be used for handling HTML/CSS, all front-end stuff still has to be done with JS.
Right now. WASM has been supported by every browser for a while now, and most webapps are made with WASM. That said, it’s not a replacement for Javascript, most people only use it on things that need to be high performance like heavier apps and web games. Nobody really makes websites that rely on WebAssembly instead of JS to my knowledge.
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.
Oh hey! I made the highest rated post on that sub for recommending alternatives a while back. Glad to see people are still having discussions there all things considered, I expected the sub to get nuked after I left Reddit. Welcome home! I should probably go back and update the post with some more modern info then…
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?
Oh nice, do you have a link for where it was posted?
Technically you’re right but the thing about AI image generators is that they make it really easy to mass-produce results. Each one I used in the survey took me only a few minutes, if that. Some images like the cat ones came out great in the first try. If someone wants to curate AI images, it takes little effort.
God DAMN it
Are there any statistically significant differences between the different generators?
Every image was created by DALL-E 3 except for one. I honestly got lazy so there isn’t much data there. I would say DALL-E is much better in creating stylistic art but Midjourney is better at realism.
No, the AI didn’t try to copy the other art that was included. I also don’t train the model myself, I just tell it to create an image similar to another one. For example the fourth picture I told it to create a rough sketch of a person sitting on a bench using an ink pen, then I went online and looked for a human-made one that’s of a similar style.
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.