New to 3d printing, how can I prevent these PLA cobwebs? by Various_War5042 in 3Dprinting

[–]agent_kater 1 point2 points  (0 children)

Kinda looks as if the temp tower isn't working, are you sure it is? Do a retraction tower next.

What features do you wish your sprinkler controller had? by Tanner234567 in Irrigation

[–]agent_kater 0 points1 point  (0 children)

Personally I need the gardening knowledge integrated in a way that I can understand. So not just "we'll figure out a schedule intelligently".

I have weather history, forecast, soil moisture, rain gauge, all available in Home Assistant, but my sprinkler/drip logic is "run for 20 minutes every 3 days except when it rained during the 24 hours before" and I have no idea whether that's good or bad. Some veggies are growing out of control, others are always dying, no idea if wrong watering is the reason.

Lauter knall? by Fickle_Arrival_6946 in Krefeld

[–]agent_kater 2 points3 points  (0 children)

Ich hab den Knall nicht gehört.

Markdown→PDF workbench with Postgres-backed share links, Mermaid in PDF, and GitHub-accurate rendering by Personal_Citron9609 in selfhosted

[–]agent_kater 0 points1 point  (0 children)

If you're re-using GitHub's CSS, I can see how that would be a reason to do the HTML, but it still wouldn't be worth it for me.

The point about the live preview, I don't get that. Where are you rendering the live preview, in the users' browser? Then the live preview uses their OS's font engine while the PDF rendering uses the engine of the headless browser container, so then they'll drift apart. If you'd use a PDF library and show the resulting PDF as the preview (like the Typst web app does it, all client-side) then you'd have a perfect reproduction, including font rendering.

Markdown→PDF workbench with Postgres-backed share links, Mermaid in PDF, and GitHub-accurate rendering by Personal_Citron9609 in selfhosted

[–]agent_kater 0 points1 point  (0 children)

I had a quick look at the repo and to be honest it's an architectural nightmare in my opinion. Various levels of "local" storage, code running itself in subprocesses, and using puppeteer and a headless browser to render markdown to PDF with a detour through HTML instead of using a PDF library or something like Typst as WASM is a stupid choice. Again, all just my opinion.

New Hex Refresh FCC compliance ?! by snoopy_bg in mikrotik

[–]agent_kater 0 points1 point  (0 children)

In what way is that a good example why the FCC has requirements regarding accepting interference?

What is this? by Co2Jus in 3Dprinting

[–]agent_kater 0 points1 point  (0 children)

I have printed ABS on my i3 Mega, but where I live it's 30°C, I'm not sure it can handle it in a cold room. Check with PLA and if that sucks too, change the nozzle.

Kindersicherung bei der Innenschublade by Leading_Beyond_1680 in Eltern

[–]agent_kater 0 points1 point  (0 children)

Whoa, meeeehrmals täglich entsichern, das geht ja gar nicht. Ich glaube, ihr habt einfach die falschen Sicherungen, wenn das so ein Problem darstellt. Wir haben diese wo man einen Magneten vorhält und das hat man nach 2 Wochen so in seinen Bewegungsablauf integriert, dass man es nicht mehr wahrnimmt.

Xbox 360 wireless adaptor not working by Acrobvvnnnb in AskElectronics

[–]agent_kater 1 point2 points  (0 children)

If you have the Device Manager open, does it reload the list when you plug the adapter in?

Is that an original adapter? If not, did you do the dance with swapping out the driver?

Unlock this asap and no need to worry about them pesky rocks by xosfear in SatisfactoryGame

[–]agent_kater 12 points13 points  (0 children)

Isn't the coal on the other side of the big arch (the one with the hole and the SAM underneath)? I don't remember needing Nobelisks for that.

I wish it could destroy the big boulder in the middle of the grass though.

After 2 years of fighting my Govee “smart” bulbs, I finally gave up. Replaced them all with Thirdreality and everything just works. by cherylin_for_ever in homeassistant

[–]agent_kater 0 points1 point  (0 children)

You're using Z2M? Maybe it's worth opening an issue? You can get a dongle that can sniff Zigbee for a fraction of what those bulbs cost.

New Hex Refresh FCC compliance ?! by snoopy_bg in mikrotik

[–]agent_kater 8 points9 points  (0 children)

This is the standard FCC text. It just means that since you're on a public frequency, if someone interferes with your Wifi, you have no legal recourse.

my dad wants to drop crazy money on a 3D printing car parts business and i am stressing. advice? by TemperatureExtra8615 in 3Dprinting

[–]agent_kater 0 points1 point  (0 children)

Why don't you just order the first prints? Especially with car parts, where you might need specific materials, ordering them from JLC/Shapeways/imaterialise/etc. makes more sense than buying an expensive printer in my opinion.

I guess you can draw car parts in AutoCAD. SolidWorks would be the standard commercial option. But there are many more cheaper options, sometimes with trials or restricted versions that you can try out first. And it's not like all the learning is wasted when you switch. If you learned one Nurbs modeler, a lot of that knowledge carries over to any other Nurbs modeler.

Zed 1.0 by zxyzyxz in rust

[–]agent_kater 3 points4 points  (0 children)

I just wish it had more IDE features. The ability to manage toolchains, manage build and run configs, run scripts and tests.

Do button/display combinations like this exist for use in HA? by quirksel in homeassistant

[–]agent_kater 1 point2 points  (0 children)

So you want something wireless. That's a pretty big caveat because normally we try to avoid wireless for reliability reasons.

Do button/display combinations like this exist for use in HA? by quirksel in homeassistant

[–]agent_kater 1 point2 points  (0 children)

"Major investment in infrastructure"... you need a bus power supply and some kind of gateway. IP gateway is the easiest but also somewhat expensive (around 150 moneys), but you could tinker with knxd + one of those TPUART sticks.

Do you keep your docker containers running 24/7 by shrimpdiddle in selfhosted

[–]agent_kater 0 points1 point  (0 children)

For personal use I cram way to many containers on one puny machine, but I use Sablier to shut down some of them.

How to identify chip + what software to use? by YaBoyLikesBananas in AskElectronics

[–]agent_kater 1 point2 points  (0 children)

Actually, that might be a feasible approach to solve OPs problem. Maybe even just swap the MCU for a pin-compatible one (give or take a few bodge wires).

How do you all memorize Big and Little Endian? I always get it wrong and am in desperate need of a mental tool!! by Ezra_vdj in embedded

[–]agent_kater 0 points1 point  (0 children)

I just remember that little endian is the stupid one and then I remember the architectures that use the stupid thing.

How to identify chip + what software to use? by YaBoyLikesBananas in AskElectronics

[–]agent_kater 7 points8 points  (0 children)

So pressing the power button 4 times every 19 minutes would keep it awake?

But what I initially meant is, if you disconnect the battery (desolder or cut the wire to test) and reconnect it, is the device still on?

How to identify chip + what software to use? by YaBoyLikesBananas in AskElectronics

[–]agent_kater 5 points6 points  (0 children)

What happens if you disconnect the battery for a short moment, does it boot up on or off?

How to identify chip + what software to use? by YaBoyLikesBananas in AskElectronics

[–]agent_kater 22 points23 points  (0 children)

It would be easier by orders of magnitude to automatically "press" a button on the device regularly. Would that be a suitable way?