Spyke

Replies

Comment on

I wonder how it affected traffic

Reply in thread

While I don't remember his name, I remember there was a Darknet Diaries episode about the researcher who first investigated the problem. The episode was very thorough, I liked it a lot. I also don't remember the name of the episode, so I guess this comment is kinda useless

Comment on

Self hosted calendar

I used both radicale and baikal. Both work great. Both support CalDAV and CardDAV, to sync with them you need thr davx5 app on android. I ended up going with radicale because it supports proxy authentication and I can use it with Authelia

linux

Comment on

Why do you use the terminal?

I really despise the use of the mouse, in some way it just feels somewhat wrong, especially the need to constantly move one hand between the mouse and the keyboard. Also I'm way faster at typing that I am pointing and clicking around looking for the right button to press. Terminal commands offer a simple and expressive way to interact with the computer.

Comment on

I am trying to do something... _Special_

Simply don't. Powering the RPi via the gpio is possible but bypasses all protections (over/reverse voltage, shortcircuit). Do it only if you know for sure that those things won't happen. Otherwise, know that you might kill your pi.

If you still wanna do it, look for ground (gnd) and a +5v rail on the ender 3 board. The here is the rpi gpio pinout, you have to connect gnd to gnd of the board and +5v to the +5v rail on the board.

I guess a good compromise would be to connect the +5v coming from the ender 3 to the proper pads/vias under the microusb cable on the pi, that way you would still have all the protections in place on the pi. But I have never done that, so don't quote me on that.

Comment on

A way to host Uptime Kuma

I run it on oracle cloud always free tier, it's the only service I run there. I just let it oing my subdomains every 2 minutes and send me notifications on telegram. But I don't think that's a solution for you, since you don't want to use a vps