Search
Proof of Keys Day Returns on Bitcoin’s 11th Birthday
3.1.2020
Last year’s inaugural Proof of Keys day didn’t see massive amounts of bitcoin withdrawn judging by onchain data – but it did serve to educate a community. Trace Mayer’s call to arms also put exchanges on notice, with some disabling withdrawals, citing unscheduled...
Microbrowsers are Everywhere
3.1.2020
The word "microbrowser" clearly got my attention. Never heard that before. Colin Bendell defines them as the little parts of other software that do HTTP requests to a URL to generate a preview. Like the little URL preview in iOS messages, WhatsApp, or Slack.
I'm a tiny bit skeptical of the name...
Ticker Tool Uses the BCH Blockchain to Provide Reliable Rate Data
3.1.2020
Instantly verifiable, unhackable and forever retrievable are some of the key features of information stored on a blockchain. These are also the characteristics that traders of various assets, commodities and currencies would appreciate when it comes to the price data they are using. The team behind...
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...
IMF Urges Philippines’ Central Bank to Collect Crypto Exchange Data
2.1.2020
The IMF has urged the Philippines’ central bank to begin collecting data on cross-border flows of crypto assets for its macroeconomic analysis
A Recap of Frontend Development in 2019
1.1.2020
I noted Trey Huffine’s 2018 version of this article in The Great Divide.
To put a point on this divide a bit more, consider this article by Trey Huffine, "A Recap of Frontend Development in 2018." It's very well done! It points to big moments this year, shows interesting data, and makes...
A Recap of Frontend Development in 2019
1.1.2020
I noted Trey Huffine’s 2018 version of this article in The Great Divide.
To put a point on this divide a bit more, consider this article by Trey Huffine, "A Recap of Frontend Development in 2018." It's very well done! It points to big moments this year, shows interesting data, and makes...
Veriblock Captured Close to 60% of BTC’s OP Return Transactions in 2019
1.1.2020
During the course of 2019, the most used BTC-based OP_Return protocol, Veriblock, outshined Omni Layer outputs. According to statistics, Veriblock captured 57% of BTC’s OP_Return outputs in 2019. Ever since the protocol’s opcodes started dominating, a number of BTC influencers called...
Chrome Browser Extension Ethereum Wallet Injects Malicious JavaScript To Steal Data
31.12.2019
Chrome extension ‘Shitcoin Wallet’ is injecting malicious javascript to steal user data
Mobilní Edge se připravuje. Naučil se synchronizovat data i do nové desktopové verze
31.12.2019
Microsoft se připravuje na brzké oficiální spuštění nové verze svého prohlížeče Edge pro počítače a tak provádí změny i v mobilní verzi. V rámci její betaverze je nově možné si synchronizovat svá data právě s verzí Edge postavené na Chromiu.
Nový Edge vychází pro počítače již 15. ledna a
Výrobci chytrých kamer Wyze unikla data více než dvou milionů zákazníků
31.12.2019
Americký výrobce bezdrátových kamer pro chytré domácnosti Wyze Labs (původně známý pod názvem Wyzecam) přiznal nepříjemný problém. Na veřejnost unikla jeho databáze, obsahující informace o 2,4 milionech zákazníků.
Celý únik probíhal v několika fázích. Jako první byly zveřejněny e-mailové adresy
Debate Ensues After 68% of BCH Hashrate Mined by Stealth Miners
31.12.2019
2019 was known for the growing trend of stealth miners mining on the BTC and BCH network. On Dec. 30, data shows that 68% of the Bitcoin Cash network’s hashrate is being mined by mystery miners. As the year comes to an end, the large number of unknown BCH hashrate has attracted scrutiny. Also...
Gatsby and WordPress
31.12.2019
Gatsby and WordPress is an interesting combo to watch. On one hand, it makes perfect sense. Gatsby can suck up data from anywhere, and with WordPress having a native REST API, it makes for a good pairing. Of course Gatsby has a first-class plugin for sourcing data from WordPress that even supports...
Poloniex Crypto Exchange Confirms Data Leak After Awkward Email
30.12.2019
Crypto exchange Poloniex confirms data leak after sending out awkward email to customers
One Way to Break Users Out of the Habit of Reloading Too Much
30.12.2019
Page reloads are a thing. Sometimes we refresh a page when we think it’s unresponsive, or believe that new content is available. Sometimes we’re just mad at the dang site and rage-refresh to let it know we’re displeased.
Wouldn’t be nice to know when a user refreshes the page? Not just that,...
AI For Everyone: Super-Smart Systems That Reward Data Creators
30.12.2019
Combing AI and blockchain enables sophisticated data processing while respecting personal data privacy
[článek] Telekomunikace v roce 2019: Konečně neomezená data i konsolidace operátorů
30.12.2019
[8 minut čtení] Hlavní příběh letošního roku v českém telekomunikačním byznysu se hledá velmi jednoduše: jsou to neomezená data v mobilu. Na přelomu roku tradičně rekapitulujeme, co důležitého a zajímavého se událo na českém a světovém internetu a na mediálním trhu. Komu se dařilo a komu ne? Pohled...
Bitcoin Users Stock Up as Data Shows Average Price Never Went Bearish
29.12.2019
Bitcoin price 200 week moving average has never turned negative, figures reveal
Data Creators Should Share in the Profits From Big Data
28.12.2019
If data is the new oil, we need new business models allowing creators to share in the profits
PHP Templating in Just PHP
26.12.2019
With stuff like template literals in JavaScript and templating languages, like JSX, I've gotten used to wanting to write my HTML templates in one nice chunk and sprinkling in variables wherever I need them.
I had a situation where I needed to do that in "raw" PHP the other day, so I'm just...