There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

slrpnk.net

mindbleach , to memes in "Fortune favors the bold" -Matt Damon - SLRPNK
cheese_greater , to memes in "Fortune favors the bold" -Matt Damon - SLRPNK

Sue now!

bier , to datahoarder in Vimms Lair is getting removal notices from Nintendo etc. We need someone to help make a rom pack archive can you help?

As soon as I heard about the emulator stuff I grabbed some archive torrents to seed overall more then 5 tb. All WII DS 3DS and SWITCH roms so they aren’t gone if you have the space to join seeding pm me and I’ll send you the magnet links because there are like only 5 seeder and a lot of leecher

peregus , to selfhosted in "The" search engine before and after product management

how do we fix this?

With startpage.com!

dogsnest , to selfhosted in "The" search engine before and after product management
@dogsnest@lemmy.world avatar
avidamoeba , (edited ) to selfhosted in "The" search engine before and after product management
@avidamoeba@lemmy.ca avatar

A search nonprofit. Something like Kagi but nonprofit. Publishing its index on regular basis along with its source code. Wikimedia could perhaps start something like that.

SnotFlickerman ,
@SnotFlickerman@lemmy.blahaj.zone avatar

Public Libraries are struggling and looking for relevance in the modern world. Libraries brought us the Dewey Decimal System, and early attempt to “categorize all the world’s information and make it useful,” as was Google’s claimed original goal.

A coalition of public libraries and data-scientists seems like the path to me. Libraries are already in the business of categorizing and organizing information, sooooooo.

PM_Your_Nudes_Please , (edited ) to datahoarder in Vimms Lair is getting removal notices from Nintendo etc. We need someone to help make a rom pack archive can you help?

At one point, I found a complete set of ROMs for every single game on retroachievements.com. It’s almost assuredly out of date by now, and I’m not saying it would have every single Vimm ROM…. But there would be a lot of overlap. If any are already wiped from Vimm and nobody has a backup, let me know and I’ll do some digging to see if I have anything comparable.

BillionsMustSeed , (edited ) to piracy in Vimms Lair is getting removal notices from Nintendo etc. We need someone to help make a rom pack archive can you help?
@BillionsMustSeed@lemmy.dbzer0.com avatar

Any updates on this? I can’t provide much, as Nintendo games are not something I’m interested in, but I guess I can allocate 800-1000GB or so for some time for this, if there’s an archive torrent already made


Found a comment below, but after thinking about it we’d need something a bit more “official” and “centralized”, like Vimm’s was, otherwise we’d be spreading it too thin and would end up with many different un-searchable, un-findable torrents with few seeds for the same things

xnx OP ,
sleepybisexual ,

Its also some Sega games and a lot of other stuff that cit destroyed, ESA or something got involved

Blaze , to pics in [OC] My mountain breathes fire
@Blaze@reddthat.com avatar

Happy lemmyversary!

secret300 , to piracy in Vimms Lair is getting removal notices from Nintendo etc. We need someone to help make a rom pack archive can you help?

This shit pisses me off so much. I need a gun

Muscar ,

Use a NES Zapper converted to an actual gun, seems fitting.

sleepybisexual ,

Why not a super scope ?

Theprogressivist , to pics in [OC] My mountain breathes fire
@Theprogressivist@lemmy.world avatar

Beautiful.

subscriber_bot , to piracy in Vimms Lair is getting removal notices from Nintendo etc. We need someone to help make a rom pack archive can you help?

Esa? European space agency?

HouseWolf , to datahoarder in Vimms Lair is getting removal notices from Nintendo etc. We need someone to help make a rom pack archive can you help?

I actually noticed something similar the other day when looking for Red Dead Redemption PS3 on Vimm’s I got given.

‘Download unavailable at the request of the Entertainment Software Association’

JoeBidet , to piracy in Vimms Lair is getting removal notices from Nintendo etc. We need someone to help make a rom pack archive can you help?
@JoeBidet@lemmy.ml avatar

Let’s start mirroring and torrenting full ROMsets!

wuphysics87 , to piracy in Vimms Lair is getting removal notices from Nintendo etc. We need someone to help make a rom pack archive can you help?

