Tag: Software
# 1 Solid Shots: Who is calling the shots?
Our # 1 Solid Shots is posed as a question.
0x6A92CaE39FB085FB2f69467F93D5a8B32Ee87B9B
Who manages all these 40 character wallet addresses? and further who ensures that these are unique? - In other words, who is calling the shots in Web3?
When you sign up for any service on web sites like Amazon, you are …
Solid Shots Series
At its core, Web3 is an incredibly rich and radical set of technologies with unlimited value creation potential. However the signal to noise ratio in this space is very poor.
I've tinkered with various Web3 technologies for a few years now. Especially the last year, co-creating FNDX and launching our …
Lunar Bug
On the morning of 1st July 2015, I was notified of high CPU loads for most of our servers (Open Suse Linux). Needless to say, this caused many of our customer-facing applications to be unavailable. The Engineers who were troubleshooting were at their wit's end. No code had been deployed …
Greenspun, his 10th and I
This post is about my adversarial relationship with Greenspun's 10th rule and how it all changed when I chanced upon an article in May 2012.
2012 was a super busy year for us Engineers at Netcore Solutions. By then I had already maintained, designed or built several types of Rules …
Understanding Decentralized Exchanges
To understand decentralized exchanges (DEX), we should try and understand how its centralized counterpart (CEX) functions at a high level. CEXs are Order Book based. The price of an instrument at any moment is the outcome of several "match" operations between ask and bid orders executed at high speeds. On …
Fireworks
In this post, we will learn how to put together a spectacular animation like Anthony Galea's Fireworks. I have enhanced the source a bit in my implementation. It helped me unravel the role "blend mode" and g - acceleration due to gravity played in the animation. I have also simplifed the …
Rule 30
In Fun Life, we looked at Conway's Game of Life and implemented it in functional style. In this post, we see another cellular automation - Stephen Wolfram's Rule 30 in action. We see what makes it work and also get acquainted with other related automata. Lastly, I share notes from my …
Fun Life
Computer simulations can be excellent teachers. This essay explores the beauty of one such simulation - Conway's Game of Life aka simply Life. We will describe the game rules, see it in action and reflect on it. Finally, I share notes from my implementation. We also get a sense of how …
D3 - Part 2 Intro
This is part 2 of our introduction to d3. In the first part, we looked at bar charts based on divs. In that post, we also looked at the join operator (hardcoded version) briefly. In this post, we will see how we can make a bar chart out of svg …