Advertisement · 728 × 90

Posts by Mat Simon

We completely overhauled the user interface for unboxing new outfits. Hopefully you get to experience it soon :)

4 months ago 0 1 0 0

High fiving has probably always been the most loved feature of Pausly.

It's now possible to directly click on the 🙌 emoji to instantly react. No more stressing over finding the right emoji in time :)

4 months ago 1 1 0 0

It has always been possible to replace single movements before starting a session, but it's now possible to replace them during a session as well!

Click on the settings button and hit the "Replace this movement" button and you'll instantly get a new one.

4 months ago 0 1 0 0

🎉 Happy 30-month anniversary to Container Queries – in every browser since Feb, 2023. It was supposed to be impossible, but here we are!

Why 2.5 years? Nothing will change tomorrow, but Baseline uses this milestone to signal confidence a feature has gained "wide" support.

youtu.be/bhHV0rQ3-CQ

8 months ago 99 17 5 0
Preview
Simple but Effective Skeleton Loaders — Mat Simon Learn how to create a simple, effective skeleton loader component using just HTML and CSS, with full control over layout and design.

New blog post: simple, effective skeleton loaders using just HTML and CSS.

www.matsimon.dev/blog/simple-...

#css #html #svelte

9 months ago 8 1 1 0
Preview
{@attach ...} • Docs • Svelte {@attach ...} • Svelte documentation

This new #svelte feature is really exciting!

It's basically a more versatile replacement of actions.

10 months ago 9 0 0 0

https://www.matsimon.dev

11 months ago 0 0 0 0
Preview
Asynchronous Svelte · sveltejs svelte · Discussion #15845 This is a long document; get yourself a cup of tea. tl;dr You can now use the await keyword in Svelte — in your <script>, inside $derived expressions, and in your markup — by installing the async b...

Very interesting... This will enable us to use `await` directly inside `<script>`, `$derived` and template code.

In a SvelteKit context, this potentially means that the `load` function will not remain the place to fetch your data, but that components can do that themselves.

#svelte

11 months ago 7 1 0 0
Promotional image from Adolescence on Netflix

Promotional image from Adolescence on Netflix

I recently watched Adolescence on Netflix and at the risk of sounding a bit iconoclastic, I’d like to offer some criticisms and concerns about how the mini-series (perhaps inadvertently) perpetuates some myths related to the online radicalization of men and boys.

1 year ago 166 44 9 14
Advertisement

@tolin.ski Zero looks really promising to me and I love your Svelte adapter. Where and how do you deploy your zero-cache and what is your goto service for the PostgreSQL database?

1 year ago 0 0 1 0
Video

The power of view transitions is absolutely mind-boggling. Things like this 👇 are quickly done with some CSS (no hacks!) and no additional DOM elements. Wild! 🤯

1 year ago 111 11 4 2

I agree. Still using camelCase thought because that's just how JavaScript is written. Would feel out of place with other libraries and platform functions. (From reading your comments you seem to agree)

1 year ago 3 0 0 0

Near the end you write "I’m still not convinced though because could a junior developer understand that more than this?". That is also a purely anecdotal argument, and I disagree with you. I think it's easier to parse and understand that a pseudo class is added to the selector with &:hover.

1 year ago 0 0 1 0
Preview
Svelte in Depth: The $effect.root rune — Mat Simon This article explores Svelte’s $effect.root rune, detailing its purpose, usage, and common misconceptions. It covers scenarios where $effect.root is essential, explains its lifecycle considerations, a...

Thank you @matsimon.dev for this great blog post explaining $effect.root in Svelte 5!

www.matsimon.dev/blog/svelte-...

Really cleared up some confusion I had about why $effect.root wouldn't track my changes. 😀

1 year ago 11 1 0 0
Preview
The Trouble with Elon I didn’t set out to become an enemy of the world’s richest man, but I seem to have managed it all the same.

Good read. "The man claims to have principles, but he appears to have only moods and impulses."

1 year ago 2 0 0 0
Post image

Very interesting new #svelte proposal: https://github.com/sveltejs/svelte/pull/15000

A better, more portable implementation of “actions” called “attachments”.

1 year ago 7 0 0 0
Advertisement

Elon Musk pretending to be one of the best players of Path of Exile in the world, and then live streaming to prove it... just to show everybody that he has absolutely no clue what he's doing and just bought some Chinese account has got to be one of the funniest things this year so far.

1 year ago 5 0 0 0

Absolutely :) But to be fair, the match with Magnus was *really* close. And it was way really short too. It would be very entertaining to see a format with more games.

1 year ago 0 0 0 0

Mastodon ist nicht besonders geeignet für sowas weil man dann die Instanz angeben muss. Generell ist das mMn der Grund warum Mastodon nie abgehoben hat oder abheben wird. Instanzen haben zu viel Einfluss auf das Netzwerk.

1 year ago 0 0 0 0
Screenshot of Hans Niemann's Twitter post: "As the #1 Blitz Player on CHESSCOM. I challenge the #2 and #3 players to an OTB Blitz match to decide who the best player in the world is. I am willing to put up anywhere from 1 to 1 million USD. If they are too afraid of the challenge, I expect them to retract all false accusations and issue a formal apology."

Screenshot of Hans Niemann's Twitter post: "As the #1 Blitz Player on CHESSCOM. I challenge the #2 and #3 players to an OTB Blitz match to decide who the best player in the world is. I am willing to put up anywhere from 1 to 1 million USD. If they are too afraid of the challenge, I expect them to retract all false accusations and issue a formal apology."

I love the chess drama.

1 year ago 4 0 1 0

I’m really happy about this. I see way too many people switching to Bluesky because it has not been taken over by a right wing lunatic. But the important thing about Bluesky is not that the company it is controlled by is not insane (yet), but that the network is decentralized!

1 year ago 3 0 0 0

Ach steht eh ganz am Anfang. Danke :)

1 year ago 1 0 0 0

Wie war die Fragestellung?

1 year ago 1 0 2 0
The customLabels.pattern configuration for vscode.

The customLabels.pattern configuration for vscode.

How tabs will be labeled with this configuration.

How tabs will be labeled with this configuration.

In case you missed it, #vscode now has an option for custom labels! The #svelte vscode extension will set this automatically in the future, but until then, you can make these changes to optimize your tab labels in a #sveltekit project.

github.com/sveltejs/lan...

1 year ago 10 1 0 1
Preview
Svelte in Depth: The createSubscriber() function — Mat Simon Learn how the createSubscriber() function in Svelte helps manage reactive values from external sources. Discover which problems it solves, when to use it, and how it works under the hood.

Just published a post about the new createSubscriber() function in #svelte, and how it helps you manage reactive values from external sources.

1 year ago 31 7 0 0
Advertisement

Funny... I made the exact argument in a Reddit post a few days ago. People constantly complain that there aren't enough svelte jobs, while simultaneously complaining that the team focuses on making Svelte are more reliable framework for big and professional projects. 🤷‍♂️

1 year ago 2 0 0 0

How does that break reactivity?

1 year ago 0 0 1 0

Same 😂

1 year ago 1 0 0 0

Und könnte man kein Gesetz machen, dass das ORF Budget festlegt so dass es nicht einfach so von einer Regierung geändert werden kann? Oder ist das auch nur deswegen nicht realistisch weil es so ein politischer Wirbel wäre?

1 year ago 1 0 1 0

Bzw: warum ist die GIS unabhängiger? Kann eine neue Regierung nicht auch einfach die GIS absetzen oder verringern?

1 year ago 1 0 1 0