blog

Categories     Timeline     RSS

Weight for height table

I’ve added converted versions of the US army weight for height table to archive.

Convert Android phone book to FritzBox

Since I couldn’t find a way to convert vCard / .vcf files to the FritzBox phone book format, I wrote one:
source code
releases for Win/Mac/Linux

My video recording setup (software side)

As of today, I think I have finally found a “suitable” (enough…) solution to record and edit my YouTube videos. It’s not pretty:

I bought an Elgato HD60S on the cheap to hook up my old DSLR to my computer. It does not work with Linux. This doesn’t matter, because OBS Studio does not offer hardware encoding on my Linux setup anyway. So I have to use Windows no matter what. After tinkering with the settings in OBS Studio, I think the only viable recording option is to go with “lossless quality”. Out comes a big .avi encoded with UT Video. I tried the advanced settings and constant bitrate with high values, but OBS kept crashing. The .avi files have an a/v sync mismatch of 200ms. Because ffmpeg’s itsoffset does NOT work with .avi files - unfortunately, it doesn’t tell you and just acts as if successful - I have to convert them to .mkv first. Just a matter of ffmpeg -i VID.avi -c copy VID.mkv. I can then use my delayaudio script. I cut and edit the files in kdenlive afterwards. Seems to work pretty ok. Apart from infrequent crashes… so I hit Ctrl+s all the time. Important: The project settings (resolution, frame rate, etc) have to be set before anything else is done, or the program will behave oddly. For rendering, I found the Generic - HD options to be too poor, even with best quality settings. Lossless/HQ > H.264 (libx264+aac) seems to work fine. Leads to fairly big output, of course.

Nessmuk's insect repellent and waterproofing

Taken from Nessmuk’s Woodcraft

Insect Repellent

I’m pretty sure that this is cancerous, so don’t try this at home.

Three ounces pine tar, two ounces castor oil, one ounce pennyroyal oil.

Simmer all together over a slow fire, and bottle for use. You will hardly need more than a two-ounce vial full in a season. One ounce has lasted me six weeks in the woods. Rub it in throughly and liberally at first, and after you have established a good glaze, a little replenishing from day to day will be sufficient.

Waterproofing

Waterproofing of tent material - he was not a fan of oil cloth.

To 10 quarts of water add 10 ounces of lime, and 4 ounces of alum; let it stand until clear; fold the cloth snugly and put it in another vessel, pour the solution on it, let it soak for 12 hours; then rinse in luke-warm rain water, stretch and dry in the sun, and the shanty-tent is ready for use.

bandcamping

I pushed a script to git.fireandbrimst.one/snippets/bandcamping to discover albums on bandcamp and save visited/liked ones. It takes a tag as argument, downloads bandcamp’s tag search page with “surprise me” setting, greps links to albums and iteratively calls surf to visit the website.

Example:

$ bandcamping "death-metal"
https://felledblackmetal.bandcamp.com/album/the-intimate-earth-folk-black-metal
[surf opens URL, I listen to it and close surf afterwards]
Like? y
added to bandcamping_death-metal_20210401
https://triangulumignis.bandcamp.com/album/putridarium
[surf opens URL...]
Like? ^C

< Older

Newer >