Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
Thread: What do your usernames mean?
Post: RE: What do your usernames mean?
'A' it's the first letter of my name IRL, and 'nthk' comes from
'Nethack' because, well, games and retroemulation made me
to love computers a bit (I hated them when I used Win9X)
and I consider Netha... |
|
anthk |
Community & Forums Related Discussions
|
68 |
43,679 |
11-10-2022, 01:37 PM |
|
Thread: What software have you made to improve your workflow or rice?
Post: RE: What software have you made to improve your wo...
lots ot local scripts.
-A custom "mkg" gopher creation script to show the date in the ISO format.
-A paralell pwget URL fetching from a file.
-mps-youtube wrapper
-B/W art generator:
Code:convert -... |
|
anthk |
Desktop Customization & Workflow
|
26 |
16,031 |
18-11-2019, 08:59 PM |
|
Thread: Your Latest Workflow Improvement
Post: RE: Your Latest Workflow Improvement
quick script to upgrade all my repos at once:
Code:for i in *
do
if [ -d "$i" ] ; then
cd "$i"
echo
echo $PWD
git pull | svn up
cd ..
fi
done |
|
anthk |
Desktop Customization & Workflow
|
163 |
111,348 |
18-11-2019, 08:51 PM |
|
Thread: What font are you using now?
Post: RE: What font are you using now?
Code:-*-fixed-medium-r-*-*-*-200-*-*-*-*-iso10646-1
Great Unicode coverage, for not being a TTF font. |
|
anthk |
Desktop Customization & Workflow
|
101 |
79,862 |
10-01-2019, 06:40 PM |
|
Thread: How much do you actually care about your ideologies?
Post: RE: How much do you actually care about your ideol...
I use OpenBSD. It has blobs, but fw blobs are optional, while the rest must be readable to the code; everything else is not accepted. FW blobs are ok, because they are meant as a ROM replacement, but ... |
|
anthk |
Psychology, Philosophy, and Licenses
|
11 |
13,312 |
10-01-2019, 04:08 PM |
|
Thread: UNIX Diary
Post: RE: UNIX Diary
Dear UNIX diary,
I tried to setup a more UNIX-oriented desktop with modular tools under OpenBSD/CWM, so I switched to mail/nmh/fetchmail and local sendmail relay(1) as my main MUA/MTA. It works grea... |
|
anthk |
Psychology, Philosophy, and Licenses
|
188 |
151,184 |
10-01-2019, 12:20 PM |
|
Thread: Your Latest Workflow Improvement
Post: RE: Your Latest Workflow Improvement
Well, I have several for irssi (I use it mainly with Bitlbee).
You'll need to autoload fnotify.pl from Irssi's script database.
Code:drwho:~>cat bin/irc
tmux attach -t irssi || tmux ne... |
|
anthk |
Desktop Customization & Workflow
|
163 |
111,348 |
09-01-2019, 07:24 PM |