Unveiling Biases in NFT Pricing: Insights from CryptoPunks and Beyond

:::info Authors: (1) Howard Zhong, MIT CSAIL (howardzh@mit.edu); (2) Mark Hamilton, MIT CSAIL, Microsoft (markth@mit.edu). ::: Table of Links Abstract and 1 Introduction 2 Methodology 3 Results 3.1 CryptoPunks 3.2 Aggregate NFT Market 4 Discussion 5. Conclusion/ Acknowledgements/ References A Appendix A.1 Implementation Details A.2 Detailed NFT Information & A.3 Google NFT Searches Map Abstract … Read more

Regional NFT Trends and Insights from 44 Avatar-Based Collections

:::info Authors: (1) Howard Zhong, MIT CSAIL (howardzh@mit.edu); (2) Mark Hamilton, MIT CSAIL, Microsoft (markth@mit.edu). ::: Table of Links Abstract and 1 Introduction 2 Methodology 3 Results 3.1 CryptoPunks 3.2 Aggregate NFT Market 4 Discussion 5. Conclusion/ Acknowledgements/ References A Appendix A.1 Implementation Details A.2 Detailed NFT Information & A.3 Google NFT Searches Map A.2 … Read more

Lighter-Skinned NFTs Command Higher Prices in the Broader Market

:::info Authors: (1) Howard Zhong, MIT CSAIL (howardzh@mit.edu); (2) Mark Hamilton, MIT CSAIL, Microsoft (markth@mit.edu). ::: Table of Links Abstract and 1 Introduction 2 Methodology 3 Results 3.1 CryptoPunks 3.2 Aggregate NFT Market 4 Discussion 5. Conclusion/ Acknowledgements/ References A Appendix A.1 Implementation Details A.2 Detailed NFT Information & A.3 Google NFT Searches Map 3.2 … Read more

Advancing Data and Equity in NFTs and Shaping a Fairer Metaverse

:::info Authors: (1) Howard Zhong, MIT CSAIL (howardzh@mit.edu); (2) Mark Hamilton, MIT CSAIL, Microsoft (markth@mit.edu). ::: Table of Links Abstract and 1 Introduction 2 Methodology 3 Results 3.1 CryptoPunks 3.2 Aggregate NFT Market 4 Discussion 5. Conclusion/ Acknowledgements/ References A Appendix A.1 Implementation Details A.2 Detailed NFT Information & A.3 Google NFT Searches Map 5. … Read more

Behind the Scenes: Data Collection and Statistical Tools for NFT Bias Study

:::info Authors: (1) Howard Zhong, MIT CSAIL (howardzh@mit.edu); (2) Mark Hamilton, MIT CSAIL, Microsoft (markth@mit.edu). ::: Table of Links Abstract and 1 Introduction 2 Methodology 3 Results 3.1 CryptoPunks 3.2 Aggregate NFT Market 4 Discussion 5. Conclusion/ Acknowledgements/ References A Appendix A.1 Implementation Details A.2 Detailed NFT Information & A.3 Google NFT Searches Map A.1 … Read more

Gender-Based NFT Price Differences Found to Be Insignificant

:::info Authors: (1) Howard Zhong, MIT CSAIL (howardzh@mit.edu); (2) Mark Hamilton, MIT CSAIL, Microsoft (markth@mit.edu). ::: Table of Links Abstract and 1 Introduction 2 Methodology 3 Results 3.1 CryptoPunks 3.2 Aggregate NFT Market 4 Discussion 5. Conclusion/ Acknowledgements/ References A Appendix A.1 Implementation Details A.2 Detailed NFT Information & A.3 Google NFT Searches Map 3. … Read more

Mastering the Daily Scrum: A Practical Guide

I’ve spent two decades building software, leading teams, and fine-tuning agile practices. In my experience, the Daily Scrum serves as a powerful checkpoint that helps each team member stay on track. It also enables open communication and quick issue resolution. Below, I’ll share my approach, which draws on years of running these short gatherings for … Read more

Livestream Shopping: Ready to Explode in 2025

One of the most interesting side effects of the TikTok ban saga was how it prompted everyone to pause and reflect on TikTok’s place in our culture and the profound influence it has had. Love it or hate it, TikTok has reshaped the way we consume content, catapulting creators to fame, defining cultural trends, and … Read more

The HackerNoon Newsletter: Can Technology Help Us Calm Down Road Rage? (1/25/2025)

How are you, hacker? 🪐 What’s happening in tech today, January 25, 2025? The HackerNoon Newsletter brings the HackerNoon homepage straight to your inbox. On this day, The World Health Organization’s Executive Board was founded in 1949, Soviet Russia conducted the first succesful test of an Intercontinental Ballistic Missile in 1959, Nasa’s Opportunity Rover landed … Read more

