Search
97% of People Consulted by UK Financial Regulator Opposed Crypto Derivatives Ban
8.10.2020
The Financial Conduct Authority (FCA) ban on crypto derivatives sales to retail investors has set tongues wagging. It is no mystery. After a consultation process that closed Oct. 3, 2019, with 97% of participants opposed to the prohibition, the U.K. financial regulator still proceeded to issue...
On the Web Share API
6.10.2020
I think the Web Share API is very cool (here’s our coverage). In a nutshell, it taps into the native sharing features on whatever platform you’re on, if that platform supports it. So essentially…
I like this:
Web Share API activated on iOS
A heck of a lot more than these...
Make Your Own Dev Tool
29.9.2020
Amber Wilson on making bookmarklets to help yo-self. She shows off one that injects an accessibility script — I like this approach, as it means you don’t have to maintain the bookmarklet, just the script it links to). Another example runs some code contained right in the link. The result...
Don’t Have a Fast Bot? Beware of Initial DEX Offerings, Researchers Warn
29.9.2020
Despite a focus on “fairer distribution” of newly issued tokens, so-called Initial DEX Offerings (IDOs) tend to benefit only the most advanced traders, much in the same way as the now-infamous Initial Coin Offerings (ICOs) of 2017, a crypto research firm Messari warned.
The warning comes on...
Americans don’t want to give up their paper money, but they should
27.9.2020
Cryptocurrency may emerge as a more widely adopted means of exchange as consumers grow increasingly comfortable with cashless transactions
A Gentle Introduction to Using a Docker Container as a Dev Environment
24.9.2020
Sarcasm disclaimer: This article is mostly sarcasm. I do not think that I actually speak for Dylan Thomas and I would never encourage you to foist a light theme on people who don’t want it. No matter how wrong they may be.
When Dylan Thomas penned the words, “Do not go gentle into that good...
The FinCEN Files Show Banks Don’t Actually Care About Stopping Money Laundering
21.9.2020
The massive leak of suspicious activity reports shows how banks let the government know about likely money laundering, then go right on providing services
Remove the Search Input Clear(x) Icon
21.9.2020
I really appreciate the amount of different <input> elements we’ve received over the past decade. These elements don’t just bring a new semantic advantage, but also provide UI helpers, which in many cases are useful. In a recent case, I found a UI element not useful: the x (clear)...
European central bank execs explain why CBDCs don’t need blockchain
21.9.2020
Before trying to apply blockchain to anything, think why
Report: Most firms in Korea’s ‘blockchain city’ don’t know what blockchain is
18.9.2020
Is Busan a "blockchain city" in name only?
60% of Firms in Blockchain Sandbox City Don’t Know What Blockchain Is
17.9.2020
The Gwangandaegyo or Diamond Bridge in Busan, South Korea. Just a year ago, Busan, the second biggest city in South Korea, was celebrating after it was granted the nation’s first blockchain regulatory sandbox status – with grand plans afoot for implementing tokenized business plans...
Lessons Learned from Sixty Days of Re-Animating Zombies with Hand-Coded CSS
16.9.2020
I’ll be linking to individual Pens as I discuss the lessons I learned, but if you’d like to get a sense of the entire project, check out 60 days of Animation on Undead Institute. I started this project to end on August 1st, 2020, coinciding with the publication of a book I wrote featuring...
Report: Privacy coins don't conflict with anti-money laundering laws
16.9.2020
Where does the right to financial privacy end?
Don’t expect another Bitcoin price ‘catastrophic dump’ — analyst
15.9.2020
Bitcoin’s macro landscape is making current price levels look like a good buy-in, Willy Woo suggests as support stacks up at $9,600
Winamp Skin Museum
15.9.2020
65,000 skins, they say. That’s extraordinary, especially considering how creative and well done many of them are. MySpace was an even bigger creative explosion of customization.
What’s the next product that will inspire this kind of user ownership through theming? Allowing...
Setting up and Customizing the Ant Design System in a Nuxt App
9.9.2020
I don’t typically work with UI libraries because they can be cumbersome and hard to override, which can contribute to a bloated. However, Ant Design has recently gained some some of my affection because it’s easy to use, has extensible defaults, and features a delicate design.
Nuxt and...
One Action, Multiple Terminal Windows Running Stuff
8.9.2020
Many development environments require running things in a terminal window. npm run start, or whatever. I know my biggest project requires me to be running a big fancy Docker-based thing in one terminal, Ruby on Rails in another, and webpack in another. I’ve worked on other projects that...
Don’t panic? ‘Smart money’ whales are waiting to buy Bitcoin at $8,800
4.9.2020
Whales are bidding $8,800 to purchase Bitcoin on major exchanges like Bitfinex following a sharp drop to sub-$10,000
The Tapscotts Take Their Blockchain Research Institute Into Europe
2.9.2020
Blockchain Research Institute (BRI), the consultancy founded by father-and-son tech evangelists Don and Alex Tapscott, has opened a European arm
How to Make a Media Query-less Card Component
1.9.2020
Fun fact: it’s possible to create responsive components without any media queries at all. Certainly, if we had container queries, those would be very useful for responsive design at the component level. But we don’t. Still, with or without container queries, we can do things to make our components...