#javascript

44 posts · Last used 4d

Back to Timeline
@lobsters@mastodon.social · 4d ago
Protovoters: Free, accessible voter files for democracy https://lobste.rs/s/dotsw2 #show #a11y #culture #javascript #release https://protovoters.org
0
0
0
@lobsters@mastodon.social · 6d ago
0
0
0
@lobsters@mastodon.social · 6d ago
0
0
0
In reply to
@kkarhan@jorts.horse · 6d ago
@hsza@social.tudbut.de In this case I think hard regulation is necessary because softer means failed. We don't "ask" malware to not be spread, we combat malware.And in my experience #JS is only used to violate consent, privacy and security! It is perfectly possible to build featureful sites without using #JavaScript! I've been nice about it in the past... Now I won't because being polite didn't do shit!
0
0
1
In reply to
@kkarhan@jorts.horse · 6d ago
@lunya@sk.lunya.pet #CAPTCHAs should be outlawed, alongside #JavaScript!
0
2
0
@lobsters@mastodon.social · 6d ago
0
0
0
@lobsters@mastodon.social · Apr 17, 2026
Psatina: the sprinkle-oriented JavaScript library by @dz4k@indieweb.social https://lobste.rs/s/txrqku #javascript #web https://psatina.dz4k.com/
0
0
0
@guiadeti@flipboard.social · Apr 16, 2026
0
0
0
@lobsters@mastodon.social · Apr 16, 2026
0
0
1
@lobsters@mastodon.social · Apr 15, 2026
0
0
0
@freekmurze@phpc.social · Apr 15, 2026
0
0
0
@aral@mastodon.ar.al · Feb 27, 2026
🥳 New Kitten Release This one fixes a bug that you would have encountered had you had an asynchronous component (component with asynchronous render method) nested more than one-level deep within synchronous components. (Kitten’s html renderer transparently supports both synchronous and asynchronous render methods.) So, this (taken from my unit test), for example, works correctly now: ```js class AsynchronousOtherName extends KittenComponent { async html () { await new Promise(resolve => setTimeout(resolve, 10)) return kitten.html`Balkan` } } class SynchronousName extends KittenComponent { /* NOT async */ html () { return kitten.html`Aral <${AsynchronousOtherName.connectedTo(this)} />` } } class SynchronousTemplate extends KittenComponent { html ({ SLOT }) { return kitten.html`[Before slot]${SLOT}[After slot]` } } class MyPage extends KittenPage { html () { return kitten.html` <${SynchronousTemplate.connectedTo(this)}> This should render all at once after a short delay.

Hello, <${SynchronousName.connectedTo(this)} />

3
1
3
@injee@universeodon.com · Apr 14, 2026
Incase your team is building resilient frontend apps that needs to be thoroughly tested https://www.youtube.com/watch?v=VIiZjwveI5w #WebDev #WebDevelopment #FrontEnd #TypeScript #JavaScript #ReactJS
1
0
1
@lobsters@mastodon.social · Apr 10, 2026
0
0
0
@lobsters@mastodon.social · Apr 08, 2026
0
0
0
@lobsters@mastodon.social · Apr 03, 2026
0
0
0
@lobsters@mastodon.social · Apr 02, 2026
0
0
0
@sekurakbot@mastodon.com.pl · Apr 01, 2026
Axios – niebezpieczny atak na łańcuch dostaw dużej biblioteki JavaScript Ataki na łańcuch dostaw stały się codziennością krajobrazu rozwoju oprogramowania. Ostatnie incydenty takie jak atak na LiteLLM czy GlassWorm dobitnie potwierdzają tezę, że cykle wydawania oprogramowania potrafią być permanentnie zepsute. Sytuacji nie poprawia na razie fakt błyskawicznej adopcji generatywnej sztucznej inteligencji, w postaci dużych modeli językowych (ang. LLM), do tworzenia... #Aktualności #Axios #JavaScript #Supplychain https://sekurak.pl/axios-supply-chain/
0
0
0
@devsimsek@universeodon.com · Apr 01, 2026
🚨 Two posts in one day. I might be back. First: the Axios npm supply chain attack. 83M weekly downloads. Compromised. A RAT delivered via postinstall. Turns out npm install is just... running code as you. Treat it like one. → https://smsk.dev/2026/03/31/npm-install-is-not-your-friend-either-the-axios-supply-chain-attack/ Second: I finally caved and set up Proxmox. I was wrong to wait this long. That's all I'll say until you read it. → https://smsk.dev/2026/03/31/proxmox-i-was-wrong-to-wait/ Send help (or coffee). ☕ #Proxmox #npm #SupplyChain #InfoSec #WebDev #OpenSource #JavaScript
3
0
1
@davidbisset@phpc.social · Mar 26, 2026
This is cool. videojs.org/blog/videojs... Video.js (which has existed for 15 years) is getting a remake. The beta looks slick and gets me excited for pushing video to the web again. :-) #webdev #javascript #video #frontend
0
0
0