Out of how many total submissions?
Out of how many total submissions?
Definitely matched the hype! I loved the make your own bracket site leading up to it.
This is so much better than March Madness. Super excited to watch.
I could but right now it's just doing some meta tags for me. It's on my list to clean up.
The load function previously was doing a query for me if the url contained a param, but now I just await that result and the rest of the page loads while that happens.
If you're doing straight forward forms and nothing too unusual, I'd lean towards yes. I added them to our site and found a few edge cases that were still rough, but all the "normal" use cases were easy and simplified the code a lot.
@joshwcomeau.com manages to produce the most insightful, enjoyable posts about what the web can truly do.
One thing to consider adding is handling renewals and expired cards. I found this to be more fiddly than I thought. Otherwise it looks like a great course.
Awesome run down! I would love to see how you setup Tailscale. I have a couple nodes, but haven't jumped to the full dev environment.
Please tell me that pun was intentional.
The answer to this question is always yes.
Do you have a repl to share? It should read the root layout page for all sub pages.
Julia is the real brains behind our site. I just make pretty web pages with her data.
And now that the account has been deleted we'll just have this mystery thread in the atproto forever. I love it!
We have a cleaning playlist. Each person picks a song and we clean for 10 minute bursts.
Often once we get going it is easier to just say, 'Oh one more song'. We get to share our music with the kids and they have shown us things I'd never have discovered on my own.
This is great! I didn't know about the tutorial and the example for using tippy.js is an excellent practical example.
Time to go update how I use tippy on my site...
Morpheme graph for the base 'struct'.
Morpheme graph for the base 'struct'. The word deconstructionist is selected.
Morpheme graph for the base 'struct'. The morpheme 'un' is selected, which shows all words using it.
I'm messing around with D3 and Svelte to make morpheme graphs. It's a fun playground to see how different morphemes are connected by a base word.
Anyone have tips for getting good performance when you have lots of nodes that can be re-arranged?
As a self-taught developer I love having my tooling teach me proper standards for HTML and accessibility (Thanks Svelte). But the next step is for my linter to fix the obvious cases for me, e.g. generally no self-closing tags.
What were the rough edges you encountered? I'm looking at options too.
I'm a few lessons in and already learning new, useful patterns. Excited to get more done tomorrow!
When do you think it'll be released?
I haven't implemented skeletons, but do want to. I think it is better than my hardcoded values.
Interesting! The cement bar does seem to lock up at 57.
Is there an example of this somewhere?
I modified this library to use in Svelte.
github.com/peterh32/rea...
I need items to clone when dragging. Make a copy of the item and add it to a new list/drop area.
phonicsandstuff.com/puzzles/morp...
This was fun to build. Some of the svelte animations are still a bit janky though. Has anyone tried combining slide and flip? Since the content of the element changes it creates gaps before they move together. Probably a limitation of flex box.
Yes, English is so broken. If you'd like to have your kid explore why the words are different, we have a word mapper. We've broken down the words into their spellings and sounds.
phonicsandstuff.com/word-mapper
Making a word puzzle game, but instead of letters you get morphemes (parts of words).
Addition Worksheet Creator
Create addition facts worksheets from 0 to 10. Why does a phonics website have math worksheets? Because we do phonics AND stuff. The stuff includes math!
phonicsandstuff.com/worksheets/m...
The runes stuff took a bit to fully arrive and converting was a bit of a pain, but I've loved all the improvements that keep coming now.
I'm excited for the future of Svelte.