bo0tzz's recent activity
-
Comment on Thoughts on Donald Trump, America and what this all means in ~society
-
Comment on 47-year-old Voyager 1 spacecraft just fired up thrusters it hasn’t used in decades in ~space
bo0tzz https://www.jpl.nasa.gov/news/engineers-investigating-nasas-voyager-1-telemetry-dataVoyager 1 is currently 14.5 billion miles (23.3 billion kilometers) from Earth, and it takes light 20 hours and 33 minutes to travel that difference. That means it takes roughly two days to send a message to Voyager 1 and get a response.
https://www.jpl.nasa.gov/news/engineers-investigating-nasas-voyager-1-telemetry-data
-
Comment on What is a software you wish existed? in ~comp
bo0tzz Something I've been wanting (to build) for a while, but never get around to, is a calendar type tool for tracking recurring events based on the last occurrence. For example, I need to deworm my...Something I've been wanting (to build) for a while, but never get around to, is a calendar type tool for tracking recurring events based on the last occurrence. For example, I need to deworm my cat monthly. Say I do that on the 1st of May, it then should happen again on the 1st of June. If, however, things go drastically awry and I don't get to it until the 10th, the next deworming should be on July 10th, not the 1st! Similar structure works for things like mowing the lawn, cleaning, etc. Nothing I've found so far is able to manage this sort of recurrence.
-
Comment on What programming/technical projects have you been working on? in ~comp
bo0tzz Maybe you've already found them, but both https://kubesearch.dev/ and the Home-Ops discord community are very helpful when you're finding your way in this!Maybe you've already found them, but both https://kubesearch.dev/ and the Home-Ops discord community are very helpful when you're finding your way in this!
-
Comment on DeGoogling 2024: Replacing Photos, Gmail, and Search in ~tech
bo0tzz It'd only run again on the newly added assets, which a smaller server should be able to handle. It's only the big initial import that really brings machines to their knees.It'd only run again on the newly added assets, which a smaller server should be able to handle. It's only the big initial import that really brings machines to their knees.
-
Comment on DeGoogling 2024: Replacing Photos, Gmail, and Search in ~tech
bo0tzz We asked insightface for permission before using their models in Immich, see the note at https://github.com/immich-app/immich/blob/main/machine-learning/README.md#license-and-use-restrictions....We asked insightface for permission before using their models in Immich, see the note at https://github.com/immich-app/immich/blob/main/machine-learning/README.md#license-and-use-restrictions.
(I'm one of the Immich core team members)
-
Comment on Unpopular opinion: Capitalism is a better ideology than socialism or communism because greed is a more tolerable emotion than fear/envy in ~talk
bo0tzz I disagree. I am not a communist because I'm envious of "rich capitalists" who have more than me. I'm a communist because in this capitalist system, those "rich capitalists" being rich is built on...On the other hand, the Communist and Socialist ideologies are primarily driven by much darker emotions of fear and envy. The envy is that the "rich capitalist" has a lot more resources than I have, and/or the fear is that the wealth inequality may increase even more due to inflation and my resources will naturally decline over the due course of time.
I disagree. I am not a communist because I'm envious of "rich capitalists" who have more than me. I'm a communist because in this capitalist system, those "rich capitalists" being rich is built on other people being poor and oppressed, and because I think that everybody should be able to enjoy the best standard of living that we can give them, rather than a few people taking all the good things for themselves.
-
Comment on What programming/technical projects have you been working on? in ~comp
bo0tzz It's quite a commitment and a rabbit hole to get into, but I run Kubernetes on my homelab which lets me do everything through gitops, and I'm never going back to anything else.It's quite a commitment and a rabbit hole to get into, but I run Kubernetes on my homelab which lets me do everything through gitops, and I'm never going back to anything else.
-
Comment on Do you have or know of fun domain names? Do you think it's worth having them? in ~tech
bo0tzz After me eyeing it for a few years, Tanzania finally changed their laws which allowed me to pick up https://bo0.tz, which I'm very happy about :DAfter me eyeing it for a few years, Tanzania finally changed their laws which allowed me to pick up https://bo0.tz, which I'm very happy about :D
-
Comment on Building a furnace insulated with wood ash to smelt iron in in ~hobbies
bo0tzz In the year he was gone, I believe he was working on a TV show of the same stuff he does on YouTube that didn't end up working out.In the year he was gone, I believe he was working on a TV show of the same stuff he does on YouTube that didn't end up working out.
-
Comment on Is there a way to turn my subscribed ~'s (not sure what exactly to call them) into a single RSS feed? in ~tildes
bo0tzz On my feed reader (miniflux) I have the option to add a cookie to use when fetching the feed. If you steal your Tildes session cookie from your browser and add it to your feed reader, that should...On my feed reader (miniflux) I have the option to add a cookie to use when fetching the feed. If you steal your Tildes session cookie from your browser and add it to your feed reader, that should work regardless of 2FA until the session expires (which looks to be after a year?). That is assuming Tildes doesn't do fancy stuff like binding the session to your browser, but I think that's probably not the case.
-
Comment on Build a pretty spawn area for Tildes' Minecraft server! in ~games
bo0tzz Somewhat offtopic, but a little minecraft server admin tip that I personally enjoy using: You can use an SRV record to point a domain like creative.tildes.nore.gg to a non-standard port :)...Somewhat offtopic, but a little minecraft server admin tip that I personally enjoy using: You can use an SRV record to point a domain like
creative.tildes.nore.gg
to a non-standard port :) https://www.mcmiddleearth.com/community/wiki/setting-up-a-srv-record/ -
Comment on Which computational notebooks do you like? in ~comp
bo0tzz It might not be complete enough to do everything you need yet, but the Elixir ecosystem is very deliberately trying to make itself useful as a replacement here, so that might be worth taking a...It might not be complete enough to do everything you need yet, but the Elixir ecosystem is very deliberately trying to make itself useful as a replacement here, so that might be worth taking a look at for you? There's a little overview and explanation at https://github.com/elixir-nx.
-
Comment on Which computational notebooks do you like? in ~comp
bo0tzz I use it mostly in place of the usual cli REPL, as well as for one-off scripts for a bit of data transformation or generating visuals and such. I also did 2022's Advent of Code in it, which was a...I use it mostly in place of the usual cli REPL, as well as for one-off scripts for a bit of data transformation or generating visuals and such. I also did 2022's Advent of Code in it, which was a very pleasant experience.
-
Comment on Which computational notebooks do you like? in ~comp
bo0tzz It's not quite as datascience focused (though I believe it can do it), but I absolutely love Elixir Livebook.It's not quite as datascience focused (though I believe it can do it), but I absolutely love Elixir Livebook.
-
Comment on What programming/technical projects have you been working on? in ~comp
bo0tzz markovian is a great idea, and it works pretty well too! Have you thought about adding a TTS component to generate audio? I find reading the IPA to be pretty tricky ;) I put a few snippets into...markovian is a great idea, and it works pretty well too! Have you thought about adding a TTS component to generate audio? I find reading the IPA to be pretty tricky ;) I put a few snippets into http://ipa-reader.xyz/ and it came out pretty convincing :D
-
Comment on What should I do with waste PLA from 3d printing? in ~hobbies
bo0tzz Recycling Fabrik have come up in recent years, you can ship your waste PLA to them and they will recycle it into new filament.Recycling Fabrik have come up in recent years, you can ship your waste PLA to them and they will recycle it into new filament.
-
Comment on What programming/technical projects have you been working on? in ~comp
bo0tzz This sounds absolutely awesome! Is it already in a state that others could play around with it? Or if not, a webpage or such that I can bookmark to keep an eye on?This sounds absolutely awesome! Is it already in a state that others could play around with it? Or if not, a webpage or such that I can bookmark to keep an eye on?
-
Comment on Good, quality YouTube channels? in ~tech
bo0tzz There's a lot of great suggestions in this thread already, so I just want to mention straybob - a very small and very cozy travel channel, with surprisingly good quality for its size, and not...There's a lot of great suggestions in this thread already, so I just want to mention straybob - a very small and very cozy travel channel, with surprisingly good quality for its size, and not nearly well known enough in my opinion!
-
Comment on Mysterious, thoughtful games? A genre I can't define in ~games
bo0tzz It's not an exact match to what you describe, but Gorogoa might sort of fit the vibe you're looking for?It's not an exact match to what you describe, but Gorogoa might sort of fit the vibe you're looking for?
I'm with you on this, but I think that's exactly the trick fascism plays - promising good things to the "good people". I think the above-mentioned "majority of enfranchised Americans who wanted to cast a ballot cast their ballot for fascism" doesn't refer to those who the fascist image directly appealed to, but to those who were willing to ignore that clearly fascist image for their own gain.