Search
ICE’s New Intel Program Used in Every Homeland Security Crypto Investigation
28.2.2020
ICE’s recently-revealed “Cryptocurrency Intelligence Program” is deployed in all crypto-facing Homeland Security investigations, says the agent whose unit built the tool
10+ Examples of Responsive Websites That Got It Right
27.2.2020
How do you make sure your website will look good on every browser and device? Take a look at these responsive web designs and you’ll discover how.
10+ Examples of Responsive Websites That Got It Right was written by Bogdan Sandu and published on Codrops
Bitcoin Halving Will Drop Inflation Rate Lower Than Central Banks’ 2% Target Reference
25.2.2020
When Satoshi Nakamoto invented Bitcoin, the creator designed the protocol to be an inflationary currency, one that is predictable as bitcoin’s inflation always decreases every four years. Today, 77 days before the reward halving, BTC’s inflation rate is around 3.6% and it’s...
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...
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...
IBM Blockchain VP: Every Dollar Spent on Blockchain Yields $15 on Cloud
10.2.2020
Enterprise blockchain is a catalyst for further spending at Big Blue, according to Jerry Cuomo, IBM’s vice president of blockchain technologies
“Every Asset Class Will Be Digitized and Tokenized,” Says Cred Co-Founder
10.2.2020
Traditional asset classes are being digitized rapidly. “Look at the $8-trillion market for gold. More gold today is held globally as an ETF than as a bar of gold,” says Cred’s CEO
Bitcoin.com, Danal Japan and ALLEX Partner up to Offer BCH Payment Services
7.2.2020
We are pleased to announce that a business alliance has been concluded among the three companies in order to implement the payment services by BCH.
Enhancement of Bitcoin Cash (BCH) payment service, which is used for payments at EC sites and restaurants, is cheaper than existing payment methods....
The Three Types of Code
3.2.2020
Every time I start a new project, I organize the code I’m looking at into three types, or categories if you like. And I think these types can be applied to any codebase, any language, any technology or open source project. Whether I’m writing HTML or CSS or building a React component, thinking...
Why Every Casino Should Offer Crypto as a Form of Payment
3.2.2020
Most online casinos accept a number of different payment methods. Pretty much every casino accepts Visa and Mastercard, while some other options that are widely accepted include e-wallets PayPal, Neteller and Skrill, along with prepaid cards such as Paysafecard. Generally speaking, the more payment...
USDT Moves Every Eight Days on Average, Data Shows
31.1.2020
Recent data shows each USDT does not sit in one place for too long, moving locations every eight days, on average
Innovation Can’t Keep the Web Fast
31.1.2020
Every so often, the fruits of innovation bear fruit in the form of improvements to the foundational layers of the web. In 2015, HTTP/2 became a published standard in an effort to update an aging protocol. This was was both necessary and overdue, as HTTP/1 rendered web performance as an arcane sort...
US Deficit Will Be at Least 6 Times Bitcoin Market Cap — Every Year
24.1.2020
The U.S. budget deficit has shot up 55% as a percentage of GDP since the 1960s
What makes a site JAMstack?
21.1.2020
I admit I didn’t know the ins and outs of what the Jamstack is until recently, despite having heard the term so frequently. I think I’m not alone in this. It’s an elusive term — how is it different from what came before, especially considering it shares so many similarities? Thankfully, Divya...
Fairspin Casino Players Won Over 40,000 ETH
15.1.2020
Blockchain casino Fairspin paid out more than 40,000 ETH to players in its first full year of operation.
The casino was founded in late 2018 under the name of Fairplay. A year later, it was rebranded into Fairspin to emphasize the casino’s key distinctive feature – each spin in every game...
White House Market Wants to Become the Darknet’s Toughest DNM
13.1.2020
White House Market (WHM) is an ultra-secure darknet market (DNM). It disallows Javascript, enforces PGP throughout, admins key sign every 72 hours, and only accepts monero (XMR). It might be the darknet’s most private market. But do its vendors deliver? News.Bitcoin.com dusted down some...
Why every website wants you to accept its cookies
6.1.2020
I'm probably in the minority on this, but I've never ever built one of those "This site uses cookies, here's some kind of explanation of why, and please click this OK button to accept that" bars that feels like they are on half of the internet.
Emily Stewart:
Most of us just tediously click “yes”...
5 More Bearish Candlestick Patterns Every Bitcoin Trader Must Know
4.1.2020
Trading can be difficult but familiarizing oneself with these five bearish candlestick patterns should improve your analysis and investing skills
Adding Dynamic And Async Functionality To JAMstack Sites
2.1.2020
Jason Lengstorf:
Here’s an incomplete list of things that I’ve repeatedly heard people claim the JAMstack can’t handle that it definitely can:
Load data asynchronously
Handle processing files, such as manipulating images
Read from and write to a database
Handle user authentication and protect...
Validate CSP from Command Line
2.1.2020
The content security policy spec has been an amazing front-end security tool to help prevent XSS and other types of attacks. I’d go as far to say that every site should implement as specific CSP as possible. If you aren’t familiar with CSPs, here’s a quick example:...