Search
Twitter Erupts after Tron's Justin Sun Evokes Greta Thunberg’s Name
18.12.2019
Greta Thunberg. Source: a video screenshot, Youtube, PBS NewsHour
Tron’s Justin Sun has sparked a Twitter storm by publicly committing USD 1 million to climate change activist Greta Thunberg’s cause.
Sun was writing in the wake of the recent UN-led COP25 climate conference, which concluded recently...
Weekly Platform News: Strict Tracking Protection, Dark Web Pages, Periodic Background Sync
12.12.2019
In this week's news: Firefox gets strict, Opera goes to the dark side, and Chrome plans to let web apps run in the background.
Let's get into the news.
Firefox for Android will block tracking content
Mozilla has announced that the upcoming revamped Firefox for Android (currently available in...
JavaScript ~~
9.12.2019
JavaScript is loaded with tiny syntax tricks to accomplish useful effects. For example, explore any codebase to see !! being used to convert a value to a boolean value. Have you seen ~~ before? Let’s have a look at what it does! We can employ ~~ to trigger a Math.floor operation with those...
The Crypto Anarchist Manifesto
8.12.2019
A specter is haunting the modern world, the specter of crypto anarchy. Computer technology is on the verge of providing the ability for individuals and groups to communicate and interact with each other in a totally anonymous manner. Two persons may exchange messages, conduct business,...
Motion Paths – Past, Present and Future
6.12.2019
Cassie Evans has a great intro to motion paths. That is, being able to animate an element along a path. Not just up/down/left/right, but whatever curvy/wiggly/weird path you want.
It's an interesting subject because there are so many different technologies helping to do it over time. SMIL...
2019 Year in Review
5.12.2019
The beginning of every year starts out with all of us setting ambitious goals — goals being personal and professional. Many of us rarely complete half of those goals, most abandoning them by the end of the year. In January of this year I published my list of goals for the year. Let’s...
Onecoin Websites Suspended as the $4 Billion Ponzi Crumbles
5.12.2019
The MLM monitoring publication behindmlm.com revealed on Dec. 1 that the infamous Ponzi scheme Onecoin’s website onecoin.eu has gone offline. According to the domain host Eurid, the onecoin.eu domain name is currently “under legal investigation.” Onecoin’s website going...
Mirror Android Device to Computer
26.11.2019
As I continue my adventure into Android development, pair programming has been a huge help in learning this new platform. When it’s time to build and run the app, relying on the emulator is a fools’ game — the emulator is slow and it’s hard to reliably simulate gestures....
Image Lazy Loading
25.11.2019
Lazy loading images is a practice that’s been popular for a decade and for good reason: images are usually the heaviest downloads on a given webpage and avoiding unloading images that are never seen saves the user bandwidth. There are plugins for lazy loading images in every JavaScript...
More Than Name Change: Fairplay Blockchain Casino Upgrades to Fairspin
25.11.2019
Disclaimer: The text below is a sponsored article.
_________
After making a name for itself as a remarkably transparent online casino leveraging blockchain technology, Fairplay decided to change the name and undergo a rebrand.
At first glance, the move looks like a risky one since the casino...
Ethereum Name Service - What’s Human Readable Domain Name Good For?
24.11.2019
Nick Johnson and Alex Van de Sande of the Ethereum Foundation began experimenting with a solution to replacing the hex addresses employed in the Ethereum blockchain with human-readable addresses. Following burgeoning interest from the market for the solution, the Ethereum Name Service (ENS)...
Getting Started with GraphQL
20.11.2019
GraphQL was developed by Facebook in 2012 to power up its mobile apps. Since open-sourcing GraphQL specification in 2015, it gained a lot of popularity and is now used by many development teams, including giants like GitHub, Twitter or Airbnb. Why so? And what exactly is a GraphQL? Let's take...
Real-Time Google Search Results API with serpstack (Sponsored)
19.11.2019
In my early web days, I was interested in scraping and collecting data based on the results of Google searches. Scraping Google was easier in those days but now Google search results are so dynamic that you can’t rely on getting the same HTML or data structure back. Add in CAPTCHAs, rate...
Coinex Chain Launches Two Tokens Anchored to BTC and BCH
18.11.2019
On November 15, the digital currency trading platform Coinex announced the launch of two Coinex Chain tokens that are anchored to BTC and BCH. The two collateralized coins will be used for trading on the Coinex Dex and will be traded in the name of the original assets respectively. Also read:...
Bithumb Changes its Corporate Name to “Bithumb Korea” for Global Expansion
12.11.2019
In a recent press release, the biggest cryptocurrency exchange in Korea, Bithumb, announced to change its corporate name to “Bithumb Korea.” BTCKorea.com, which backs Bithumb, plans to replace “BTC” with “Bithumb,” with an expectation that the new brand name will foster a high brand awareness both...
Hello Fenix!
11.11.2019
Over seven years ago I made the massive career leap to Mozilla. Two years ago I realized a dream of joining the Firefox DevTools team — it’s been a rewarding adventure helping to improve the Firefox DevTools Debugger and other super helpful tools. I’m frightened, excited,...
Becoming Nakamoto: How Satoshi Created His Alter-Ego
11.11.2019
Captain America began life as Steve Rogers. Tony Stark only created Iron Man after being kidnapped. Bruce Wayne spent seven years in ninja training before eventually returning to Gotham as Batman. We don’t know Satoshi Nakamoto’s birth name, but we do know something about the steps...
Blok On Blok Bags a Name on the CES 2020 Awards Honoree List
9.11.2019
Blok On Blok, the world’s first blockchain-powered smartphone company, announces its latest milestone. The firm powered by Function X selected as an honoree for the Consumer Electronics Show (CES) 2020 Innovation Awards. The firm believes that the award brings into the limelight its contribution...
JavaScript waitForTime
6.11.2019
I write a lot of tests for new features within Firefox DevTools. We have hundreds of “mochitests” which open the browser and perform synthetic actions like clicking, typing, and other user actions. I’ve previously written about waitForever which essentially halts following actions...
Making a Chart? Try Using Mobx State Tree to Power the Data
5.11.2019
Who loves charts? Everyone, right? There are lots of ways to create them, including a number of libraries. There’s D3.js, Chart.js, amCharts, Highcharts, and Chartist, to name only a few of many, many options.
But we don’t necessary need a chart library to create charts. Take Mobx-state-tree (MST)...