- 2 Posts
- 41 Comments
Chaser@lemmy.zipto
Mildly Infuriating@lemmy.world•Homebrew, de facto standard package manager for macOS, now forces Apple's $99/yr notarization bullshit for all casks.English
1·2 days agoPre-11 windows was at least less buggier than Mac OS. But I agree: It’s a big pain too! Linux just works better for me.
Chaser@lemmy.zipto
Mildly Infuriating@lemmy.world•Homebrew, de facto standard package manager for macOS, now forces Apple's $99/yr notarization bullshit for all casks.English
3·2 days agoI don’t use Bazzite. But if you have any pro arguments for Brew, feel free to share them. Change my mind.
Chaser@lemmy.zipto
Mildly Infuriating@lemmy.world•Homebrew, de facto standard package manager for macOS, now forces Apple's $99/yr notarization bullshit for all casks.English
23·2 days agoI feel you. Once I was forced to code on a mac too. It made me insane ☠️
Chaser@lemmy.zipto
Linux@lemmy.ml•Is there a software for Linux to make "Windows to Go" external SSD like you can with Rufus on windows?
3·2 days agoI don’t know about windows to go. But rufus? Isn’t it just writing images to usb drives? Sounds like you’re looking for the
ddcommand. You can write images withdd if=/path/to/my/image of=/dev/[insert device here] status=progress
Chaser@lemmy.zipto
Mildly Infuriating@lemmy.world•Homebrew, de facto standard package manager for macOS, now forces Apple's $99/yr notarization bullshit for all casks.English
385·2 days agoMay be a sign to install Linux 😏 brew sucks anyways
My internet provider offers up to 4 sim cards per account. They cost once 10€, without a monthly fee. However they have only 300mb of high speed traffic. But this should be just fine for a tracker, no? Just have a look in your customer portal. Maybe you’ll find something there too
Chaser@lemmy.zipto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How to Rip from a DVD on old HardwareEnglish
5·4 days agoI like MakeMKV. It also works flawlessly with modern formats like (4k-)BluRays. Also it’s super simple to use. Just throw your disk in, press the big shiny button and wait till it rips your disk. It even handles the decryption for you.
It reminds me a bit of a spinet: https://en.wikipedia.org/wiki/Spinet
I won’t say that. I’ve born '95 and i had english lessions since 3rd class. My “little” cousin (born 2001) had english lessions even in kindergarten. However, it may depend on the school type you’re going to. Also it depends on how you’re using your skills after school. I at least read and listen a lot to english. However, I never actually speak it, so my pronunciation is really bad 😅 Others may use their english skills more often - or not at all.
I’m from germany. I watch a lot of YouTube. Also I work as software developer, so I need to read many english manuals. Wich don’t means, that my english is great. But it could also be worse.
Chaser@lemmy.zipto
Linux@lemmy.ml•Friendly tiling setup for a laptop? (tiling window manager?)
1·6 days agoI don’t know if i3 can do this too, but in sway you can also move windows using the mouse. Just hit mod+the left mouse button and drag it around. However I usually just go with the Keyboard. Mod+shift+arrow is just faster.
Chaser@lemmy.zipto
Asklemmy@lemmy.ml•Do you know any software available on GNU+Linux that locks your computer/laptop unto a few websites of your choice for a certain amount of time, and doesn't let you open/close any tabs/apps?
4·6 days agoNot directly a ready to use software. But maybe you could use a combination of dnsmasq and cronjobs.
https://wiki.archlinux.org/title/Dnsmasq https://wiki.archlinux.org/title/Cron
You could load two different configs based on time. One to forward everything except xyz to localhost and one to forward everything.
Chaser@lemmy.zipto
Linux Gaming@lemmy.world•What software tools do you use that are gaming related?English
2·12 days agoOh, one more thing regarding the ssh wizardry (lol!): It’s not that complicated. You can pass your command as last parameter. For example if you want to launch Dorfromantik (which you should btw), you could do it like this:
ssh me@mymachine "steam steam://rungameid/1455840"That’s the whole magic. Like this it won’t start an interactive shell, but run the command and closes the connection once the command finishes.
Chaser@lemmy.zipto
Linux Gaming@lemmy.world•What software tools do you use that are gaming related?English
2·12 days agoA man, a word. This is my gamescope-session.sh
#!/bin/sh export DXVK_HDR=1 /usr/bin/gamescope --hdr-enabled -e -- /usr/bin/steam-native -tenfootI’ve created a /usr/share/wayland-sessions/gamescope-session.desktop for it, so I can launch it from login screen (or auto start it in my case)
[Desktop Entry] Name=Steam Big Picture Mode Comment=Start Steam in Big Picture Mode Exec=/home/chaser/bin/gamescope-session.sh Type=ApplicationIn theory this should run all games, that support hdr in hdr. At least Cyberpunk does.
Chaser@lemmy.zipto
Linux Gaming@lemmy.world•What software tools do you use that are gaming related?English
2·12 days agoIf I remember correctly I had to give gamescope a flag to enable hdr at all. However there was an env too, to tell the windows games through proton, that the machine supports hdr. I’ll check my scripts later for you
Chaser@lemmy.zipto
Mildly Infuriating@lemmy.world•On new installations, Android rebinds the power button to open up Google AssistantEnglish
41·12 days agoTo be honest I like this behavior. I haven’t enabled the hot word, so this is a really convenient way to launch the assistant. (It doesn’t has to be the google assistant btw)


TLDR; The developer of tachiyomi got threads from the manga publisher’s lawyers. So he archived his repo. Other devs forked it to keep the project alive.