The Top 100 Gen AI Consumer Apps - 4th Edition | Andreessen Horowitz https://zurl.co/HkY7N #tech #dev #engineer #software #traveltech
The Top 100 Gen AI Consumer Apps - 4th Edition | Andreessen Horowitz https://zurl.co/HkY7N #tech #dev #engineer #software #traveltech
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
Love is.. Debugging together ❤️ #love #tech #technology #programming #programmerhumour #funny #memes #dev #coding
If you were not into #databases, and want to get a feeling of the algorithms that are involved into getting comprehensible data stored on durable memory, I recommend you skim over, fly by :kirbyfly:, or dive into https://transactional.blog/
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.
#CSS #clipPath #cssClipPath #Sass #maths #cssMaths #code #coding #web #dev #webDevelopment #webDev #frontend
Sophistication ≠ Complexity.
Wirth’s law reminds us that simplicity often leads to better results.
Maybe it’s time to stop over-engineering our PHP projects?
🔗 Read more: www.PHPWayOfLife.com
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/
#git #linux #linustorvalds #20years #it #dev #opensource #torvalds #linus #code
We've got only a few things to really discuss today. So let's get into our SCAR Dev session and get to work! We also have Conrade doing art! Streaming at https://www.twitch.tv/ra_zim
#SCAR #ttrpg #rpg #tabletop #dev #furry #furryart #3dmodeling #twitch #stream #streaming #streamer #Live #livestream
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.)
#Kitten #SmallWeb #SmallTech #kittenRelease #markdown #scripting #OOP #eventModel #web #dev
Managed to make a website on Neocities cuz I felt like having a website would make me more independent and also having my own space where I can express myself:
https://ace120c.neocities.org
feel free to browse it, I'll be updating it regularly, also do give feedback, some good constructive criticism is always welcome
#dev #web #neocities #solodev
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.)
#Kitten #SmallWeb #markdown #components #JavaScript #comingSoon #web #dev
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 :)
¹ https://kitten.small-web.org
#Kitten #SmallWeb #markdown #components #JavaScript #comingSoon #web #dev
#ActuLibre OpenRE devlog 1 : Harmonisation de l'Albedo, à lire sur https://j-ponzo.github.io/projects/open_re_poc_devlog_1/ #programmation #graphisme #jeux #dev
Want a checkerboard pattern? No need to use multiple `linear-gradient()` layers anymore. `conic-gradient()` has been supported cross-browser since 2020!
PS: if you can, upvote https://stackoverflow.com/a/65129916/1397351 to make it the top answer and get more people (and AI*) to use modern, well supported #CSS
*people will use it anyway and we don't need more outdated code out there
#cssGradient #code #coding #frontend #web #dev #webDevelopment #webDev #cssPattern