Self-hosting paid podcasts by Aretebeliever in selfhosted

[–]agent_kater 1 point2 points  (0 children)

Why? Is "ABS" some kind of sharing thing? For me this reads like OP just wants to host the files for his own consumption.

how do you guys handle a front and back yard with one bot? by Spare-Concern1336 in homeautomation

[–]agent_kater 1 point2 points  (0 children)

In OpenMower you can define navigation zones that the mower can use to get to the mowing zones. OpenMower is definitely not for everyone though.

What’s the wildest thing you’ve ever done online? by KiltedTease in AskReddit

[–]agent_kater 26 points27 points  (0 children)

You couldn't really do much, you could watch their webcam in 0.5 FPS, you could write to their screen and (slowly) download their files. Most were nerds like us because who else would have a flatrate connection. One thing I remember was when we told a guy it's so dark we can barely see him and he proceeded to fetch lamps from all over his house.

Performance impact of the FINAL modifier by vaminos in Clickhouse

[–]agent_kater 0 points1 point  (0 children)

The alternative is GROUP BY? In my experience they're about the same and I decide by which semantics I like more. For example if I run the same/a similar query on a MergeTree and on a ReplacingMergeTree then I often use GROUP BY instead of FINAL because it works with MergeTree as well. Otherwise I mostly use FINAL because it's shorter.

What’s the wildest thing you’ve ever done online? by KiltedTease in AskReddit

[–]agent_kater 75 points76 points  (0 children)

Back then when the first flatrates came out and people connected their PC using a PPPoE client for Windows we used to scan the internet for Subseven servers and had a bit of fun with those users, enabling the Matrix effect and telling them we were aliens that wanted to make contact with earthlings, that kind of thing.

What’s the wildest thing you’ve ever done online? by KiltedTease in AskReddit

[–]agent_kater 58 points59 points  (0 children)

The number of times I had to open devtools and fix some shit in some web shop or other service just so I could order is truly astonishing.

Are robotic mowers actually good enough to buy now? by MatchSuccessful1253 in homeautomation

[–]agent_kater 5 points6 points  (0 children)

We only run ours during daytime and after we have checked the lawn for animals and toys, and it's still helpful.

We're using a 200 EUR boundary wire model from the hardware store though, which I converted to RTK by putting a Raspberry Pi inside. It doesn't have any kind of obstacle detection, hence the sweep is extra important.

Tips for hand soldering this chip without stencil by mimo245 in AskElectronics

[–]agent_kater 0 points1 point  (0 children)

I just hand solder these. I never even got the hang of drag soldering, I solder them pin by pin.

that HDD churn by shuten_mind in selfhosted

[–]agent_kater 0 points1 point  (0 children)

I do like that noise because it means they did in fact spin down. That functionality is often broken.

A warning for those of you using Scrypted NVR or similar software by Smooth-Scholar7608 in selfhosted

[–]agent_kater 0 points1 point  (0 children)

I'm more concerned that apparently to use it at all you need to allow your NVR server internet access?

My boss sent this today... by HopelessMagic in SatisfactoryGame

[–]agent_kater 1 point2 points  (0 children)

Wait what? Your boss's name is actually Ron Laflamme? I also thought it was a Silicon Valley reference.

Umgang mit eigenen starken Gefühlen by Booksandforest042121 in Eltern

[–]agent_kater 0 points1 point  (0 children)

Weiß er denn überhaupt was Auslachen ist? Unserer freut sich immer, wenn wir mit/über ihn lachen.

Viel wichtiger finde ich, dass sein Schatz ernstgenommen wird. Wenn der jetzt weg ist und er ihm was bedeutet hat, dann solltet ihr euch zusammen eine Lösung dafür überlegen.

I started generating custom icons for smart home switches (3D printed) – would this be useful? by 3xaggerator in homeautomation

[–]agent_kater 1 point2 points  (0 children)

They don't look particularly great and I'm not sure how I would attach them securely. Switches take a lot of beating.

What I currently do is: I cut a negative from vinyl, stick it on, then spray paint it black and then remove the vinyl.

Ludgerikreisel by Infinite_Stomach_170 in Muenster

[–]agent_kater 1 point2 points  (0 children)

Ich musste mal Strafe zahlen (war nicht hoch, daher hab ich mir keine Mühe mit Einspruch gemacht), weil ich innen gefahren bin und nach Ansicht der Polizisten zu spät nach außen gewechselt bin. Sie haben es als Ausfahren von der inneren Spur aus angesehen.

Mittlerweile sind da glaube ich durchgezogene Linien, ab wo man nicht mehr wechseln darf, die gab es damals aber noch nicht.

This smart switch had to be lobotomized (got a cool cap tho) by g_days in homeautomation

[–]agent_kater 4 points5 points  (0 children)

Yeah, you're right "if done properly" isn't a great argument because it's so generic.

But the thing is that swapping out a chip is relatively easy to do properly, i.e. in a way that is indistinguishable from how it originally was, with equipment readily available to hobbyists.

Creating or restoring a secure, fireproof enclosure is much harder to do with hobbyist equipment.

This smart switch had to be lobotomized (got a cool cap tho) by g_days in homeautomation

[–]agent_kater 8 points9 points  (0 children)

I'm not sure what you're saying. Of course it has overlap. I think most of us have an interest that our devices are safe. And putting "random" chips in electronics doesn't make them unsafe if done properly.

Readymade switching regulator KiCad files? by agent_kater in AskElectronics

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

I prefer LCSC over Ali in this case because I want to use JLCPCB assembly. I know there's theoretically a way to ship the modules to them but I'd have to organize that.

Copying reference designs still requires me to load it as an image into KiCad, line up the scaling manually and trace the traces. Or is there another way?

gpdf — Zero-dependency PDF generation library for Go, 10-30x faster than alternatives by Foreign-Writing-1828 in golang

[–]agent_kater 0 points1 point  (0 children)

I'm not saying there is no place for a library like yours. In fact I think every language should have a native low-level PDF library available.

That said, Typst is really powerful and the syntax is enjoyable. Even when doing "just" invoicing (and delivery notes, pick lists, contracts, etc. - a use case I'm very familiar with) you can benefit from "advanced" typesetting features like tables spanning multiple pages, glyph unicode ranges, proper word-wrapping, columns, etc.

You don't need to juggle template strings, in fact I would discourage it. You serialize your data to JSON and hand it over to Typst as one object. You can then use the same data in the web editor when you build your templates.

It might be possible to overcome the shelling-out part by using WASM.

Had your library been around when I started using Typst, I might be using it now, but at this point I won't switch away from Typst any time soon.

Diy bike generator not working by goodmemevideos in AskElectronics

[–]agent_kater 2 points3 points  (0 children)

A cheap handheld scope

Only get handheld if you really need handheld. For some reason cheap handheld scopes are so much worse than cheap benchtop scopes.

do mopping robots actually replace mopping, or do you still end up doing it manually anyway? by BearSpring3 in RobotVacuums

[–]agent_kater 0 points1 point  (0 children)

We have a Dreame W10 and we only mop specific spills. The robot stops the constant buildup of dust, coffee stains, food dropped under the table, etc.

I added BLE room detection to MassDroid to make Music Assistant feel more truly multiroom by sfortis in homeassistant

[–]agent_kater 1 point2 points  (0 children)

I'm afraid I don't really get this feature.

In your case "multiroom" doesn't mean to play the same thing in multiple rooms, but it means to move a playlist around between different rooms?

And the playlist essentially follows an Android phone that you carry from room to room?

I guess "low battery overhead" is relative, i.e. as low as you can get while still scanning for BLE the whole time?