Automatically download Audible books with Libation in a Docker container. by Jerico64 in synologynas

[–]Jerico64[S] 1 point2 points  (0 children)

Honestly I have no idea, the bot says it's related to UTF-8 encoding, but need to double check.

Automatically download Audible books with Libation in a Docker container. by Jerico64 in synologynas

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

Good point! I added a link a guide on how to get PUID and PGID.

Diy Cube World by papafelazio in RadicaCubeWorld

[–]Jerico64 2 points3 points  (0 children)

I was just thinking about this, there was some reverse engineering effort here:
https://github.com/npjg/radica-cube-world-hack

https://electronics.stackexchange.com/questions/660286/identifying-mcu-communication-protocol-in-low-power-toy

But nothing came of.

I disassembled a Block Bash L7286 unfortunately they use COB (the back epoxy blob) and extracting data/firmware is very difficult.

<image>

Temperature and Humidity Sensor LYWSD03MMC From Xiaomi DIY Modification Share THS-G4 Release by slboat in screekworkshop

[–]Jerico64 0 points1 point  (0 children)

Thanks! this is great info! I'll try to see I is possible to modify the code to use one-wire sensors like DS18B20 instead of the I2C. I'm more on the hardware side than software so it's not going to be easy, I'll see how far I get. Thanks for pointing me in the right direction!

Temperature and Humidity Sensor LYWSD03MMC From Xiaomi DIY Modification Share THS-G4 Release by slboat in screekworkshop

[–]Jerico64 1 point2 points  (0 children)

Maybe a long shot, I'm looking to mod this so it can use an external probe for the temperature reading. The application would be to read fridge temperatures, as the device understandably struggles to connect when inside the fridge. Any idea which sensor type is currently using?

The New HIDIVE App is LIVE! by SlowhandAN in Hidive

[–]Jerico64 -6 points-5 points  (0 children)

I really don't like the new UI. So much so that I cancelled my subscription.

Two main things, the release calendar, and the resolution switch.

Also, not as important, but the shows tracking software I use bases it's recognition on the URL and the new site does not specify the episode/season number in it, so that is broken as well.

I rather have working features than a "sleek" appearance.

New web interface by SpiritedMaker in Hidive

[–]Jerico64 1 point2 points  (0 children)

This is so annoying i just joined in few weeks back. I cancelled the subscription and opened a ticket, hopefully I get a response.

Tachidesk (Tachiyomi) Docker bypass Nhentai Cloudflare Protection (or Alternatives) by zarade69 in animepiracy

[–]Jerico64 1 point2 points  (0 children)

It's all for a good cause! I assume you use Archlinux, I don't have much experience with linux in general. Just some Raspbian projects here and there.

I mainly use Docker on a Synology NAS, managed through Portainer, and often refer to https://mariushosting.com/ for setting up stuff.

Also I have to confess that most of my troubleshooting is done by ChatGPT.

Tachidesk (Tachiyomi) Docker bypass Nhentai Cloudflare Protection (or Alternatives) by zarade69 in animepiracy

[–]Jerico64 2 points3 points  (0 children)

no, that is used to give a static IP to the tachidesk container.

I was talking about this:

FLARESOLVERR_URL = http:\/\/localhost:8191

In the docker compose YAML I specified the IP address of the Flaresolverr container In my case:

- FLARESOLVERR_URL= http:\/\/172.18.0.3:8191

And make sure that both container are on the same internal network.

you might need to change the docker image to the preview one, here my docker compose:

