aral, to SmallWeb
@aral@mastodon.ar.al avatar

So! Many! Kittens!

(Going to record a demo of the new interactive shell – REPL to some – and multi-page Settings this afternoon, just planning it out now.)

Oh and is that me creating and calling web routes interactively in the REPL on a live server? Why yes, yes it is.

:kitten:💕

w3cdevs, to ai
@w3cdevs@w3c.social avatar

and models are shifting a number of core assumptions on which the various Web stakeholders have been relying on for years.
In this presentation at the @w3c member meeting in 🇯🇵, @dontcallmeDOM reviews the systemic impact and possible mitigation the Web community should consider to ensure the long term prosperity of the in the face of these changes.

▶️ Read the underlying report: https://www.w3.org/reports/ai-web-impact/
🎬 Watch the video: https://youtu.be/OwLRtquaLOk

koena, to accessibility French
@koena@mastodon.social avatar

🎂 Happy birthday ! Il y a 25 ans le 5 mai 1999 est publiée la 1ère version des Web Content Guidelines, les normes internationales pour l' du . @w3c https://buff.ly/4bJDMdL

jnv, to internet
@jnv@fosstodon.org avatar

Is this what our online life has become?

"A billionaire got mad, bought your favourite social media site and ran it into the ground. A different billionaire got mad, bought the magazine site you liked to read on your lunchbreak and shut it down completely. "

https://www.takahe.org.nz/heat-death-of-the-internet/

#Enshittification #internet #tech #online #web #food #youtube #google #search

schizanon, to CSS
@schizanon@mastodon.social avatar

> The is a game-changer in because it lets you natively position elements relative to other elements, known as anchors. This API simplifies complex requirements for many interface features like menus and submenus, tooltips, selects, labels, cards, settings dialogs, and many more.

https://developer.chrome.com/blog/anchor-positioning-api

lx, to web
@lx@swiss.social avatar

Honestly, the is unusable without an adblocker and some form of “tweaks” app these days. Ads are one thing but all these cookie and newsletter banners and autoplay videos. I’m so happy when I find my results on pages like Wikipedia..

aral, to SmallWeb
@aral@mastodon.ar.al avatar

:kitten: 🎉

Kitten now has a lovely new multi-page Settings screen and… drumroll… a new 🐢 interactive shell (REPL) for you to play with the running state of your Small Web site/app/place and debug your app, inspect/manipulate its database, etc.

I plan on recording demos of each of them tomorrow but you can play with them now.

And here’s a little tutorial to get you started with the shell:

https://codeberg.org/kitten/app#kitten-s-interactive-shell

💕

Screenshot of Kitten running in terminal: 🌍 Domain https://localhost 📂 Source /var/home/aral/Projects/kitten/app/examples/file-uploads 💾 Databases /var/home/aral/.local/share/small-tech.org/kitten/databases 🐢 To launch an interactive shell, press the [s] key. Server is running and listening for connections… s 🐢 Launching interactive shell ctrl-d to exit; .help for assistance A good place to start is to run the .ls command to see the keys of the global kitten object: » 💡.ls is an alias for Object.keys(kitten) [ 'version', 'domain', 'port', 'app', 'databaseDirectory', 'projectIdentifier', 'deploy', 'WebSocket', 'html', 'libraries', 'page', 'events', 'css', 'js', 'markdown', 'md', 'safelyAddHtml', 'sanitise', 'uploadsDirectory', '_db', 'uploads', 'package', 'db' ] 🐱 💬 kitten.db.images[0] Proxy [ { path: '/uploads/1a6c2612-057d-435b-83c7-7157b4add982/', altText: 'Screenshot of Draw Together sketch that reads Free Gaza!' }, { get: [Function: bound getHandler], set: [Function: bound setHandler], defineProperty: [Function: bound definePropertyHandler], deleteProperty: [Function: bound deletePropertyHandler] } ] 🐱 💬

jnv, to Blog
@jnv@fosstodon.org avatar

Interesting read because it's true. Be kind to others and yourself.

https://coryd.dev/posts/2024/towards-a-quieter-friendlier-web/

nhoizey, to Futurology French
@nhoizey@mamot.fr avatar

“Towards a quieter, friendlier web” by @cory

🔗 https://coryd.dev/posts/2024/towards-a-quieter-friendlier-web/

> Be kind, be honest and engage on your own terms. Walk away from anything that doesn't serve you and don't be afraid to craft a browsing experience that best suits you. A healthier web is one that's slower, friendly and serves you. Eschew things that make demands of you, insist or impose upon your time and attention.

⚓️ https://nicolas-hoizey.com/links/2024/05/11/towards-a-quieter-friendlier-web/

codewiz, to web
@codewiz@mstdn.io avatar

I haven't paid attention to Netcraft's Web Server Survey, which was once a battlefield between Linux and Microsoft (namely Apache httpd vs Microsoft IIS).

Nginx took the lead from Apache in 2019. However, for the past 3 years Nginx's market share has been on a steady decline, matched by the growth of Cloudflare (10%) and "Other" (25%). Is Amazon AWS lumped with it?

https://www.netcraft.com/blog/april-2024-web-server-survey/

dusoft, to Blog
@dusoft@fosstodon.org avatar

I have published a new blog post History of Car Navigation Systems. Read it at: https://ambience.sk/history-of-car-navigation-systems/

davidbisset, to web
@davidbisset@phpc.social avatar

"38% of webpages that existed in 2013 are no longer accessible a decade later." 😞

https://www.pewresearch.org/data-labs/2024/05/17/when-online-content-disappears/

lx, to web
@lx@swiss.social avatar

Nothing is more annoying than when a website has broken form validation. Like for example when you paste something and then the pasted data is invalid but if you type it yourself, it's fine. Sometimes, adding and immediately removing a character triggers the validation but sometimes it does not.

Norobiik, to ai
@Norobiik@noc.social avatar

The -powered "Search Generative Experience ()" that the company had been trialing for months is rolling out to everyone in the . The top of many results (especially questions) are now dominated by an that scrapes the and gives you a sometimes-correct summary without needing to click on a single result.

adds a “web” filter, because it is no longer focused on
https://arstechnica.com/gadgets/2024/05/google-search-adds-web-filter-as-it-pivots-to-ai-focused-search-results/

tobiaskoengeter, to php German
@tobiaskoengeter@sueden.social avatar

We have released a new library: TypoRules for 🎉

It is not actually new, as we have been working with it for years to enable outstanding in our and applications. What is new is that all functionalities are now available in a bundled form and as .

You can find it at https://github.com/BitAndBlack/typorules

The library currently contains 42 rules and 5 rule sets, with more being added all the time.

Give it a try and let us know how you get on with it! 😇

rene, to web
amxmln, to web
@amxmln@mastodon.design avatar

Where do you guys get your design inspiration from these days? I’m especially interested in and design. I used to use Dribbble a lot in the past, but it seems to have shifted towards illustrative content and there’s just a lot to sift through before finding something in my niche. 🤔

mawkler, to web
@mawkler@fosstodon.org avatar

Can we please stop making custom dropdown menus that aren't keyboard searchable? It takes eons having to manually scroll through three separate lists of date/month/year instead of just typing out the numbers on my keyboard and pressing "Tab" to switch between the three menus.

techducks, to privacy German
@techducks@social.tchncs.de avatar

Do you know the Solid Project? What do you think about it?

https://solidproject.org/

gebrauchskunst, to philosophy German
@gebrauchskunst@layer8.space avatar

Neuer :

"Die Tochter des Online-Händlers"

oder
Staatlich Geplanter
mit &


https://rbbmediapmdp-a.akamaihd.net/content/ae/18/ae18955e-9a34-47ea-8b40-b6859747cc1e/ae18955e-9a34-47ea-8b40-b6859747cc1e_hd1080-avc1080.mp4

Der weltgrößte -Anbieter Amazon Services will sich langfristig in Brandenburg engagieren.

Die Tochter des -Händlers
gab
am Mittwoch bekannt, bis 2040
7,8 Milliarden Euro in in investieren zu wollen.

: bis 22.05.24 ∙ 23Uhr

https://www.ardmediathek.de/video/Y3JpZDovL3JiYl9lMGNmOGY3NC1mZmNlLTQyZTQtYjQ5Mi1kYmJiMTg5MDhiOTZfcHVibGljYXRpb24

godotengine, to web
@godotengine@mastodon.gamedev.place avatar

Listen up 🔊

The platform is getting some quality of life upgrades, snuck in right before the 4.3 feature freeze 🥶❄

Read the :
https://godotengine.org/article/progress-report-web-export-in-4-3/

aral, to SmallWeb
@aral@mastodon.ar.al avatar
tommi, to web Italian
@tommi@pan.rent avatar

💥 Persone a ! 👀

Oggi alle 18:30 a terrò un come anteprima di 2024! 💕

💡 La Nostra Rete è un per scoprire e ripensare il nella sua dimensione profondamente sociale.

Attraverso esperimenti e racconti, intraprenderemo un viaggio nella storia di , immaginando insieme un futuro digitale partecipato e orizzontale, ovviamente partendo dal ! 🚀

Sarei felice se mi aiutaste a far girare (siamo un po’ in ritardo, belin)!

cc: @victorvandort @chiaraepoi @Bida @reclaimthetech @gubi @kenobit @filippodb @devol @informapirata @informapirata

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • osvaldo12
  • mdbf
  • Youngstown
  • cisconetworking
  • slotface
  • rosin
  • thenastyranch
  • ngwrru68w68
  • khanakhh
  • megavids
  • ethstaker
  • tacticalgear
  • modclub
  • cubers
  • Leos
  • everett
  • GTA5RPClips
  • Durango
  • anitta
  • normalnudes
  • provamag3
  • tester
  • lostlight
  • All magazines