You might not think you should blog. I think you should.
I like your thoughts! I want to be able to read them!
Here are some other reasons:
- todepond's thoughts (122 words)
- Max Böck's thoughts (1,565 words)
You might not think you should blog. I think you should.
I like your thoughts! I want to be able to read them!
Here are some other reasons:
| """create a histogram of "hours per week" from timesheets""" | |
| import csv | |
| import sys | |
| import matplotlib.pyplot as plt | |
| from datetime import datetime, timedelta | |
| import numpy | |
| FNAME = "combined.csv" |
Incremental explorable maps of a Factorio game played with 16 people and proximity chat using https://github.com/alifeee/Factorio-Proximity-Voice-Chat/
Using https://github.com/L0laapk3/FactorioMaps as instructed.
With:
Mainly following https://gist.github.com/CloudLinuxDeveloper/ec801e51c0a3917555c01d8b064e7f9a
sudo apt update && sudo apt install vsftpd
sudo service vsftpd status
sudo ufw allow 20/tcp
sudo ufw allow 21/tcp
sudo ufw allow 40000:50000/tcp| I used | |
| cat words.txt | awk -F'[^a-zA-Z]' 'BEGIN {delete wds} { if (length($0) > 0 && length($0) < 10) { if (!($1 in wds)) {print $1; wds[$1]} } }' > nimi-ale-pi-toki-pona.txt | |
| on the words in | |
| https://raw.githubusercontent.com/jan-Lope/Toki_Pona_lessons_English/gh-pages/nimi_pi_toki_pona.txt | |
| from | |
| https://www.reddit.com/r/tokipona/comments/bjbnw5/word_list/ |
| top_genres = [ | |
| "pov: indie", | |
| "Indie game soundtrack", | |
| "Steampunk", | |
| "Pixel", | |
| "Indie pop", | |
| ] | |
| [listener] | |
| type = "Shapeshifter" |
Before this, I logged in to my server via ssh with
> ssh [email protected]
[email protected]'s password:
...
root@chunkifeee:~#| { | |
| "last_modified": "2025-12-15T11:48:46.363049Z", | |
| "bookmarks": { | |
| "TOP 10 personal websites/blogs": [ | |
| { | |
| "title": "Tom Forth's Homepage", | |
| "url": "https://www.tomforth.co.uk/", | |
| "date_added": "2023-05-29T18:23:46.689000Z" | |
| }, | |
| { |