I think it's time for me to start assuming that when people are being nastgy online, they don't know what they're talking about and it's not worth responding to therir claims.
Notices by Lars Wirzenius (liw@mastodon.acc.sunet.se), page 7
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Saturday, 03-Feb-2018 13:22:52 EST Lars Wirzenius
-
BΓ‘lint π (szbalint@x0r.be)'s status on Friday, 02-Feb-2018 05:48:15 EST BΓ‘lint π
Ok so borgbackup is awesome, deduplication is nice, it's stable and as far as I can tell well-written.
The real reason why I like/use it in production though is because it does integrity checking, privilege / permissions separation and encryption right.
A backup you can't verify and restore under extreme circumstances (production systems and anything connected to it wiped) is no backup.
-
ersatzmaus (ersatzmaus@mastodon.social)'s status on Thursday, 01-Feb-2018 18:28:20 EST ersatzmaus
A common problem when developing chatbots is that they start to repeat whatever was just said to them, verbatim.
It's usually a parroty error.
-
anarcat (anarcat@social.weho.st)'s status on Wednesday, 31-Jan-2018 19:22:28 EST anarcat
RT @DapperHistorian@twitter.com: A 1920s prediction of the horror and inconvenience that would occur if anyone ever invented a pocket telephone...
https://twitter.com/DapperHistorian/status/958770207908130817 -
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Wednesday, 31-Jan-2018 08:00:39 EST Lars Wirzenius
find flacs -type f -print0 | OPUSDIR=opus xargs -0 -P16 -n1 flac-to-opus
Time to try this new audio format.
-
Ted Gould (ted@social.gould.cx)'s status on Tuesday, 30-Jan-2018 15:25:49 EST Ted Gould
@liw I could never have one because the only password I could imagine using is "SomeLikeItHot" π₯
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Tuesday, 30-Jan-2018 15:23:16 EST Lars Wirzenius
@ted There already exist smart saunas, which can, for example, be controlled remotely by anyone who happens to find something that deserves a CVE. Or a bad password.
Not in my home.
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Tuesday, 30-Jan-2018 15:03:52 EST Lars Wirzenius
One of the things sauna is good for, is forgetting about people who're wrong on the Internet
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Tuesday, 30-Jan-2018 12:23:50 EST Lars Wirzenius
https://www.hs.fi/kotimaa/art-2000005545378.html
Traffic camera became an owl camera.
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Tuesday, 30-Jan-2018 06:48:39 EST Lars Wirzenius
Summary of the core of #GDPR: your users' and clients' personal data is not yours, and you have to get their permission to collect it and for each way you use it, and let them control the data you have of them.
Lots of details, of course. It is legislation, after all.
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Monday, 29-Jan-2018 10:03:56 EST Lars Wirzenius
I do hate debugging.
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Sunday, 28-Jan-2018 07:18:00 EST Lars Wirzenius
When all of your projects are alike in how the build system is run and build-tree tests are invoked, but one, that one is always a pain. Consistency helps.
-
jd βΆβ πΌπππͺπΊππΊ (jd@soc.ialis.me)'s status on Sunday, 28-Jan-2018 07:00:49 EST jd βΆβ πΌπππͺπΊππΊ
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Thursday, 18-Jan-2018 15:14:39 EST Lars Wirzenius
That feeling when all your integration tests pass, but the bloody application doesn't work.
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Saturday, 13-Jan-2018 06:06:58 EST Lars Wirzenius
In programming, trying to be smart often backfires. If nothing else, debugging gets more difficult.
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Tuesday, 09-Jan-2018 11:13:38 EST Lars Wirzenius
https://blog.liw.fi/posts/2018/01/09/on_using_github_and_a_pr_based_workflow/
I tried PRs and I didn't like it.
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Monday, 08-Jan-2018 13:25:31 EST Lars Wirzenius
The most secure computer is one that is buried inside 20m of reinforced concrete, surrounded by armed guards, a pack of hungry guard dogs, in the middle of a forest, on an uncharted island, with no electricity or power, and doesn't exist.
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Monday, 08-Jan-2018 08:51:36 EST Lars Wirzenius
The least helpful error message I've ever encountered was when CUPS ran out of disk space and printed an empty page to tell me that.
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Saturday, 06-Jan-2018 09:38:05 EST Lars Wirzenius
In other news, it pays, in the long term, to keep code and things clean and not allow layers upon layers of kludges to survive.
-
Lars Wirzenius (liw@mastodon.acc.sunet.se)'s status on Saturday, 06-Jan-2018 09:37:26 EST Lars Wirzenius
When one uses crappy software one has written oneself, one is having a bad time. But at least it's usually easy to fix.