Emacs, but I only use 'M-x butterfly C-M-c`
- 0 Posts
- 32 Comments
finestnothing@lemmy.worldto linuxmemes@lemmy.world•Oh... I don't think there's a word for it...111·7 months agoThe phrase taking it up the ass isn’t homophobia, it means you’re getting fucked by them and not in a good way just like everyone else.
Everyone has a butthole in which to get fucked without lube by canonical, but at least they don’t wrap it in sandpaper like Apple or use a nail-ridden baseball bat like Microsoft. Arch and nix go slow and use plenty of lube, embrace gently butt stuff from your os.
finestnothing@lemmy.worldto Selfhosted@lemmy.world•OpenBudgeteer: a selfhosted budgeting app made for Bucket BudgetingEnglish41·8 months agoWell yeah, assuming you can install it on all devices you would want to use, and that it lets you use network storage, and that the app doesn’t conflict with other apps using the same network storage. A lot of apps don’t have a specific app for Android, Apple, Linux, macos, and windows because that’s a lot to build and maintain. A deployed webapp works on any device with a browser, and you don’t need to configure every device to use the same networked storage.
finestnothing@lemmy.worldto Selfhosted@lemmy.world•OpenBudgeteer: a selfhosted budgeting app made for Bucket BudgetingEnglish181·8 months agoControl over your own data (if you mean regular program as cloud apps), or accessible on multiple devices and to different users if you mean an offline computer app
finestnothing@lemmy.worldto Selfhosted@lemmy.world•Selfhost and play Spotify playlistsEnglish1·10 months agoI personally use lidarr to download and picard to tag, but use plex/plexamp to listen locally and on my phone
finestnothing@lemmy.worldto Selfhosted@lemmy.world•self hosted digital journal?English11·10 months agoSeconding (thirding) logseq! Your daily journals all show up in one long scrollable page (delimited by the date and such) so you can easily see what happened previous days, etc. If you click one it brings up that page in full screen if you want to focus on it, it works very nicely imo.
You also aren’t limited to just journaling, you can use it for a pkm system. Say that you journal for that day about learning something, you can do this:
- Today I looked into [[eulers_formula]] ** Created by Leonard Euler ** e^(ix) = cos(x) + i sin(x) ** Etc
When you go to the eulers_formula page, all of that info will be in the links section without having to leave the page. I personally do all that, then write my own summary of the info on the page itself, so I have the original content and my take on it.
It’s also fully foss, you can pay for their sync service to have it available on multiple devices all the time and it’s fully encrypted in transit so they can’t see your info, I personally just use syncthing and haven’t run into any issues using it on my phone and computer unless you try to modify the same file at the same time (which isn’t really something you would ever do)
finestnothing@lemmy.worldto Programmer Humor@programming.dev•More believable for a Linux OS3·1 year agoI always use i because I’m too lazy to type out iterator when I’m making my garbage spaghetti code that will support infrastructure for years
finestnothing@lemmy.worldto Selfhosted@lemmy.world•[@selfhosted](https://lemmy.world/c/selfhosted) Have a commerical [@wireguard](https://mastodon.social/@wireguard) vpn on my server. The problem i have is that if i use a docker, it does use the vpn iEnglish1·1 year agoSame here, idc about some of my containers going through VPN (tandoor, gitea, Plex, etc) but my whole arr suite, qbittorrent, and sabnzbd are routed through a gluetun container that uses my protonvpn credentials. Never have to worry about turning my VPN off for gaming or something since the… totally legal research papager aquirerer apps… are all routes through the VPN which changes it’s connection every 4 hours (changes my public IP but also just to make sure none of the containers run into any issues that they can’t figure out without a restart)
finestnothing@lemmy.worldto Selfhosted@lemmy.world•Doubts over Gluetun + QBitTorrent setupEnglish9·1 year agoYep, their free servers are great for trying out the service and web browsing if you don’t it being slow, but none of the free servers are p2p enabled. Only paid servers have p2p
Ricing came from the term rice-rocket from Japanese car enthusiasts which referred to the mods for their cars (physical mods, paint, stickers, etc). Transformed into rice/ricing eventually just because terms tend to shorten, and eventually jumped to other circles.
I usually think of a theme as a widely distributed/standardized set of appearances that anyone can load and use while a rice is customized and unique to that person
I do ctrl + enter for terminal, with super+enter being used to launch emacs
finestnothing@lemmy.worldto linuxmemes@lemmy.world•why exit when you can do everything inside51·1 year agoOn one hand, yes. On the other hand, you don’t need all the keybinds, just remember the useful ones!
Want to delete a single word? Esc to enter command mode, d i w to delete the word you’re on, I to begin typing again.
Everything between two of any char, usually parenthesis or quotes? Same process but d i {char} so something like “what are (you doing senpai)” can be made “what are ()” with just a few very quick keystrokes.
Delete to end of line? D.
Copy a whole line? yy (or Y for the rest of the line after cursor). Any time you do dd to delete a full line (or D for the rest of the line, or any other delete action) the contents are also copied so you can paste them again somewhere else.Can you do anything with vim that you can’t do with a GUI + moise? Technically no - but with vim you can do things significantly faster. There is an initial learning curve to get used to basic keybinds and the 2 modes, but it’s well worth it, and not using the mouse is intoxicatingly faster and more fun.
I highly recommend doom emacs over vanilla vim- all the power of emacs, but with vim keybinds and a lot of other QOL features. There isn’t much that isn’t already built into vanilla emacs, much less doom emacs, and even less that can’t be added with some packages that you can install from in the app. Web browser? Eww, and you even can use your vim keybinds in it. Doesn’t render everything great graphics wise, but it’s perfect for looking up documentation if you’re lazy. Email? Built in baby. Git? Magit. Notes? Embrace the one true note format, org files and org-roam. File explorer? Dired right in baby. Terminal? Space + o + {t, T} for a terminal in its own buffer for all your terminal pleasures.
I also always install neovim as a backup, it was my favorite vim client for a while. It’s useful to be able to use it for basic editing if I’m already trolling around in a terminal such as quick edits to docker-compose files before rerunning them
Wait til he learns about doom emacs which is emacs + vim keybinds (and a lot of other QOL features)
Emacs is a great OS with a bad editor
Vim is a great editor with a bad OS
finestnothing@lemmy.worldto linuxmemes@lemmy.world•Yeah, very sorry that this app is Windows only, would love to switch to Mac2·1 year agoFrom the controversy around battlebit using eac, apparently the eac version that is just a checkmark for proton/Linux support is not a drop in replacement for the regular one that is more popular. The one with that option would require a lot of refactoring code, and doesn’t have all of the features of the main eac unfortunately.
finestnothing@lemmy.worldto linuxmemes@lemmy.world•Yeah, very sorry that this app is Windows only, would love to switch to Mac8·1 year agoSo far black desert online is the only game that I’ve wanted to play that I can’t on Linux (eac is awful). I know there are others, but it’s mainly fps games that bother with windows-only eac and I don’t play fps games all that much. Battlebit is probably the only fps I’ve been playing in the past few months, and they use/will be using a linux-compatible eac version which I’m jazzed about
At least on arch it’ll tell you there’s an update and prompt you to install the deb file but you can just update it with pacman and you’re good to go. Usually end up doing my pacman -Syu when discord yells that it needs an update
finestnothing@lemmy.worldto Selfhosted@lemmy.world•anyone willing to walk a noob through getting some services running?English1·2 years agoIn terms of electricity consumption, it’s still not going to be huge, just was noted in case you wanted to go smaller. You can almost certainly go smaller, but at the same time if you already have the hardware it’s not going to be useful to sell it second hand and buy new hardware that has less performance.
Hosting static websites at home is fine if you really want to, but for anything dynamic and/or that will have a lot of users, get a vps (basically a server that you pay for storage and compute resources on and can use remotely how you like, including hosting stuff like mastodon and lemmy instances)
finestnothing@lemmy.worldto Selfhosted@lemmy.world•anyone willing to walk a noob through getting some services running?English1·2 years agoI’m happy to help if anyone needs help with docker and/or Linux stuff. (I’ll probably try to convert you to Linux, the os to rule them all. You’ve been warned) Wont necessarily be everything or set it all up for you, but enough knowledge to get you started and able to learn more yourself is doable
For op, that setup is likely overkill, most stuff will use more ram than cpu and very few self hosted apps will use the GPU at all (Plex and jellyfin are the only ones that come to mind). Only hurt to it being overkill is a higher power usage than a smaller setup, but if you already have it running full time then it’s unlikely to make a different
finestnothing@lemmy.worldto Selfhosted@lemmy.world•How to go about self hosting a wiki of repair guides?English81·2 years agoFirst ones that come to mind are:
https://www.bookstackapp.com/ - sets out your uploaded data like books. Can do books, chapters, pages, etc.
https://www.dokuwiki.org/DokuWiki - more standard wiki, also everything is stored in plain text so it’s easy to distribute and use source control on (no database backend)
https://tiddlywiki.com/ - full fledged wiki, bit different layout though since it’s all on one page. Clicking an internal link scrolls to that page so it’s pretty quick.
All are free and open source, almost certain they all have docker images too. I haven’t tried any of them but I’ve looked into them since I’ve been thinking about it
I have linkwarden (I mainly save recipes tbh) and I like it a lot. There’s some parts of the ui that could be better, but overall it’s easy to setup and use and pretty intuitive