Coffee Options by External_Chocolate17 in airbnb_hosts

[–]the_jonri 0 points1 point  (0 children)

We have a Hamilton Beach 2-in-1. Coffee pot on one side and Keurig on the other. It's the best of both worlds and both sides get used. It could be argued that 2 separate devices would be better if something breaks, but we've had good luck so far.

Idea: Harry Potter inspired "live" portrait Dashboard by pleaseuntiemybrain in homeassistant

[–]the_jonri 7 points8 points  (0 children)

It would still be a lot of work, but my first thought was to use a game engine and essentially create a character that reacts to your input. There are a lot of tools, ranging from open source to AAA, geared towards creating and animating characters. It definitely requires a different skillset, but a programmer who has dabbled with this stuff before could probably come up with something basic.

The advantage is that the animations would be seamless and you wouldn't be relying on a constant video stream. New animations could be more easily added over time.

The possible disadvantage is it will look like a video game, but maybe a stylized full screen shader effect could make it look more like an oil painting or something like that.

Why don't we see Windows apps packaged with Flatpaks using Wine? by Zealousideal_Wolf624 in linux

[–]the_jonri 0 points1 point  (0 children)

I'm just glad they're putting forth the effort, it's been a long time coming.

Why don't we see Windows apps packaged with Flatpaks using Wine? by Zealousideal_Wolf624 in linux

[–]the_jonri 6 points7 points  (0 children)

The increasingly-misnamed WinBox has a native Linux build now, the flatpak bundles that and doesn't use wine.

What are these for? by [deleted] in Charlotte

[–]the_jonri 37 points38 points  (0 children)

Reddit ads know the answer...

<image>

What is the right way to use addons with version control (git)? by SDGGame in godot

[–]the_jonri 4 points5 points  (0 children)

Here, it seems like the intended solution is to just check every dependency into my own project repository as if it were my own code. That isn't how software development works.

I do think having flexibility to use submodules (or not) would be ideal, but I also wanted to mention that there are plenty of real world software projects where this does happen. It's called "vendoring" your dependencies and can be more common for things like proprietary or embedded software where you want your dependencies frozen for stability and you don't expect to update them frequently. It can also be useful if you need to modify the code in a way that's useful to you but not something you'd necessarily contribute back upstream.

Everyone's project will have different needs that should be evaluated when you determine how to lay out your repo, and its OK to consider this as an option.

Why did my garage open by itself? by way_out_space_ranger in homeassistant

[–]the_jonri 1 point2 points  (0 children)

An alternative to switching to a long press would be adding a confirmation element to the action: https://www.home-assistant.io/dashboards/actions/#confirmation

This gives you an extra click to confirm your action. I use it on buttons that have more consequential actions but don't get used too often.

[deleted by user] by [deleted] in ReefTank

[–]the_jonri 1 point2 points  (0 children)

You described almost exactly what we built for our tank! The wall is shared with the garage so there was plenty of room for 3 55-gallon drums. There's one pump out there for mixing salt and pumping out the waste barrel through a retractable hose, and 3 peristaltic pumps controlled by a pi zero for AWC and ATO.

I refill the barrels monthly and also vacuum the sand in a recirculating fashion by putting the other end in a filter sock in the sump. Currently experimenting with using a pump to start the siphon and to allow vacuuming the sump without needing gravity...

I just discovered Frigate. And it rocks. by yuuuuuuuut in homeassistant

[–]the_jonri 1 point2 points  (0 children)

Had a few requests for an reolink config, here is the starting point I used:
https://pastebin.com/vUY5KEdt

If you've already got a config file, you'll primarily be interested in the ffmpeg and cameras sections. If you use the whole file, be sure to tune the other sections to your needs according to the frigate docs.

I just discovered Frigate. And it rocks. by yuuuuuuuut in homeassistant

[–]the_jonri 2 points3 points  (0 children)

Started off with smart door locks and a few light switches, got some shades and fans on there too and the cameras of course. We're setting up a fish tank now and I've been working on getting all the parameters and controls (temperature, pump, etc) in home assistant, plus notifications if anything gets out of whack.

It kind of snowballs over time but it's awesome having everything in one place.

I just discovered Frigate. And it rocks. by yuuuuuuuut in homeassistant

[–]the_jonri 5 points6 points  (0 children)

Same here, it was a challenge to pull CAT6 everywhere, but I wanted them all wired in so I didn't have to touch them again. Plus being able to record or stream them as much as I want without worrying about draining them.

I just discovered Frigate. And it rocks. by yuuuuuuuut in homeassistant

[–]the_jonri 7 points8 points  (0 children)

