Weekly Shaarli

All links of one week in a single page.

Week 25 (June 15, 2020)

best hammock knot
thumbnail

Easy and stable

GitHub - petewarden/dstkdata: The (large) data files needed for the Data Science Toolkit project
thumbnail

The (large) data files needed for the Data Science Toolkit project - petewarden

Source files (i.e. datasets) to play around with; useful for learning data science

Goes directly into several O'Reilly data science books

GitHub - PicoJr/rtw: rust time tracker CLI tool
thumbnail

Can show you a break-down of how you spent your day

GPU Passthrough Revisited - An Updated Guide On How To Game In A Virtual Machine : pcmasterrace

really nice guide for setting up pci passhtrough.

Does not work without vt-d capable processor (find out with e.g. cat /proc/cpuinfo -> list)

YouTube - Void Linux: Runit Service Management Basics & Custom Services
thumbnail

Simple explanation of service management in runit

booklooker.de: antiquarische und gebrauchte Bücher kaufen und verkaufen, Hörbücher, CDs, Filme und Spiele
thumbnail

Bücher marktplatz -- nicht von amazon (wie e.g. abebooks)

YouTube - Taskwarrior lessons

youtube video lesson series, everything from tw setup, configuration over task concepts to uuids and contexts

YouTube - Manage all your tasks with TaskWarrior
thumbnail

Brilliant talk on taskwarrior:

  • quick explanation of tasks, tags, dates, contexts
  • scheduling (wait; schedule; until)
  • integrations with bugwarrior (gitlab,github,trello, even email e.g. when starring)
  • intermediate context behaviors
  • visualizations & graphical reports (burndown etc)
  • shell integration (show overdue/urgent/tomorrow tasks on prompt)
GitHub - klaussinani/taskbook: Tasks, boards & notes for the command-line habitat
thumbnail

taskwarrior-like focusing more on streamlined display and board-like appearance than others

How to set up a wireguard VPN in minutes with dsnet - Callan Bryant
thumbnail
YouTube - VisiData Lightning Demo at PyCascades 2018
thumbnail

Incredible CLI Data visualization tool (scatterplot, frequency analysis, ..) perfect for data exploration

Runs on sqlite (perhaps other backends)

GitHub - matt-snider/todoist-taskwarrior: A command line tool for migrating Todoist tasks to Taskwarrior
thumbnail

A command line tool for migrating Todoist tasks to Taskwarrior - matt-snider

Contains a link to a fork with two-way synchronization between the 2: on gitlab!

How to Unlock Bootloader on Any Huawei Smartphone [Official and Unofficial]
thumbnail
Getting Started · GitBook -- OpenCore Laptop Guide

Using opencore for a hackintosh laptop setup

Overview · GitBook -- Vanilla Laptop Guide

Creating a hackintosh on a laptop

shell - Problem with install command to copy a whole directory - Unix & Linux Stack Exchange
thumbnail

using install to copy recursively directory into target directory

ULID - an alternative to UUIDs : programming
thumbnail

