Amelia Bellamy-Royds
AmeliaBR@front-end.social
<p>Nothing but potential.</p><p>You may know me from SVG books, CSS working group, Maps in HTML, or similar, but mostly just lurking on the edges of web dev these days.</p><p>For personal posts, gardening, Edmonton (Canada) weather updates & event listings, and occasional opinions on politics and public health, follow <span class="h-card" translate="no"><a href="https://mstdn.ca/@AmeliasBrain" class="u-url mention">@<span>AmeliasBrain</span></a></span></p>
Posts
-
Post #2848423
For any Canadian Fedizens wondering why things got quiet, #mstdnca is down. Not a power outage (or at least not a neighbourhood wide one), and also not the usual time-out server overload issues; it&#39;s not replying at all. So it&#39;s probably down until after day-job hours are over. https://status.mstdn.ca/ (Response time graph shows quick replies, but that&#39;s the Cloudflare error page.) Although given how many people switched off mstdn.ca last month, maybe the rest of you d...
-
Post #2848422
RE: https://hachyderm.io/@jyasskin/116615385285957906 On Google&#39;s new &quot;Modern Web Guidance&quot; installable &quot;skill&quot; prompt for its Gemini genAI model:
-
Post #2848421
RE: https://front-end.social/@castastrophe/116603718953722527 Since I&#39;ve boosted some criticism of the Google &quot;Modern Web Guidance&quot; LLM skill package, I should boost a more positive announcement. (Note that I haven&#39;t watched the video myself.) And I&#39;d like to point out that this is an excellent team of experts to assemble if you want to create guidance on building websites with modern standards. It does feel a bit of a waste that the guides they creat...
-
Post #2848420
This &quot;1996 Class Reunion&quot; Blog Post from the Internet Archive&#39;s Wayback team is cute: https://blog.archive.org/2026/05/07/celebrating-thirty-years-of-the-internet-archive-with-the-class-of-1996/ But... Am I overthinking their &quot;Cutest Couple: W3C &amp; CSS&quot; choice? &quot;One builds the structure, the other makes it beautiful.&quot; Shouldn&#39;t that be HTML &amp; CSS? But HTML &amp; w3.org had a big break-up later. Not so cute...
-
Post #2848419
Reading up on the latest dystopia on Google&#39;s Ads &amp; Commerce blog. The gray text on white background is too fine for me to read easily. No problem, Ctrl-+ to zoom in. The text gets smaller. Did I hit the wrong key? I try again, checking the zoom % in the browser bar. Nope, not my mistake — theirs. Text size scales down from 16px to 14px in a width media query, cancelling out the zoom at that particular step. #CSS Devs: Don&#39;t do this! There was still lots of margin sp...
-
Post #1810363
Introducing... The 256 Byte* Website! *(per file) Last week @tantek.com posted a little puzzle for the 256th day of the year: &gt; build an entire website where each resource fits into at most 8-bits worth of bytes. https://tantek.com/2025/257/t1/happy-8bitday-255-bytes-max When @bkardell re-upped the post, this nerd got sniped &amp; spent way too many hours Friday to make a microsite from 16 256-byte or smaller files: HTML, CSS, SVG, WebP. Here it is, enjoy! Please let me know of is...
-
Post #1527737
RE: https://infosec.exchange/@SecureOwl/116404712213309413 It doesn&#39;t count as phishing if the phish just jump into your basket. (Unfortunately, the people writing this code aren&#39;t the ones whose personal information is being thrown out into the internet.)
-
Post #1527736
This is a great story-telling data visualization structure, presenting one chart at a time, then inviting you to hit a button to dig deeper. (Unfortunately, no alt-text descriptions on the actual SVG charts, but the main body text does convey the key points.) Edit: links, because quote boosts are unreliable, especially when quoting something half-federated like Threads: https://www.hankgreen.com/crc https://www.threads.com/@hankgreen/post/DXSrVn_idpt
-
Post #1251117
Interesting approach to a cookie banner, and so easy to implement for the devs: Tell people that they can always block cookies from their browser settings. I think this *could* be GDPR compliant if they don&#39;t share any of their own analytic data with advertisers using other means, so that the user blocking 3rd-party cookies is sufficient to block sharing of data? From nfb.ca (National Film Board of Canada). Learn more links to https://help.nfb.ca/cookies/ (with, sigh, gl tracking query...
-
Post #1006309
Light mode, dark mode, CSS space opera mode... https://xkcd.com/3227
-
Post #1006301
RE: https://follow.ethanmarcotte.com/@beep/116369277103757569 It&#39;s always disappointing when a &quot;progressive&quot; organization turns out to be the same top-down capitalist squeeze when it comes to negotiating with their employees...
-
Post #288998
Yet another reminder that &quot;chatbot&quot; AIs are programmed to give something that looks like the most likely answer based on text in their training data. They have no understanding of the real world or what their words mean. (PS, note the follow-up clarification: no one asked the Slack bot about the fire alarm, since no one expected it to have relevant knowledge. But still, it eagerly butted into a conversation between evacuated staff.) https://mastodon.online/@tagir_valeev/11605...
-
Post #288994
RE: https://infosec.exchange/@mttaggart/116065340523529645 Ars Technica publishes an article about the &quot;AI agent&quot; that published a blog post complaining about a (human) open source maintainer rejecting its pull requests. The Ars Technica article was apparently also written by generative AI, full of fake (&quot;hallucinated&quot;) quotes from the human maintainer. The Turing test was a mistake. (Or at least, the idealization of that test as a goal to achieve.) We don&...
-
Post #258201
RE: https://tech.lgbt/@solonovamax/116049115040950367 If I'm reading the disclosure correctly, the issue is: - Windows Notepad is more than just a plain text editor now. - In particular, it has a markdown preview feature, including clickable links. - But, it doesn't have full web browser security processes for what to do if you click on a link with a protocol that triggers a local application. It gets treated as if the user was directly running that application. So, don't open str...