Displaying 188 results for "wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd" in 0.0009 seconds.
Page 3 of 4
DrugLab: Cheap, Good and Fast Drug Store
Large Selection. Fast Shipping. Worldwide. Cannabis Weed Hashish, MDMA Ecstasy, Cocaine, LSD, Heroin, Pharma Medics and many more
druglabr3ukbk47dkufxy6aa5qejf25ehdxji5t3bvwgrvbidukcdhqd.onion/?dh
Sponsored Ad
Notice box semantics - Seirdy
I’d rather make a notice a <section> with a heading, or an <aside> if it’s not related to the surrounding content. You could even add a more
ChatGPT reliance considered harmful - Seirdy
Designing tools to make people feel convenienced (the opposite of inconvenienced) is sometimes different from designing tools to make people’s lives better
On displaying word counts - Seirdy
Some of my posts are long. My longest post is almost 20k words as of right now (60-80 pages printed out), and will get longer as I update it. Length is an
The problem with automated accessibility checks - Seirdy
I run Lighthouse and WAVE as a “Hey, let’s see what I have ahead of me” kind of thing. A baseline of sorts. Then I go into manual testing I strongly disagree
An “adapt” HTML prefix - Seirdy
The Accessible Platform Architectures (APA) working group hopes to designate adapt- as a reserved prefix in HTML 5. You can read the draft proposal on the
Reporting API and informed consent - Seirdy
Whether or not increasing a user’s fingerprint (potentially crossing the uniquely-identifiable threshold) is “worth it” is something for the user to decide, not
Praise for weird browser setups - Seirdy
Balancing the needs of many users is hard. The gift of having a quirky setup is it improves inclusivity by default. In addition to using mainstream browsers
Pale Moon - Seirdy
Pale Moon’s inception pre-dates Firefox 57 by many years; before its notoriety following the removal of XUL/XPCOM, it was popular among people who didn’t like
UI toolkits and the accessibility gap - Seirdy
How does Warp stack against other toolkits when it comes to accessibility and system integration? In my system settings I set colors, default fonts (with
Reflections on the 2022 Web Almanac’s accessibility findings
I have a few thoughts on these findings: The Almanac says skip links commonly skip to the <main> element; I consider large focusable containers an
DoH in Android - Seirdy
IMO: the main benefit of DNS-over-HTTPS (DoH) is that it’s a stepping stone to Oblivious DNS over HTTPS (RFC 9230). i distrust how much more this encourages
Your WYSIWYG editor - Seirdy
Would love to see something that conforms properly to the WAI Authoring practices and supports microformats2. That could combine well with a stylesheet that
Motivations for dropping JPEG-XL - Seirdy
I do find their decision to drop JPEG-XL from Chromium problematic because it was clearly an example of them ignoring everyone else, showing the limits of
Thoughts on callout semantics - Seirdy
Interesting proposal! Some thoughts: I’d suggest looking into the doc-notice, doc-tip, and doc-example DPUB-ARIA roles. I’m a big fan of DPUB-ARIA and I do not
OpenSSL replacements - Seirdy
Are you referring to making an OpenSSL-compatible API, so OpenSSL-only programs can link against BearSSL? I really like BearSSL for TLS 1.2: it’s tiny, runs
Polygot XHTML5 - Seirdy
Why is my site’s markup polygot XHTML5? I have had to deal with some really awful user-agents: Bespoke markup parsers in RSS readers. Link previews in obscure
Clang supports wiping call-used registers - Seirdy
Here’s a compiler flag that slipped my notice: Clear Linux has -fzero-call-used-regs=used in its CFLAGS for security-sensitive x86_64 packages, wiping call-used
Re: trying real websites in the SerenityOS browser - Seirdy
Most of these are pages that blur the line between “document” and “app”, containing many interactive controls. Being concerned about them is valid; however, I
Social implications of crawler neutrality - Seirdy
You said something I’d like to draw attention to: I have been banned from LinkedIn temporarily myself 4 times for “looking at too many profiles”. It is in their
User choice and progressive enhancement - Seirdy
Many users who need a significant degree of privacy will also be excluded, as JavaScript is a major fingerprinting vector. Users of the Tor Browser are
OpenSSL and QUIC - Seirdy
A rough timeline of QUIC support in OpenSSL-like libraries: BoringSSL implements QUIC. Quiche, a QUIC library, requires BoringSSL. Nginx can be patched to use
Hello notes - Seirdy
This is first “note” on my IndieWeb Site. Notes will be shorter and less formal than typical blog posts; this is a microblog, not a typical weblog. Once this is
Soulless Pride - Seirdy
One thing I don’t like is faux corporate support for pride month. Think rainbow branding for large organizations that don’t actually do much to improve the
Living dead internet theory - Seirdy
I propose an alternative to the Dead Internet Theory called the Living Dead Internet Theory, an exaggerated version of my actual beliefs: Any content written to
Website security scanners - Seirdy
Speaking generally: I think most website security scanners (Webbkoll, Observatory, et al) lend themselves to cargo-cults. You don’t need most Content Security
Reasons to use Nginx - Seirdy
I generally recommend Caddy over Nginx, but Nginx does still have certain advantages: Nginx supports OpenSSL commands that enable features like TLS record
Dark theme woes - Seirdy
I try to have limited reliance on CSS media queries in favor of being inclusive by as many people as possible by default, including fingerprinting-averse
Re: AI-Generated Images from AI-Generated Alt Text - Seirdy
This is a great post to illustrate the utility of detailed alt-text when an image is the primary content. I think it’s less relevant for the more common use of
TUIs and accessibility - Seirdy
ncurses is fine for certain specific purposes, like querying terminal characteristics. I think if you’re building a TUI it should generally be one of multiple
Ideas for filtering fediverse timelines - Seirdy
An alternative to controversial recommendation algorithms is timeline-filtering algorithms. Feeling pressured to scroll through too much is unhealthy and lends
Things can get better - Seirdy
I’m in partial agreement with this take. On one hand, expectations change with time. Most people outside my bubble look at interfaces I like using and say they
Problems with BIMI - Seirdy
Everything about Brand Indicators for Message Identification (BIMI) feels so half-baked. Lukewarm take: BIMI should mandate DMARC with DKIM and just ignore SPF
Google drops Webp2 and JPEG-XL - Seirdy
Earlier this month, Google re-branded its WebP2 repository to clarify that WebP 2 will not be released as an image format.. This week, Google deprecated
Browser development moratorium - Seirdy
What if Firefox and Chromium placed a year-long moratorium on all new browser features unrelated to security, accessibility, and internationalization? Effort
“Open Artificial Intelligence” misses the point - Seirdy
The Open-Source Initiative (OSI) is planning to form a definition of “Open Artificial Intelligence” (not to be confused with OpenAI, a company selling
Re: Give up GitHub - Seirdy
I might drop GitHub mirrors for new projects, but I worry that this could disproportionately cause friction among disabled users. The main reason I currently
Praise for MoonScript - Seirdy
MoonScript (a language with a CoffeeScript-like syntax that transpiles to Lua) continues to be the most enjoyable programming language I have ever used. It’s
Supporting alternative browser engines - Seirdy
Progressive enhancement is a wonderful thing. I try to make sites usable in browsers of that era (with a TLS terminator) despite using several HTML 5 and
Document policy and image compression - Seirdy
Interaction between the Document-Policy -images-max-bpp directive and a user-agent’s supported image formats is currently unspecified. Next-gen image formats
Classic web badges - Seirdy
My curation of over 70 88x31 badges, representing what I and this site use and stand for
Agent optimization - Seirdy
I’m thinking about coining a term to reflect a non-toxic alternative to “search engine optimization” (SEO). Working name: “agent optimization”. MDN has SEO
Resumé - Seirdy
Detail-oriented, committed, self-motivated, OSS enthusiast proficient in Python, Go, Linux/UNIX systems, and cloud-native computing looking for an internship
Testimonials - Seirdy
What do people think about Seirdy? These are some quotes about me
Next steps for my search engine collection - Seirdy
My search engine article blew up recently, as yet another major publication linked it (yay! /gen), so I made some fixes: Moved a couple engines to the
Website todo - Seirdy
A catalog of all the website improvements I hope to make on seirdy.one, but haven't gotten to yet (and some that I have)
Fediverse greeting - Seirdy
Fediverse-related information about Seirdy. Follow-request information, Fedi practices, etc
Semantic tone indicators - Seirdy
We need semantic markup for sarcasm for the best of both worlds! Style sarcasm with CSS and have your client/browser indicate it to you however you prefer. The
Takeaways from the Google Content Warehouse API documentation leak
My thoughts on Google's Content Warehouse API doc leak, what we can learn from its ranking factors, and why the following SEO hype is overblown
MDN’s AI Help and lucid lies - Seirdy
MDN’s AI Help can’t critically examine training data’s gaps, biases, and unrelated topics. It’s a useful demonstration of LLMs’ uncorrectable lucid lies
Section permalinks - Seirdy
IMHO, your implementation seems just right. Thanks! I based my approach off of Amber Wilson’s section permalinks One key difference: I wanted CSS to be an