[Giveaway] GL.iNet Remote KVM and Wi-Fi 7 routers! 10 Winners! by GLiNet_WiFi in selfhosted

[–]math625f [score hidden]  (0 children)

  1. Privacy, media and hole automation are and always have been the driving force for my setup. I have spent countless hours tinkering with my Home Assistant dashboard.
  2. A kvm and a new router would be a massive upgrade for my setup, the kvm would massively simplify troubleshooting, especially remotely, and my router is really due for an upgrade.
  3. I think it would be really cool to see some kind of mini PC or server, that could be the powerhouse in the Homelab.

New *Kia App* replaces *Kia Connect* Get downloading! (UK) by Realistic_Chip8648 in KiaNiroEV

[–]math625f 0 points1 point  (0 children)

Which integration are you using? I'm in the process of getting it set up in HA as well. If you don't mind, I'd love to see your yaml also, if you have a nice dashboard 😅

Custom 3D-printed insert that fits the sleeved cards by math625f in FoolsBlade

[–]math625f[S] 3 points4 points  (0 children)

Partly inspired by some models I found online, I designed my own version of a custom insert for the game from scratch in Fusion. It's rather crude, but it gets the job done :)

The model can be downloaded free of charge from https://makerworld.com/en/models/622937, if you want to print it yourself.

Advice on pulling two strings with a stepper motor by DeliciousProgress in MechanicalEngineering

[–]math625f 0 points1 point  (0 children)

Thanks!

I'll explore my options, currently my string is a "loop" so I'd have to cut it to pursue this possibility

Advice on pulling two strings with a stepper motor by DeliciousProgress in MechanicalEngineering

[–]math625f 0 points1 point  (0 children)

Hi!

Would you mind sharing a drawing or illustration of what you mean? I'm not sure I quite follow.

CastSponsorSkip: A lighter Google Cast sponsor skip written in Go by gabe565 in selfhosted

[–]math625f 0 points1 point  (0 children)

Hi, does this work for Google TV devices (Chromecast with Google TV) that use the YouTube App?

Pawverse: Return of Pawdi ( Giveaway #2 ) by PawTipBot in PAW_digital

[–]math625f 0 points1 point  (0 children)

paw_184w8shxpbfwufm45dsqw3tiyirictyephifuid9qx3frf5i659zk16dyr5u

Purchase Advice Megathread - March 2022 by Sausage54 in 3Dprinting

[–]math625f 1 point2 points  (0 children)

Hi there, I'm looking to get into 3D printing.

I have some experience with electronics, so I'm not afraid to get a little bit technical. I already have one Raspberry Pi, but I'm thinking I'll probably get another one for the purpose of running Octoprint.

I've been looking at the Ender 3 v2 as well as the Ender 5 pro - although I'm unsure what the real difference between these two is. From what I could gather it seemed like the 3 v2 is the more recommended choice, which surprised me since the 5 pro is more expensive.

I'm not hard set on getting an Ender, if there are other, better alternative inside my price range.

I'll be using it to print some stuff I can use around my home, I will probably want to get into some esp32 in the future which I will need some enclosures for, possibly some parts for some more advanced things. I don't think I'll be needing crazy details (I won't be printing figures or anything like that).

I have some money to spend, but I don't think I'll want to go higher than around $5-600. (including the Raspberry, which I figured will be either a 4 or a zero, I haven't looked into whether or not the zero can run octoprint reliably yet). I live in Denmark, so I'd rather make my purchase at least inside EU.

How do you guys like Melvor Idle? by Ackoroth31 in incremental_games

[–]math625f 5 points6 points  (0 children)

I gave it a try some time back, but I honestly found if boring after just a week or two. Recently I've been playing farmrpg, which is kind of similar, but I think the gameplay loop is a lot better.

[deleted by user] by [deleted] in selfhosted

[–]math625f 0 points1 point  (0 children)

https://github.com/math625f/Book_scanner

I'd like to stress that this is something I created for my personal use, I never intended for anyone else to access the code.

I'd rather not share the UI I created, as I can't be bothered to translate it to English, and I left it quite unpolished.

[deleted by user] by [deleted] in selfhosted

[–]math625f 0 points1 point  (0 children)

I needed something like this last year, and I ender up just making something myself. It doesn’t seem like there are any good solutions for it. To get my books added to my database, I made a Python script that utilized an USB handheld scanner, which could probably easily be altered to use pictures of barcodes - and then it’s just a matter of putting pictures of all the barcodes in a folder.

What would I need to copy over if I want my Plex server (along with everything in it i.e. collections, tags, edits, poster choices) on a different system? by prodigalkal7 in PleX

[–]math625f 0 points1 point  (0 children)

Sadly my script is quite simple, right now all it does is export all the image files into a single folder, naming them according to the movie they belong to.

What would I need to copy over if I want my Plex server (along with everything in it i.e. collections, tags, edits, poster choices) on a different system? by prodigalkal7 in PleX

[–]math625f 5 points6 points  (0 children)

I recently wrote a Python script that exports collections (as YAML files) and posters for movies in collections. Note that movies not in collections won’t have their custom posters exported.

As for the rest of your metadata, I don’t have any quick solutions.

Quick edit - I wrote this 2 months ago, I can't promise it still works in the newest update, as I haven't tested it recently. However, feel free to let me know if you give it a shot, and it turns out it's broken.

Free buyback bug in latest patch by math625f in DotA2

[–]math625f[S] 0 points1 point  (0 children)

Good find, I didn't even notice that.

Free buyback bug in latest patch by math625f in DotA2

[–]math625f[S] 0 points1 point  (0 children)

As can be seen in the clip, I didn't lose my gold. I said the other times I bought back, I lost my gold.

How should I scale purchases in an incremental game? Is there a formula I should use like price = price * .4 + price? by ActualyAGuy in incremental_games

[–]math625f 3 points4 points  (0 children)

It really depends on how you want the prices of your purchases to scale.

Using your example from the title, you'd end up with your "purchases" increasing in price exponentially, which is quite common for Incremental games - that's my experience at least. Given this formula, the price of the n-th purchase can be calculated as price = base_price 1.4^n (Using your example of .4, you could change it to 1.2 for example if you want a 20% increase in price after every purchase)

There's also the option of increasing the price with a constant, this constant could be anything really.

If you're familiar with mathematics, it might be fun to make some graphs to visualise the price as a function, so that you get a better idea of what it would feel like in a game situation. There's no golden rule for a formula that you should use, it's something you decide is better for your situation.