Search
The Many Facts Pointing to Adam Back Being Satoshi
28.5.2020
During the last year, news.Bitcoin.com created a series that shows the many facts that point to certain individuals who might just be Satoshi Nakamoto and it’s been a popular run so far. Our series has covered nearly everyone, but there are still a few individuals that haven’t been...
What Goldman Gets Wrong About Bitcoin (From Someone Who Used to Work There)
28.5.2020
Goldman's bitcoin research is wrong in key respects. But, as with J.K Rowling, the fault may lie with bitcoiners for not communicating clearly, says an ex-GS staffer
PureCSS Gaze
28.5.2020
Diana Smith with another mind-bending all HTML & CSS painting.
I love that these occupy a special place on the “Should I draw this in CSS?” curve. Things like simple shapes are definitely on the “yes” side of the curve. Then there’s a large valley where things...
The Many Bad (and Good!) Patterns for Close Buttons
27.5.2020
Manuel Matuzović details 10 bad HTML patterns for a close button. You know, stuff like this:
<a class="close" onclick="close()"×</a
Why is that bad? There is no href there, so it really isn’t a link (close buttons aren’t links). Not to mention the missing href makes this...
Responsive web design turns ten.
27.5.2020
Ethan on the thinking and research that inspired the term:
Around that time, my partner Elizabeth visited the High Line in New York City shortly after it opened. When she got back, she told me about these wheeled lounge chairs she saw in one section, and how people would move them apart for a...
Responsive web design turns ten.
27.5.2020
Ethan on the thinking and research that inspired the term:
Around that time, my partner Elizabeth visited the High Line in New York City shortly after it opened. When she got back, she told me about these wheeled lounge chairs she saw in one section, and how people...
Bitcoin Retakes $9K — 3 Technical Reasons There’s Still Room to Run
27.5.2020
The price of Bitcoin surges above $9,000 ahead of a Goldman Sachs client call about gold and BTC
RBI Confirms No Ban on Cryptocurrency Exchanges, Businesses or Traders in India
26.5.2020
India’s central bank, the Reserve Bank of India (RBI), has confirmed that there is no longer any banking ban on crypto exchanges, companies, or traders. This follows the supreme court decision to quash the RBI circular prohibiting banks from providing services to any customers dealing...
Eight Countries That Don’t Tax Your Bitcoin Gains
26.5.2020
As world governments push through legislation to levy taxes on capital gains from bitcoin (BTC) transactions, seeking to earn more from an asset class that frowns on regulatory oversight, there are still a few countries that remain pro-crypto, allowing investors to buy, sell or hold digital assets...
Block Links: The Search for a Perfect Solution
25.5.2020
I was reading this article by Chris where he talks about block links — you know, like wrapping an entire card element inside an anchor — being a bad idea. It’s bad accessibility because of how it affects screen readers. And it’s bad UX because it prevents simple user tasks, like selecting text.
But...
Analyst Is 'Surprised’ There Hasn’t Been a Large-Scale Attack on Bitcoin Cash Yet
25.5.2020
A crypto asset analyst said that the Bitcoin Cash hashrate fell by 30% since having and only accounts for about 2% of the SHA-256 hashrate
Think There Is Only 21M Bitcoin? Think Again, Says Weiss Ratings
25.5.2020
Exchanges use leverage like banks with cryptocurrencies, the agency argues, appearing to support self-ownership of private keys
“The Modern Web”
22.5.2020
A couple of interesting articles making the rounds:
Tom MacWrite: Second-guessing the modern web
Rich Harris: In defense of the modern web
I like Tom’s assertion that React (which he’s using as a stand-in for JavaScript frameworks in general) has an ideal usage:
There is a sweet spot...
Let’s Make One of Those Fancy Scrolling Animations Used on Apple Product Pages
22.5.2020
Apple is well-known for the sleek animations on their product pages. For example, as you scroll down the page products may slide into view, MacBooks fold open and iPhones spin, all while showing off the hardware, demonstrating the software and telling interactive stories of how the products...
The Fastest Google Fonts
22.5.2020
When you use font-display: swap;, which Google Fonts does when you use the default &display=swap part of the URL , you’re already saying, “I’m cool with FOUT,” which is another way of saying web text is displayed right away, and when the web font is ready...
Avoid Heavy Babel Transformations by (Sometimes) Not Writing Modern JavaScript
20.5.2020
It’s hard to imagine writing production-ready JavaScript without a tool like Babel. It’s been an undisputed game-changer in making modern code accessible to a wide range of users. With this challenge largely out of the way, there’s not much holding us back from really leaning into...
Radio Buttons Are Like Selects; Checkboxes Are Like Multiple Selects
20.5.2020
I was reading Anna Kaley’s “Listboxes vs. Dropdown Lists” post the other day. It’s a fairly straightforward comparison between different UI implementations of selecting options. There is lots of good advice there. Classics like that you should use radio buttons (single...
Unprefixed `appearance `
18.5.2020
It’s interesting how third-parties are sometimes super involved in pushing browser things forward. One big story there was how Bloomberg hired Igalia to implement CSS grid across the browsers.
Here’s another story of Bocoup doing that, this time for the appearance property. The story...
20 Blockchain Surveillance Firms Monitor Crypto Networks, But Some Apps Show Inaccuracies
16.5.2020
During the last few years, blockchain surveillance has increased a great deal and in the early days around 2013-14, there were only a handful of firms. Now there are more than 20 blockchain analysis companies that monitor addresses, transactions, and making sure addresses are AML/CFT compliant...
WTF is a Static API
15.5.2020
Just like there is a movement to make more websites (and more of websites) from pre-rendered static files (Jamstack), so to might we consider moving content-based APIs to be static. Sean C Davis:
A static API is simply a collection of flat JSON files that live on a content delivery...