Archive for April, 2022

Python in HTML

Saturday, April 30th, 2022

https://pyscript.net/

2 Jahre Spiele Programmierung

Saturday, April 30th, 2022

Ein wunderhypsches PixelArt Spiel!

Saturday, April 30th, 2022

https://store.steampowered.com/app/612400/The_Last_Night/ https://medium.com/retronator-magazine/the-future-of-pixel-art-with-the-last-night-a9a4eb61e824 orginal von: https://www.oddtales.net/

Wie lade ich eine neue Font in ein Linux System und wie mache ich sie in HTML unabhängig von google

Tuesday, April 26th, 2022

bei den FontDownloader downloaden und gewünschte Font installieren. hier: https://flathub.org/apps/details/org.gustavoperedo.FontDownloader Anleitung auf: direkter Link:https://wiki.selfhtml.org/wiki/HTML/Tutorials/Google-Fonts_selbst_hosten Google-Fonts_selbst_hosten zb IndieFlower 😉 und der helper: https://google-webfonts-helper.herokuapp.com

Zeige welches Dateisystem eine Partition hat

Sunday, April 24th, 2022

wenn gemountet: df -Th | grep “^/dev” oder: fsck -N /dev/sda3

dd and compress whole disk archivemountable with different partition on it

Saturday, April 23rd, 2022

comp_img=disk.img.pixz make image with: sudo dd if=/dev/sda1 bs=16M | xz -9 –block-size=16MiB – > $comp_img with pixz sudo dd if=/dev/mmcblk0 bs=512M | pixz -cp2 -5 > ./$comp_img # ^16better? ^from stding, p2>2processors, -5 compression level 1-9 #####sudo dd if=/dev/mmcblk0 bs=512M | pixz -p3 -9 –block-size=512MiB – > $comp_img ####dd if=/dev/sda1 bs=16M | pixz -9 –block-size=16MiB […]

Organ Squared – as slow as possible <> Das längste Stück der Welt!

Saturday, April 23rd, 2022

https://www.youtube.com/watch?v=byqsV-CXJ-g&ab_channel=ReneAalbers https://en.wikipedia.org/wiki/As_Slow_as_Possible https://www.klassikradio.de/magazin/news/laengstes-musikstueck-der-welt https://universes.art/en/specials/john-cage-organ-project-halberstadt#c29094 5.2.2022: https://www.halberstadt.de/de/aktuelles-aus-kultur-und-freizeit/ein-eher-ruhiger-klangwechsel.html >>John Cage komponierte das Stück unter dem Titel ASLSP im Jahr 1985 ursprünglich für Klavier mit Hilfe eines Zufallsprogramms mit dem Computer.

Wie man billionen Leute getracket bekommt ;)

Friday, April 22nd, 2022

https://theintercept.com/2022/04/22/anomaly-six-phone-tracking-zignal-surveillance-cia-nsa/

Ein hoch konfigurierbarer CommandLine Visualisator

Thursday, April 21st, 2022

https://github.com/sqshq/sampler

ZSpotify && oggify zum Download ganzer playlisten in Spotify

Thursday, April 21st, 2022

Mit ZSpotify bekommt man die liste der tracks der spotify playlist: https://github.com/jsavargas/zspotify änder das root verzeichnis sowie die nicht nötig: 😉 && mit oggify loadet man sie schlußendlich down: evtl nützlich: https://github.com/PacketSurf/ZSpotifyGUI https://www.addictivetips.com/ubuntu-linux-tips/listen-spotify-from-the-linux-terminal-with-librespot/ Kommentare zu oggify: https://news.ycombinator.com/item?id=31080518#31082618 https://github.com/Shabinder/SpotiFlyer https://github.com/CyberShadow/ripfs