Posts by buf@bsd.network
(DIR) Post #9vgX0uq17xjiqwLWy0 by buf@bsd.network
2020-06-02T20:54:46Z
1 likes, 1 repeats
Right now I hate IPv6 so much :flan_hulk:TIL: If ifconfig(8) prints your IPv6 address in the short form containing :: you must name your symlinks for cert & key files exactly the same way or relayd(8) won't find them.Today I spent several hours to figure that out and make my website available again via IPv6. That happens I if try to be clever as heck and use the expanded form of the address for the symlink names... :flan_eyeroll:
(DIR) Post #9y3dBOlDk5VhlOd8oS by buf@bsd.network
2020-08-12T18:50:40Z
0 likes, 0 repeats
I've started writing Python code. And I think I like it, at least for the task at hand :flan_worried:
(DIR) Post #9y3dBR7ywQuD6ZILZI by buf@bsd.network
2020-08-12T19:27:24Z
0 likes, 0 repeats
@mischa My preferred langauge is C. And until 90 minutes ago I refused to learn any of this hip new languages like Python. But then my laziness won.
(DIR) Post #9y3dBTdxaVfouKGugq by buf@bsd.network
2020-08-12T19:42:45Z
0 likes, 0 repeats
@mischa for scripting I use shell with sed and some awk as all are in base. And likely to be found on other Unix-like systems, even Linux.With Perl I can never tell the difference between clean and obfuscated code... :flan_think:
(DIR) Post #9y3dBVtzBtgHubmjwm by buf@bsd.network
2020-08-12T20:24:44Z
0 likes, 0 repeats
@mischa "Real programmers don't comment their code. If it was hard to write, it should be hard to understand." :flan_laugh: