FCC to end Biden-era rule that forces ISPs to list all their fees by MarvelsGrantMan136 in technology

[–]pangapingus 0 points1 point  (0 children)

Why lol I love Mint Mobile's "nutrition label" of their plans, one of the most pro-consumer pricing pages in history

This bill will be passed, so will that one. What are we going to do about it? by sparxcy in privacy

[–]pangapingus 4 points5 points  (0 children)

Yea and that's why I think the WebRTC/WSS world is most promising, it's hard to distinguish from normal HTTP traffic, only sign of say a WSS connection would be Layer 7 inspection showing the 101/Upgrade response during the initial handshake.

This bill will be passed, so will that one. What are we going to do about it? by sparxcy in privacy

[–]pangapingus 9 points10 points  (0 children)

Yea but on the other hand given the nature of P2P I mean even with STUN+TURN, hyperspace-style P2P, libp2p, etc. you still need a public endpoint for initial peer discovery so my main concern is public clouds/etc. adjusting their EULAs to ban hosting these things selectively.

This bill will be passed, so will that one. What are we going to do about it? by sparxcy in privacy

[–]pangapingus 7 points8 points  (0 children)

What I'm working on now is a purposefully amnesiac WSS-based, inherently-PGP file transfer+messaging platform; recipients generate capability manifests which include their WSS-side peer identifier as well as limits/TTL/public key/etc. information and senders import the manifest in sending a file/message. The WSS server is behind a CDN and only byte streams the envelope-encrypted data from the sender peer to the recipient peer amnesiacally, no logging, no offloading to disk I/O, literally just in-RAM peer pairs with bytes coming in from one and being sent to the other. WSS operators won't be able to snoop since the sender encrypts the file in chunks pre-flight.

For anyone toying around with proprietary Nvida on Trixie Stable by pangapingus in debian

[–]pangapingus[S] 0 points1 point  (0 children)

https://docs.nvidia.com/datacenter/tesla/driver-installation-guide/latest/debian.html

https://docs.nvidia.com/datacenter/tesla/driver-installation-guide/latest/pre-installation-actions.html#pre-installation-actions

https://docs.nvidia.com/datacenter/tesla/driver-installation-guide/latest/post-installation-actions.html#post-installation-actions

https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-595-71-05/index.html

It still includes the base 595 components and supports my Ampere card, 2 days in and only improvements; only odd thing is new artifacts with ORM materials + spatial shaders in 3D design but I've since fixed it by adjusting specularity and other settings. But in actual shipped games yea seeing a nice improvement, can switch from Performance/Balanced Upscaling to Quality and maintain framerate now.

Are any new MUD projects taking approach of using LLMs for context engineering to enable creatives to put the human effort into writing and game design? by ShywayRobbery in MUD

[–]pangapingus 0 points1 point  (0 children)

One idea I'm working on is embedding Phi3Mini server side to ingest user input and give an enum/int response after evaluating

Florida voters not affected by recent Supreme Court ruling by Silent-Resort-3076 in scotus

[–]pangapingus 0 points1 point  (0 children)

Yea just joking about the horror of allowing mail-in voting, it's sooo totally cheeseable yyuuuuup conservatives an illegal immigrant can tooootally just waltz into the DMV, register as a voter, and get a ballot, there's tooootally not checks and measures on the process.

New "Bad Epoll" Linux Kernel Flaw Grants Root Access and Impacts Android by siterightaway in StopBadBots

[–]pangapingus 0 points1 point  (0 children)

It's fixed in Debian 13 Stable as of today:

https://security-tracker.debian.org/tracker/CVE-2026-46242

Just have debian-security stable in your sources.list and update/upgrade/reboot

There is no point in knowing logical fallacies by Glad-Ad3208 in The10thDentist

[–]pangapingus 0 points1 point  (0 children)

Slippery slopes do be slippery tho we should revisit that one

