| Aspect | Individual Contribution | Management |
|---|---|---|
| People & Responsibility | Spiral, you stand in the middle | Multi directional graph, 'where you are' does not matter |
| Domain & Scope | More time to digest, incremental approach is often enough | A divide and conquer approach with the stakeholders is required 'to deliver' |
| Success | The delta increment can be observed quickly | It takes more time to feel the delta increment |
| Culture & Communication | Written communication skills shine and matter | Verbal communication skills shine and matter |
| // ==UserScript== | |
| // @name HN Plus | |
| // @match https://*.ycombinator.com/* | |
| // @grant none | |
| // @version 2.1 | |
| // @author overflowy | |
| // @description Adds favicons to HN links and navigation menu for less known sections | |
| // @inject-into content | |
| // ==/UserScript== |
Update 2025-07-16: Use either Revanced, NewPipe or Firefox with add-ons. Revanced is my personal pick, due to it being a mod of the official App like Vanced, but better (e.g. it has integration of Sponsor Block, Return YouTube Disklike and more).
I wouldn't recommend Kiwi Browser anymore as it has been discontinued. AFAIK it has been accuired by Microsoft and the extension support has been merged into Edge (Canary). But you'd have to use Edge. Yuck.
| GOCMD=go | |
| GOTEST=$(GOCMD) test | |
| GOVET=$(GOCMD) vet | |
| BINARY_NAME=example | |
| VERSION?=0.0.0 | |
| SERVICE_PORT?=3000 | |
| DOCKER_REGISTRY?= #if set it should finished by / | |
| EXPORT_RESULT?=false # for CI please set EXPORT_RESULT to true | |
| GREEN := $(shell tput -Txterm setaf 2) |
| Rank | Type | Prefix/Suffix | Length | |
|---|---|---|---|---|
| 1 | Prefix | my+ | 2 | |
| 2 | Suffix | +online | 6 | |
| 3 | Prefix | the+ | 3 | |
| 4 | Suffix | +web | 3 | |
| 5 | Suffix | +media | 5 | |
| 6 | Prefix | web+ | 3 | |
| 7 | Suffix | +world | 5 | |
| 8 | Suffix | +net | 3 | |
| 9 | Prefix | go+ | 2 |
You're taking your first steps into Ruby
A good introduction to programming in general. Easy on newer programmers.
Putting cryptographic primitives together is a lot like putting a jigsaw puzzle together, where all the pieces are cut exactly the same way, but there is only one correct solution. Thankfully, there are some projects out there that are working hard to make sure developers are getting it right.
The following advice comes from years of research from leading security researchers, developers, and cryptographers. This Gist was [forked from Thomas Ptacek's Gist][1] to be more readable. Additions have been added from
This article has been updated and is available here.
| - | e | p | |
|---|---|---|---|
| l | execl | execle | execlp |
| v | execv | execve | execvp |
- int execl(char const *path, char const *arg0, ...);
- int execle(char const *path, char const *arg0, ..., char const *envp[]);
