mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

818
active users

#code

58 posts43 participants8 posts today

Mastodon 🦣 - can you help me out?

If you can test on actual Safari (not another browser), does codepen.io/thebabydino/pen/Eax look the same for you as it does in my Epiphany screen? Or does the `conic-gradient()` cover the entire area?

Retoots appreciated if you cannot test. Thanks!

PS: Yes, I know it does NOT work in Firefox or Chromium browsers github.com/web-platform-tests/

#CSS#SVG#filter

I refactored the [[Bookcase]] in my wiki … it might be a good topic for a video tutorial someday.

Instead of loading in different stored lists as a way of filtering the content, I now have one list that is filtered dynamically that both list (text) views and cover (image) views adhere to, making for neat on-the-fly re-arranging of the same list, and much more optimized.

gavart.ist/#Bookcase

gavart.istgavart.istGavin Gamboa 🌱 digital garden  work repository  🗂  personal wiki

#dev #css

J'ai testé pour vous : certains anciens navigateurs basés sur #webkit (au hasard : la navigateur de la tablette BQ #ubuntu de 2016) comprennent pas ou mal le 'grid-template-areas'.

Passer plutôt par le couple 'grid-column' et 'grid-row', ca gère a priori beaucoup mieux.

developer.mozilla.org/fr/docs/

The MDN Web Docs logo, featuring a blue accent color, displayed on a solid black background.
MDN Web Docsgrid-template-areas - CSS : Feuilles de style en cascade | MDNLa propriété grid-template-areas permet de définir des zones de grille nommées.

I like coding convenience, so I always try to promote unpacked parameters when it's feasible, especially strings.

✅ The dev uses multiple parameters
✅ The dev uses a single array
✅ The dev unpacks an array

When I need the function to accept two types of parameters, I never use unpacked parameters (because these SHOULD be the same type).

I've spent the afternoon writing an EPUB format writer for @novelwriter. It now has all the meta data XML files and can dump raw text of the novel without text formatting, so that's very good progress.

Next is of course to make it also format the text itself for the pages.

It's an interesting format to work with, and like ODT and DOCX is rather messy. Like DOCX, I get the feeling it's been modified a lot too.

#Epub#Ebook#Writing

Wow. #github #copilot is so terrible, they're giving it away for free. Hmm...I don't know what to say. Welcome to the #ai shittification? These things can't #code. They lack passion, and imagination and creativity. Programming is more an art than a science.