Sometimes you just have to stop yourself from falling
#gamedev #indiegame
#coding #dev #indiedev #unreal #madewithunreal #gaming #videogames #gameplay #3d #blender3d #UnreaEngine5 #animation #shader #nature #coding
Sometimes you just have to stop yourself from falling
#gamedev #indiegame
#coding #dev #indiedev #unreal #madewithunreal #gaming #videogames #gameplay #3d #blender3d #UnreaEngine5 #animation #shader #nature #coding
Someone asked how to create such cross-browser wave dividers that keep the same height as the width changes, so here's my take on it https://www.reddit.com/r/css/comments/1kcmabf/comment/mq5ck6m/
Live on @codepen https://codepen.io/thebabydino/pen/PwwQxdb?editors=0100
`mask` is another option, but needs an extra container and container query units, so not as well supported, plus it wouldn't be exactly the same shape.
Linus Torvalds Reflects on 20 Years of Git
@torvalds knew what developers wanted for their SCM: Performance, safeguards against data corruption and distributed workflow.
https://thenewstack.io/linus-torvalds-reflects-on-20-years-of-git/
New Kitten Release
(Run `kitten update` to update your dev machines. Production machines will automatically update in a couple of hours.)
• You can now add a generic script block to your markdown pages (see https://mastodon.ar.al/@aral/114432417394114105)
• Markdown pages can now be `KittenPage` instances and attach `KittenComponent` instances (so you get a full server-side component hierarchy with an event-based workflow; ideal for authenticated pages where you can be use only the author of the page will be accessing them and thus the additional memory and processing overhead are not issues. Isn’t the Small Web great? Only having instances of one makes it possible to optimise so many things for the human experience instead of vertical scale of the data farming machine.)
• Two new examples showcase the new features: https://codeberg.org/kitten/app/src/branch/main/examples/streaming-html/markdown-script-simple-components and https://codeberg.org/kitten/app/src/branch/main/examples/streaming-html/markdown-kitten-components
• Attributes with object values are no longer serialised into the DOM (but your components’ render functions will continue to receive them, of course.) This is because only string values make sense for attributes in the context of the HTML DOM. (You can still, of course, have stringified representations of objects in attributes, as used by the `data` attribute to pass data from nodes to event handers on the server.)
Oh, and here’s what it looks like if you use Kitten’s class-based pages and components instead.
(You can have the event handling encapsulated on the component itself. Kitten automatically bubbles events up the component tree on the server side.)
Does anyone know if/where i could find a GUI to monitor/manage Symfony messenger async queues?
Like, see how many messages are waiting, or scheduled for later, or failed and why
Kinda like command line tools but with a UI, i can't seem to find one but i can't believe nobody has done that already
Coming soon: Generic script blocks in markdown pages in Kitten¹
The line between what you can do from a Markdown page vs what you can do from a JavaScript page in Kitten continues to blur… soon, you’ll be able to add a generic script block to the front matter of your Markdown pages for quick little things.
e.g., In the screenshots you see all the code necessary to create the page with the reactions component which actually persists the results to your data. That is all the code in your app. Nothing else. No scaffolding or anything else. Seriously :)
Have you played MINI MERCHANT yet? Our #classic #casual #openworld #collectathon #RPG is on #steam
https://store.steampowered.com/app/3473760/Mini_Merchant/#app_reviews_hash
A little fun traversal part I built for the player to climb up mountain walls
#gamedev #indiegame
#coding #dev #indiedev #unreal #madewithunreal #gaming #videogames #gameplay #3d #blender3d #UnreaEngine5 #animation #shader #nature #coding
The Processing Foundation Software Development Grant offers $10,000 to support 200 work hours over 4 months. Check out the call theme and conditions here: https://processingfoundation.org/grants #dev #grant #opensource #processing #openCall
New Kitten Release
• New: Any attributes present in a <markdown> tag are now passed to the first rendered element. (This is useful if you want to add some quick inline styles to a <p> that’s rendered from markdown, etc., but for anything more complicated, you should likely just jump into HTML.)
To learn more about Markdown in Kitten, please see the Markdown reference¹.
Enjoy!
Today a developer tried to convince me of a technical approach. We studied the official docs together but it was inconclusive. He asked #chatgpt and it gave an answer that confirmed his approach. When I mentioned there was zero reason to assume chatgpt was correct, he asked it to list sources for its answer. It only came up with the same official docs as its source. #ai #dev
Very soon AI will be capable of sucking its own dick #prediction #statistics #technology #dev #bayesianpriors #stem #research #fun #effectivealtruism
New Kitten Release
• Fix: morph attributes¹ now support interpolated values.
Enjoy!
¹ The morph attribute is Kitten’s shorthand for the hx-swap-oob attribute of htmx, which Kitten uses – and extends – under the hood. To learn more about it, see Kitten’s Streaming HTML tutorial: https://kitten.small-web.org/tutorials/streaming-html/
New Kitten Release
Added:
• Support for local redirects and domain redirects (former will eventually have interface in Settings, latter can be programmatically used or, more likely, will be used via a small app I’m about to release next).
Fixed:
• Event bubbling in class-based Kitten pages and components is now correctly limited to just the event target if the component’s id starts with Kitten’s automatically generated universally-unique ID for the component.
• Fixed regular expression matching Kitten components in Markdown pages so it correctly captures self-closing components when followed by components with slotted content.
• The Kitten-specific trigger() mixin on the client-side WebSocket now correctly adds the contents of the data attribute on the triggering node to the data property received by the server-side event handler. This gives manually-triggered event handlers the same interface as automatically-triggered ones. (Previously it would create a separate `data` object in the received argument.)
Stay tuned for the a small and useful app release later today for web archiving/combatting link rot :)
Enjoy!
Haven't had it in me to do anything for the past week's #CodePenChallenge, so here's a demo from earlier this year that fits: #CSS infinite scroll gallery https://codepen.io/thebabydino/pen/XJrYqGb
One of my most hearted demos ever & my only one to get over 1000 without being in the most hearted of previous year.
Je suis toujours à la recherche d'un nouveau poste #jechercheunjob , en full remote uniquement. Dans le domaine du #dev #web (junior), création / gestion de sites #WordPress mais j'ai plus d'une corde à mon arc comme vous pouvez le voir sur mon #CV (formateur, rédacteur web, support).
Je suis à l'écoute de toutes propositions, n'hésitez pas à me contacter ou partager à vos contacts.
Merci d'avance ;-)
https://andre-ani.fr/wp-content/uploads/2025/04/CV_Patrice.pdf
Maybe don't rely on AI do answer your CSS questions. Actually... without the maybe. Don't rely on AI to answer your CSS questions.
How are you supposed to learn proper Android App Development? Now with the broken Google Courses, right?