ngl, i was lowkey expecting zorro with a barretinaβ¦
ngl, i was lowkey expecting zorro with a barretinaβ¦
qualsevol ho diria veient lβextensiΓ³ del teu dominiβ¦
tambΓ© haha
bon dia!
I think "morg" should enter the lexicon like "slop" has. I suspect we'll see a lot more of it over time. Working definition:
morg (verb): to produce a poor facsimile of original work that loses intent, meaning, or correctness
word
is that the shorthand for morging-top, morging-right, morging-bottom, and morging-left?
genius ting
simply, more OSS projects should DO THIS.
OSS is a long playing game, if not forever. but we are people behind those projects, and we need good rest and balance to keep things sustainable. I am super happy to see this move and looking forward to see how it could change how OSS works for all of us.
ahmed best is the only person capable of writing a story where he is also both main characters
Likewise with Vue, having simple computed and watch/effect fns, no dependency arrays. Glorious. Slots too! Every framework should have first class slots imo
building a better alternative to a popular package managerβs website will accelerate nuxt adoption faster than ___________
i don't get it. how come we're all excited for a package barely anyone knows of and hasn't been updated in over four years? π npmx.dev/npmx
the 2nd part of my dithering visual article is finally out!
π visualrambling.space/dithering-pa...
this one mainly explores the threshold map and how it generates those unique visual patterns
hope you enjoy this as much as I enjoyed making it!
made with #threejs & #animejs
wanna play arc raiders so bad but i can't today π’
might change my bio to ceo of htmx and npmx then
did you get any sleep at all? that might be it
what have i done? π±
@danielroe.dev Its 1181 words today. None of the other languages goes above 300 lol. Sync works great as I'm trying with 3 more friends to get as many as we can hahah
Nuxt 4.3 is out! π
β¨ route rule layouts - set layouts in nuxt.config
π¦ ISR/SWR payload extraction - faster cached navigation
π« disable modules from layers
π·οΈ route groups in page meta
πͺ draggable error overlay
... plus plenty of other performance improvements and bug fixes!
nuxt.com/blog/v4-3
Unrelated but related: using taze to update and pnpm catalogs to group deps is a must for me.
Weird flow but sometimes I need to check what version of a given dependency a package uses between a range of versions (usually installed to latest). Manually doing this is tedious af.
Iβve always wanted (mostly) a better API for the registry info (packages, download count, etc). Their website is also incredibly basic, file browser sucks (doesnt push to history api so going back drops your current viewed dir/file).
πββοΈ so ... for reasons:
I would love to know people's frustrations with:
- the current npmjs.com
- admin user flows on npm web ui (and cli, locally)
π
Now you try to find the 230 daily words for Spanish lol
Thanks!!
we were never allowed to remove chess.app so i guess this is nothing new? π€
Container queries are the solution in theory but havenβt tested how they scale in uncontrolled scenarios. Also not sure how accessible the result is or how they interact with browser zoom. Will probably look into this soon since now I'm curious to know lol
The example on that screenshot is something I wouldnβt wish on my worst enemy lol. Mediaqueries for window width only have a valid strategy: mobile-first. Everything else you end up regretting down the line and doesnβt scale. There will never be a screen smaller than 0px wide and that's a fact.
The issue with those and browser zoom is how the whole UI does or does not scale in an intended and controlled way. I donβt think anyone finds helpful to have bigger text with only one word per line and definitely no one designs or accounts for those scenarios. I guess at least not outside gov sites