nemozone

✉️ a zone for no one and everyone :) 🔞

You have to install this acording to your system: https://imagemagick.org/script/download.php

convert myfigure.png -resize 200x100 myfigure.jpg

Or

convert -resize 50% myfigure.png myfigure.jpg

To resize multiple files, you can try the following command (as suggested by @test30)

find . -maxdepth 1 -iname "*.jpg" | xargs -L1 -I{} convert -resize 30% "{}" _resized/"{}"

Source: https://askubuntu.com/questions/271776/how-to-resize-an-image-through-the-terminal

How to change images from one format to another

You have to install this acording to your system: https://imagemagick.org/script/download.php

mogrify -format  tif *.PNG

With this command you can change all .PNG's in a folder from .png to tif. Be cautious .PNG =/= .png Linux/Unix systems are key sensitive.

Install the zbarimg command line application by running:

sudo apt-get install zbar-tools

Use the program, zbarimg provided by the package to read your QR encoded image

EXAMPLE

from command line:

 zbarimg "image-file-name.jpg"

The above will display what is encoded in the image in the terminal.

IF you would like to generate QR code you can install qrencode from the repositories.

 < input.txt qrencode -s 10 -o test.png

The above will encode the information in the input.txt file in an image file called test.png.

or you can input text from the console with;

qrencode -s 10 -o ubuntu.png http://www.ubuntu.com

The above will generate a QR encoded image called ubuntu.png with the url http://www.ubuntu.com encoded in it.

Source: https://askubuntu.com/questions/22871/software-to-read-a-qr-code

Further reading for qrencode eaxmples

https://www.cloudsavvyit.com/8382/how-to-create-qr-codes-from-the-linux-command-line/

https://zxing.org/w/decode.jspx https://www.onlinebarcodereader.com/

https://askubuntu.com/questions/22871/software-to-read-a-qr-code http://www.bardecode.com/en1/app/linux/

A free, open source, powerful tool for working with messy data

Website: https://openrefine.org/download.html Source: https://github.com/OpenRefine/OpenRefine

Critical thinking is a key skill in media and information literacy, and the mission of libraries is to educate and advocate its importance.

Discussions about fake news has led to a new focus on media literacy more broadly, and the role of libraries and other education institutions in providing this.

When Oxford Dictionaries announced post-truth was Word of the Year 2016, we as librarians realise action is needed to educate and advocate for critical thinking – a crucial skill when navigating the information society.

IFLA has made this infographic with eight simple steps (based on FactCheck.org’s 2016 article How to Spot Fake News) to discover the verifiability of a given news-piece in front of you. Download, print, translate, and share – at home, at your library, in your local community, and on social media networks. The more we crowdsource our wisdom, the wiser the world becomes.

https://www.ifla.org/publications/node/11174

How to spot fake news!

image

Here, also a good reference, but this is in german, I'm sorry

image2

Here are some additional sources

https://www.hoax-slayer.net/ https://www.snopes.com/ https://www.klartext-nahrungsergaenzung.de/ https://kit.exposingtheinvisible.org/en/ https://www.politifact.com/ https://www.newsguardtech.com/ https://datadetoxkit.org/en/misinformation/steerclear/ https://toolsforreporters.com/2020/11/11/the-media-manipulation-casebook/ https://expertisefinder.com/ Find some experts and ask them direct https://misinfocon.com/ https://datajournalism.com/read/handbook/verification-3 https://www.allsides.com/media-bias/media-bias-chart https://mediabiasfactcheck.com/ https://adfontesmedia.com/ https://www.lobbyregister.bundestag.de/startseite https://www.lobbycontrol.de/ https://www.abgeordnetenwatch.de/ https://fragdenstaat.de/ https://www.countrycode.org/ https://der-newstest.de/ https://correctiv.org/en/ https://uebermedien.de/ https://dpa-factchecking.com/

https://addons.mozilla.org/en-US/firefox/addon/newsguard/ https://chrome.google.com/webstore/detail/official-media-bias-fact/hdcpibgmmcnpjmmenengjgkkfohahegk?hl=en-US

How Can Tabula Help Me? If you’ve ever tried to do anything with data provided to you in PDFs, you know how painful it is — there's no easy way to copy-and-paste rows of data out of PDF files. Tabula allows you to extract that data into a CSV or Microsoft Excel spreadsheet using a simple, easy-to-use interface. Tabula works on Mac, Windows and Linux. Who Uses Tabula? Tabula is used to power investigative reporting at news organizations of all sizes, including ProPublica, The Times of London, Foreign Policy, La Nación (Argentina), The New York Times and the St. Paul (MN) Pioneer Press. Grassroots organizations like SchoolCuts.org rely on Tabula to turn clunky documents into human-friendly public resources. And researchers of all kinds use Tabula to turn PDF reports into Excel spreadsheets, CSVs, and JSON files for use in analysis and database applications…

https://tabula.technology/

https://github.com/tabulapdf/tabula-java/

https://cran.r-project.org/web/packages/tabulizer/vignettes/tabulizer.html

Share and accept documents securely.

SecureDrop is an open source whistleblower submission system that media organizations and NGOs can install to securely accept documents from anonymous sources. It was originally created by the late Aaron Swartz and is now managed by Freedom of the Press Foundation. SecureDrop is available in 20 languages

https://securedrop.org/

An addition to secure drop

Thanks to GlobaLeaks everybody can easily setup a secure and anonymous whistleblowing initiative[…]

https://www.globaleaks.org/about/

https://www.globaleaks.org/

Everything you wanted to know about media metadata, but were afraid to ask

Metadata comes in handy sometimes, like when you’re flipping through old pictures by date, or by location. But in the wrong hands, this same information could be damaging.

https://freedom.press/training/everything-you-wanted-know-about-media-metadata-were-afraid-ask/

https://freedom.press/training/

Check out our MacOS/Windows Software on our official webpage. Fawkes is a privacy protection system developed by researchers at SANDLab, University of Chicago. For more information about the project, please refer to our project webpage. Contact us at fawkes-team@googlegroups.com. We published an academic paper to summarize our work “Fawkes: Protecting Personal Privacy against Unauthorized Deep Learning Models” at USENIX Security 2020.

https://sandlab.cs.uchicago.edu/fawkes/

https://github.com/Shawn-Shan/fawkes

https://en.wikipedia.org/wiki/Tesseract_(software)

https://github.com/tesseract-ocr/tesseract

About This package contains an OCR engine – libtesseract and a command line program – tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3 which works by recognizing character patterns. Compatibility with Tesseract 3 is enabled by using the Legacy OCR Engine mode (—oem 0). It also needs traineddata files which support the legacy engine, for example those from the tessdata repository. The lead developer is Ray Smith. The maintainer is Zdenko Podobny. For a list of contributors see AUTHORS and GitHub's log of contributors.