Novi Sad
If you’re interested in (co-)moderating any of the communities created by me, you’re welcome to message me.
I also have the account @[email protected]. Furthermore, I operate the bot account @[email protected], which posts in [email protected].
- 15 Posts
- 15 Comments
Novi Sad@feddit.orgOPto
Showerthoughts@lemmy.world•Your next glasses should have a very thin frame so that people don't need to wonder if you're filming
1·8 days agoThank you for your input. As assistive technology, glasses with cameras definitely have a place.
Novi Sad@feddit.orgto
Linux@lemmy.world•How do I make Alt+V pull up KeePassXC if it's not already open AND trigger its auto-type prompt? (Mint 22.3)English
11·8 days agodeleted by creator
Novi Sad@feddit.orgto
PurchaseWithPurpose@lemmy.world•How to Leave Big Tech | The Ultimate Beginner’s Guide
16·9 days agoUpvote, but is there a Peertube version? :>
Novi Sad@feddit.orgto
Linux@lemmy.world•GNU nano doesn't delete words upon Ctrl+Backspace, only Ctrl+DeleteEnglish
3·10 days agoshakes head about this blatant lack of basic competency:wq!
Novi Sad@feddit.orgto
Linux@lemmy.world•GNU nano doesn't delete words upon Ctrl+Backspace, only Ctrl+DeleteEnglish
1·10 days agoThe latest version is 9.0, no? https://en.wikipedia.org/wiki/GNU_nano
That’s also the version I got on my system. But the behavior is the same as you describe: Ctrl+Backspace doesn’t delete words
Novi Sad@feddit.orgto
Linux@lemmy.ml•Louis Rossmann taunts Bambu Lab by hosting banned 3D Printer firmware fork, dares $1 billion company to sue him — more creators pledge support and boycotts, Snapmaker donates equipment to embattled de
3·13 days agoThat, and just how the publicity in either case helps to get people on board for right to repair initiatives.
Hardware: either
- use whatever you have lying around, e.g. an old laptop, or
- get a used thin client like e.g. a Dell Wyse. (passive cooling = no noise)
A Raspberry Pi is needlessly expensive for self-hosting, since it comes with GPIO pins etc. for controlling custom electronics.
Novi Sad@feddit.orgOPto
Europe@feddit.org•The EU Commission's "Follow us" links no longer include X. The first one is now MastodonEnglish
9·14 days agoWell you can see their account on Lemmy, but it shows as empty: @[email protected]
I think you could only see posts if they were made to a Lemmy community.
Also, I think you can’t even follow Lemmy accounts on Lemmy, right?
But maybe all this is possible from a Piefed or kbin instance?
Novi Sad@feddit.orgto
Linux@lemmy.ml•Louis Rossmann taunts Bambu Lab by hosting banned 3D Printer firmware fork, dares $1 billion company to sue him — more creators pledge support and boycotts, Snapmaker donates equipment to embattled de
781·14 days agoNow, if you’re one of the lawyers for Bambu labs, … I sincerely hope that you are not taking this case on contingency by the way—please charge an hourly fee
Nice.
Novi Sad@feddit.orgto
linuxmemes@lemmy.world•windows is using steamOs as their gaming performance goal
9·29 days agoYear of the Windows desktop here we go!
(credit)
Novi Sad@feddit.orgto
Programming@programming.dev•Let's talk CLI/TUI and Developer Workflows!
4·1 month agoyazilooks really sweet (whereasrangernever quite clicked for me personally)
Novi Sad@feddit.orgto
Programming@programming.dev•Let's talk CLI/TUI and Developer Workflows!
7·1 month ago-
tldr(akatealdeer) for quick command usage examples -
bat(akabatcat) for most uses ofless/more/cat -
difft(akadifftastic) which I’ve just learnt about here/here. Use ingit diffby running$ git config --global diff.external difft -
btm(akabottom) for viewing processes & system status -
This code in my .bashrc for colored
manoutput:
Spoiler
# Colors for Manpages function _colorman() { env \ LESS_TERMCAP_mb=$'\e[1;35m' \ LESS_TERMCAP_md=$'\e[1;34m' \ LESS_TERMCAP_me=$'\e[0m' \ LESS_TERMCAP_se=$'\e[0m' \ LESS_TERMCAP_so=$'\e[7;40m' \ LESS_TERMCAP_ue=$'\e[0m' \ LESS_TERMCAP_us=$'\e[1;33m' \ LESS_TERMCAP_mr=$(tput rev) \ LESS_TERMCAP_mh=$(tput dim) \ LESS_TERMCAP_ZN=$(tput ssubm) \ LESS_TERMCAP_ZV=$(tput rsubm) \ LESS_TERMCAP_ZO=$(tput ssupm) \ LESS_TERMCAP_ZW=$(tput rsupm) \ GROFF_NO_SGR=1 \ "$@" } alias man="LANG=C _colorman man" function perldoc() { command perldoc -n less "$@" |man -l -; }(Not by me, but I forgot from whom I got it.)
-














Vimium is sweet, been running it on Librewolf for a month. What sucks though is that
Alt+Numberfor activating tabs does not work (Github issue).Make sure to add exception rules for specific websites. For instance, on video sites like PeerTube and YouTube, exempt at least the keys
f m h j k l.