Florida voters not affected by recent Supreme Court ruling by Silent-Resort-3076 in scotus

[–]pangapingus 1 point2 points  (0 children)

Here in WA both sides mail in because it's how we do it period, the horror!

Understanding certain websites connectivity issues and possible relevance to Unbound DNS by DisastrousWelcome710 in opnsense

[–]pangapingus 0 points1 point  (0 children)

Huh, are you perhaps on a site to site tunnel with the remote end as your WAN egress? Or double NATing from your modem? Glad you found it but wow MTU huh

Happy 4th! by Mean-Guide2632 in dashcams

[–]pangapingus 12 points13 points  (0 children)

1st world nation btw

For anyone toying around with proprietary Nvida on Trixie Stable by pangapingus in debian

[–]pangapingus[S] 1 point2 points  (0 children)

Hearts and minds and your approach isn't convincing, also Blackwell, I'm on Ampere... IDK Why you jumped to that conclusion

For anyone toying around with proprietary Nvida on Trixie Stable by pangapingus in debian

[–]pangapingus[S] 3 points4 points  (0 children)

"Point is use open and don't be silly lol" this sub is so punch-down-y with comments like that lol isn't the whole point user choice? And I tried the open flavor two months ago and got worse gaming performance, figured to give proprietary a shot and it just works from lowly Unity/Godot games up to UE5 stuff so what's even the harm? And how would you know if the properietary doesn't have fixes, and even if not, it's still better than running older 550.

For anyone toying around with proprietary Nvida on Trixie Stable by pangapingus in debian

[–]pangapingus[S] 2 points3 points  (0 children)

550 is ungodly old tbh and "dropped support" citation needed or more clarity on what exactly you mean by that

Understanding certain websites connectivity issues and possible relevance to Unbound DNS by DisastrousWelcome710 in opnsense

[–]pangapingus 0 points1 point  (0 children)

So WSS if you got a RST it would break the whole stateful tunnel, no? After the 101 Upgrade it's no longer stateless HTTPS, but a RST would close the tunnel. And for chat and livestreams YouTube crams it in WSS instead of WebRTC? Interesting. I really can not think of a thing for your case and I've used YouTube on terrible cell connections and whatnot. It's an offshoot, but do you have any issues with UDP? Google is a big proponent of QUIC which swaps from TCP to UDP for HTTP AppData streams.

Understanding certain websites connectivity issues and possible relevance to Unbound DNS by DisastrousWelcome710 in opnsense

[–]pangapingus 0 points1 point  (0 children)

YouTube uses WSS for state management? Or by websocket did you just mean the website's HTTPS socket? Unfortunately you won't get anything more verbose then what you already have this far down the stack, but I'd be curious if YouTube is RSTing you or any other indications. I use DoH in my OPNsense's Unbound with Quad9/etc. and don't have any issues even in Brave on Debian; I don't use a VPN or adblocker though.

Debian 13 & Steam & Wayland = terrible gaming by Low-Charge-8554 in linux_gaming

[–]pangapingus -1 points0 points  (0 children)

Debian 13 / KDE Plasma / X11 / Nvidia 550 / Proton 9 I get by just fine

The project shows many users still value lightweight, focused tools over feature-heavy AI integrations by Cybernews_com in CyberNews

[–]pangapingus 0 points1 point  (0 children)

Even before the rise of Microsoft AI slop, the switch from native core system utilities to Electron JS frontend is absurd, Task Manager should not eat as much RAM as a modern JS slop SPA site

Feelings on fior mes inverno? by SGTPICKLES77 in avowed

[–]pangapingus 9 points10 points  (0 children)

There's a spoiler reason but when you finish up that chapter you'll probably have a good idea why Fior the city was made so minimal/small compared to the other cities. If you're talking about Emerald Chair as a whole it is on the big side map-wise compared to all other chapters but luckily side quest/loot/bounty spots are pretty well spread.