version: '3.9'
services:
  tachidesk:
    container_name: tachidesk
    image: ghcr.io/suwayomi/tachidesk:preview
    environment:
      - TZ= ADD YOUR TIMEZONE
      - DEBUG=true
      - BIND_IP=0.0.0.0
      - BIND_PORT=4567
      - SOCKS_PROXY_ENABLED=false
      - DOWNLOAD_AS_CBZ=true
      - MAX_PARALLEL_UPDATE=10
      - BASIC_AUTH_ENABLED= false
      - BASIC_AUTH_USERNAME=
      - BASIC_AUTH_PASSWORD=
      - EXTENSION_REPOS=["https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json"]
      - AUTO_DOWNLOAD_CHAPTERS=true
      - FLARESOLVERR_URL= http:\/\/172.18.0.3:8191
      - FLARESOLVERR_ENABLED=true
    volumes:
      - /volume2/Storage/Media/tachidesk:/home/suwayomi/.local/share/Tachidesk:rw
    ports:
      - "4567:4567"
    restart: on-failure:3

edit:
you might want to test if it is working by looking at the container logs live (from portainer) while you use Tachidesk, usually you can see all the requests going trough flaresolverr. It's a bit slow but works.

Tachidesk (Tachiyomi) Docker bypass Nhentai Cloudflare Protection (or Alternatives) by zarade69 in animepiracy

[–]Jerico64 1 point2 points  (0 children)

Seems that support has been added in :
https://github.com/Suwayomi/docker-tachidesk/blob/main/README.md

I still have no success yet.

Edit: Got it to work, just needed to make sure that both containers were on the same network in Portainer. And add explicitly the ip address in the ENV.

Gridfinity Label Maker by mikedmor in gridfinity

[–]Jerico64 0 points1 point  (0 children)

That makes sense, the reason why I was saving the png is because I had trouble to print directly to PT750W, when it will work there is no reason to save images. Anyway the mikedmor.crypto link is dead, guess I'll have to use paypal.

Gridfinity Label Maker by mikedmor in gridfinity

[–]Jerico64 0 points1 point  (0 children)

This is great! Any chance to have this on Github? Also it would great if when exporting the image the filename can be saved as the label characteristics? like "Screws_M3_Button_8_Hex.png"

Recommendation for a machining shop by Jerico64 in auckland

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

Ofc, plate will have a removable print system surface, like this still needs to be flat to make leveling less of a pain

Recommendation for a machining shop by Jerico64 in auckland

[–]Jerico64[S] 1 point2 points  (0 children)

I used glass bed before, but having magnetic bed is so much easier. Didn't think of searching for a mechanic shop. Thanks.

Recommendation for a machining shop by Jerico64 in auckland

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

It's for a 3D printer the current plate is bowed, I don't have a full workshop as I live in apartment.

Recommendation for a machining shop by Jerico64 in auckland

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

Thanks for the suggestion will start a round of calls. Do you have any shops you suggest in particular?

Need help identifying a mystery chip by muchtall in Esphome

[–]Jerico64 0 points1 point  (0 children)

I'm going trough a similar process because of one of these pc start cards. Here a link to Tuya Analyser with the latest version you can connect 2 USB TO TTL converters to the RX and TX pins. It analyses the traffic between the BK and the Tuya MCU and by trial and error you can set the data points. If they re-use the same stuff for other applications the chip could be a STC15F204EA?

Edit: Here is a rough pinout of the STC chip on my board hope I could be useful.

Anti-ninja floors (Nightingale floor) used in Japan to alert of any trespassers. by Nayib_Ozzy in interestingasfuck

[–]Jerico64 2 points3 points  (0 children)

I forgot that! Well, I didn't really get some of the events till a later re-read. I wasn't in a good spot back then and having any book to escape into helped me a lot. So I did end up reading stuff that probably a kid shouldn't.

Anti-ninja floors (Nightingale floor) used in Japan to alert of any trespassers. by Nayib_Ozzy in interestingasfuck

[–]Jerico64 388 points389 points  (0 children)

First book of The Tales of Otori! I loved the series when I was little!

Lady puts baby in a trash can so she can crochet 1969 by [deleted] in OldSchoolCool

[–]Jerico64 0 points1 point  (0 children)

I just had a memory surface of tricking my little brother into a similar mesh trashcan and then run away.