A great article diving into the maths and physics of colour reception and reproduction. … an exploration of electromagnetic radiation, optical biology, colorimetry, and display hardware … jamie-wong.com
Archiv für "April 2018"
An ode to The Thermals - Noisey
Meine Lieblingsband, eine der besten Livebands, die ich jemals gesehen habe, die Band, die die meisten meiner Lieblingssongs auf sich vereint, The Thermals, haben sich aufgelöst. And while it’s relieving to see a beloved band lay their creation to rest on their own terms, it’s an absolute bummer to see this rock staple hang it…
WorkingDraft Rev. 336 zur DSGVO
Podcast mit Sebastian ("the designer"), Balthasar ("the lawyer"), Joschi ("the developer") und Hans ("the host"), zum Thema Nummer Eins, das gerade für große Verunsicherung in meiner Web- und Kundenblase sorgt, natürlich kurz vor Ablauf der Deadline. workingdraft.de Anhören! Nach meiner persönlichen und sicherlich nicht repräsentativen Erfahrung haben die wenigsten Kunden/Webseitenbetreiber eine Idee davon, was da…
Stell’ Dir vor, Du löschst sieben Jahre Inhalt und keiner merkts
Wisst Ihr was interessant ist? Ich habe vor gut zwei, drei Wochen meine kompletten selbst erstellten Inhalte auf Facebook gelöscht*. Alle Posts, Shares, Fotos etc; 7 Jahre Material. Gestern mal in der Kohlenstoffwelt nachgefragt, von meinen ‘Freunden’ hat es niemand bemerkt. In dem ganzen Gerausche kuckt eh niemand auf die Profile/Seiten, sondern nur auf das…
WordPress Kommentare DSGVO konformer machen
Seit kurzem werden die IP-Adressen, die (m)eine WordPress-Installation standardmässig bei einem Kommentar abspeichert, vorher anonymisiert: /* --------------------------------------------------------------------- * IP Adressen anonymisieren in den Kommentaren * --------------------------------------------------------------------- */ function wbr_anonymize_commentip( $comment_author_ip ) { // ipv4: 123.234.111.222 => 123.234.xxx.xxx // ipv6: ? $out = preg_replace('/^(\d+\.\d+)\.\d+\.\d+$/i','$1.xxx.xxx',$comment_author_ip); return $out; } add_filter( 'pre_comment_user_ip', 'wbr_anonymize_commentip' );/* --------------------------------------------------------------------- * IP Adressen anonymisieren…
DWNTLETSIEB* revisited
No, websites do not need to look exactly the same in every browser, but while styling a details/summary element recently, I thought I had found smart way to make the default "open/closed" markers behave visually a bit nicer without resorting to re-invent several wheels and hacking my way with "::before" contents: .acc-trigger { list-style-type: none;…
Let there be Web
(to the tune of AC/DC's Let There be Rock): Let there be TCP/IP and there was TCP/IP Let there be HTML and there was HTML Let there be CSS and there was CSS Let there be JS and there was JS Let there be Web And it came to pass That the Web was born…