4
wir🎼🎶iel (www.youtube.com)
submitted 3 weeks ago by [email protected] to c/[email protected]

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

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

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] 1 points 2 months ago

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] 0 points 2 months ago

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 ;)

inkeso

0 post score
0 comment score
joined 7 months ago