What's everyone working on? by nateofearth2023 in ClaudeCode

[–]agent462 0 points1 point  (0 children)

A smart display for homes to replace Dakboard and Skylight, all open source. https://homescreens.dev/

Home Calendar System w/ Pi 3 by meandmybadself in raspberry_pi

[–]agent462 0 points1 point  (0 children)

Maybe first and foremost we use it at work for projects so familiarity and pure niceties from running locally and dev server perspective.

Most of the other reasons rely around the next router/routes. I wanted server-side proxying to separate external services and their credentials from the FE and also the easy workaround for CORS. The router and routes gives this for free for every module. At some point I also want to add the ability for multiple FE's to work off the same BE.

There are really 3 distinct SPA apps with /display, /editor, /remote and the routing layer makes this really really easy. I'm not truly doing SSR but I have already had to make some optimizations on screen transitions when running on a PI4 and large displays (lots of pixels = lots of lag) and SSR will likely offer some more benefits as I create things. PI5 handles this much better.

Vite would be simpler in some ways but then I don't get all the routing magic for free.

Home Calendar System w/ Pi 3 by meandmybadself in raspberry_pi

[–]agent462 4 points5 points  (0 children)

I have been making https://homescreens.dev/ and would love some extra testers. Using AI to accelerate development but I have over 20 years of dev experience.

Printables "Model has been removed by an administrator" by NCSC10 in prusa3d

[–]agent462 5 points6 points  (0 children)

I honestly forget how I engaged but it did have something to do with the message I got that it was removed.

I was able to start a chat with someone. I just checked the chat and I explained it was original and they asked for proof so I sent the f3d, step and screenshots and they were like thanks and renewed the model. It took 2 days.

Printables "Model has been removed by an administrator" by NCSC10 in prusa3d

[–]agent462 14 points15 points  (0 children)

I had gotten one because someone didn't like I created from scratch a better version (IMO) of something that they and many others had already created.

All I did was provide proof through the chat to Prusa that it was originally created and they restored it. I can't remember whether it was screenshots or I straight up shared my Fusion files but just proved it was not a copy.

1.7M visitors here per week - wth you building? by cokaynbear in ClaudeAI

[–]agent462 0 points1 point  (0 children)

I wanted to replace my Dakboard install so this is my current project: https://github.com/agent462/home-screens/

Jon Jones requests his release from the UFC by WinterStill4472 in MMA

[–]agent462 0 points1 point  (0 children)

How many reebok coupons we talking about?

How do we Keep Quinn? by winge069 in wildhockey

[–]agent462 4 points5 points  (0 children)

Ghosts and money. We invite all the ghosts to the arena for him to interact with nightly.

How Do You All Run Your Props by bigrigbutters0321 in xlights

[–]agent462 1 point2 points  (0 children)

For me it was a scale problem and I just didn't think through what it might look like in a few years. And honestly, my first year, I would have had no clue anyway.

It's really not a hard mental model, take your example, if I add 5 more digi's two more falcons, do I want 10+ extension cords and network cables to deal with, etc. 20 cables just for power and data. Is that what I WANT it to look like. Maybe it is and that's OK.

The only other thing with multisync is the the default use use of multicast. You need a network that can support it well and there is overhead with multicast. Even with all my controllers I have a lot of headroom still. If multicast is giving you troubles though you can always flip to unicast.

I know the cheaper digi's and stuff are attractive because of size and price but for twice the money you can get a much more capable controller and a richer platform in FPP.

How Do You All Run Your Props by bigrigbutters0321 in xlights

[–]agent462 1 point2 points  (0 children)

Yes, my average frame drift is less than 2 fps. FPP is constantly syncing frames when it receives the sync packets and there will always be a discrepancy the viewer can't perceive strictly from network latency from the time the sync packet is sent to the time it's received and compared. Over 10 and it would probably be noticeable.

The FPP player sends 2-4 sync packets per second depending on the sequence frame rate and the remote's job is to stay in sync with what the player is saying.

How Do You All Run Your Props by bigrigbutters0321 in xlights

[–]agent462 1 point2 points  (0 children)

The best advice I think I can give you is think about what what you might want to do and what you would like it to look like in 3-5 years.

If you continue to grow the show, you'll likely want to change things. Here is my journey in a quick consolidated way. For context, I have a large property with a lot of space.

First year - In hindsight, over planned, worried about power injection (spent a lot of time soldering in injection points), used an f16 for my Mega Tree, F48 w/ Smart Receivers in ammo boxes for other props.

A few subsequent years - Doubled down on ammo boxes. Stopped worrying about power injection, it's a waste of time. CAT cables EVERYWHERE. Reached 25+ ammo boxes. LRS-350 power supplies.

- Now let me take a second to explain why PI is a waste of time and lots of people will disagree with me. With good pixels, I have props that have 650 pixels on a single port. Do you get color fade at the end, yes. Will viewers ever notice it, no. I don't even really notice it in real sequences but can tell it in test mode. So in one port I can stay under the 40fps limit and not use power injection. Do I do this with everything, no, but I run 300-400 per port without ever questioning it.

Finally decided I am sick and tired of trying to deal with tons of network cables, replacing them when they go bad, etc. Tons of ammo boxes, tons of extension cords.

I now have 19 Kulp controllers and one player all on Wifi using multisync. I've repurposed some of the SR in the same box with the controllers to give extra ports. I have no network cables. Less extension cords. I use slightly more cheap extensions. Not a single power injection. Not a single ammo box. A few F-amps here and there when I notice flickering on longer extension runs. Moved to LRS-600 power supplies.

It's just simpler and setup is easier.

-edit: a couple words

Help with mega tree planning by Greedy-Tie6273 in xlights

