Live data from Hacker News

Viewing profile — Tarlitz

Tarlitz

HN member
Joined
Mon, Oct 10, 2011, 7:56 PM UTC
HN karma
6
Public activity
3 items

About Tarlitz

No profile information was provided.

Recent public activity

  1. comment
    Comment #13469585

    There is an on-going initiative to build a small self-sustaining town close to Almere (20 km from amsterdam) in the Netherlands: https://www.theguardian.com/sustainable-business/20…

  2. comment
    Comment #10257781

    Your second point is spot on. I realized this when I tried to optimize my numpy code that does millions of dot products between 3x1 vectors and 3x3 matrices to no avail. I realized…

  3. comment
    Comment #4250989

    A more silent option is to print the bell character to the terminal, ie.: sleep 5; printf '\a' This will cause the terminal to bounce and add a little badge with the number of task…