8Yeah, I think Flow Glow are settling in well. sh.itjust.worksc/hololive · by MalachiAzrael@sh.itjust.works · 1y · 0 comments
9Animation vs. Math (How many references can you spot?) youtu.bec/videos · by MalachiAzrael@sh.itjust.works · 2y · 0 comments
on lemmy-style spoilers in obsidian? · c/obsidianmd · 3 pts · 1yYou 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.
on Generating QR codes with Minecraft redstone · c/videos · 2 pts · 1yhttps://www.youtube.com/watch?v=-BP7DhHTU-I
on 🌲 - 2024 DAY 1 SOLUTIONS -🌲 · c/advent_of_code · 3 pts · 1yPython ::: spoiler Part 1 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) ::: ::: spoiler 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
on How much thrust does a ceiling fan produce? [11:57] · c/videos · 1 pts · 1y::: spoiler spoiler Yes, yes they do :::
on Postiz v1.6.12 - open-source social media scheduling tool · c/selfhosted · 4 pts · 1yFair enough There is an identical post on r/Selfhosted so guessing a copy paste job
on Lunch for the Week · c/sundaymealprep · 4 pts · 1yThey have held up well for me like this in the past, I guess I'll find out tomorrow lol Edit: Can confirm not soggy after one day
on Postiz v1.6.12 - open-source social media scheduling tool · c/selfhosted · 4 pts · 1yLooks like it supports mastodon at least https://docs.postiz.com/providers/mastodon
on Mumei's original outfit, including a cape, belt, dagger, and lantern, resembles the archetype of an adventurer of the medieval fantasy roleplaying game genre. · c/nanashi_mumei · 1 pts · 1ytesting
on Fern's Pout [M/F] [Feieren: Beyond Journey's End] (snegovski) · c/rule34 · 2 pts · 1yhttps://www.patreon.com/snegovski https://www.instagram.com/snegovski_9623/ https://x.com/Snegovski9623
on Epic win: Jury decides Google has illegal monopoly in app store fight · c/android · 15 pts · 2yNot that I am defending Google but there are plenty Amazon App Store Galaxy (Samsung) App Store F-droid Mi GetApps SlideME
on November 2023: What Packs are You Playing? · c/moddedminecraft · 3 pts · 2ySlowly working my way though Create: Arcane Engineering atm l. I like the "speed" of progression, things get more complex but you have access to more tools at the same rate.
on *Permanently Deleted* · c/videos · 10 pts · 2yI'm guessing it's about this https://old.reddit.com/r/CGPGrey2/comments/12hmeiy/cgp_grey_issues_2nd_copyright_strike_against/ TL;DR People who make reaction content should really get permission from the original creator.
on how to find content without paywall? · c/piracy · 3 pts · 2y12ft is a great add-on for Firefox (I assume there is a chrome one too)
on The difference of stealing yourself vs being stolen from · c/lemmyshitpost · 10 pts · 3yAt least he some good causes are getting something out of it
You can do it like this
But it will only work in reading mode, otherwise every time you click it, it will let you edit the text.
https://www.youtube.com/watch?v=-BP7DhHTU-I
Python
::: spoiler Part 1
::: ::: spoiler Part 2
:::
I am sure there were better ways to do this, this was just the first way in my head, in the order it appeared
::: spoiler spoiler Yes, yes they do :::
Cosplayer: Hidori Rose
Cosplayer: ZinieQ
With lids on but yes
Fair enough
There is an identical post on r/Selfhosted so guessing a copy paste job
They have held up well for me like this in the past, I guess I'll find out tomorrow lol
Edit: Can confirm not soggy after one day
Looks like it supports mastodon at least
https://docs.postiz.com/providers/mastodon
Testing
testing
https://www.patreon.com/snegovski
https://www.instagram.com/snegovski_9623/
https://x.com/Snegovski9623
Not that I am defending Google but there are plenty
Amazon App Store
Galaxy (Samsung) App Store
F-droid
Mi GetApps
SlideME
Slowly working my way though Create: Arcane Engineering atm l. I like the "speed" of progression, things get more complex but you have access to more tools at the same rate.
I'm guessing it's about this
https://old.reddit.com/r/CGPGrey2/comments/12hmeiy/cgp_grey_issues_2nd_copyright_strike_against/
TL;DR People who make reaction content should really get permission from the original creator.
12ft is a great add-on for Firefox (I assume there is a chrome one too)
At least he some good causes are getting something out of it