Win PICO-8 by designing your first game!
Join our #pico8 Game Design Jam on itch, starting April 1st. We’ve got a starter template to make it easy—just bring your game ideas. Open to everyone!
Announcement video: https://www.youtube.com/shorts/nmfKmz9iEWY
Jam page: https://shorturl.at/6rfLZ
Ever wanted to get the number of auto-fit columns in CSS?
```
--u: 5em;
grid-template-columns: repeat(auto-fit, minmax(var(--u), 1fr))
```
It's now possible! Using registered #CSS vars, the tan division hack and container query units! Here's a little test on @codepen:
https://codepen.io/thebabydino/pen/JojpBJr
#CSS wish: for browsers to implement the `src()` (https://drafts.csswg.org/css-values/#funcdef-src) and `filter()` (https://github.com/web-platform-tests/interop/issues/717) functions.
Combined with the improved `attr()`, this would allow us to give images borders that are gradient versions of themselves using a `border-image` CSS declaration.
Für unsere große Sommerfreizeit in #Bonn suchen wir drei Sponsoren, die jeweils ein Risiko von maximal 3000 Euro tragen würden.
Was das heißt, steht hier:
https://teckids.org/blog/2025/02/pay-what-you-want/
Macht uns hier gerne Vorschläge!
This is a good reminder for me to add some more comments into my website's HTML
“Let’s build websites that are source-readable by humans and let’s help people learn how to build websites. I believe it will also help us build websites that are using the correct semantic HTML elements, are more accessible and are not just div soup.”
Coding is like taking a lump of clay and slowly working it into the thing you want it to become. It is this process, and your intimacy with the medium and the materials you’re shaping, that teaches you about what you’re making – its qualities, tolerances, and limits – even as you make it. You know the least about what you’re making the moment before you actually start making it. That’s when you think you know what you want to make. The process, which is an iterative one, is what leads you towards understanding what you actually want to make, whether you were aware of it or not at the beginning. Design is not merely about solving problems; it’s about discovering what the right problem to solve is and then solving it. Too often we fail not because we didn’t solve a problem well but because we solved the wrong problem.
When you skip the process of creation you trade the thing you could have learned to make for the simulacrum of the thing you thought you wanted to make. Being handed a baked and glazed artefact that approximates what you thought you wanted to make removes the very human element of discovery and learning that’s at the heart of any authentic practice of creation. Where you know everything about the thing you shaped into being from when it was just a lump of clay, you know nothing about the image of the thing you received for your penny from the vending machine.
Mindset matters when pair programming…
Embrace : Empathy.
Vulnerability.
Compassion…
…And drop your ego
Be prepared:
To be questioned.
To make mistakes.
To admit to not knowing things.
What else is needed to make pair programming work well?
I used to think writing code equated to “telling a computer what to do” but now I think it’s more accurately described as “asking a computer to do something”…
this is it, folks! we are in the final week before submissions are due for GOOD INTERNET, a new print periodical magazine about all the things that make the #web fun: things like the #smallweb, the fediverse, the #indieweb, and efforts to actively fight #enshittification. submissions are open until MARCH 15.
check the submission guidelines or sign up for email alerts to be notified when we publish in may!
https://goodinternetmagazine.com
if this is your first time hearing about this, you still have enough time to come up with and write an article or complete a digital #art piece, if you're passionate about the #internet and want to write about it! :) bloggers, it's your time to shine!~
i can't wait to show y'all the incredible stories that have been submitted from all over the 'net, and some of the coolest art i've seen about the web!
thank you to everyone who's been so supportive of this project already. this is why this side of the internet is amazing. please boost, if you can; i want to make sure i did everything i could to include as many diverse voices as i can.
thank you!
original post: https://tilde.zone/@xandra/113913277766098384
The @codepen demo:
https://codepen.io/thebabydino/pen/ZYEJBZr
#CSS #filter uses the --c value set on the div it's applied to, #SVG one uses the --c value set upstream from it on the body.
This means we need different SVG filters for different flood-color values.
There are workarounds - stay tuned!
Can you help me out, mastodon?
Do you see the same result as below for this test, especially in Chrome/ Safari?
https://cdpn.io/pen/debug/KwKvRKr
Or finding red in rgb(0, 100%, 0%)?
Are you on a wide gamut display? You can check here https://wide-gamut.com/test
Retoots appreciated. Thank you!
Awesome page about programming languages:
great interview #coding with #VoiceInput #a11y
From: @fridayfrontend
https://hachyderm.io/@fridayfrontend/114122804562721954
Back to interactive fiction game design and coding and right now thinking of coding the end epilogue of my new game. Because though I still have much to do in earlier chapters, I've already got the core design for the end portion. And it's frankly much easier to code up than the chunky earlier bits! #interactiveFiction #game #coding #IndieGame #GameDev