A friend of mine and I put this together a few years ago. I hope yall find it helpful:

`#!/usr/bin/env bash

download_roms(){ for ((i=$1; i<=$2; i++)); do cd “$HOME/retroarch” curl -G -L “download3.vimm.net/download/?mediaId=$i” -H ‘User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0’ -H 'Referer: vimm.net’ -O -J done }

choose_system(){ printf “\n============================================” printf "\n NOTE: This Script has not been fully tested" printf "\n It may not work as expected" printf “\n============================================\n” printf "Download roms for which systems? 1. NES 2. SNES 3. GameBoy 4. N64 5. GameCube 6. Sega Genesis 7. Playstation1-2 8. Playstation Portable 0. All\n : "

read -r system case $system in “1”) download_roms 3 981 “NES”;; “2”) download_roms 983 1770 “SNES”;; “3”) download_roms 2955 5932 “GameBoy”;; “4”) download_roms 2465 2761 “N64”;; “5”) download_roms 7461 7634 “GameCube”;; “6”) download_roms 1771 2464 “Sega Genesis”;; “7”) download_roms 6071 9894 “Playstation1-2”;; “9”) download_roms 23991 23973 “Playstation Portabale”;; “0”) download_roms 1 100000 “All”;; esac }

mkdir -p “$HOME/retroarch” choose_system`

Barzaria ,

Thank you for the awesomeness that is the script. If I might ask a question: why is the user agent Windows 10 if this is a bash script? I’m genuinely curious and I don’t know why.I imagine this might be WSL. You did mention it was an old script so maybe it had something to do with that?

ReveredOxygen ,
@ReveredOxygen@sh.itjust.works avatar

It explicitly sets it to that to help disguise the fact that it’s a script rather than a browser

wuphysics87 ,

That’s a very good question. It was a few years ago, but it’s running right now on my computer on Linux.

Codename_goose ,
@Codename_goose@sh.itjust.works avatar

I can confirm that the script still works, but sadly the site owner of Vim has removed the file from the server. The script sees a file link but will download nothing. When testing the script with just NES, it will see a game, but will throw an error of “remote files name has no length”, so going forward you could test via a vpn and see if they adjusted their files to be available via a country that doesn’t care, or they just haven’t gotten around to cleaning up their file directory list post removal.

P.S. the script showed that 23 field failed to download so one can assume those files were the one Nintendo decided to have them remove.

wuphysics87 ,

There are some gaps in the numbers. That could be the case. Was it for all of the ones you tried to download?

Codename_goose , (edited )
@Codename_goose@sh.itjust.works avatar

Every section had missing downloads. But with some web inspection, I found some interesting obfuscation using what I think is JavaScript on the web pages that “used” to hold the download links, for the files that were requested to be removed. If we can figure out how to reverse the code to reveal the link again we could grab (assuming they are still on the server) the files manually.

If you want to chat about this I’m on matrix

WarmApplePieShrek ,

what is the use of saying that, if we don’t know your matrix name?

Codename_goose ,
@Codename_goose@sh.itjust.works avatar

My profile has my matrix name. I figured people have known that was a feature for lemmy profiles, but I guess that was my mistake.

@codname_goose:matrix.org

dRLY ,
@dRLY@lemmy.ml avatar

Not surprised, I think a lot of sites tend to start removing things as they are posting about being made to do so. As I imagine that having them still up after posting about the removals would likely cause a surge in downloads. Not sure what kinds of things the sites might have to (or be compelled to if formally sued) provide to lawyers/courts. Would (at least to my non-understanding of processes) be that many more “infractions” to add to a “damages” total. Even if none of my assumptions are an issue. It is just like any other data issue. The worst time to try and get copies for a backup is after shit happens/fails. Though I imagine that at least for 8-bit and 16-bit games, there are plenty of copies on plenty of sites and torrents.

princessnorah ,
@princessnorah@lemmy.blahaj.zone avatar

The “user-agent” part of the script is the same as a browser’s user agent. So it’s trying to emulate a common user so the site doesn’t know it’s a script, and there’s not a more common user than a Windows one, so it’s lying about it.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines