Skip to main content

Search

Items tagged with: web


BlueSky is to the ATmosphere what Goggle is to the modern web. Discuss.

Keen to read arguments both for and against, including within the same post. Reasoned arguments I disagree with get more points than knee-jerk hot takes I agree with. Go!

#BlueSky #ATmosphere #Google #web


By the way, this is my second article for Frontend Masters.

My first was a few months ago and it was about creating dynamic split effects (image, text, page) without any content duplication whatsoever frontendmasters.com/blog/split…

#CSS #SVG #filter #blending #code #web #webDev #frontend #coding #dev #webDevelopment #blendMode #svgFilter #cssGradient


I have a new article out: 🎇 Pure CSS Halftone Effect in Only 3 Declarations 🎇 frontendmasters.com/blog/pure-…

This goes through the how behind the 3 declarations and then explores a lot of variations that help us produce 🌟 cooler, more interesting 🌟 patterns.

#CSS #pattern #gradient #halftone #cssPattern #cssGradient #filter #blending #blendMode #code #coding #frontend #web #dev #webDev #webDevelopment


French #court blocks popular #porn site… #subdomain


Source: techcrunch.com/2024/11/28/fren…

As a result, the court ordered blocking of “fr.xhamster.com,” including the “fr.” prefix. This means internet service providers have complied with the order and blocked xHamster at the DNS level but only with the “fr.” prefix. So #xHamster remains accessible in France — until regulator, Arcom, finds a way to close this embarrassing loophole.


#news #internet #knowlege #Knowhow #justice #technology #dns #block #web #www #uri #access #provider #fr #France #fail #omg #wtf


:kitten: New Kitten release

• Improves macOS post-install instructions

• Node runtime upgraded to 22.11.0

• New well-known /💕/ok route for testing new deployments (return 200 success, guaranteed to work even if your app doesn’t)

• Interpolated numbers/bare content fix in kitten.html parser.

• Now with many more tests :)

kitten.small-web.org

#Kitten #SmallWeb #SmallTech #web #dev


Safari Search Engine choices:

* Google
* Yahoo Bing
* Bing Bing
* Duck Bing
* Ecosia Bing

#google #yahoo #bing #duckduckgo #ecosia #search #web #safari


Within this assessment, the red team (also referred to as ‘the team’) gained initial access through a web shell left from a third party’s previous security #assessment.


Source: cisa.gov/news-events/cybersecu…

Today's #security measures therefore tend to reduce security rather than increase it. 🤔😖

#news #Software #vulnerability #bug #fail #cybersecurity #Problem #omg #wtf #web #webshell #internet


Streamiverse is written in Kitten and you can follow the “htmx, the htmx WebSocket extension, and socket routes” tutorial to create a Kitten app that consumes the API:

kitten.small-web.org/tutorials…

To get started with Kitten, see:

kitten.small-web.org

(Could be a fun little thing to play with this weekend.)

:kitten:💕

#Kitten #SmallWeb #htmx #WebSocket #streaming #fediverse #Mastodon #API #SmallTech #web #dev


Hey web devs, not breaking links doesn’t have to be hard…

Heard of the 404 → 307 technique? (Well, now you have!)

4042307.org/

🌲

#evergreenWeb #web #dev


How to set up a mimimal/blank new tab page on Ungoogled Chromium that conforms to your system’s dark mode setting:

github.com/ungoogled-software/…

PS. You can install Ungoogled Chromium easily on macOS using Homebrew:

```shell
brew install --cask eloston-chromium
```

For more macOS setup/configuration tips see my quick gist:

codeberg.org/aral/gists/src/br…

#ungoogledChromium #chromium #chrome #minimal #newTabPage #aesthetics #accessibility #privacy #configuration #web


Someone hearted a Pen I made over a year ago, a no library, minimal JS version of another I found on @codepen.

At the time, it didn't work in Firefox as it was transitioning custom properties and support for :has() there was spotty.

Now it's cross-browser codepen.io/thebabydino/pen/gOqYdJd

#CSS #cssTransition #mask #cssMask #revealEffect #textEffects #textEffect #code #coding #frontend #webDevelopment #web #dev #webDev


Funny how, a decade ago, they called us “tin-foil hat conspiracy theorists” for suggesting such things and we were shunned by “respectable” folks in the web community afraid to lose their favoured status as Big Tech’s bottom feeders.

vimeo.com/96727211

#BigTech #SiliconValley #ventureCapital #capitalism #surveillance #BigWeb #web #SmallTech #ethicalTech #privacy #humanRights mstdn.ca/@teledyn/113489107039…


@bjb @jrredho

It is called Active Listening, and Alexa has a patent on it.

buttondown.com/creativegood/ar…



Gosh I do love how elegant Playwright + my little Kitten¹ process helper makes it to write end-to-end tests.

Check out the tests for the peer-to-peer web (Small Web) end-to-end encrypted chat example²:

codeberg.org/kitten/app/src/br…

That handles the setting up of two instances (place1.localhost:498 and place2.localhost:499) and tests the sending of end-to-end encrypted messages between them.

:kitten:💕

¹ kitten.small-web.org
² codeberg.org/kitten/app/src/br…

#Kitten #SmallWeb #peerToPeer #web #dev #JS


Just updated the Kitten reference section on testing Kitten to include instructions on running the new regression and end-to-end tests.

Will only be of interest if you’re hacking on Kitten itself.

kitten.small-web.org/reference…

#Kitten #SmallWeb #web #dev #NodeJS #testing #playwright