skaarl

joined 1 month ago
[–] skaarl@feddit.nl 2 points 5 days ago
  1. The narrator is a child that has lived his whole life under siege

  2. The narrators father's position in the department of agriculture is literally within the first 5 seconds of the film

To believe Zionist propaganda it is very important that people know nothing, but parrot well. Thank you for your service.

[–] skaarl@feddit.nl 2 points 5 days ago (1 children)

Perfect, thanks!

[–] skaarl@feddit.nl 3 points 1 week ago (3 children)

Thanks! I need win 64 exe if you can, and catbox works fine for me. That's very considerate.

[–] skaarl@feddit.nl 4 points 1 week ago (5 children)

Need github account to download 😿😿😿😿

Codeburg and gitlab very outdated repo. Anywhere else?

 

The documentary can be see here: kalamullah.com/gaza-how-to-survive-a-warzone DOT html

Reason for the film's removal TLDR narrator is son of a civil servant in Gaza Department of Agriculture. Racist genocide enthusiasts call this son of Hamas official. Aka genocide coverup

[–] skaarl@feddit.nl 7 points 1 week ago

The documentary can be see here: kalamullah.com/gaza-how-to-survive-a-warzone DOT html

Reason for the film's removal TLDR narrator is son of a civil servant in Gaza Department of Agriculture. Racist genocide enthusiasts call this son of Hamas official. Aka genocide coverup

 
[–] skaarl@feddit.nl 2 points 2 weeks ago

This tool is very powerful! Just what I needed, thanks again. Turns out you need pandoc 3+ and linux mint repo has 2.9, so after upgrading that rga started working, but it still throws this error from time to time:


parseSpine
Error: copying adapter output to stdout

Caused by:
    0: subprocess: Command { std: "pandoc" "--from=epub" "--to=plain" "--wrap=none" "--markdown-headings=atx", kill_on_drop: false }
    1: ExitStatus(unix_wait_status(16384))

I will have to keep looking into it, I'm not sure if this error stops the search in it's tracks.

[–] skaarl@feddit.nl 2 points 2 weeks ago (2 children)

This looks pretty cool, thanks!

 

I was trying to do that but I noticed ls | grep searchterm just searches the book TITLES for searchterm. Is this possible, to search the text of ebooks?

[–] skaarl@feddit.nl 5 points 2 weeks ago

So the real victims here are the Jews? Still?

 

Do you still have faith in the political process of your country? Ross Perot had a good thing going in the '90s, is it time to bring it back? Vote blue no matter who, but this time harder? Join the Republicans? Abandon hope? Something else?

Watching what's happening in your country is concerning, I hope the opposition party has a plan but so far I have not seen one. Hence the question.

[–] skaarl@feddit.nl 1 points 3 weeks ago

That makes sense, thanks!

[–] skaarl@feddit.nl 1 points 3 weeks ago (1 children)

Monero has some of the least volatility of all the coins. I'm not really sure how that happens, maybe because it's not on major exchanges so not subject to speculation, aside from having an actual use case.

1
submitted 3 weeks ago* (last edited 3 weeks ago) by skaarl@feddit.nl to c/monero@monero.town
 

My blockchain is 5 years behind and my friend is bringing over an up to date chain. Can I just rsync lmdb and it adds the new blocks or is it better to just paste the new chain in place of the old one? I don't think the up to date one is pruned but if it is will that cause problems if I try to rsync it?

On Linux. Thanks.

 

As the title says, I just started with linux mint and am falling in love with bash scripts 😍 Actually I'm not sure if it's considered a script, but I want to delete the last 2 files in all subfolders in a folder. So far I've (after great effort) got the terminal to list the files, but I want to delete them. Here is how I get them listed:

for f in *; do ls $f | tail -n 2; done

All their names come satisfyingly up in the terminal. Now what? I tried adding | xargs rm but that didn't delete them. I also tried something with find command but that didn't work either. Some folders have 3 items, so I want to delete #2 and 3. Some folders have 15 items so I want to delete #14 and 15. Folders are arranged by name, so it's always the last 2 that I want to delete.

It's frustrating to be sooooo clooooose, but also very fun. Any help is appreciated!



EDIT: Thanks for the awesome help guys! The next part of this is to move all the .html files into one folder (named "done"), prepending their name with an integer. So far I got:

n=1; for f in *; do find ./"$f" -type f | sort | xargs mv done/"$n$f"; n=$((n+1)); done

but that is... not really doing anything. The closest I have gotten so far is some error like

mv: Missing destination file operand

Any help is again appreciated!

 

* wages increase with productivity

Original image credit

 

I have to update a phone that currently has LOS, and degoogle it at the same time. If I just upgrade to the latest version (by flashing) and not install mind the gapps, is it basically a degoogled phone? It seems that installing /e/ over the current LOS would require me to flash stock rom first, which takes more time. The current LOS version on the phone was just 1 or 2 iterations below the latest version, 20 or 21 I don't remember.

TIA

view more: next ›