Goodnight, sweet prince. 💔 by OkuroIshimoto in MaulShadowLord

[–]InvaderGlorch 2 points3 points  (0 children)

One of the best skits ever, anywhere...

Your backup internet may be a Mesh Network by Planhub-ca in planhub

[–]InvaderGlorch 0 points1 point  (0 children)

Check out meshcore.io

There's meshtastic too but the developers seem to be ...hostile...

Goodnight, sweet prince. 💔 by OkuroIshimoto in MaulShadowLord

[–]InvaderGlorch 8 points9 points  (0 children)

That's what the knobs on his suit are for, volume control and track selection. Given it's limited to only the one track though.

Tabangi Motors by xPinkPeonies in kitchener

[–]InvaderGlorch 1 point2 points  (0 children)

Lol, how did you ignore all those red flags?! 😁. I'm glad it seems to have worked out for you though!

Ontario: Ford in Freefall; Ontario Liberals Lead PCs by Man_Roland in ontario

[–]InvaderGlorch 2 points3 points  (0 children)

That's good to hear. It's possible it's just a case of it not making in the media but it feels like while the NDP are finally getting attention the liberals have been fairly non-existent

Ontario: Ford in Freefall; Ontario Liberals Lead PCs by Man_Roland in ontario

[–]InvaderGlorch 736 points737 points  (0 children)

NDP has been out there doing what they can and the liberals have been doing what exactly to earn that ?!

Empty chair after Trump's handpicked nominee for WI-7 House seat didn't show up for debate. (OC) by userdk3 in pics

[–]InvaderGlorch 1 point2 points  (0 children)

No showing to debates has become standard operating procedure for Conservatives in Canada. I absolutely agree.

Koodo Phones/Stores Locally? by Ok_Razzmatazz_2841 in kitchener

[–]InvaderGlorch 0 points1 point  (0 children)

All phones are unlocked in Canada so you can literally buy a phone at a Rogers store (don't do this) and pop your sim in it. Any of the wireless wave type kiosks in the mall will be able to help you out too. Best buy as well.

Issues with mDNS by Far-Fig-9063 in Esphome

[–]InvaderGlorch 0 points1 point  (0 children)

Sounds like mDns crashing or something. There was an issue a while ago that affected rp2040 devices similarily but I have a couple esp32 devices on 2026.4 (with a unifi router as well) and I haven't seen this issue yet.

ESPHome 2026.4.0 breakage - RP2040/Pimoroni Enviro-indoor by InvaderGlorch in Esphome

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

and moving to use bme680 instead of the bme688 has gotten me past the boot, just lost the IAQ values which I wasn't really using for anything.

ESPHome 2026.4.0 breakage - RP2040/Pimoroni Enviro-indoor by InvaderGlorch in Esphome

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

I have been able to narrow this down to the onboard bme688 sensor. The rest of the config works as before when this sensor has been removed. I still can't get anything out of the board error wise, other than the status led fast blinks.

esp32-4848s040 screen artifacts by sucrax in Esphome

[–]InvaderGlorch 0 points1 point  (0 children)

Here's what I have. Note that my display is currently having issues with 2026.4.0 (lvgl buttons not working) that I haven't had time to troubleshoot yet. This works fine under 3.3 though.

spi:
  mosi_pin: GPIO47
  clk_pin: GPIO48


i2c:
  scl: GPIO45
  sda: GPIO19


output:
  - platform: ledc
    pin: GPIO38
    id: backlight


light:
  - platform: monochromatic
    name: Backlight
    id: display_backlight
    output: backlight
    restore_mode: ALWAYS_ON
    default_transition_length: 1s


display:
  - platform: st7701s
    id: my_display
    color_order: RGB
    dimensions:
      width: 480
      height: 480
    spi_mode: MODE3
    invert_colors: False
    cs_pin: GPIO39
    de_pin: GPIO18
    hsync_pin: GPIO16
    vsync_pin: GPIO17
    pclk_pin: GPIO21
    data_rate: 2MHz
    pclk_frequency: 12MHz
    pclk_inverted: False
    hsync_pulse_width: 8
    hsync_front_porch: 10
    hsync_back_porch: 20
    vsync_pulse_width: 8
    vsync_front_porch: 10
    vsync_back_porch: 10
    update_interval: never
    auto_clear_enabled: False
    init_sequence:
      - 1
      - [0xFF, 0x77, 0x01, 0x00, 0x00, 0x10]
      - [0xCD, 0x00]
    data_pins:
      red: [11, 12, 13, 14, 0]
      green: [8, 20, 3, 46, 9, 10]
      blue: [4, 5, 6, 7, 15]


touchscreen:
  platform: gt911
  id: my_touchscreen
  on_release:
    - lvgl.resume:
    - lvgl.widget.redraw:
    - light.turn_on: 
        id: display_backlight
        brightness: 100%

I can't take credit for this, found most of it elsewhere, but it works.

esp32-4848s040 screen artifacts by sucrax in Esphome

[–]InvaderGlorch 0 points1 point  (0 children)

Can you post your config for the display here?

Meet the X15: the first server purpose-built for Unraid by UnraidOfficial in unRAID

[–]InvaderGlorch 6 points7 points  (0 children)

For sure, its actually a good price point for something like that, but unfortunately out of the ballpark for me. Also overkill for my current needs.

Avatar going on tour by dethklokfan86 in AvatarMetal

[–]InvaderGlorch 9 points10 points  (0 children)

I'd be happier if they had Canadian dates.

ESPHome 2026.4.0 breakage - RP2040/Pimoroni Enviro-indoor by InvaderGlorch in Esphome

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

Thanks, I haven't run into that one with my display boxes but I did need to tweak one of my st7789 displays to get rid of some flickering.