Search
Study: Smart Contracts Limit Data Availability, But Improve Its Quality
4.2.2020
Research firm Gartner warns blockchain smart contracts could limit the availability of data for enterprises, yet argue their impact would be a net positive
Gartner Research: Smart Contract Adoption to Increase Data Quality by 50% Over 3 Years
4.2.2020
Research conducted by Gartner is predicting a 50% increase in overall data quality by 2023 for all businesses and organizations using blockchain smart contracts
Hackers Stole and Encrypted Data of 5 U.S. Law Firms, Demand 2 Crypto Ransoms
3.2.2020
Hacker group demanded two $933,000 ransoms for restoring and not published the data of five compromised U.S. law firms
Coronavirus Outbreak Forces Chinese Crypto ASIC Manufacturers to Delay Orders
3.2.2020
Bitcoin mining rig deliveries from China are delayed due to the coronavirus according to a few Chinese manufacturers. Microbt and Ebang sent notices to customers via the firm’s Wechat channels. Sources say Bitmain and Innosilicon are delaying mining device shipments as well. Also read: How...
Bitcoin Usage Among Merchants Is Up, According to Data From Coinbase and BitPay
3.2.2020
Although bitcoin adoption may move at a glacial pace, merchants are seeing sustained traction regardless of market dips
[článek] Velký únik dat z Microsoftu, pochyby o ohebných displejích a aplikace, které sbírají data z Facebooku
2.2.2020
[11 minut čtení] Užitečný Media Bias Chart, nové zbytečné emoji, Netflix čaruje s čísly, opět děravý Ring, Vine zpět jako Byte. Co ještě přinesl právě končící #tyden? Microsoftu unikly údaje o 250 milionech zákazníků. Chyba je zpřístupnila prakticky komukoliv přes webový prohlížeč – zjistilo se...
UAE Health Ministry Debuts Blockchain Platform for Medical Data
2.2.2020
The UAE Ministry of Health and Prevention has launched a blockchain platform for managing healthcare data
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
Third-Party Trackers Are Pulling Your Data Off Ring’s Android App
31.1.2020
A new report from the Electronic Frontier Foundation details the personally identifiable information pulled from your Ring app
US Bank Silvergate Sees Growth in Crypto Clients, Despite Decreasing Deposits From the Sector
31.1.2020
Financial results released by two U.S. banks providing services to the crypto industry have indicated a decline in deposits from digital currency customers. However, a positive trend has been observed as well. One of the crypto-friendly institutions, Silvergate Bank, has seen an increasing number...
Cashfusion Far More Practical Than Other Coinjoin Protocols, Says Data Analyst
31.1.2020
On January 29, data analyst James Waugh decided to test and see if the Cashfusion protocol was really anonymous. After testing Cashfusion, Waugh explained he sifted through a number of transaction inputs and outputs and realized that it’s “not possible to establish a concrete...
Understanding Immutability in JavaScript
30.1.2020
If you haven’t worked with immutability in JavaScript before, you might find it easy to confuse it with assigning a variable to a new value, or reassignment. While it’s possible to reassign variables and values declared using let or var, you'll begin to run into issues when you try that with...
Avast radikálně vyřešil svůj průšvih: Zavře firmu Jumpshot, přes kterou prodával data o uživatelích
30.1.2020
Avast reaguje na aktuální kauzu s přeprodejem dat o chování uživatelů radikálním způsobem - dceřinou společnost Jumpshot, přes kterou data monetizoval, kompletně zavře. Firma to oznámila na svém webu.
Pro Avast to samozřejmě bude ztráta, ale ne tak bolestná, jako by byla ztráta
Resizing Values in Steps in CSS
30.1.2020
There actually is a steps() function in CSS, but it's only used for animation. You can't, for example, tell an element it's allowed to grow in height but only in steps of 10px. Maybe someday? I dunno. There would have to be some pretty clear use cases that something like background-repeat: space...
Cambridge Analytica Whistleblower Eyes Blockchain to Solve Data-Privacy Crisis
29.1.2020
Blockchain tech will solve lots of issues in the global data protection crisis, Cambridge Analytica whistleblower Brittany Kaiser believes
Four Layouts for the Price of One
29.1.2020
Pretty notable when a tweet about a flexbox layouts gets 8K+ likes on Twitter!
4 layouts for the price of 1, thanks flex ????
css` form { display: flex; flex-wrap: wrap;
& > input { flex: 1 1 10ch; margin: .5rem;
&[type="email"] { flex: 3...
Most of MakerDAO’s Asset Value Is in Only a Few Addresses
29.1.2020
Though the industry is growing rapidly, a very small portion of addresses hold the majority of assets being locked and borrowed in the DeFi space
The Darknet Still Loves Bitcoin – and Doesn’t Care About Prices
29.1.2020
Bitcoin (BTC) usage is rising on darknet markets, where it is often used to buy narcotics and finance other illegal activities – although the darknet still accounts for less than 1% of all BTC transactions.
Per data from blockchain analytics provider Chainalysis, over USD 600 million worth...
Apollo GraphQL without JavaScript
29.1.2020
It's cool to see progressive enhancement being done even while using the fanciest of the fancy front-end technologies.
This is a button in a JSX React component that has a click handler applied directly to it that fires a data mutation Ajax request through Apollo GraphQL. That is about the least...
Use and Reuse Everything in SVG… Even Animations!
28.1.2020
If you are familiar with SVG and CSS animations and started to work with them often, here are some ideas you might want to keep in mind before jumping into the job. This article will be about learning how to build and optimize your code with <use> element, CSS Variables and...