user224

joined 2 years ago
[–] user224@lemmy.sdf.org 2 points 1 day ago (1 children)

More like taking sips from the bottle until "shit, that was all of it".

[–] user224@lemmy.sdf.org 5 points 1 day ago (1 children)

I've been checking around the used market for DDR4. It seems used ECC DDR4 sticks are now cheaper due to low demand.

[–] user224@lemmy.sdf.org 30 points 1 day ago (1 children)

Time to make a compromise by buying the cheapest €130 8GB stick.

[–] user224@lemmy.sdf.org 6 points 1 day ago (3 children)

Me.
A few times when I got smaller bottles of 100% lemon juice I just ended up drinking it as-is. But I'll also eat lemons if they are easy to peel.

[–] user224@lemmy.sdf.org 10 points 2 days ago (2 children)

We have that available, I just use mobile data because I disagree with their ToS.
The ToS is so restrictive that you basically immediately break it after connecting a device. I was told that, of course, they don't really care.
Except - there is a point stating the provider has the right to access your computer if there is a suspicion of ToS violation. Considering the network here is a student-run organization, that could easily be exploited if you piss off someone.
Maybe I am just paranoid, but no thanks.

Otherwise, from talking with them, most dorms have 1Gbit, some have 2.5Gbit, and all share a 40Gbit link which could apparently do 100Gbit (I think), but it's capped due to licensing.
They leverage national academic network.
Oh, and they also got a class B subnet back when everyone was sure there's just way too many IPv4s, so NAT isn't being used here.

[–] user224@lemmy.sdf.org 7 points 2 days ago (5 children)

> Live on a dorm
> There's lots of people
> Cell towers are motherfuckingly overloaded during the day
> 0.09Mbps down, 4.5Mbps up and > 300ms on 4G

[–] user224@lemmy.sdf.org 19 points 2 days ago (2 children)

What an interesting domain the image is hosted on.

[–] user224@lemmy.sdf.org 4 points 2 days ago

besides the VR headset

I completely forgot something like that even exists.

[–] user224@lemmy.sdf.org 4 points 2 days ago

That was where I went "holy hell". Wearing out ports is something I am constantly quite scared of when plugging things in. Especially things like cables when they want to twist vertically, but the port is horizontal, and, well, it's a thick cable, so...

[–] user224@lemmy.sdf.org 17 points 2 days ago

Literally. Repairability used to be expected.

[–] user224@lemmy.sdf.org 1 points 2 days ago

Just a quick note if someone is looking for X programs, you can use xwayland-satellite with waypipe. Set your DISPLAY variable, launch xwayland-satellite with the display number you just used, and X programs should just work as with usual rootless Xwayland (so no window with another window inside of it).

[–] user224@lemmy.sdf.org 12 points 2 days ago* (last edited 2 days ago)

Now, since we are already mentioning trains, and this is 196, what about a fursuiter giving departure signal* to a train: https://youtu.be/LX2-S6oLhmo
* Not actually, just acting. At least I remember him saying that somewhere.

Now, now, it gets more interesting.
You may notice his fursona is named Bolt Railway Dog, and the Vectron locomotive is named Boltik.
Coincidence?
Nope. CD (Czech Railways) named the locomotive after his fursona.
Alternatively, a post directly from CD: https://xcancel.com/ceskedrahy_/status/1726508712272220266

 
 

As usual, the answer is alcohol.
This DVD burned fine, but didn't read. I pressed my nail into the side to separate the 2 disc sections, then played around with it*, and finally stripped both the purple dye and reflective layer with isopropyl alcohol.

*I of course tried what it would do if re-inserted into the DVD drive. Single half wouldn't spin up. The spindle didn't have good enough grip. Placing the half with reflective layer back on top surprisingly made it read as a blank DVD, showing its (past) properties.
Trying to burn it again, unsurprisingly, resulted in I/O error.

 

 

At the end of 2023, the source code of GTA V has leaked. There were also some guides to build it from source.

Does anyone know if it was used in some way?

Just remembered it today when cleaning my phone's nearly full SD card, and GTAVSP.7z said hello.

 

I like the idea of X forwarding, but it doesn't work in real world anymore. As far as I know, it has to do many round-trips for everything. Launching something like LibreOffice Writer is funny, it will be loading bit by bit, icon by icon for several minutes. It was only usable for me on < 1ms network.

Unlike say VNC, it opens windows locally.

And now there's Waypipe which does the same thing, but for Wayland. And it actually works! Even better than VNC.

BUT, it doesn't work for X programs. It can somewhat work with rootful Xwayland... but that's basically a desktop for X-only programs.

Welp, I just wanted to check something on the remote desktop, so I launched VNC, and WOAH, I didn't expect to get XFCE invasion.
I didn't know XFCE can do Wayland now.

Anyway, this cursed thing does actually work pretty fine. xfce4-session works with Waypipe, good to know.

 
 

