I'm curious what users of Svelte think about https://qwik.dev, have many of you been tempted by it? There are a lot of similarities and both are great at keeping file sizes down with a great DX.
I'm not a front end developer; so what I think about this might not be relevant to someone who works on front end every day. To me qwik looks like many other JS frameworks as far as the developer experience goes - it mixes up the HTML output into JS functions.
I really like the way that Svelte has a single file that encapsulates the HTML, CSS and JS for a page and it does so as three seperate chunks of the svelte file. This means I just need to look at say blogPost.svelte to see everything I need and I don't need to think about namespaceing or BEM or anything else for the CSS.
Its this way of working with Svelte that I really like and rarely see from other frameworks. I find astro to be good for this too.
I agree, that's a really nice feature of Svelte. It can be done in .astro files from https://astro.build/ too but Svelte is the first place I saw it done, like you say, it's very nice to work that way.
I'm not saying for one moment that it matters but one thing I was really surprised to learn was that lit (16.6kb) is actually larger than preact (11kB). With it taking advantage of Web Standards so well, I expected it would have a big advantage to be much smaller.
That makes them merely select, like the janitor. People do commonly use elite as a pejorative stand in for select group, but elite still does mean in some way better or superior, and surely you don't mean to say they are superior in any way than position.
I've absolutely loved this series of games ever since I first played them as a kid in the 90s. I didn't think we'd ever see another MI Game with Ron Gilbert involved so for me this is wonderful news, I really can't wait for this to come out.
There’s a patchwork of federal, state, and local safety nets with a lot of holes to fall through. Generally speaking, you have to be just fortunate enough (esp. with regard to mental health, social support, and having a mailing address) to have the wherewithal to secure the benefits, but not so fortunate that you don’t qualify. People with everything stacked against them tend to become homeless, and there are few people going out into the field to rescue them.
So there is obviously no bottom-most robust safety net, as plainly evidenced by the homeless situation. But there are a bunch of safety nets that do sustain millions of people. Welfare, subsidized housing, social security (retirement, and disability), medicare, Medicaid, to name the big ones.
In severe cases, they fall into the unable to secure benefits / care for themselves category. In the absence of consistent policy, they're at the mercy of individual psychiatrists who have sole discretion to place them in long term care, or turn them out on the street. In America, life is like a box of chocolates.
Are there any competitors out there that can import historical data from Google Analytics? I've not checked, can you even export your historical data from GA?
Using a lockfile and checking in your dependency tarballs [1] can help insulate you from these problems until you're ready to face them.
I created shrinkpack before left-pad and thankfully it meant that we were unaffected.
A lot of developers, understandably, baulk at checking in dependencies, but there is a concrete benefit in being able to continue uninterrupted during outages.