133
10
submitted 2 months ago by muhyb@programming.dev to c/cat@lemmy.world
[-] muhyb@programming.dev 70 points 3 months ago

Gastroenterology:

[-] muhyb@programming.dev 60 points 3 months ago

How to unread things?

3
submitted 3 months ago by muhyb@programming.dev to c/sbubby@lemmy.world

Guess I found this funny at one point. Well, a sbubby is a sbubby. -_-'

80
submitted 3 months ago by muhyb@programming.dev to c/cat@lemmy.world

Disclaimer: The scar has nothing to do with this gentle kitty.

Bonus 1: Nappy nappy

Bonus 2: Photogenic boi

53
Thanks Solver (i.ibb.co)

First time seeing this in KPatience. The game shouldn't even start if it isn't solvable though but it's something.

[-] muhyb@programming.dev 128 points 4 months ago

Stormtrooper misses, redshirt dies anyway.

14
Oh no! (i.ibb.co)
submitted 4 months ago* (last edited 4 months ago) by muhyb@programming.dev to c/lemmyshitpost@lemmy.world

Look at these sponsors! I wouldn't use Ladybird in 1750 BC.

22
submitted 4 months ago* (last edited 3 months ago) by muhyb@programming.dev to c/android@lemdro.id

I have a Redmi Note 9 (merlinx) and currently have LineageOS 20 (which is the last official ROM). It's generally fine but I have some problems with a couple apps, so I need MicroG to fix this. I don't want to go bunch of hoops to install it on my current system if possible. Would dirty-installing the same ROM with MicroG pre-installed applicable? Or do I need a clean install if I want to go that way?

Edit: It seems it's not so feasible. I guess I'll just do clean install.

Edit 2: I did dirty install and everything works fine.

8
submitted 5 months ago* (last edited 5 months ago) by muhyb@programming.dev to c/linux4noobs@programming.dev

And preferably run it as single.sh and dual.sh when I need whichever. It's a Wayland session.

