Search
Ross Ulbricht Supporters Auction Collectibles After BTC Price Wager Goes Sour
4.1.2020
Digital currency influencers have started an auction to raise money for Ross Ulbricht who is serving a double life sentence for his involvement with Silk Road. There are lots of unique items for auction including artwork, physical coins, and other collectibles. Additionally, the crypto community...
Microbrowsers are Everywhere
3.1.2020
The word "microbrowser" clearly got my attention. Never heard that before. Colin Bendell defines them as the little parts of other software that do HTTP requests to a URL to generate a preview. Like the little URL preview in iOS messages, WhatsApp, or Slack.
I'm a tiny bit skeptical of the name...
How to Build Your Resume on npm
2.1.2020
Just yesterday, Ali Churcher shared a neat way to make a resume using a CSS Grid layout. Let’s build off that a bit by creating a template that we can spin up whenever we want using the command line. The cool thing about that is that you’ll be able to run it with just one command.
I know...
Gatsby and WordPress
31.12.2019
Gatsby and WordPress is an interesting combo to watch. On one hand, it makes perfect sense. Gatsby can suck up data from anywhere, and with WordPress having a native REST API, it makes for a good pairing. Of course Gatsby has a first-class plugin for sourcing data from WordPress that even supports...
A Whole Bunch of Places to Consider Contrast in a Single Paragraph
23.12.2019
When we're thinking about choosing colors in design, we're always thinking about accessibility. Whenever colors touch, there is contrast and, if we're talking about the color contrast of text, it needs to be high enough to be readable. This benefits people with a variety of visual disabilities,...
[aktualita] Plánovaný prodej domény .org se komplikuje, ICANN žádá další informace
16.12.2019
Chystaný prodej domény .org, respektive jejího současného vlastníka, neziskovky Public Interest Registry (PIR), komerční firmě Ethos Capital vzbudil řadu kritických ohlasů. Na této doméně často fungují neziskové projekty (včetně např. Wikipedie) a některé z nich se obávají, že komercionalizace...
Planned $1.1B Sale of .Org Angers Many Open Source Crypto Developers
12.12.2019
The potential sale of the .org top-level domain could mean higher costs for open source crypto projects
Dip Your Toes Into Hardware With WebMIDI
12.12.2019
Did you know there is a well-supported browser API that allows you to interface with interesting and even custom-built hardware using a mature protocol that predates the web? Let me introduce you to MIDI and the WebMIDI API and show you how it presents a unique opportunity for front-end developers...
Making a Better Custom Select Element
11.12.2019
We just covered The Current State of Styling Selects in 2019, but we didn't get nearly as far and fancy as Julie Grundy gets here. There is a decent chunk of JavaScript that powers it, so I'm still very much eyeballing browsers' recent interest in giving us more powerful selects in (presumably)...
CBD Coffee Company Leverages Censorship-Resistant Nature of Crypto
11.12.2019
On December 8, the U.S.-based coffee firm that uses cannabidiol (CBD) in its product, Crazy Calm, launched a promotion that aims to send $5 per order to the charity EatBCH. The founder of Crazy Calm, Matt Aaron, also detailed that the startup wanted to leverage the payment processor Shopify but...
Ross Ulbricht Clemency Petition Gathers 250,000 Signatures
7.12.2019
On Friday, the Clemency for Ross Ulbricht petition hosted on Change.org surpassed 250,000 signatures. The solicitation for signatures started in July 2018 and gathered roughly 6,200 signatures during the first three days. Now with a quarter of a million signatures asking U.S. President Donald Trump...
Techniques for Rendering Text with WebGL
6.12.2019
As is the rule in WebGL, anything that seems like it should be simple is actually quite complicated. Drawing lines, debugging shaders, text rendering… they are all damn hard to do well in WebGL.
Isn’t that weird? WebGL doesn't have a built-in function for rendering text. Although text seems like...
Weekly Platform News: Upgrading Navigations to HTTPS, Sale of .org Domains, New Browser Engine
5.12.2019
In this week's roundup: DuckDuckGo gets smarter encryption, a fight over the sale of dot org domains, and a new browser engine is in the works.
Let's get into the news!
DuckDuckGo upgrades and open-sources its encryption
DuckDuckGo has open-sourced its “Smarter Encryption” technology that enables...
Firefox 71: First Out of the Gate With Subgrid
5.12.2019
A great release from Firefox this week! See the whole roundup post from Chris Mills. I'm personally stoked to see clip-path: path(); go live, which we've been tracking as it's so clearly useful. We also get column-span: all; which is nice in case you're one of the few taking advantages of...
Dark Mode Favicons
4.12.2019
Oooo! A bonafide trick from Thomas Steiner. Chrome will soon be supporting SVG favicons (e.g. <link rel="icon" href="/icon.svg">). And you can embed CSS within an SVG with a <style> element. That CSS can use a perfers-color-sceme media query, and as a result, a favicon that supports...
“Headless Mode”
2.12.2019
A couple of months ago, we invited Marc Anton Dahmen to show off his database-less content management system (CMS) Automad. His post is an interesting inside look at templating engines, including how they work, how CMSs use them, and how they impact the way we write things, such as loops.
Well...
[článek] Apple kapituloval – Krym je Rusko, doména .org mění majitele a Spotify investuje do podcastů
1.12.2019
[13 minut čtení] Mikrocílení v problémech, e-koloběžky také, Baby Yoda, Twitter (ne)bude mazat účty a Johny Ive už není v Applu. Co ještě přinesl právě končící #tyden. Google zakázal mikrocílení a „falešná tvrzení“ v politické reklamě. Tedy i to, co Facebook odmítá řešit. Oznámil to v An update...
Film Reveals Never-Before-Seen Information About the Silk Road Case
1.12.2019
On November 26, a new Silk Road video was published that reveals underreported and never-before-seen information. The film called the “Silk Road Case: The Real, Untold Story” contains over 400 references to direct evidence from a wide range of sources. The organization Freeross.org...
Photonics Bitcoin Mining Tech Aims to ‘Democratize’ Energy Use
29.11.2019
Three researchers have published a paper at Cornell University’s arxiv.org proposing a system called Optical Proof of Work (OPOW) to potentially be employed in Bitcoin mining. According to the paper, “heavy reliance on electricity has created scalability issues, environmental concerns...
Growing Accessibility Conversations
22.11.2019
I started this year on a new path at Knowbility — to help people and organizations create accessible content and apps. But what was exciting and helped motivate me more were two things:
WebAIM's Accessibility Analysis of One Million Page Homepages. With over 97% of sites having WCAG failure...