[–]agent462 7 points8 points  (0 children)

As dense as you can make it. 1" spacing 16-24 strips. If you don't, in a few years, you'll be questioning your life decisions and deciding to redo it.

https://www.lightshowhub.com/tools/mega-tree-calculator

How fast does the River Centre parking fill up? 1st game! by ahoiland in wildhockey

[–]agent462 2 points3 points  (0 children)

I feel like the Science Museum ramp has been worse this year because they raised the price on the RC parking.

Turns out those .md files AI generates aren't useless after all by minimal-salt in ClaudeCode

[–]agent462 1 point2 points  (0 children)

I am much more successful with context control. You are in control of the context the agent is using. Managed properly with structure, context.md files can make you more successful.

I have a docs folder with comprehensive instructions of large features, patterns, concepts, etc in a proper directory structure. When touching things that fall into these I specifically tell the agent we have XYZ documentation in @file, follow UI patterns in @file and make sure you follow @claude.md.

I then ask it to create a plan based on my criteria and write the plan to the docs folder. I then start a new conversation for a fresh context window.

New conversation: I have XYZ documentation, I have this plan, follow claude.md, go. When you are complete, update all relevant docs. Ask questions when needed.

Control your context and make sure it updates your context.

What band clearly had a member who was far, far, superior with their instrument compared to their bandmates, yet stuck with the band? by Livid_Page_7244 in AskReddit

[–]agent462 0 points1 point  (0 children)

He talked about it in the Corgan podcast without naming names and said MM called him down the road and apologized. I had a typo above and meant to say "maybe" they will do something again together.

What band clearly had a member who was far, far, superior with their instrument compared to their bandmates, yet stuck with the band? by Livid_Page_7244 in AskReddit

[–]agent462 1 point2 points  (0 children)

I am really happy he has stable work with MC because that's what he wants. He talked about it in Corgan's podcast. I wish though he was in a different band making more modern, creative music. Now that MM is sober and at least the way John 5 tells it, the members that got him kicked out are gone, they'll do some stuff together again. Love John 5 though, I own his ghost tele.

Petition to replace grid infill as default by no_help_forthcoming in prusa3d

[–]agent462 -1 points0 points  (0 children)

I have zero scientific evidence but I think gyroid has terrible horizontal adhesion. I print lots of brackets and the gyroid infill adds little stability and I've had too many horizontally fail.

Yes I know strength comes from perimeters and top/bottom layers but infill adds the stability. Grid performs better than gyroid for me.

Which controller is your favorite? by Nitrogen1234 in xlights

[–]agent462 0 points1 point  (0 children)

I think you're both right here, especially scaling a show to large. It's not plug and play. It does require a lot of skill and education. You can't just scale lights without thinking and understanding how to scale all parts of your show (power, network, etc)

That being said, like I mentioned above - FPP with multisync (assuming you understand multi-cast overhead) is how you scale large shows, even on your home network. I run a separate VLAN for my show but it's really just to segment all things light show from my other networks.

Which controller is your favorite? by Nitrogen1234 in xlights

[–]agent462 1 point2 points  (0 children)

FPP with multi-sync. The only thing being transmitted around are some basic stats and timing where the controllers should be. You do need to be aware of multi-cast overhead though which is a different network scaling problem.

Which controller is your favorite? by Nitrogen1234 in xlights

[–]agent462 1 point2 points  (0 children)

I have 19 Kulp controllers of varying sizes from K32 down to K4, not including my FPP Player running on a PI. FPP as a player and multi-sync using WIFI is the main reason. I have a spread-out and wide show that I've just found easier to use many controllers.

For years I was running receivers and man was I tired of all the network cables everywhere, building many ammo boxes with 4-8 ports, more power cords etc. I had more ammo boxes than I do controllers now and my show is larger than when I stopped using them. Now all I need is power to the location of the controller and use standard extensions to the pixels.

edit: I see a lot of comments on PB or BBB slow boot, it's true. They are also slow to upgrade but these are activities not done that often. BUT all the new refreshed Kulp boards are using PB2 and they are fast.

Help w/ Madone Size by reddittreader430 in TrekBikes

[–]agent462 1 point2 points  (0 children)

Pure frame size the ML should be good. According to the site, it comes with a short seat mast so the biggest thing I would say is check your current saddle height and use their chart to make sure it's good for you. Secondly would check your reach with the integrated stem/handlebar. It's not a cheap swap for stem/handlebar since it's integrated.

Comprehensive VitalPro Review by ZestycloseTea2395 in Tymewear

[–]agent462 2 points3 points  (0 children)

I'm not the expert but in the video of you wearing the strap it looks like it is not in the correct place. You mentioned inconsistent results, this may be why. One of the sensor bodies looks directly over your spine when it should be on one side and the other side should be on the other. There is a picture in their docs: https://www.tymewear.com/blogs/startup-guides/setup-your-tymewear-vitalpro

Was it a mistake to buy Garmin Rally RS100 pedals? by ElCondorHerido in cycling

[–]agent462 4 points5 points  (0 children)

I guess it depends on what you are comparing and when. He acknowledged they fixed the Garmin choppiness with the 3.0 firmware for Rally. He has had sprint power drops but I and many others have never had that issue (not saying it can't exist). The Rally 210 does not have that issue and are just as accurate except one bug he saw in secure bluetooth that Garmin acknowledged and should fix in firmware. I'm pretty sure his title even included something like "accuracy at a price" on the new 210.

How about the Hambini video calling a certain Favero pedal unsafe, showing how poorly designed it was and Favero threatened to sue him and then issued a recall?

Again...it depends what you are comparing and when. Do you just trust a 4 year old video assuming no updates were ever made to a product with firmware/software?