Search
Crypto Exchange Digitex Removes KYC to Protect User Data
4.3.2020
Digitex will start removing KYC rules in response to a major personal data leakage that happened in February, CEO reveals
Crypto Derivatives, A Short Guide to A Growing Trade (pun intended)
4.3.2020
CoinMarketCap has now expanded its listing to include crypto derivative market data. If you are interested to learn more aboutContinue Reading
The post Crypto Derivatives, A Short Guide to A Growing Trade (pun intended) appeared first on CoinMarketCap Blog
Provozovateli bezplatné Wi-Fi na britských nádražích unikla data o 10 000 cestujících
4.3.2020
Firma C3UK, která poskytuje služby bezplatné Wi-Fi na některých britských železničních stanicích, potvrdila únik dat přibližně deseti tisíc zákazníků. Informace, obsahující například e-mailové adresy a údaje o cestách, se následně objevily na veřejně přístupném serveru, informuje BBC
[aktualita] Správě Pražského hradu unikla data do zahraničí
3.3.2020
Z lokální počítačové sítě Pražského hradu několik měsíců nekontrolovaně tekla data na zahraniční IP adresy, případ nyní řeší hlavně Úřad pro ochranu osobních údajů. S informací dnes přišel deník Mladá fronta Dnes. K úniku mělo dojít díky kompromitování zabezpečení u společnosti, která pro správu...
[aktualita] Antimonopolní úřad chce mít přístup k data retention informacím
3.3.2020
Operátoři dnes v rámci data retention povinnosti musejí ze zákona o elektronických komunikacích (č. 127/2005 Sb.) půl roku uchovávat informace o tom kdy, odkud a jakým způsobem komunikace proběhla a jak dlouho trvala. O přístup k těmto informacím dnes mohou žádat pouze bezpečnostní složky a to...
Considerations for Creating a Card Component
2.3.2020
Here's a Card component in React:
const Card = props ={
return(
<div className="card"<h2{props.title}</h2<p{props.content}</p</div)
}
It might be pretty useful! If you end up using this thing hundreds of times, now you have the ability to refactor a little bit of HTML...
Selectors Explained
2.3.2020
Have you ever found yourself either writing a CSS selector that winds up looking confusing as heck, or seen one while reading through someone's code? That happened to me the other day.
Here's what I wrote:
.site-footer__nav a:hover svg ellipse:first-child { }
At the end of it, I honestly couldn't...
XRP Price and Volume Linked to Twitter Activity, New Data Reveals
1.3.2020
The number of tweets mentioning XRP impacts trading volume and also returns in 2019 and 2020
Blockchain Storage Offers Security, but Leaves Data Transparent
1.3.2020
As blockchain enters people’s lives more actively, the question of confidentiality has become more prominent
A Picture’s Worth a Thousand Words: 18 of the Coolest Visualizations for Exploring the Bitcoin Network
1.3.2020
Analyzing and exploring the Bitcoin blockchain is always interesting, but for the more abstract thinker, several sites provide unique looks at the network, nodes, and transaction data in easy to grok, visual fashion. Some of these even border on the psychedelic or sci-fi otherworldly, taking...
T-Mobile zlevnil o 30 % neomezená mobilní data. Jde ale jen o víkendovou akci a ceny vydrží pouze rok
29.2.2020
T-Mobile pokračuje v propagaci neomezených mobilních dat. Tento víkend máte možnost získat aktuální datové paušály Neomezená data SD, HD a Max se slevou 30 %. Data je potřeba aktivovat buď na webových stránkách T-Mobilu nebo v mobilní aplikaci Můj T-Mobile. Zvýhodněné ceny budou platit 12
Record Breaking Interest – Observing the Predictive Power of Bitcoin Futures Over BTC Spot Prices
29.2.2020
Bitcoin futures providers have been seeing a lot of action during the last two weeks as cryptocurrency markets have been extremely volatile. Data shows there’s been significant open interest on both retail and institutional bitcoin derivatives exchanges and Skew research noted bitcoin options...
Ex-Employee Steals User Data From Derivatives Exchange Digitex
28.2.2020
Digitex has claimed that only email addresses were stolen in a data breach earlier this month
Data-driven Jamstack with Sourcebit
28.2.2020
Think of building sites with Gatsby as an hourglass shape.
Gatsby itself is right in the middle. The wide funnel at the top represents the fact that Gatsby can take in data from all sorts of sources. The data could be in markdown files, from a headless CMS or some other API, from a hosted database...
Why is CSS Frustrating?
28.2.2020
Here’s a great thread by Kevin Powell that's making the rounds. He believes so many folks see CSS as a frustrating and annoying language:
That's just as unintuitive as JS starting to count at 0, but since you learned that and accept it, it's fine.
The real issue isn't with CSS. If...
Binance Joins Blockchain Network for Cross-Industry KYC Data Sharing
27.2.2020
Binance has partnered with the Shyft Network as the exchange prepares with new compliance standards from the FATF
[aktualita] Na pátém Open Data Expo se bude mluvit i o propojení klimatických a zdravotních dat
27.2.2020
Klimatická krize, životní prostředí a zelená ekonomika – to jsou hlavní témata pátého ročníku konference Open Data Expo, která proběhne v pondělí 2. března v pražském Centru architektury a městského plánování (CAMP). Akci pořádá Nadace OSF. Mezi řečníky budou například někdejší europoslanec a dnes...
The 3 Factors Fueling Ether’s 2020 Rally
26.2.2020
Several factors could explain ether’s spectacular gains and determine whether they will continue
Britší uživatelé Googlu přijdou o ochranu GDPR. Firma jejich data přesune mimo EU
26.2.2020
Britové si dost možná v brzké době budou muset zvyknout na změnu, která vyplyne z jejich odchodu z Evropské unie. Nového statutu země chce využít Google, který data jeho britských uživatelů přesune do USA, informuje agentura Reuters. Tím nebudou chráněna přísným evropským Obecným nařízením o
Instant GraphQL Backend with Fine-grained Security Using FaunaDB
25.2.2020
GraphQL is becoming popular and developers are constantly looking for frameworks that make it easy to set up a fast, secure and scalable GraphQL API. In this article, we will learn how to create a scalable and fast GraphQL API with authentication and fine-grained data-access control...