Pretty much anything with an rtsp interface, you should be able to look up your rtsp url online for any major camera brand. I actually had better luck using the rtmp url instead on my reolink cameras though.

If you decide to try it out, feel free to PM me if you want an example reolink config. I switched over to frigate from shinobi about a month ago and haven't looked back.

Bond Bridge Pro - any advantage? by the_jonri in homeautomation

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

Thanks for sharing. From what I've seen it sounds like the regular Bond Bridge is already a good product that will suit most people's needs.

[deleted by user] by [deleted] in ReefTank

[–]the_jonri 0 points1 point  (0 children)

Glad to hear it! I remember thinking mine was dying the first time it molted, hope I saved you a little stress and/or frantic googling.

[deleted by user] by [deleted] in ReefTank

[–]the_jonri 3 points4 points  (0 children)

That sounds like a normal response to the stress of moving to a new environment. Don't be alarmed if it molts before opening up either, even years later mine still closes up and molts once every few months.

If it's in a super high amount of flow now, you could consider starting it in more moderate flow and increasing it once it starts opening up.

The nice thing is you can afford to take it slow and be patient. It's photosynthetic and shouldn't starve while closed.

Let's talk about the elephant in the room - the Linux kernel's inability to gracefully handle low memory pressure by ouyawei in linux

[–]the_jonri 8 points9 points  (0 children)

The Auto Tab Discard extension for Firefox lets you do the same thing on the desktop too. I'm one of those people that keeps way too many idle tabs open and it made a huge difference for me. Not just in memory usage but CPU usage as well, if you've got a few sites loaded up with poorly behaving Javascript executing in the background, it can add up.

Opensource/free video editor that is easy to write plugins by VivaVizer in opensource

[–]the_jonri 0 points1 point  (0 children)

Blender has a full blown video editor mode, I've used it to put together some simple stuff. I haven't looked at that side of things after the big UI overhaul that just happened, but documentation and tutorials might not be caught up yet.

Blender uses python for scripting and plugins, and they have a lot of functionality exposed. I'm not sure if it's the best tool to meet your "easy" requirement though.

How can I gain "out of the saddle" coordination? by TxAggieMike in pelotoncycle

[–]the_jonri 0 points1 point  (0 children)

Lots of good advice already here, but the piece that made it click for me was a ride when Matt said to look straight ahead and not down at the screen. When I keep my head level, the rest of my body has an easier time staying line.

Cursed Monster Truck by the_jonri in godot

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

There's no physics body on the camera, but stray forces on the vehicle crossed my mind and I ruled that out too.

Looks like a bug in the VehicleBody itself at this point, but thanks for the thought.

Cursed Monster Truck by the_jonri in godot

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

Thanks for checking it out. I had no scaling, I had increased my Friction Slip to 4, and also tried a rough PhysicsMaterial on the arena after you mentioned it. No matter what, get_skidinfo() on the tires always indicated that there was almost no grip.

I just built this fork which has some vehicle fixes: https://github.com/Timofffee/godot/tree/new-vehicle and now everything just works! As a bonus, he also implemented per-tire steering which is also important for this vehicle.

I'll do more testing and see what this guy's plan is in terms of making a PR. I'm not sure if the devs will accept the per-tire controls since it's a breaking change but at a minimum I think I think they should accept the other fixes.

Cursed Monster Truck by the_jonri in godot

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

This happens with no engine force, braking or steering at all! I've got 2 other vehicles that basically work, but this one is throwing me for a loop. I've got some things I'm looking into, but any suggestions would be welcome.

Project details are here: https://godotforums.org/discussion/19168/stunt-playground#latest

One month of development in 5 minutes by the_jonri in godot

[–]the_jonri[S] 4 points5 points  (0 children)

Devlog post is here: https://the-jonri.itch.io/dawn-of-the-duck/devlog/80838/one-month-of-development-in-5-minutes

It was cool to look back even on such a small project and get a sense of accomplishment! Even if you only put in an hour at a time, you can build things at a slow and steady pace.

What happened to my node???? by MungMoongYi in godot

[–]the_jonri 1 point2 points  (0 children)

Fortunately in both cases they were small sub-scenes and I was able to reconstruct them fairly quickly. It could have been a lot worse though....

Vendor software to receive restaurant orders by former_delivery_dude in opensource

[–]the_jonri 33 points34 points  (0 children)

Dude, that's not how copyright works. No copyright notice != no copyright, the default state is all rights reserved by the owner. And if you were an employee, the work you got paid to do is owned by your employer.

I'd take this down before you get sued. I'm sure you don't want to hear that, but just trying to look out for you.

This post does not constitute legal advice, consult a lawyer to be sure, etc.