Search
Bitcoin in Space? It Helps With Connection Woes, Says Blockstream’s Adam Back
15.5.2019
Beaming bitcoin from satellites might sound far-fetched, but there are serious use cases, according to Adam Back, CEO of Blockstream
Qtum (QTUM) Now Supported by Trust Wallet Application
14.5.2019
There is always something new and exciting happening for the community of digital currency enthusiasts. In one such development, Trust Wallet Application has recently announced to add support for Qtum (QTUM) wallet. This update was shared with the users of Trust crypto wallet through...
Russian Prosecutors Fail to Block Crypto Website
13.5.2019
A court case in Russia has signaled a change in the attitude authorities have towards the cryptocurrency space, at least on first glance. An online portal helping traders find the best exchange options for their digital assets will be allowed to restore normal operations. That’s after...
His Anonymity Makes Satoshi Nakamoto A Hero For The Cryptocurrency Space
13.5.2019
Satoshi Nakamoto has been as mysterious as life itself. The individual or group who created the biggest asset of 21st Century, the Bitcoin, was quite selfless and big-hearted to go in total anonymity to save it. Bitcoin is to Nakamoto what The Last Supper is to Leonardo da Vinci, Theory...
Enjin (ENJ) Continues To Partner With DLT Games, Space Misfits Integration Complete
12.5.2019
Blockchain and gaming have been the most unexpected marriage, but a successful one nonetheless. DLT based games have been topping the charts time and again, and one platform ruling the roost is Enjin Blockchain. Space Misfits, a blockchain based 3D Space Sandbox MMO, has announced that...
Three Very Different Paths to Blockchain Scaling
11.5.2019
How do you scale a blockchain so that it can process hundreds or even thousands of transactions per second – but without compromising on decentralization? It’s a question that has kept some of the brightest minds in the space awake at night, and some of the more ardent crypto factions...
Decryptionary Helps New Investors Understand Crypto Terms
11.5.2019
Rising cryptocurrency markets may once again arouse the interest of new investors. The crypto space has its specifics and it takes some effort to acquaint oneself with the terminology. Decryptionary has been created to impart the basic information you need to start understanding Bitcoin better....
How to Generate QR Codes for Crypto Payments
10.5.2019
Businesses and projects in the crypto space have an incentive to facilitate cryptocurrency payments for their customers and users. With QR codes, acquiring a recipient’s address is easy – all it takes is a quick scan with a smartphone. A platform called Cwaqrgen provides a tool...
[aktualita] Do Prahy přichází další slibný VR projekt, Somnium Space nově získal milion dolarů
10.5.2019
Rozjetou českou scénu ve virtuální realitě, která díky projektům jako LIV, VRgineers, Golem VR nebo Beat Saber patří mezi nejvíce pokročilé na světě, rozšiřuje další firma s poměrně velkými ambicemi a dobrým startovním kapitálem. Své aktivity do Prahy přesouvá startup Somnium Space, který nově...
Could Grouping HTML Classes Make Them More Readable?
22.4.2019
You can have multiple classes on an HTML element:
<div class="module p-2"></div>
Nothing incorrect or invalid there at all. It has two classes. In CSS, both of these will apply:
.module { }
.p-2 { }
const div...
Pulling Apart SVGs with Reusable WebGL Components Using React-three-fiber
12.4.2019
Learn how to pull apart SVGs in 3D space with Three.js and React, using abstractions that allow us to break the scene graph into reusable components.
Pulling Apart SVGs with Reusable WebGL Components Using React-three-fiber was written by Paul Henschel and published on Codrops
Sonda izraelského startupu se ve čtvrtek chystá přistát na Měsíci
11.4.2019
Izrael se může ve čtvrtek večer zařadit do elitního klubu států, kterým se podařilo přistát s lidským výtvorem na povrchu Měsíce. Vděčit za to bude moci startupu.Další články k tématu:K Měsíci míří první soukromá sonda, slíbené miliony dolarů nedostaneZávod o Měsíc končí. Nikdo nevyhrál, přesto...
An Illustrated (and Musical) Guide to Map, Reduce, and Filter Array Methods
26.3.2019
Map, reduce, and filter are three very useful array methods in JavaScript that give developers a ton of power in a short amount of space. Let’s jump right into how you can leverage (and remember how to use!) these super handy methods.
Array.map()
Array.map() updates each individual value in...
Some Notes About Accessibility
20.3.2019
Earlier this month Eric Bailey wrote about the current state of accessibility on the web and why it felt like fighting an uphill battle:
As someone with a good deal of interest in the digital accessibility space, I follow WebAIM’s work closely. Their survey results are priceless insights into...
[aktualita] Čeští Space Engineers mají po letech finální verzi, hry se prodaly tři miliony kopií
1.3.2019
Videohra Space Engineers od pražského studia Keen Software House po zhruba pěti letech na trhu opouští předběžný přístup (early access), kdy si uživatelé kupují nehotovou hru, a stává se z ní finální ostrá verze. Oslavuje to dvacetiprocentní slevou na Steamu a možností hrát přes víkend zdarma....
Collective #496
28.2.2019
Zero Server * React-three-fiber * Subsync * Space Type Generator * FrenchKiss.js * The CSS mental model
Collective #496 was written by Pedro Botelho and published on Codrops
Text Wrapping & Inline Pseudo Elements
27.2.2019
I love posts like this. It's just about adding a little icon to the end of certain links, but it ends up touching on a million things along the way. I think this is an example of why some people find front-end fun and some people rather dislike it.
Things involved:
Cool [attribute] selectors that...
Implementing an Infinite Scroll list in React Native
4.2.2019
While implementing pagination in mobile devices, one has to take a different approach since space is minimal unlike the web, due to this factor, infinite scrolling has always been the go to solutio
Startup Space Roasters vzbudil kontroverze svým záměrem pražit kávu ve vesmíru
29.1.2019
Startup Space Roasters představil značně kontroverzní plán: chce pražit kávu ve vesmíru. Jeho zakladatel Hatem Alhafaji je přesvědčen o tom, že nastal nejvyšší čas provést v tomto odvětví revoluci. Mnozí se ale domnívají, že jde jen o přehnané řešení problému, který navíc vlastně ani
Creating Your Own Gravity and Space Simulator
25.1.2019
Space is vast. Space is awesome. Space is difficult to understand — or so people tend to think. But in this tutorial I am going to show you that this is not the case. Quite the contrary; the laws that govern the motion of the stars, planets, asteroids and even entire galaxies are incredibly simple....