muhyb

joined 2 years ago
[–] muhyb@programming.dev 2 points 18 hours ago

I'm not from TNT Radio but that's something El Presidente would use.

[–] muhyb@programming.dev 37 points 3 days ago (2 children)

I guess they can't bankrupt fast enough.

[–] muhyb@programming.dev 3 points 3 days ago

Timberborn but it's actually Red Alert.

[–] muhyb@programming.dev 23 points 4 days ago
cat your_glorious_cv.md > /dev/null
[–] muhyb@programming.dev 15 points 6 days ago

Checks everything.

[–] muhyb@programming.dev 3 points 1 week ago

RIP my workflow, again. I just hope Sidebery catches up quickly and I don't have to modify my CSS a lot.

[–] muhyb@programming.dev 35 points 1 week ago

TempleOS doesn't have a pill. It's just bread and wine.

[–] muhyb@programming.dev 2 points 1 week ago

Maybe for phones but I don't think it would for tablets and TVs.

[–] muhyb@programming.dev 1 points 2 weeks ago

That's nice to hear.

[–] muhyb@programming.dev 9 points 2 weeks ago (1 children)

Well, that's true but it's the dummiest you can get with Google nowadays. Creating a new account through Gmail also requires to add a phone number. You can only come around that via an old device. You cannot come around device identification however.

[–] muhyb@programming.dev 1 points 2 weeks ago (2 children)

I wonder any of those still work.

[–] muhyb@programming.dev 2 points 2 weeks ago

Sorry for the late reply, I'm so busy these days because of the moving out process.

Thank you again ^^

Maybe I should return to my calligraphy posts in Fediverse as well, though I'll need be in a settled life first. :)

I'll write one for you, just remind me :)

Have a lovely day too!

 
97
submitted 1 month ago* (last edited 1 month ago) by muhyb@programming.dev to c/gog@lemmy.world
 

Out of many games, Final Fantasy titles were the least of my expectations to see on GOG. If you know Square Enix, you surely understand.

Anyway, this is a great day for DRM-free. 4 of the FF titles are finally here. Hopefully these are baby steps from Square Enix.

 
 

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

 

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

Bonus 1: Nappy nappy

Bonus 2: Photogenic boi

 

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

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

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

 

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.

 

This is awesome.

7
submitted 4 months ago* (last edited 4 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.

 

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.

18
submitted 5 months ago* (last edited 4 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.

view more: next ›