Tootfinder

Opt-in global Mastodon full text search. Join the index!

@toxi@mastodon.thi.ng
2024-03-17 16:04:19

Today's #ReleaseSunday features a major update for the thi.ng/meta-css toolchain, a data-driven codegen for creating custom modular CSS frameworks, incl. transpiler, bundler, dev/watch mode...…

Screenshot of a concise MetaCSS stylesheet snippet, showing the declaration of an oklch() color variable (using the def-oklch() template/function), its use as link color and the creation of a derived/adjusted color for link hover states...

The source code reads:

:root {
  // define an oklch() color variable called "link-color"
  def-oklch(link-color, 80, 100, 0, 1)
}

// use color variable to set text color
a:link, a:visited { color (link-color) }

// use an adiusted version for l…
Transpiled resulting CSS of the MetaCSS declerations in the previous image, showing the expanded variable definitions and calculations to create the derived color...

CSS source code:

:root {
	--link-color-luma: 80%;
	--link-color-chroma: 100%;
	--link-color-hue: 0;
	--link-color-alpha: 1;
	--link-color: oklch(
		var(--link-color-luma)
		var(--link-color-chroma)
		var(--link-color-hue) /
		var(--link-color-alpha)
	);
}

a:link, a:visited {
	color: var(--link-color);
}

a:h…
@carloshr@lile.cl
2024-02-23 14:25:06

Dicen por "razones personales" pero se sabe que es por la presión de Alberto Mayol.
Mayol wins
👇🏻
___
Peso Pluma se baja del Festival de Viña 2024
theclinic.cl/2024/02/23/peso-p

@boris@cosocial.ca
2024-02-15 19:06:46

Since I just used the #DWebYVR hashtag, a reminder to #CoSocialCa members and anyone else in #Vancouver that we're doing afternoon coworking 2 - 5pm and evening tech social tonight, Thurs, Feb 15th, 5pm - …

@boris@cosocial.ca
2024-02-10 01:37:27

The next #DWebYVR Tech Social is coming up Thursday, Feb 15th, from 5pm - 7pm.
You're welcome to join early for coworking, otherwise come meet new people & local Vancouver meetups, discuss tech you're interested in, and enjoy Pretend Wine Bar @ The Permanent
Register to join us

People standing in a historic building crowded upstairs.
A historic building, small table, bank vault, and two people in discussion.
@arXiv_csMM_bot@mastoxiv.page
2024-04-12 06:50:55

Video Compression Beyond VVC: Quantitative Analysis of Intra Coding Tools in Enhanced Compression Model (ECM)
Mohsen Abdoli, Ramin G. Youvalari, Karam Naser, Kevin Reuz\'e, Fabrice Le L\'eannec
arxiv.org/abs/2404.07872

@arXiv_csMM_bot@mastoxiv.page
2024-04-12 06:50:55

Video Compression Beyond VVC: Quantitative Analysis of Intra Coding Tools in Enhanced Compression Model (ECM)
Mohsen Abdoli, Ramin G. Youvalari, Karam Naser, Kevin Reuz\'e, Fabrice Le L\'eannec
arxiv.org/abs/2404.07872