QOTD (d'un #dev)
> un usager de [organisme externe] a rencontré un bug sur [site web hébergé chez nous]
> Il a utilisé ce site depuis l'adresse 192.168.37.148 à approximativement à 2025-04-11-15:00
#jeSuisBienAvancé #sysadmin
QOTD (d'un #dev)
> un usager de [organisme externe] a rencontré un bug sur [site web hébergé chez nous]
> Il a utilisé ce site depuis l'adresse 192.168.37.148 à approximativement à 2025-04-11-15:00
#jeSuisBienAvancé #sysadmin
I've tried design a level inside of a really dark cave, there are a lot of new things to design around when a level needs to be dark
#gamedev #indiegame
#coding #dev #indiedev #unreal #madewithunreal #gaming #videogames #gameplay #3d #blender3d #UnreaEngine5 #animation #shader #nature #coding
New Kitten feature: Icons!
You can now make use of a subset of the icons in the Phosphor icons set by @minoraxis and @rektdeckard.
https://kitten.small-web.org/reference/#icons
Search through them in your editor by referencing `kitten.icons.categories` and `kitten.icons.tags`.
Add this to a file called index.page.js and run `kitten` to see a large duotone pink cat (because why not?):
export default function () {
return kitten.html`
<${kitten.icons.c.Cat}
size=40%
weight=duotone
colour=deeppink
/>
`
}
(And yes, the set includes icons for the fediverse. This one of the reasons I chose it.) ;)
Enjoy!
A notícia que aqueles(as) que dizem com orgulho #SouDev estavam esperando: INSCRIÇÕES ESTÃO ABERTAS!
https://soudevcon.com.br/inscricoes/
Na fase "Blind Bird", quando ainda estamos publicando o conteúdo, as primeiras 25 pessoas se inscrevem pelo menor valor!
São 76 HORAS de conteúdo previsto com foco em #JavaScript, #Python e #PHP, para #Dev nenhum(a) botar defeito!
'bora, #Devs!
https://ethiciel.org/blog.html#lassistant-logiciel-pour-les-sites-internet-des-clubs-associatifs
Notre premier hackathon c'est demain, découvrez ce projet naissant qui fédère un enthousiasme vibrant chez les participants !
Nous cherchons aussi un deuxième admin sys pour réaliser une étude d'infra sur différents OS Linux afin de limiter l'impact environnemental tout en se donnant la possibilité de scaleup ou scaledown (cf. article).
Here's another set of cards with varying patterns, all created with the exact same 4 blended CSS gradients, it's just the stops list `--c` that changes for each card.
So basically, it's again just one `background` + one `background-blend-mode` property.
Live demo on @codepen
https://codepen.io/thebabydino/pen/vYyNyER
And here's a cards demo with a cool, yet very simple trick: these left to right gradients are vibrant at the top, but then progressively get more and more desaturated going down, until fully grey.
Live on @codepen https://codepen.io/thebabydino/pen/xxzjJXL - only 2 CSS declarations necessary!
A much newer @codepen demo: smoothly connected cards https://codepen.io/thebabydino/pen/azbLBJy - continuous backgrounds across all, concave roundings + drop shadows, responsivity.
Two decades of Git: A conversation with creator Linus Torvalds by GitHub
https://www.youtube.com/watch?v=sCr_gb8rdEI
Ever want a box where the padding or content box (inner) rounding is bigger than the border-radius?
You can do it with a single element, no pseudos! Here's my take on it, including the particular case where you don't want any outer rounding, but sharp corners https://www.reddit.com/r/css/comments/1jvs81s/comment/mmeibts/
Live demo on @codepen
https://codepen.io/thebabydino/pen/rNJbEqM
On vous embarque dans les coulisses de #Symfony_Live Paris 2025 avec notre Vlog !
Conférences, rencontres, fun… revivez l’événement phare de la communauté #Symfony comme si vous y étiez
What are the editors available these days that *do not* use Chromium/Electron/Atom/etc?
On my system, in vscodium (and I tried zed too) there's a maddening bug where scroll-wheel events are accrued and when you switch-back to the editor, ZIP! you end-up at the bottom (mostly) of your code.
It makes it totally impossible to use, hence looking for other editors.
I even tried gvim again, but it's just so painful to use!
Save me!
#tinyCSStip `clip-path` or `mask` are applied after `filter`.
This means we cannot clip/ mask, then add a `drop-shadow()` on the same element for the clipped/ masked shape.
We need to apply the `filter` on a parent of the clipped/ masked (pseudo-)element.
#ActuLibre Unités LVH, SVH et DVH : le guide CSS pour un viewport responsive parfait, à lire sur https://www.zendevs.xyz/css-unites-lvh-svh-dvh/ #dev #web
Unités LVH, SVH et DVH : le guide CSS pour un viewport responsive parfait https://www.journalduhacker.net/s/pg9c4q/unit_s_lvh_svh_et_dvh_le_guide_css_pour_un https://www.zendevs.xyz/css-unites-lvh-svh-dvh/ #dev #web