The Urutau designer, Joseph The Parrot is innocent and needs your help!
The Urutau designer, Joseph The Parrot is innocent and needs your help!
The Urutau designer, Joseph The Parrot is innocent and needs your help!
A Hacker's Arrest Reveals Microsoft Can Track Users IP history even with VPN, Full web activity, Video game activity and games played, Logged-in social accounts Via undocumented Windows Device ID
cross-posted from: https://piefed.world/c/tech/p/1246200/pdf-a-hacker-s-arrest-reveals-microsoft-can-track-users-ip-history-even-with-vpn-full-we
You can read about it yourself here on page 12 (or page 8 of affidavit), then page 33 and down (page 29 of affidavit)
First one to notice this: Security researcher, VX-Underground.
This Week in Rust 659 · This Week in Rust
Contenido especial en LATINO
he recopilado informacion para hacer una pagina unica de idioma latino para no toparse con paginas de contenido en ingles como el piracy o fmhy
abajo tiene un contacto por si quieran recomendar una pagina
If You See Me Use Ubuntu (Song Parody)
Run PS3 Games natively
Since the PS3 ran on modified OpenBSD, would it be possible to run physical disc games trough a disc drive on a Linux laptop by downloading the needed libraries? In what way would I need to modify the games/system?
Would the architecture play a big role? My thinkpad barely runs RPCS3 but can handle AAA steam titles.
Malicious websites trick AI agents into crypto payments, context poisoning | news | SC Media
Piracy website utoon is offline
Utoon had partnered with ResetScans and an admin from ResetScans called Devmax had access to the money for both Utoon and Reset. He shutdown ResetScans and locked Utoon admins out of Utoon and took the money for both sites and ran. They currently don't have access to the site so they are trying to find the money to pay the staff and regain access to the the site.
Sources:
https://www.reddit.com/r/mangapiracy/comments/1upj4c3/what_happened_to_utoon/
How to succeed at IPTV?
Does anyone have any tips on how to have a good experience with IPTV? So far I've tried 2 (well, maybe it's just 1) IPTV providers and the experience just kinda sucks. Most of the time I can't get channels to load and when I do, it usually takes like 30s-40s to load the channel. I definitely can't reasonably browse channels.
Once a channel loads, it's usually fine.
I'm using dispatcharr + Jellyfin.
My server is plugged in via ethernet, but it does stream over wifi to my TV.
Are there any settings I could change to speed things up? Or is there some way I could auto-remove channels that don't load? Do I need faster internet speeds? Are the only reliable channels US channels? (I'm trying to watch non-US channels.)
Is This Website Ruined?
Has this website been ruined? Why is the entire place spammed and filled with privacy, piracy, security and other topics? It's simply drowning-out 3d2a-related posts and is a major turn-off for me. Disappointing, really. Hope that a staff member sees this and can understand where I'm coming from.
GhostLock: 15-Year-Old Linux Kernel Flaw Gives Any Local User Root in 5 Seconds
How to tell if an image is AI-generated | Malwarebytes
Are they trying to annoy you as much as they can to make you pay?
That's the idea I've got lately. I used to have Spotify through a community that's been taken down; NewPipe/PipePipe has problems 5 days every month. I found a great site to watch shows with good CC thanks to this community, and a few days ago half the servers weren't working anymore, and the ones that are still working are slow, like unusable.
Is it just all a big coincidence, or is trying to make people exhausted a tactic?
When did we reach a point piracy has better service than paying?
At least for media, piracy websites have a more extensive catalogue (of course) but they also have better privacy which is crazy. And they also allow you to use ad blockers. Sites you pay for would still show ads sometimes and don't even allow VPNs.
At that point there is no point on paying for streaming and if you wanted to support the creators you could do it separetely with merch, other proyects they have or direct donations if any of those are aviable.
'GitLost' Flaw Leaks Private Data From GitHub's Agentic Workflows
A React Hook For Asynchronous State Management.
A fairly unique approach to state management using encrypted asynchronous state updates.
It is not production-ready. I'm working on it to use in my own projects. It isn't reviewed or audited by a third-party, so I can't recommend you use it in your own code. Sharing for testing and demo purposes only.
TLDR; The title of this post.
Feel free to reach out for clarity instead of reading the code/docs.
I was working on “react-like syntax for webcomponents”. I started off with an approach for asynchronous state management so that components outside the shadow-root could receive updates. (The events are also encrypted to secure against things like browser extensions.)
https://positive-intentions.com/docs/projects/dim/async-state-management
It then made sense to be able to persist that data so it can work between page releoads.
https://positive-intentions.com/docs/projects/dim/bottom-up-storage
The result looks and works like the following when used in a project.