I accidentally untarred archive intended to be extracted in root directory, which among others included some files for /etc directory.
I went on to rm -rv ~/etc, but I quickly typed rm -rv /etc instead, and hit enter, while using a root account.

 

Edit 3: Tested with wg-quick on Arch, same issue re-occurs. So, let's say we have a peer on 192.168.1.1/24 with internal (wireguard) IP of 10.0.0.1/24, but we also want to route through it to rest of 192.168.1.0/24.
Instead of nice AllowedIPs = 10.0.0.0/24,192.168.1.0/24, it would have to be:
AllowedIPs = 10.0.0.0/24, 192.168.1.1/32, 192.168.1.2/31, 192.168.1.4/30, 192.168.1.8/29, 192.168.1.16/28, 192.168.1.32/27, 192.168.1.64/26, 192.168.1.128/25
Or there's something else going wrong. I only tried on Arch. Welp, as I said, it's not a thing that occurs with WG Tunnel on Android.

Edit 2: Hypothesis confirmed. Excluding the endpoint from AllowedIPs in NetworkManager solves the issue. However, this isn't a problem with 0.0.0.0/0, nor with WG Tunnel app on Android. I'll have to check with wg-quick. That seems most official.
Summary: NetworkManager tries to route traffic to WG peer over the same WG interface, and its /32 has to be excluded.

Edit: I noticed one thing, I'll try excluding the peer endpoint from AllowedIPs. It seems weird if it tries to connect to it over the interface between the 2 peers, which is of course impossible, but maybe? However, it is not matched by 0.0.0.0/0. Welp, time to experiment.

So, for 2 years I thought that NetworkManager Wireguard implementation is simply broken.
When I used a list of address ranges, like I should be (and am) able to do with Wireguard, I couldn't get any traffic through, however 0.0.0.0/0,::/0 would work.

Today I discovered something... interesting. It actually works... with a smaller list of AllowedIPs. Although even a larger list still ends up being shown by ip r.
So I went to AllowedIPs calculator as usual, created a desired list, pasted it in, and started removing IP ranges until I could ping a remote peer.

Problem solved? Well, no. I hoped it would be the limitation in number of routes, but it (also) seems to depend on route size.

Examples:
This is too much:
0.0.0.0/5,8.0.0.0/7,11.0.0.0/8,12.0.0.0/6,16.0.0.0/4,32.0.0.0/3,64.0.0.0/2,128.0.0.0/3,160.0.0.0/5,168.0.0.0/6,172.0.0.0/12,172.32.0.0/11,172.64.0.0/10,172.128.0.0/9,10.147.0.0/24
Removing one of the routes, 172.128.0.0/9 makes it work.
0.0.0.0/5,8.0.0.0/7,11.0.0.0/8,12.0.0.0/6,16.0.0.0/4,32.0.0.0/3,64.0.0.0/2,128.0.0.0/3,160.0.0.0/5,168.0.0.0/6,172.0.0.0/12,172.32.0.0/11,172.64.0.0/10,10.147.0.0/24

Time for mystery start. Keeping the same number of routes, but decreasing the size of one of them (second last) also makes it work:
0.0.0.0/5,8.0.0.0/7,11.0.0.0/8,12.0.0.0/6,16.0.0.0/4,32.0.0.0/3,64.0.0.0/2,128.0.0.0/3,160.0.0.0/5,168.0.0.0/6,172.0.0.0/12,172.32.0.0/11,172.64.0.0/10,172.128.0.0/10,10.147.0.0/24

Naturally, I tried breaking up 172.128.0.0/9 into 172.128.0.0/10 and 172.192.0.0/10, which breaks it again.

So, it seems to depend on both number and size of the routes. After all, larger ones alone worked.

132
Vim Diesel (i.imgur.com)
submitted 2 weeks ago* (last edited 2 weeks ago) by user224@lemmy.sdf.org to c/lemmyshitpost@lemmy.world
 

Catbox appears broken, so Imgur again.

 

Just came up with my father again.
He blames me that mother forgot her phone's and Google password because I recommended against it being a word.
I mentioned encryption, "not necessary unless you're doing something illegal".
When mentioning lack of privacy with targeted advertisements, he said that he actually really likes them, because he bought a couple of things he wanted for years.

I don't really have good arguments.

 

Domain names seem expensive in comparison. The cheaper VPS that I use for playing around is just $10.29/year.
I thought I'd get a domain name from RackNerd as well, but they're $24.95/year + I think $4.99 for privacy.

I've checked Namecheap, and that seemed great, until I found that renewal prices are often through the roof.

I don't really care about it being nice. For now, mostly I just want to use the VPS as image host for Lemmy, since Imgur and Catbox are both a bit problematic.
And without a domain name, the images only show as link posts in the default LemmyUI (though it seems to work elsewhere). Plus it makes migration impossible.

 

Yeah, they overlap since I did whole hour (120 30-second codes). I didn't know specific time, so it's 2 pages, 3 hours, 42 minutes and 30 seconds.

Credit goes to oathtool (and LibreOffice Write).
Font: Liberation Mono

view more: next ›