0 Followers
0 Following
1 Posts

You can do it like this

<details> <summary>Short Summary</summary> <p>text to hide</p> </details>

But it will only work in reading mode, otherwise every time you click it, it will let you edit the text.

I made Minecraft in Minecraft with redstone!

YouTube

Congrats Bae on the 1 Million

https://sh.itjust.works/post/29428371

Congrats Bae on the 1 Million - sh.itjust.works

Source Kutata [https://x.com/kutataSR/status/1867071412743324139]

Python

Part 1

file = open(‘input.txt’, ‘r’) left_list = [] right_list = [] for line in file: split_line = line.split() left_list.append(int(split_line[0])) right_list.append(int(split_line[1])) sorted_left = sorted(left_list) sorted_right = sorted(right_list) distance = [] for left, right in zip(sorted_left, sorted_right): distance.append(abs(left - right)) total = sum(distance) print(total)

Part 2

file = open(‘input.txt’, ‘r’) left_list = [] right_list = [] for line in file: split_line = line.split() left_list.append(int(split_line[0])) right_list.append(int(split_line[1])) sim_score = 0 for item in left_list: sim = right_list.count(item) sim_score += (sim * item) print(sim_score)

I am sure there were better ways to do this, this was just the first way in my head, in the order it appeared

spoilerYes, yes they do
Cosplayer: Hidori Rose
hidorirose - Link in Bio & Creator Tools | Beacons

@hidorirose | Check out my links to (Patreon, OF, Fansly).

hidorirose - Link in Bio & Creator Tools | Beacons
Peko Mama (zefrablue) - sh.itjust.works

https://www.patreon.com/zefrablue [https://www.patreon.com/zefrablue] https://bsky.app/profile/zefra027.bsky.social [https://bsky.app/profile/zefra027.bsky.social]

Cosplayer: ZinieQ
ZinieQ - Find @ZinieQ Onlyfans - Linktree

Find ZinieQ's Linktree and find Onlyfans here.

Linktree
Fair enough
There is an identical post on r/Selfhosted so guessing a copy paste job
Looks like it supports mastodon at least docs.postiz.com/providers/mastodon
Mastodon – Postiz Docs

How to add Mastodon to your system

Postiz Documentation