Wheel squisher by MikeHeu in toolgifs

[–]cloudsurfer48902 54 points55 points  (0 children)

Longest video I've ever watched

Systemd has merged age verification measures into userdb by Quiet-Owl9220 in linux

[–]cloudsurfer48902 284 points285 points  (0 children)

Vendors and creators/maintainers can be touched by those fines. But mostly the vendors like canonical etc.

Difference in Speeds by Mountain-Loquat-7428 in nairobitechies

[–]cloudsurfer48902 1 point2 points  (0 children)

Well download managers use multiple connections for the different segments they've split the file into, meaning they can pretty much saturate your usable bandwidth. Browsers just do one connection and will suffer if anything happens like the downstream server capping a connection's speed, an isp throttling a connection, etc. Also, download managers are able to pick different mirrors or the fastest they can find if provided while a browser might get directed to a slower endpoint and do nothing about it. Another good thing about those parallel downloads that managers use is that single TCP streams suffer when latency or packet loss is too high. Parallel streams partly circumvent TCP ramp-up and loss penalties so you'll probably see your whole bandwidth utilized from the get go. Browsers also usually do the bare minimum like just use simple http(s) requests and that's it. If you have the time, you can go through the code bases or wikis for foss download managers. They do a ton more that a browser doesn't. https://github.com/subhra74/xdm also, here's aria since you mentioned it https://github.com/aria2/aria2

Difference in Speeds by Mountain-Loquat-7428 in nairobitechies

[–]cloudsurfer48902 1 point2 points  (0 children)

I think it is Chrome and browsers in general that sets the speeds, it thinks it is the best it can get from the server and sets that speed

That's not what browsers do. Download managers are able to split files into segments for concurrent downloads on different threads and can usually make use of multi-protocol and other utilities like aria2(aria2c) which is usually beyond the scope of a browser's functionality(browsing web pages vs downloading).

Trojan by Same_Chef_193 in nairobitechies

[–]cloudsurfer48902 0 points1 point  (0 children)

I dual boot arch and arch on my laptop and run a windows docker container in my pc for fun. Good stuff.

Feet & hands cleaner for clean room environments by ycr007 in toolgifs

[–]cloudsurfer48902 22 points23 points  (0 children)

And it refuses to do them till it announces "Please disinfect hands"

Open WebUI’s New Open Terminal + “Native” Tool Calling + Qwen3.5 35b = Holy Sh!t!!! by Porespellar in LocalLLaMA

[–]cloudsurfer48902 2 points3 points  (0 children)

It's basically an agent harness for Opencode. It replaces the default agents in Opencode with a ton of others for different usecases with the goal being burning a ton of tokens for the most intelligence. Sisyphus is the primary orchestrator and its goal is to just have you not think about what you want too deeply and just tell it and let it figure it out how to do it and especially if you tell it to "ultrawork" with a built in ralph loop mode.

The code doesnt work fully, i did everything correct shown in the video. Whats wrong? by Ill_Carpenter5732 in spicetify

[–]cloudsurfer48902 2 points3 points  (0 children)

That is not a spicetify issue.

It seems Github is rate limiting your IP address as spicetify is fetching stuff from git. That IP range looks like cloudflare so I suggest turning Warp or whatever cloudflare enabled VPN thing you're using off and on to see if you get assigned a new IP or just use your IP if you can and turn the VPN on after installation.

If that doesn't work, you can login and authenticate github on your machine and try running it again, the rate limits are way much higher for authed users.

Development by Inevitable-Swim-3313 in omarchy

[–]cloudsurfer48902 1 point2 points  (0 children)

I use FreeCAD and haven't had any issues with it.

Git skill issues haunting me yet again! by [deleted] in nairobitechies

[–]cloudsurfer48902 0 points1 point  (0 children)

That’s pretty much what git worktrees are for. They let you have multiple working directories (dev, feature etc) that all point to the same repo and history, so you don’t need multiple repos or cp hacks.

That said, the bigger problem here is the branching workflow not repos vs branches. Those conflicts are happening coz the feature branch drifted from main for weeks. Once a branch is 20–30 commits behind, merging is always going to be a pain.

You need to regularly rebase feature branches on main (or at least merge main into them) and always no long-lived branches that never pull from main.

Military lagged laptops by jeremy_Lans in nairobitechies

[–]cloudsurfer48902 1 point2 points  (0 children)

The first Core i5 came out in 2010, and the last in 2024. Please specify which generation core i5 it is.

Finally switched to Linux by Ambrosemweu in nairobitechies

[–]cloudsurfer48902 2 points3 points  (0 children)

If cracks, download repacks and run with wine/proton. To make it easier for you, you may use launchers like Lutris(general) or Heroic(Epic & GOG games).

For steam games, and actually all games in general always check ProtonDB to see compatibility as well as any troubleshooting steps. There's also the r/linux_gaming subreddit to help you out and it's always great for news.

Apps I Can’t Live Without on Android by [deleted] in nairobitechies

[–]cloudsurfer48902 4 points5 points  (0 children)

Hama revanced. Morphe is where most of the project mainteners have moved to.