🥳
Been looking forward to this for a long time—K-9 Mail is an excellent mail client, but this is one step closer to Desktop/Mobile sync.
🥳
Been looking forward to this for a long time—K-9 Mail is an excellent mail client, but this is one step closer to Desktop/Mobile sync.
Just curious—what accessibility extensions do you use on desktop?
Wait, so how do we print now?
I’ve been using todo.txt for tasks for about a month now—it’s dead simple, supports all the bells and whistles you mentioned; and, with the topydo CLI, you can very easily make yourself a kanban interface using its columns UI. I sync the files with my iPhone and use Todooo on iOS, which works beautifully.
As for notes, I just write simple text files with my favorite editor.
Maintaining complex systems of interconnected notes, I’ve found, most often does not pay off for the enormous time investment required (some specific use cases aside); tags, links, etc. I have all found to be superfluous—any kind of grep
integration in the editor is all that’s needed for finding things.
I write in either markdown or Typst, because basic Typst is essentially the same as markdown anyway, and because I’ve found it very useful to keep notes in the same format I write longer-form documents in.
Newbie question: does this affect people using systemd-boot? Does anyone use systemd-boot?
My final straw was getting a new MacBook Air (I was at that point fine with how UNIX-y macOS was) and realizing I couldn’t dock the laptop to more than one external monitor without some weird hacky third-party software fix. Why, you ask? Well not at all because the laptop technically couldn’t do it, but because Apple said it can’t, because they want to overcharge you on a Pro.
I promptly returned the MacBook, bought a Framework on eBay, and learned NixOS.
10/10, I haven’t looked back since.
Depending on how old the iPod is, you might have some luck installing rockbox firmware on it.
But, in any case, yes, moving your music over will functionally be as if copying it to an external drive.
This is absolutely nuts—even macOS doesn’t have a single program that does all of this.
Wonderfully absurd. I always liked using God mode—great way to learn the keys without getting Emacs-pinky!
Cool to see COSMIC in the wild!
Also, tell us about your experience with Mullvad—seems to me like it’s 90% similar to Librewolf.
Love Minetest. Unfortunately, though, like with many other FOSS projects, it’s hard to find anyone else using it…
Anyone got a server for us lemmings?
Anyone using this? I can’t tell what problems it actually solves for the end user.
Chezmoi looks interesting. I’ve just been using xstow.
Not to my knowledge, but music.youtube.com is a pretty clean interface, and it’s easy enough to grab links from.
Keep in mind, you can feed yt-dlp
both playlist (including album) and channel (artist) links, as well as individual videos.
As far as where you get the music from, you’ll have to determine for yourself what audio quality you require.
To test this, use something like Soulseek to get a high quality version of a song you are very familiar with, and then get the same song off of YouTube with yt-dlp
(better yet—do this for a few songs).
Then, open both songs in separate media player windows, randomize the layout of said windows so you don’t remember which is which, plug in your favorite headphones and see if you can guess which is which.
For me, I found the difference between a lossless or 320kbps download from Soulseek and a 128-196kbps download from YouTube to be negligible (or outright nonexistent) in most cases, so I mostly download off of YouTube, which is very simple to do.
Depending on where you get the files, you may need to add metadata yourself. For this, I recommend MusicBrainz Picard.
To my knowledge, that is controlled by your window manager/DE.
The people I know in my program (undergrad History) use their computers for little more than Google Chrome (specifically Google’s Office suite), a PDF reader (sometimes also Google Chrome), sometimes Zotero, and sometimes MS Word. We get a lot of Mac’s around here, so one can imagine Microsoft products are not highly relied upon, generally speaking.
Everything’s through the browser nowadays, so I’d say just pick a stable distro, install 2 or three browsers in case something doesn’t work (like Google Docs with Firefox in my experience…), and submit everything as PDF.
Can’t speak much to LibreOffice as I write my papers in Typst (and before that in LaTeX, which got me brownie points with some of the older professors), which I find much faster, easier, and more flexible than WYSIWYG word processors.
Damn polybar looks much easier to configure than waybar…
Fourthing sway, specifically swayfx and (as someone already mentioned) autotiling, both of which are available in the Nix repository without hassle.
I’m curious why
links2
over, say,w3m
? It feels like none of the terminal browsers are as nice as they could be these days…