How to Test the Performance of an Exoskeleton

:::info Authors: (1) Mohammad Shushtari, Department of Mechanical and Mechatronics Engineering, University of Waterloo (smshushtari@uwaterloo.ca); (2) Julia Foellmer, Mechanics and Ocean Engineering Department, Hamburg University of Technology (julia.foellmer@tuhh.de); (3) Sanjay Krishna Gouda, Department of Mechanical and Mechatronics Engineering, University of Waterloo and Toronto Rehabilitation Institute (KITE), University Health Network (arash.arami@uwaterloo.ca). ::: Table of Links Abstract … Read more

Can Technology Help Us Calm Down Road Rage?

Road rage has long been a hot topic among commuters. How often do you drive in traffic and see somebody losing their cool in an adjacent car? Too often. Current trends suggest road rage is getting worse, not better. With several technologies in place and others potentially on the way, could that angry driver be … Read more

Canadian Businesses Are Under utilizing the Government’s EV Tax Incentive

As the automotive industry pivots toward electric vehicles (EVs), Canadian dealerships are uniquely positioned to assist small businesses in navigating a lucrative but underutilized government tax incentive. This program allows eligible businesses to deduct up to 75 percent of an EV’s purchase price as a taxable expense, offering a significant advantage over leasing. By educating … Read more

This Developer Built a Custom Framework to Tame Legacy Tech and Speed Up Communication

Working on engineering systems that often involve legacy components, I frequently face challenges in integrating outdated elements with modern platforms. For example, you may encounter scenarios requiring support for obsolete file formats that can only be opened by a 32-bit component. This limitation poses a dilemma: either remain on an outdated platform, foregoing modern framework … Read more

15 Databases, 15 Use Cases—Stop Using the Wrong Database for the Right Problem

1. Relational Database Relational databases are incredibly popular because of their structured nature, ability to manage large amounts of data, and well-established ecosystem! Data is organized into tables with columns of fixed data type. Relationships between rows are established using Foreign Keys (FKs). These databases are well-suited for structured data with well-defined relationships, maintaining data … Read more

Why ‘Incomparable Types’ in Go Are More Than Just a Compiler Error

While working on a generic function in Go, I once encountered this error: ‘incomparable types in type set’. It led me to dig deeper into the comparable constraint – a seemingly straightforward feature that has profound implications for Go’s generics. This wasn’t my first brush with generics, but it highlighted an important nuance that’s often … Read more

Automate Infrastructure and Secure Your App with Terraform and Cognito

Terraform is an open-source tool that allows you to define and provision infrastructure using code. It allows you to describe the desired state of your infrastructure, and Terraform figures out how to achieve it. This enables you to automate infrastructure provisioning, manage complex environments efficiently, and collaborate effectively with your team. Amazon Cognito is an … Read more

How I Live With Bipolar Disorder as a Software Developer

Every developer faces challenges, but sometimes our greatest obstacles become the source of our most profound strength and creativity. I learned this firsthand while navigating the highs and lows of bipolar disorder (BD) in the fast-paced world of software development. I’ll never forget the day I delivered a game-changing feature demo after pulling an all-nighter, … Read more

Everything We Know About Nvidia’s Personal AI Supercomputer

In a world where artificial intelligence is rapidly becoming part of everyday life, NVIDIA has once again taken center stage with an exciting new development: Project DIGITS. Announced at CES 2025 by CEO Jensen Huang, DIGITS aims to give creators, developers, and enthusiasts a compact AI supercomputer that’s as user-friendly as it is powerful. Here’s … Read more

After Google Gave Up on Sceneform, This Developer Built a Better Way to Bring AR Faces to Life

When Sceneform was discontinued and archived back in 2020, it made creating ARCore apps on Android more difficult. Inspired by the original Sceneform APIs and based on the ARCore samples, I have created AugmentedFaceFragment and AugmentedFaceListener interface to be able to easily create ARCore AugmentedFaces features on Android. I will be releasing 3 articles building … Read more

The TechBeat: Lumoz Launches SVM as a Service, Supporting the Integration of ZK and TEE Multi-Proof for SVM L2 (1/25/2025)

How are you, hacker? 🪐Want to know what’s trending right now?: The Techbeat by HackerNoon has got you covered with fresh content from our trending stories of the day! Set email preference here. ## Donald Trump Executes The Ultimate Crypto Rug Pull By @maken8 [ 3 Min read ] Donald Trump has already withdrawn $500m … Read more

Is Bitcoin Heading Toward A Liquidity Crisis Without Equal?

It’s only recently that cryptocurrency has started to attract substantial attention from media, individual households, financial institutions, governments, and regulatory agencies, though it’s been around for more than a decade. Retail investors see digital assets as an essential component of their financial life, and as use cases beyond buy and hold are emerging, we can … Read more