inkeso

joined 7 months ago
[–] [email protected] 5 points 3 days ago

Ich wusste bis eben nicht, daß man Maimais auch durchspielen kann.

 

ich wünschte eddy würde sein kram auf ein(er|igen) nichtkapitalistischen (bestenfalls föderierten) alternativseite(n) spiegeln. es behagt mir nicht hier auf eine kapitalistenseite zu verweisen, gleichzeitig möchte ich uns dieses eingängige kampflied aber nicht auch nicht vorenthalten...

[–] [email protected] 12 points 2 months ago (2 children)

Well if you want modern CSS3-support or even JS you have to go for a browser. You could try NetSurf which is a very small & fast but only supports CSS2. Or Dillo, which is even smaller & faster (but also more limited in terms of CSS support)

[–] [email protected] 3 points 2 months ago (1 children)

The very basic version only allowing for one filter would be EasyEffects. If you want to use different filters for different programs you can install some LV2-plugins or bundles and then configure LV2-Plugins directly in pipewire (which is a bit of a pain) or use a GUI plugin-host like Calf and probably some patchbay (qpwgraph, patchmatrix, ...)

Or even better: try Carla, it may be a exactly what you want and can be remote controlled via MIDI or OSC

[–] [email protected] 3 points 3 months ago (1 children)

Mmm... die neue Pizza Lastkraft von Wagner. Lenkradgroß mit 2 Pfund rohem Hack drauf.

[–] [email protected] 6 points 3 months ago (2 children)

Ha! Na das nenne ich mal ne produktive Mittagspause ;p

auflösung

aber wie?Die versteckte Botschaft ist im letzten Bit pro Farbkanal...

python

from PIL import Image
from numpy import array, vectorize
i = array(Image.open("stego.png"))
n = vectorize(lambda p: (p & 0x01) * 255)(i)
Image.fromarray(n).save("antistego-py.png")

R

library(png)
i <- readPNG("stego.png")
for (p in 1:3) i[,,p] <- (i[,,p] * 255) %% 2
writePNG(i, "antistego-r.png")

imagemagick

magick stego.png -fx "(p * 255) % 2" antistego-magick.png

[–] [email protected] 8 points 3 months ago

Metameme in den Metadaten, mist, das is ne sehr gute Idee. Gimp ist korrekt aber warum Apple? Ich nutze doch Bogen (bei dem Weg)... Vielleicht wegen des mitgespeicherten Farbprofils 🤔

[–] [email protected] 5 points 3 months ago (3 children)

Das sieht doch schon gut aus, aber die Reihenfolge ist umgekehrt (der kleine QR-code ist der letzte...)

 
[–] [email protected] 12 points 3 months ago (1 children)

Schöne Idee! nächster Schritt: noch mehr Schichten. Das aus der Tonspur erzeugte Bild hätte ein Schnelle Antwort-Kode sein können, mit einer Basis64-Zeichenkette, die eine weitere Tondatei ergibt, die wiederum....

spoiler

[–] [email protected] 21 points 3 months ago (12 children)

Die Zahl sagt, wieviele von 100 Frauen im Schnitt trotzdem schwanger werden. Kondom ist vermutlich wegen der hohen Fehlanwendungsquote so hoch? keine ahnung. aber die 1. Zeile sollte/müsste (is aber leider nich) 0 sein ;)

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago)
[–] [email protected] 22 points 5 months ago (2 children)

Da war doch mal was mit ner Postkarte von der TITANIC...

view more: next ›