Search
Why we at $FAMOUS_COMPANY Switched to $HYPED_TECHNOLOGY
29.5.2020
Too funny:
After careful consideration, we settled on rearchitecting our platform to use $FLASHY_LANGUAGE and $HYPED_TECHNOLOGY. Not only is $FLASHY_LANGUAGE popular according to the Stack Overflow developer survey, it’s also cross platform; we’re using it to reimplement our mobile apps as well....
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...
Bitcoin News Roundup for May 27, 2020
27.5.2020
While the yuan weakens against the U.S. dollar, Coinbase makes an acquisition to grow its institutional trading infrastructure. It's another episode of CoinDesk's the Markets Daily podcast
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...
CSS Tips for New Devs
27.5.2020
Amber Wilson has some CSS Tips for New Devs, like:
It’s not a good idea to fix shortcomings in your HTML with CSS. Fix your HTML first!
And…
You can change CSS right in your browser’s DevTools (to open them, right-click the browser window and choose “inspect”...
ErisX Releases API for Bulk Trading of Bitcoin, Ether
26.5.2020
ErisX has released a block trading API for futures contracts and spot market trades to help large traders
Sberbank to Roll out 5,000 Apple&Google Pay-compatible Blockchain ATMs
26.5.2020
Major banks in Russia are looking to do away with plastic card-powered personal finance – and are turning to blockchain to boost contactless transactions in the wake of the coronavirus pandemic. The banks are being led by blockchain-keen Sberbank, which has just bought around 5,000 contactless ATMs...
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...
“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...
Bitcoin Hashrate Slides 33% Since Halving – Difficulty Drops, Issues in Sichuan China
22.5.2020
It’s been 11 days since the third bitcoin block reward halving. Data now shows that the overall SHA256 hashrate lost around 47 exahash per second (EH/s), since the all-time high of 140 EH/s on May 3. With more than 33% of the hashrate lost, reports stemming from Sichuan China indicate that...
Flexbox-like “just put elements in a row” with CSS grid
21.5.2020
It occurred to me while we were talking about flexbox and gap that one reason we sometimes reach for flexbox is to chuck some boxes in a row and space them out a little.
My brain still reaches for flexbox in that situation, and with gap, it probably will continue to do so. It’s worth noting...
Block.one Will Now Vote for EOS Candidates, But Wants Their Locations First
21.5.2020
Block.one has issued its own set of criteria to use when voting for EOS block producers, perhaps controversially including where they are based
Wild Satoshi Theories: The Curious Case of Bitcoin Block 3654 from 2009
21.5.2020
On Wednesday, 50 bitcoin mined on February 9, 2009, was moved from the original address to a new address. The movement of coins caused a great commotion throughout the cryptocurrency community, as some individuals assumed it may have been the mysterious Satoshi Nakamoto. However, skeptics believe...
Bitcoin Miners Double Revenue: Fees Spiked Over 200% in 10 Days Since the Halving
20.5.2020
Bitcoin (BTC) miners earned 44% more in transaction fees in the nine days since the halving than they did for the whole of April. If this continues miners will have more than doubled their income from transaction fees going forward. According to data from Coinmetrics, miners have collected...
Monster 369MB Block Processed on Bitcoin SV
20.5.2020
A monster 1.3M transaction block has been processed on the Bitcoin SV network
WordPress Block Transforms
20.5.2020
This has been the year of Gutenberg for us here at CSS-Tricks. In fact, that’s a goal we set at the end of last year. We’re much further along that I thought we’d be, authoring all new content in the block editor¹, enabling the block editor for all content now. That means when...
Blockchain Bites: BlockFi Hacked, Block.one Sued, BitMEX Down
19.5.2020
A SIM swapping exploit revealed BlockFi customer names and addresses while BitMEX is hit with RICO accusations
User agents
19.5.2020
Jeremy beating the classic drum:
For web development, start with HTML, then CSS, then JavaScript (and don’t move on to JavaScript too quickly—really get to grips with HTML and CSS first).
And then…
That’s assuming you want to be a good well-rounded web developer. But it might be that...