Build an AI that can understand and speak back to you

In this story I’ll go through how to build an AI that can understand and speak back to you using astibob and Golang. It will be able to … | Continue reading


@medium.com | 4 years ago

〔Coding style〕Reasons to add the curly brackets behind if / for / while in C/C++

Reason 1 | Continue reading


@medium.com | 4 years ago

Introduction to Higher-Order Functions

Understanding higher-order functions like map, filter, and reduce with examples | Continue reading


@medium.com | 4 years ago

Plato Notes released 40 years ago today

It was the summer of 1973 and the PLATO IV system was growing fast at the University of Illinois. Growing pains were rampant. The developers, both at the system level and at the application level… | Continue reading


@medium.com | 4 years ago

A Scheduler for the Internet

We’re excited to announce Prefect Scheduler, a free workflow management system for individuals that supports any execution environment. | Continue reading


@medium.com | 4 years ago

The Quantum Bubble – How two key experiments invalidate quantum mechanics

How two key experiments invalidate quantum mechanics, and a new theory is ushering in the next paradigm of thought. | Continue reading


@medium.com | 4 years ago

Why Food Brands Don’t Sell Direct-to-Consumer, and What That Means for You

Less than 1% of food sales are direct-to-consumer despite clear benefits to both food brands and their customers. Here’s why, and what… | Continue reading


@medium.com | 4 years ago

Way to Fight Cancel Culture; Stop Capitulating to It

Over the last decade or so, cancel culture and social media mobs have become an increasingly large part of society. Seen as the bane of… | Continue reading


@medium.com | 4 years ago

How to Quadruple the Range of Lora

Announcing DASH7 XR Mode version 2.0 | Continue reading


@medium.com | 4 years ago

A Free Coding Curriculum for Beginners

An opinionated guide to organizing your self-teaching process. | Continue reading


@medium.com | 4 years ago

CETI: Project to Research Sperm Whale Clicks

James Nestor is a journalist and author who has written in major publications such as The New York Times, Scientific American, and Dwell Magazine. The author of the 2014 book Deep: Freediving… | Continue reading


@medium.com | 4 years ago

YouTube’s Title Blacklist Exposed by Automated Testing

NOTE: This is a medium post of the “Demonetization Report” that was published publicly by @nerdcity but without much fan-fair here. | Continue reading


@medium.com | 4 years ago

Want to Win in the Game of Entrepreneurship? Change the Rules

Nobody is going to get rich by putting another brilliant idea on the internet. | Continue reading


@medium.com | 4 years ago

A Collection of Writing Tools

Over the last few years, I have collected a good number of online tools that have helped me in one way or another in my writing. Granted… | Continue reading


@medium.com | 4 years ago

Peter Thiel Lessons for Aspiring Thought Leaders

The Unicorn Content Model: The Peter Thiel Inspired Strategy To Go From Zero To One Million Fans | Continue reading


@medium.com | 4 years ago

Optimal Inventory quantity for e-commerce websites

Determining the optimal quantity of inventory at a given time, can be an extensive analytical tasks, with input spanning multiple… | Continue reading


@medium.com | 4 years ago

Huawei’s TinyBERT Is 7X Smaller and 9X Faster Than Bert

Researchers have introduced TinyBERT, a smaller and faster version of Google’s large-scale pre-trained language processing model BERT. | Continue reading


@medium.com | 4 years ago

The Social Consequences of Operational Efficiency

Efficiency reduces costs, but at what price? | Continue reading


@medium.com | 4 years ago

Instrumenting your Go distributed application for tracing with Jaeger

Recently I've been reading about application observation and got fascinated with Jaeger Tracing and the benefits tracing brings to… | Continue reading


@medium.com | 4 years ago

From Data Center to Polycloud Finn.no

We had to move out of the data center. Where do you move a technology company these days? | Continue reading


@medium.com | 4 years ago

Codeless Server Control – Do we need another panel?

Do we really need another control panel? Ok let’s see … | Continue reading


@medium.com | 4 years ago

Introduction to Digital Image Processing in Python

