Sums up my view on #VibeCoding pretty well...
Sums up my view on #VibeCoding pretty well...
Want to talk tech with fellow enthusiasts? Join the Techopolis Discord server! Connect, discuss, and share your passion.
Join here:
https://discord.com/invite/ugH9xwFd4N
Let's get 200 by end of April!
#Tech #Technology #Discord #Community #TechTalk #Techopolis #Accessibility #Code #Blind #Apple #AI
→ Une #intelligence #artificielle libre est-elle possible ?
https://linuxfr.org/news/une-intelligence-artificielle-libre-est-elle-possible#toc-le-r%25C3%25A9seau-de-neurones
« Posons-nous un instant la question : qu’est-ce que le #code #source d’un réseau de #neurones ? […] La #GPL fournit une définition : le code source est la forme de l’œuvre privilégiée pour effectuer des #modifications. Dans cette acception, le code source d’un réseau de neurones serait l’#algorithme d’entraînement, le réseau de neurones de départ et le #corpus sur lequel le réseau a été entraîné »
Here's a neat little effect with no text duplication. Uses `background-clip: text` to create the split text face effect + scroll-driven animations to tie the gradient split line position to the 1st section's bottom edge.
Live on @codepen https://codepen.io/thebabydino/pen/XJWxLWV
cc @bramus
#computers #software #code #ubuntu #balenaEtche etc I am absolutely sure we wrote better code on punch cards. Does anyone stress test their crap? Asking for a friend.
i posted “Why making art matters: We no longer have a type of industry where we can chase financial success. We can only sustainably fail.” to my itch blog too. it’s already got a few thoughtful comments
https://itch.io/blog/913864/why-making-art-matters-we-no-longer-have-a-type-of-industry-where-we-can-chase-financial-success-we-can-only-sustainably-fail
i do appreciate how this ended up being meaningful to people.
#GameDev #IndieGames #IndieGame #IndieGameDev #Art #Code
So, I make bits of software, mostly plug-ins for platforms like #DaVinciResolve or #Blender, mostly because I have a particular thing that needs doing that no-one has catered to. And I yoik them up to Codeberg and if I'm feeling organised I'll write them up on my blog, so that anyone else that has the same particular need can benefit too. I have no intention of selling them, because marketing stuff is not something I remotely enjoy doing, testing and bug fixing is too time consuming, and because I consider it payment for all the free software I get to use.
Generally I release everything under the #GPL3, because it's the one I know about. I'm not really a #coder, and I'm far less a #lawyer, so I have no idea if this is the best option.
So the question I want to #AskFedi is: what do you do with small #code projects you write? What license do you release them under and why, and how do you go about distributing them?
I've only ever had one or two people fork my code or make PRs, I don't think a lot of people in my industry also code, so everything I do is a solo project. So I'd be interested in how people find collaborators for stuff they do.
#OpenSource #FreeSoftware #FOSS
#tinyCSStip
Revert animated parent transform (like a scale or skew) on child without an extra animation using registered custom properties.
#cssWish That we could have a zero count for the number of columns in `repeat()`.
That repeat count is often computed. Let's say I want double the width for selected column k out of n columns:
```
repeat(var(--k), var(--w))
calc(2*var(--w)
repeat(calc(var(--n) - var(--k) - 1), var(--w))
```