Search
Software Ate the World, Here’s How It Eats Finance
26.2.2020
Real disruption in financial services means creating new plumbing for transactions, not nicer apps on top of existing rails, says CoinDesk columnist Lex Sokolin
In-Browser Performance Linting With Feature Policies
26.2.2020
Here’s a neat idea from Tim Kadlec. He uses the Modheader extension to toggle custom headers in his browser. It also lets him see when images are too big and need to be optimized in some way. This is a great way to catch issues like this in a local environment because browsers will throw an error...
Pages for Likes
24.2.2020
I posted about parsing an RSS feed in JavaScript the other day. I also posted about my RSS setup talking about how Feedbin is at the heart of it.
Dave discovered that Feedbin can also produce an RSS feed for all your likes. Likes is a feature of Feedbin, and fortunately also NetNewsWire, which...
No Backdoor on Human Rights: Why Encryption Cannot Be Compromised
23.2.2020
In April 2019, the UK issued an Online Harms White Paper to announce its campaign to rein in “harmful speech” on social media sites such as Facebook and TikTok. The public consultation period has ended and a full consultation response is expected in Spring 2020. (Initial Consultation...
Get Ready for the Bitcoin Halving – Here Are 9 Countdown Clocks You Can Monitor
22.2.2020
The anticipation for the block reward halving for BTC, BCH, and BSV has been building. All three cryptocurrencies will see rewards halved from 12.5 to 6.25 coins throughout the months of April and May. The following is a comprehensive list of websites that are counting down each crypto’s...
Here’s Why Interest Rates on Cryptocurrencies Could Be a Game-Changer
22.2.2020
The growth in crypto lending platforms is giving birth to a new type of valuation metric: interest rates
Inspiring high school students with HTML and CSS
21.2.2020
Here’s a heartwarming post from Stephanie Stimac on her experience teaching kids the very basics of web development:
[...] the response from that class of high school students delighted me and grounded me in a way I haven't experienced before. What I view as a simple code was absolute magic...
After Overnight Flash Crash, Here Are 5 Reasons Why Bitcoin Will Rally Again
21.2.2020
The golden cross, strong weekly support, halving, liquidity fills and on-chain activity are all signs of bullish Bitcoin continuation
Animate SVG Path Changes in CSS
20.2.2020
Every once in a while I'm motivated to attempt to draw some shapes with <path>, the all-powerful drawing syntax of SVG. I only understand a fragment of what it all can do, but I know enough to be dangerous. All the straight-line syntax commands (like L) are pretty straightforward and I find...
8 Tips for Getting the Most out of Crypto Telegram
20.2.2020
For news, gossip, FUD, FOMO, charts, bots, and project updates, crypto Telegram is where it’s at. The beating heart of the crypto community resides in Pavel Durov’s encrypted messenger application. Accessing Telegram is easy, but optimizing your experience to get the most out of...
Blockchain for the Environment: It Is Real and It Is Here
20.2.2020
Blockchain technology could be the main tool in the efforts to combat climate changes
Footnote Characters
20.2.2020
They are special superset numbers that are sometimes perfect for footnotes. Here they are:
¹ ² ³ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹
I generally prefer to superscript the number myself, like:
<pThis next word<sup1</suphas a footnote.</p
You'd probably add an anchor link around that as well to link to an...
monica.css
20.2.2020
Monica Dinculescu:
I don’t want every possible padding and margin and colour and flexbox configuration in the world. I just want the ones that I know I end up using in every project. So here is monica.css: my very own CSS framework, which I copy paste at the beginning of every CSS file and take...
How to Mine Bitcoin in 2020
19.2.2020
Bitcoin mining is a great way to earn cryptocurrency while providing a valuable service to the global network of users. Miners can set up a hardware operation by themselves or join forces with a large venture via cloud mining. If you are looking to enter this field in 2020, here is what you need...
Will Bitcoin Price Finally Conquer $10K? Here Are 3 Things to Consider
16.2.2020
Bitcoin and altcoins, in particular, are bleeding but such pullbacks are quite a normal occurrence in bull markets
“CSS4” Update
16.2.2020
Since I first chimed in on the CSS4¹ thing, there's been tons of more discussion on it. I'm going to round up my favorite thoughts from others here. There is an overwhelming amount of talk about this, so I'm going to distill it here down as far as I can, hopefully making it easier to follow.
Jen...
Blockchain Bills Are Advancing in the New York State Senate – Here’s Why
14.2.2020
Now in its second year, the New York State Senate's Internet and Tech Committee has approved two blockchain bills, which now go to the full Senate for a vote
Here’s How to Inspect Bitcoin’s Next (Likely) Major Upgrade Yourself
13.2.2020
With bitcoin’s next likely major upgrade in the works, students of the cryptocurrency can inspect the code themselves, helped by core developers
Here’s What Crypto-Related Lawsuits Can Teach Us
12.2.2020
There’s a number of different ways one can get in trouble offering, selling or promoting unregistered and non-exempt tokens or coins, says Barrington Dyer, tech attorney and shareholder at Polsinelly law firm. But the past litigations can teach us a lesson on the blockchain law in the U.S.
When...
Toward Responsive Elements
12.2.2020
Hot news from Brian Kardell, regarding what we've been referring to as "container queries", the most hotly requested feature in CSS:
There does seem to be some general agreement on at least one part of what I am going to call instead "Responsive Design for Components" and that is that flipping...