If you haven’t read the first post in the series, read it here: Lessons on Digital Image Processing (#1) | Continue reading


@medium.com | 4 years ago

Ukraine Is Simple. That’s Good

Mueller’s investigation was complex and hard to understand. The Ukraine scandal isn’t. | Continue reading


@medium.com | 4 years ago

Review of the Cowboy e-bike after 500 kilometers

Anderhalf jaar geleden interviewde ik voor De Tijd drie Belgische ondernemers die samen een nieuw bedrijf waren begonnen: Cowboy. Een… | Continue reading


@medium.com | 4 years ago

My application ran away and called home from Redmond

I recently found a surprising leak vector in Windows 10 installations. We were porting our Beacon to Windows and for easy deployment… | Continue reading


@medium.com | 4 years ago

On the importance of knowing where are you going

I was reading 10x but not 10% from Ken Norton and the story about Kodak’s fall made me remember a talk I’ve attended last Tuesday. | Continue reading


@medium.com | 4 years ago

Kubernetes Operators and Helm – It Takes Two to Tango

When it comes to running complex application workloads on Kubernetes two technologies standout — Helm and Kubernetes Operators. In this… | Continue reading


@medium.com | 4 years ago

A simple framework for conducting 1-on-1 meetings

Here is my framework for a formal 1-on-1. I prefer asking questions as a way to engage — rather than just making statements. Here are few… | Continue reading


@medium.com | 4 years ago

Your Free-Tier Customers Are Killing Your Business

Let’s talk about the damage being done to your company by customers who aren’t actually paying customers. | Continue reading


@medium.com | 4 years ago

What does Leaning Technologies do? (compilers!)

Explaining what we do to fellow developers. Some things to play with. And a review of the most interesting articles we published | Continue reading


@medium.com | 4 years ago

Unlearn Programming to Learn Ruby

Why the Ruby philosophy is the exact opposite of other programming languages? | Continue reading


@medium.com | 4 years ago

React Async v9 with Suspense release announcement

Introducing Suspense support and Async Library | Continue reading


@medium.com | 4 years ago

The Bloody Beginnings of the Barber's Pole

There’s a reason these fixtures are colored red | Continue reading


@medium.com | 4 years ago

Finding the max revenue price mark for digital products

TL;DR: to find the optimal price that provides maximum revenue for your product you will need to field-test several price points; you then… | Continue reading


@medium.com | 4 years ago

Customer feedback is to inform your product, not to make decisions

Ok. Here’s how a lot of (SaaS) companies and startup think about customer feedback: “We don’t want our users to decide what to build next”… | Continue reading


@medium.com | 4 years ago

The Three Paths of Kubernetes in the Cloud

First a disclaimer — I am a Solutions Architect at AWS but this is my personal blog and the opinions I express here are my own. | Continue reading


@medium.com | 4 years ago

The Downside of the Democratization of Media

As professional tools become cheaper and more available, how will society cope with good looking fake news? | Continue reading


@medium.com | 4 years ago

Write your own DNS server in Python hosted on Kubernetes

Domain Name Resolution (or DNS for short) plays a large part in networking infrastructure on the internet and intranets. DNS is how… | Continue reading


@medium.com | 4 years ago

Building a Dockerized RESTful API Application Using Go – Microservices

Building a Dockerized RESTful API application using Go (microservices) | Continue reading


@medium.com | 4 years ago

Optimizing for Iteration: Choosing Your Early Startup’s Tech Stack

As we’ve discussed in a previous blog post, product development is hypothesis testing. This is especially true in the early stages of a… | Continue reading


@medium.com | 4 years ago

I generated 1000 random faces for my game in Python

In the development of my game there came a point where I realized I will need a conversation system with face avatars. | Continue reading


@medium.com | 4 years ago

Today We Release TerminusDB

Go to https://terminusdb.com/ to download | Continue reading


@medium.com | 4 years ago

Getting your first 500-1000 users

This is a list of resources of websites and services where you can post your project and gain your first 500–1000 users quickly. | Continue reading


@medium.com | 4 years ago

What's the Point?

My mind is lost in points and dots…………………. and counting. | Continue reading


@medium.com | 4 years ago

The Dark Side of Leadership

Full Circle Leadership highlights the strengths of eight diverse kinds of leadership. But each one also comes with a shadow side. | Continue reading


@medium.com | 4 years ago

The Untold Story About the Founding of Google Maps – Stephen Hutcheon – Medium

How four partners took an idea from a whiteboard to the browser | Continue reading


@medium.com | 4 years ago

Open Source Made Easier

Story about program I wrote to help find issues which are most likely a good choice for making contributions | Continue reading


@medium.com | 4 years ago

Scaling Datapoints in Cassandra Collections

Browsing module is a key part of Pygmalios analytics product. We mount shopping carts and baskets with special tracking devices or use… | Continue reading


@medium.com | 4 years ago