I was shown this thing called . It’s
the sneakiest of tricks for primitively boosting any
. It’s supported in the web servers
nginx
,
apache
,
lighttpd
, and
others.
server {
ssi on;
ssi_last_modified on;
}
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
I was shown this thing called . It’s
the sneakiest of tricks for primitively boosting any
. It’s supported in the web servers
nginx
,
apache
,
lighttpd
, and
others.
server {
ssi on;
ssi_last_modified on;
}
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
There’s a quick way to test the offline behaviour of programs on Linux.
unshare -c -n bash
$ ip addr
1: lo: <LOOPBACK> mtu 65536 qdisc noop state DOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
List network namespaces with lsns
.
$ lsns -t net
NS TYPE NPROCS PID USER NETNSID COMMAND
999 net 2 111 user 3 systemd
888 net 1 222 user unassigned └─bash
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
I came across a peculiar site. It’s called https://no-color.org (terminals).
Xterm
and
ansifilter
work
well for programs that are unable to contextually disable colors.
ls -la | ansifilter # Remove colors from output
xterm -cm # Set color mode to false
export NO_COLOR=true # For programs that follow
I used to wonder why some preferred no syntax/color highlighting. It turns out that output can/will be hidden ( black on black, white on white) and color contrasts/distinctions are the ultimate talk past.
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
The interest in online is high. In the real world you tend to be constrained and blindfolded by the tools available/allowed. Filtering is peculiar though.
See how the terminal/editor
splits? Filtering makes them
kiss? Commands that input|output
(pipe) work best (compilers, transpilers and
code generators). The meta is the limit.