u/lukmly013 💾 (lemmy.sdf.org)
I like computers, trains, space, radio-related everything and a bunch of other tech related stuff. User of GNU+Linux.
I am also dumb and worthless.
My laptop is ThinkPad L390y running Arch.
I own RTL-SDRv3 and RSP1 clone.
SDF Unix shell username: user224
- 9 Posts
- 271 Comments
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Programmer Humor@programming.dev•99% of Windows usability issues would be fixed if Windows had the guts to add this buttonEnglish
15·14 days agoAlright, so others went over the “easy” way to see which program is being the offender. But I feel like the average Lemmy user just skips GUI at this point.
Say hello to KDE:

KDE also does automatic fsck before mounting, which is why it may take some 2 seconds to mount a drive.
HDDs it properly spins down and unpowers as well.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Programmer Humor@programming.dev•99% of Windows usability issues would be fixed if Windows had the guts to add this buttonEnglish
9·14 days agoWrites are asynchronous on Linux.
Unless I mount it with
sync, which I wish would be default for non-system drives (which are going to be in fstab anyway). I didn’t notice any difference, aside from the lack of guessing when the magic is over. 2GiB goes into black hole, now what?
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Selfhosted@lemmy.world•Concerned about claiming warranty for homelab with LinuxEnglish
1·17 days agoWell, Wikipedia: https://en.wikipedia.org/wiki/DVD_region_code#Computer_DVD_drives
Basically same as regions on standalone DVD players. Just a scummy thing to only allow you to play DVDs from your own region, perhaps so that you wouldn’t buy them from cheaper countries, or buy them earlier than you’re supposed to in your country.
If everything works correctly, then say you buy DVDs from UK, but something new just released in US, but haven’t even played in cinemas in UK yet. So you buy it from US… and it shouldn’t work.
VLC doesn’t care about this, but still, the drive firmware might.
BluRays also have regions
By the fucking way, BluRays have some DRM with revocable keys
This is part of the AACS protection scheme: editors are able to revoke old software player host keys that have leaked on the Internet and distribute the lists on newer commercial disc releases. This is irreversible and cannot be fixed even after reflashing the drive.
https://wiki.archlinux.org/title/Blu-ray#Revoked_Host_key/certificate
So when do you truly own something? When you pirate it. No regions, no DRM, 4k on any device powerful enough.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Selfhosted@lemmy.world•Concerned about claiming warranty for homelab with LinuxEnglish
5·18 days agoExcept the problem seems to be the said storage device.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Selfhosted@lemmy.world•Concerned about claiming warranty for homelab with LinuxEnglish
11·18 days agoIf it is a hardware failure, I don’t see why it should be an issue. I know re-installing Windows is something PC repair shops do often, and I don’t see how that’s different from any other OS.
fault or failure resulting from software
Unfortunately, that’s quite broad. But it could also just apply for stuff like overclocking or firmware modifications. Or even simpler stuff. I could see someone having DVDs from multiple regions, changing drive region every time until they hit the 5 changes limit, and then trying to claim it for warranty (I’ve had some software on Windows do that automatically…).
Should I submit it with the Linux installation intact or replace it a fresh install of Windows
Or if there’s private data, overwrite it with output of
/dev/urandomor/dev/zero.blkdiscardmight also be your friend since it’s an SSD.I am doubtful whether they have experience working on anything other than Windows
Probably they’ll just test the rest with their own drive or re-install it.
Or maybe try to ask them how to prepare the device for the warranty claim.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Selfhosted@lemmy.world•~~Probably an odd bug in WG Tunnel - either upload or download slow based on MTU~~ Edit: And it was an IPv6 leak (for the most part)English
3·18 days agoWelp, turns out I am just an idiot. 1279 and below disabled IPv6, and thus the
::/0route didn’t get applied either, causing a leak. What’s still odd is the lower download speed that doesn’t happen in another client.
As for the upload, it probably gets a better route through the VPS, giving me a faster speed, and giving me some confusion.So my first idea with IPv6 was close, but on the other side of the connection.
Anyway, your reply helped me find this issue, as my outtake was to try fully disabling IPv6 (not the first time I tried such “solution”).
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Programmer Humor@programming.dev•goto spaghetti1 goto spaghetti8 goto spaghetti6 goto end1 goto start5English
3·20 days agoI haven’t yet mastered Vim, but say I want to delete a block of text, then I immediately see the relative line number up to which I want to delete lines + 1 (because current line is basically zero).
Say I have:
3 a 2 b 1 c 4 d 1 e 2 f 3 gAnd I want do delete d,e and f, I do
3dd. With more lines, I don’t have to count.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Programmer Humor@programming.dev•goto spaghetti1 goto spaghetti8 goto spaghetti6 goto end1 goto start5English
1·21 days agoYeah, catbox was broken, and I don’t know another embeddable image host.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Programmer Humor@programming.dev•goto spaghetti1 goto spaghetti8 goto spaghetti6 goto end1 goto start5English
2·21 days agoYep.
set nu set rnu
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Programmer Humor@programming.dev•Honey the aws is down againEnglish
21·22 days agoweb sites are not actually inside their devices
Proceeds to:
- install Termux onto Android phone
- mirror simple websites with wget
- serve them with NGINX
- install kiwix-serve and serve the entire English wikipedia
- install Navidrome music server
- set up port forwarding or use cloudflared (or just stay on LAN)
Under proot I was also able to run Jellyfin server, and someone else also did Nextcloud and at some point a public BBS.
But oh well, soon Google will block unauthorized apps because I probably just purchased a license to use the phone, as opposed to actually buying the device.
As for why, it’s just a battery-powered computer, so why not. And by the way, Navidrome in Termux is probably as easy as it gets anywhere, since it’s in the repo. No docker or installing a .deb, just
apt install navidrome.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Programmer Humor@programming.dev•Honey the aws is down againEnglish
31·22 days agothe internet is broken
Well, true. IPv4 exhaustion yet not enough IPv6 support
de-peeringIf this dispute escalates further and a complete de-peering happens in that case both networks will end up having a blackhole. Customers sitting on either side (and their single-homed downstreams) will not have any routes to each other.
BGP hijacking
On April 8th, 2010 China Telecom hijacked 15% of the Internet traffic for 18 minutes, experts speculate it was a large-scale experiment for controlling the traffic flows. The incident also affected US government (‘‘.gov’’) and military (‘‘.mil’’) websites.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Its supposedly open source??English
5·1 month agoMalware must also have some source code ¯\_(ツ)_/¯
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Selfhosted@lemmy.world•Cloudflare Tunnel?English
1·1 month agoCheck out racknerdtracker.com to see all past deals that can still be used.
If you just go for bandwidth, I guess 4TB for $10.29/year sounds good: https://racknerdtracker.com/?product=810%2F1-gb-kvm-vps-a-must-grab-deal---leb-exclusive
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Not The Onion@lemmy.world•Treasury weighs minting $1 coin with Trump's face for U.S. 250th anniversaryEnglish
2·1 month agoNah man, spoilers!
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Selfhosted@lemmy.world•Cloudflare Tunnel?English
2·1 month agoI only used their quick tunnels for some testing as it doesn’t need a domain and natively runs under Termux. For that at least it worked fine.
But I probably wouldn’t use them for anything serious. Typically you’re doing everything to avoid MITM, and now this is just the opposite of that.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
iiiiiiitttttttttttt@programming.dev•Trying to find the cursorEnglish
371·1 month agoLe KDE plasma when you shake the mouse pointer:
Le KDE Track Mouse feature:
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Programmer Humor@programming.dev•stop over engineeringEnglish
126·1 month agoStop over-engineering shit, just do everything client-side like McDonald’s: https://bobdahacker.com/blog/mcdonalds-security-vulnerabilities
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Shirts That Go Hard@lemmy.world•I approve of this message.English
18·2 months agoHere’s another thing to the list:

u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Programmer Humor@programming.dev•Product ownership 101English
31·2 months agoI usually use yes/no for the first condition if it’s XOR with 2 options (thus the second yes/no is implied).




Not usable for anything Internet-related really, but I still use Samsung Galaxy Ace with Android 2.3.6 as a secondary device. It lasts long enough in standby for me to just forget charging it.
But I got that refurbished on AliExpress. It seems to be reflashed with German version of stock ROM, but an odd thing is both have the same ID on ADB. Something along the lines of 1234567890ABCDEF.
The components… sometimes battery percentage just jumps down randomly, and the vibrator squeeks if not used for a while.