Advantages of ULID:

  • lexicographically sortable (though always treat your uuids as ints/bigints!, see https://read.martyoeh.me/view/906)
  • canonically 26char string instead of 36 for uuid
  • case insensitive
  • url-safe
  • 1.21e+24 (unique) ULIDs per millisecond :O
The Beauty of Unix Pipelines | Hacker News

Unix pipes with examples of json concatenation, jq for reading it out, parsing reddit pages,

and a discussion of the unix eco-system (or ethods, I suppose) on top

Interactive Lua development with Fennel (2018) | Lobsters
GitHub - h3poteto/whalebird-desktop: An Electron based Mastodon and Pleroma client for Windows, Mac and Linux
thumbnail

An Electron based Mastodon and Pleroma client for Windows, Mac and Linux - h3poteto

Youtube - What Is Time? | Professor Sean Carroll explains the theories of Presentism and Eternalism
thumbnail

nice explanation of divergent perspectives on time

GitHub - theunraveler/taskwarrior-web: A web interface for the Taskwarrior todo application. Because being a neckbeard is only fun sometimes.
thumbnail

Fully functional web interface:

add, view, list tasks, projects, annotations

bugwarrior - connect issue trackers to taskwarrior
thumbnail

Sync github, bitbucket, and trac issues with taskwarrior

supports many more than tagline above

GitHub - unfog-io/unfog-vim: ⏱ A simple task and time manager (vim plugin for unfog-cli)
thumbnail

⏱ A simple task and time manager (vim plugin).

uses unfog-cli as the task-management backend

unfog-cli combines task-management and time-management

GitHub - markwk/qs_ledger: Quantified Self Personal Data Aggregator and Data Analysis
thumbnail

Quantified Self Personal Data Aggregator and Data Analysis - markwk

Many ipynb data analysis examples for toggl, todoist, lastfm, goodreads, and so on and so forth

Shows how to download, aggregate, import, organize data, correlate, unify and more

Inthe.AM (intheam) - server for Taskwarrior

WebGUI for taskwarrior, point your local taskwarrior instance to this as a server and it synchronizes

Can add tasks via sms/email, can integrate with (google?) calendars, trello, rss, rest api, works on mobile

alternative is https://freecinc.com to sync taskwarrior

Unbrick Honor6X
thumbnail

Completely restore and repair honor 6x, no matter how broken it is

very involved, needs opening of case and complete re-flash and restore to factory defaults and emui5 (i think)

[ROM][10] LineageOS 17.1 for Huawei P8 Lite -> adapted for Honor6X
thumbnail

Installation steps for honor 6x android phone

The Evolution of Trust
thumbnail

an interactive guide to the game theory of why & how we trust each other

GitHub - awesomedata/awesome-public-datasets: A topic-centric list of HQ open datasets.
thumbnail

A topic-centric list of HQ open datasets. Contribute to awesomedata

GitHub - emptymalei/awesome-research: a curated list of tools to help you with your research/life; I built a front end around this repo, please use the link
thumbnail

:seedling: a curated list of tools to help you with your research

learning jq
thumbnail

JSON is one of the most popular formats for transferring text-based data around the web. It’s everywhere, and you’re bound to come across it. We’ll show you how to handle it from the Linux command line using the jq command.

This is an introduction to simple and intermediate usage of jq.

GNS3 | The software that empowers network professionals

Graphical Network Simulator -- can create virtual network environments.

You can have vms running in the virtual network, and it simulates everything about their being connected.

Seems useful to test different topologies and possibilities without needing the hardware up-front, or destroying the currently running system to test something new.

Implementing a Turn-Based Game in an Entity Component System with SPECS-Task

ECS with specs in rust

dave yarwood · The FIFO-controlled, text-to-speech narrator

Using tts from the command-line -> both gnu say, and google speech synthesis

Can read any input, which is the piped through the fifo pipe and will be output synthesized as sound

YouTube - A Dive into Taskwarrior Ecosystem with Tomas Babej
thumbnail

looking at the various connections and integrations with taskwarrior

goes over basics of task management and contexts

covers advanced features from ~:55 onwards

  • Taskserver
  • Context aliasing
  • UDAs (user defined attributes), used e.g. for custom weights and extended urgencies
  • DOM management (directly access tw dom, useful for e.g. bash scripts)
  • hooks
  • tasklio
  • taskwiki
GitHub - jubnzv/go-taskwarrior: Golang API for the taskwarrior database.
thumbnail

Interact with taskwarrior through go via this simple api

Can e.g. add tasks, display tasks and so on.

Contains an example which aggregates tasks and sends a (local) email every morning, using api and systemd

GitHub - naggie/dstask: Single binary CLI todo manager: git-based sync + markdown notes for each task
thumbnail

Taskwarrior-like implementation using git and incorporating notes

Fast, stable - but no recurring tasks and fewer integrations than taskwarrior (by default)

Smos - Self-management software for GTD

mimics taskwarrior or todoist, just mostly on command line

Written in functional language,

intends to be used compositionally and extended and integrated as a library

Programmatically using Taskwarrior with zsh and project notes

Explains concepts of connecting taskwarrior into your shell workflow by realizing its programmability (e.g. using it directly as a python library to show project maintenance on starting shell)

Touches on simple concept to combine projects in taskwarrior and project notes -- not by keeping the two in one file but by combining zsh function with project notes.

Could be extended to automatically bring up notes for taskwarrior task display and so on

ROM][10] LineageOS 17.1 for honor 6x | Honor 6X
thumbnail

General thread of the custom rom on honors

How To Root And Install Official TWRP Recovery On Huawei Honor 6X
thumbnail
$988 Hackintosh vs Mac Pro - 5K iMac & 2016 MacBook Pro
thumbnail

In-depth discussion of benchmarks and setup of desktop hackintosh for video production