~~(Otherwise I'd have to manually arrange them every time I plug/unplug one of them.)~~

Edit: ~~I also would like to do this without unplugging.~~ Currently, when I disable/enable a monitor, its geometry gets reset.

Edit 2: Unplugging/plugging works, no idea why it didn't work before. However I still would like to do this via scripts because setting monitor setup from super+P also resets the geometry.

[-] muhyb@programming.dev 74 points 5 months ago

To be fair, I don't like anyone to knock on my door and talk about random stuff.

[-] muhyb@programming.dev 66 points 5 months ago

I hope they can pull this off because we really need this.

19
submitted 6 months ago* (last edited 5 months ago) by muhyb@programming.dev to c/linux@programming.dev

cross-posted from: https://programming.dev/post/38558693

We have a Macbook Air mid 2013 and no matter what distro I tried, making wi-fi work was pain due to Broadcom drivers and not having ethernet port. Basically had to install the drivers via phone tethering.

However, probably because of the drivers, there are certain problems like disconnecting out of blue or really slow connection or cannot reconnect unless reboot the PC.

So I want to ask, if you have this Macbook and have Linux installed, which distro you're using it with? How is it?

Recently I installed Bazzite on a home computer and printers, Xbox controller, iPhone connection, everything the owners need worked out of the box. I'm wondering, would it also work fine with this Macbook too?


Edit: I added these to a blocklist, which I created here >> /etc/modprobe.d/broadcom-wl.conf

This is for BCM4360 adapter.

blacklist b43
blacklist b43legacy
blacklist bcm43xx
blacklist bcma
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist ssb

For now, it seems fine but need more time to see if the problems are actually gone. At least the reception issue is gone I guess.


Edit 2: Installed LMDE, which wi-fi was working even on live ISO. However, same problems also present here. It has dkms version of the driver but I don't sense any difference. Same connection drops, same random slowness.

Also found this thread. It describes my issues, but sadly no replies.


Edit 3: Currently experimenting with iwd since I found out this thread from Reddit, surprisingly not deleted, yet.

I installed iwd, disabled NetworkManager, enabled iwd.

sudo systemctl stop NetworkManager
sudo systemctl disable NetworkManager
sudo systemctl start iwd
sudo systemctl enable iwd

Put these on /etc/iwd/main.conf.

[Scan]
DisablePeriodicScan=true
[DriverQuirks]
DefaultInterface=wl
[General]
EnableNetworkConfiguration=true
[Rank]
BandModifier5Ghz=9.0 

Though I didn't add BandModifier since we don't have 5Ghz anyway.

Then edited /etc/resolv.conf.

nameserver 192.168.1.3 #pi-hole IP

Also installed iwgtk to manage iwd with UI.

Seems fine so far, will edit again if it's good or not.


Edit 4: It's... better. Not the ultimate solution though. Slowings on network speed still happen. At least disabling/re-enabling wi-fi fixes the issue. With broadcom-wl driver, it needed Macbook to restart. That's an improvement I guess.

19
submitted 6 months ago* (last edited 5 months ago) by muhyb@programming.dev to c/linux@lemmy.ml

We have a Macbook Air mid 2013 and no matter what distro I tried, making wi-fi work was pain due to Broadcom drivers and not having ethernet port. Basically had to install the drivers via phone tethering.

However, probably because of the drivers, there are certain problems like disconnecting out of blue or really slow connection or cannot reconnect unless reboot the PC.

So I want to ask, if you have this Macbook and have Linux installed, which distro you're using it with? How is it?

Recently I installed Bazzite on a home computer and printers, Xbox controller, iPhone connection, everything the owners need worked out of the box. I'm wondering, would it also work fine with this Macbook too?


Edit: I added these to a blocklist, which I created here >> /etc/modprobe.d/broadcom-wl.conf

This is for BCM4360 adapter.

blacklist b43
blacklist b43legacy
blacklist bcm43xx
blacklist bcma
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist ssb

For now, it seems fine but need more time to see if the problems are actually gone. At least the reception issue is gone I guess.


Edit 2: Installed LMDE, which wi-fi was working even on live ISO. However, same problems also present here. It has dkms version of the driver but I don't sense any difference. Same connection drops, same random slowness.

Also found this thread. It describes my issues, but sadly no replies.


Edit 3: Currently experimenting with iwd since I found out this thread from Reddit, surprisingly not deleted, yet.

I installed iwd, disabled NetworkManager, enabled iwd.

sudo systemctl stop NetworkManager
sudo systemctl disable NetworkManager
sudo systemctl start iwd
sudo systemctl enable iwd

Put these on /etc/iwd/main.conf.

[Scan]
DisablePeriodicScan=true
[DriverQuirks]
DefaultInterface=wl
[General]
EnableNetworkConfiguration=true
[Rank]
BandModifier5Ghz=9.0 

Though I didn't add BandModifier since we don't have 5Ghz anyway.

Then edited /etc/resolv.conf.

nameserver 192.168.1.3 #pi-hole IP

Also installed iwgtk to manage iwd with UI.

Seems fine so far, will edit again if it's good or not.


Edit 4: It's... better. Not the ultimate solution though. Slowings on network speed still happen. At least disabling/re-enabling wi-fi fixes the issue. With broadcom-wl driver, it needed Macbook to restart. That's an improvement I guess.

21

Apparently gnome-schedule is quite old and unmaintained. I want to help a friend with this and it shouldn't be a commandline option, has to be GUI. Something like kcron, task scheduler on KDE.

4

Hi there!

I have a situation about a game that has problems with running via Steam but the same binaries run fine via Lutris.

ProtonDB page of the said game: https://www.protondb.com/app/214590 (Fairy Bloom Freesia)

I tried it years ago, probably around Proton 4-2 times, and I was getting the very same error I get today if I run the game from Steam.

DirectX error: StrecthRect is invalid call

I don't know what Steam does differently but in the meantime it causes this error. Probably it's game's own problem at some circumstances (regarding it's a custom Japanese engine) and what Steam does triggers this error. I'm using Glorious Eggroll's Proton 10-15 on both Steam and Lutris, that's why I think it's related to Steam client itself.

Also tried WINE and if I run the game with regular WINE from my system, the performance would be really poor, but at least it runs.

So, I'm trying to understand what would be the difference. Do we know what might Steam client does behind the doors? According to the latest reviews on ProtonDB, the game should run fine. That's why I wanted to try it again after so many years.

I tried every Proton version and I get the same error almost on every version. For some, it crashes right away. Launch options such as PROTON_USE_WINED3D=1 do not help either.

Any ideas what should I check or try?

I'm on EndeavourOS, my Steam is a native package.

[-] muhyb@programming.dev 62 points 7 months ago

--- Can I live without a dorsal fin?


If you call that living...

[-] muhyb@programming.dev 153 points 9 months ago

-Why there are pyramids in Egypt?

-Because Brits couldn't moved them to British Museum.

[-] muhyb@programming.dev 119 points 11 months ago

Actually, I never witnessed change-org ever changed something.

[-] muhyb@programming.dev 121 points 1 year ago

Well, Windows was never perfect. People just got used to its shenanigans. They tend to meddle with bullshit registry yet somehow basic commands on Linux is too complicated.

[-] muhyb@programming.dev 276 points 2 years ago

From GNU/Linux to GUN/Linux

view more: next ›

muhyb

joined 2 years ago