bela

joined 1 year ago
[–] bela@lemm.ee 2 points 11 months ago* (last edited 11 months ago) (1 children)

Actually there might be a whole bunch more in the wayback machine. (though still not that many) here

Just sort by mime type and check out audio/* for items of interest

[–] bela@lemm.ee 4 points 11 months ago* (last edited 11 months ago) (2 children)

According to this you can copy stuff onto it. I assume you've tried to see if you can copy off? If not, then there is probably no way to extract the audio, short of recording it as it plays.

I was only able to find a couple episodes online. One on someone's google drive and a few in the wayback machine, all from this thread

edit: if playapod has an option to store files on an sd card, that's usually stored unencrypted. (on android anyway...)

edit: wait iphones don't even have sd card slots, right? lol

[–] bela@lemm.ee 5 points 11 months ago

I don't open source because the open source idea values mainly practical advantage and does not campaign for principles.

When we call software “free,” we mean that it respects the users' essential freedoms: the freedom to run it, to study and change it, and to redistribute copies with or without changes. This is a matter of freedom, not price, so think of “free speech,” not “free beer.”

These freedoms are vitally important. They are essential, not just for the individual users' sake, but for society as a whole because they promote social solidarity—that is, sharing and cooperation. They become even more important as our culture and life activities are increasingly digitized. In a world of digital sounds, images, and words, free software becomes increasingly essential for freedom in general.

Tens of millions of people around the world now use free software; the public schools of some regions of India and Spain now teach all students to use the free GNU/Linux operating system. Most of these users, however, have never heard of the ethical reasons for which we developed this system and built the free software community, because nowadays this system and community are more often spoken of as “open source,” attributing them to a different philosophy in which these freedoms are hardly mentioned.

Some of the supporters of open source considered the term a “marketing campaign for free software,” which would appeal to business executives by highlighting the software's practical benefits, while not raising issues of right and wrong that they might not like to hear. Other supporters flatly rejected the free software movement's ethical and social values. Whichever their views, when campaigning for open source, they neither cited nor advocated those values. The term “open source” quickly became associated with ideas and arguments based only on practical values, such as making or having powerful, reliable software. Most of the supporters of open source have come to it since then, and they make the same association. Most discussion of “open source” pays no attention to right and wrong, only to popularity and success; here's a typical example. A minority of supporters of open source do nowadays say freedom is part of the issue, but they are not very visible among the many that don't.

The two now describe almost the same category of software, but they stand for views based on fundamentally different values. For the free software movement, free software is an ethical imperative, essential respect for the users' freedom. By contrast, the philosophy of open source considers issues in terms of how to make software “better”—in a practical sense only. It says that nonfree software is an inferior solution to the practical problem at hand.

[–] bela@lemm.ee 3 points 11 months ago

I was about to open an issue about the broken hungarian layout but it turns out it's already fixed, f-droid is just slow to update. The izzyondroid version works great!

 

Ok so this looks kind of interesting.

I wanna try it out and see if I can get used to it.

How long did it take for you people to get up to proper writing speed? I need to use the hungarian (magyar) layout so that's quite a few more keys to remember.

(yes I did write this just to practice a little)

[–] bela@lemm.ee 4 points 1 year ago

too many of them...

[–] bela@lemm.ee 2 points 1 year ago

lmk if you run into an issue

This kind of stuff is like an IRL puzzle game. I thought it would be a simple five minute adventure, but of course google has made sure it isn't! I suppose for 3 stars I would have given it to you in a pdf format, but I fear the man who could do that in javascript.

[–] bela@lemm.ee 2 points 1 year ago* (last edited 1 year ago) (2 children)

I just spent a bit too much time making this (it was fun), so don't even tell me if you're not going to use it.

You can open up a desired book's page, start this first script in the console, and then scroll through the book:

let imgs = new Set();

function cheese() {    
  for(let img of document.getElementsByTagName("img")) {
    if(img.parentElement.parentElement.className == "pageImageDisplay") imgs.add(img.attributes["src"].value);
  }
}

setInterval(cheese, 5);

And once you're done you may run this script to download each image:

function toDataURL(url) {
  return fetch(url).then((response) => {
    return response.blob();
  }).then(blob => {
    return URL.createObjectURL(blob);
  });
}

async function asd() {
  for(let img of imgs) {
    const a = document.createElement("a");
    a.href = await toDataURL(img);
    let name;
    for(let thing of img.split("&")) {
      if(thing.startsWith("pg=")) {
        name = thing.split("=")[1];
        console.log(name);
        break;
      }
    }
    a.download = name;
    document.body.appendChild(a);
    a.click();
    document.body.removeChild(a);
  }
}

asd();

Alternatively you may simply run something like this to get the links:

for(let img of imgs) {
	console.log(img)
}

There's stuff you can tweak of course if it don't quite work for you. Worked fine on me tests.

If you notice a page missing, you should be able to just scroll back to it and then download again to get everything. The first script just keeps collecting pages till you refresh the site. Which also means you should refresh once you are done downloading, as it eats CPU for breakfast.

Oh and NEVER RUN ANY JAVASCRIPT CODE SOMEONE ON THE INTERNET TELLS YOU TO RUN

[–] bela@lemm.ee 1 points 1 year ago (1 children)

This is why you put /memories on a separate drive and backup frequently.

[–] bela@lemm.ee 2 points 1 year ago

So it did. I don't pretend to understand the fediverse, but I am using Jerboa, and this post appears like any other in vivaldi_browser@lemmy.ml

Please excuse my previous comment's cynical tone, then.

[–] bela@lemm.ee 6 points 1 year ago (3 children)

Kinda weird to post an "ad" about vivaldi in the vivaldi community, innit?

[–] bela@lemm.ee 4 points 1 year ago

You forgot to mention spending 20 years alone in a cell after murdering his only cell mate. But it's okay, so did he.

[–] bela@lemm.ee 3 points 1 year ago

He could have been sitting in the margaritaville dining car the entire ride!

view more: next ›