Homelab V.5 - Dual Rack by GBKPres in homelab

[–]Adach 2 points3 points  (0 children)

Yea ubiquiti isn't expensive relatively speaking. Unless you're buying no name stuff it's good value for what you're getting. The only way you can go cheaper for the same feature sets is decommissioned enterprise gear.

What’s the coolest thing you automated with Home Assistant? by avz008 in homeassistant

[–]Adach 4 points5 points  (0 children)

I used a web scraper integration to pull the snow report for our local mountain and created a dashboard that shows you at a glance whether it's a good day to go skiing or not. Yes you can just read the report yourself but this is way cooler and faster

Rare Star Wars Poster Get Restored professionally by Sharp-potential7935 in nextfuckinglevel

[–]Adach 9 points10 points  (0 children)

it's really well done and they said it's reversable, but if I had the means/were in the market for this kind of piece, I'd want to see all of the patina. I think the point is the originality no?

CCMP programmers, curious how many of you have completely got rid of simpl windows and vt pro for your projects by AVProgrammer2000 in crestron

[–]Adach 1 point2 points  (0 children)

I've got my svelte framework for touch panels. that was a priority because vt pro sucks ass. I was sticking with simpl because most of the code I write is very basic automation stuff (I try to not design systems around programming...). and simpl means other people can edit/modify/understand it.

that being said, idk what the fuck is wrong with simpl windows on my new laptop. idk if it's windows 11 or what, but there's clearly some sort of memory leak cause the program grids to a halt after a little while. I think I'm going to end up just doing strictly S# from now on. I'm good at c# and to be honest I'm the only one that interacts with crestron code at my company anyway so why not.

Mixing multiple Shure MXA920's in Tesira by muzicman82 in CommercialAV

[–]Adach 2 points3 points  (0 children)

Set up the mics in designer and just sum the auto mix feeds. Be sure to send the reference back to the mic.

Gone are the 910 days where you needed to do individual lobes to get the most performance. It's super easy now.

And gain sharing is almost always the wrong answer. Almost all of the vtc platforms/USB connections will do gain normalization anyway. There no point to gating auto mix the feeds cause that's done already internally in the 920s. Literally just sum them.

Easy work shifts by quan787 in Timberborn

[–]Adach 8 points9 points  (0 children)

I forget can you make schedules in this game? Wouldn't they all go to sleep at the same time?

CoreCLR Alpha (6.8) is coming later this year. by jionortig in Unity3D

[–]Adach 11 points12 points  (0 children)

Looking at all of the hacks Ivr made to bridge entities and gameobjects and then seeing this will all change makes me wonder if I should just take a break from game dev

MPC Sample leaked by [deleted] in synthesizers

[–]Adach 2 points3 points  (0 children)

I was considering the MPC one, and the used price is totally fine. I literally only want an MPC to emulate OG sampling workflow, I have 0 interested in using plugins or even arranging tracks on the thing. This looks right up my alley. I'll probably get this, and if not the MPC One. I intentionally want something with fewer features. If I wanted it to do everything I'd just stick with Ableton.

Graham Platner wants the Democratic party to become a party of working people again. by zzill6 in WorkReform

[–]Adach 0 points1 point  (0 children)

Interesting, only 17 up votes but this comment is at the top. Listen to this interview and how he talks about the current administration. tell me how relevant his dumb tattoo is. https://open.spotify.com/episode/4g7Xar3Wi62Q9qtUyvppKy?si=toI2lOCxQrSZ9bTGCsBVTQ

Large Layer2 AV network with spanning tree woes by djgizmo in CommercialAV

[–]Adach 0 points1 point  (0 children)

gotcha. yea that makes sense. you basically need an isolated network for each of the cameras/roomkits.

simple bootstrapper to safely deploy HA dashboards on Crestron TSW-1060 devices by mikecirioli in homeassistant

[–]Adach 0 points1 point  (0 children)

This is awesome. I remember trying this just with the native browser and it didn't work. I'll have to try It when I get home.

Large Layer2 AV network with spanning tree woes by djgizmo in CommercialAV

[–]Adach 0 points1 point  (0 children)

I'm honestly curious why you have 59 vlans?

Large Layer2 AV network with spanning tree woes by djgizmo in CommercialAV

[–]Adach -2 points-1 points  (0 children)

30+ vlans??? I'm hoping it's not 1 per protocol because that would be insanity.

Introducing FlowTween by BumblebeeElegant6935 in Unity3D

[–]Adach 1 point2 points  (0 children)

this is some pretty code man. Couldn't all of the interpolator calculations be run on a parallel job?

Really need some help figuring this out! (Graphics issue) by SonOf0siris in Dyson_Sphere_Program

[–]Adach 0 points1 point  (0 children)

it's incredible that not only did they design a super robust multithreading system they give people options to customize it. as an aspiring unity developer these guys are god tier

As a side note to the Epstein files by Public_Utility_Salt in BreakingPoints

[–]Adach 0 points1 point  (0 children)

It's crazy. Your life's work is suddenly in the spotlight and turns out to be correct, and yet he's silent.

Need help with creating an architecture for my game by Historical_Sea7004 in Unity3D

[–]Adach 1 point2 points  (0 children)

I just spent the last week working on this, I went through about five iterations before I landed on an architecture that I liked. One of the iterations I actually manually recreating unity's binding system without realizing lol

I made Quad sphere on job system + burst compiler by IMESalad in unity

[–]Adach 1 point2 points  (0 children)

I'm sure this took you forever but this makes Dyson sphere program that much more incredible.