#the-water-cooler
1 messages ยท Page 642 of 1
I use my kitchen display for TTS alerts for doors opening and doorbell
but it overlaps the display which isn't good
i just don't know, for instance when i want an extra room i want to be able to tick that rooms audio box and it tunes in to Spotify, but maybe i am looking at it the wrong way idk
hrm. I wonder if you can edit gorups on the fly
yeah, I noticed recently you can do that with the Home app itself
(adding speakers on the fly)
but since a home group is exposed as a media_player, not sure if you can add stuffs
it might just be treated as another cast device (probbably) but too lazy to look in source

it'd probably be easier to change the volume to 0 for rooms you don't want ๐ jk, that'd suck
that would be one way to do it kinda, but... TTS would be a nightmare
maybe i should first clean up my HA configs and then take on further fun projects XD
@formal plover you can use spotcast for gh minis.
Ames window illusion illustrates how we don't directly perceive external reality. Special Holiday deal! Go to https://NordVPN.com/veritasium and use code VERITASIUM to get 68% off a 2 year plan plus 4 additional months free. Itโs risk free with Nordโs 30 day money-back guarantee!
Special thanks to:
Prof. Phil Kellman from UCLA Psychology https:...
Anybody around with a good knowledge of wifi LED bulbs?
could you be more specific
My ancestors used to raise led bulbs all day and night and would be lucky to have one per year. Now days, with modern technology, our family farm can harvest over 50,000 bulbs a day.
@forest edge I'm looking for bulbs that have RGB, CW and WW LEDs ... but all i find is a decision between CW and WW, in combination with RGB
if you want both cold white and warm white bulbs listed with RGBCW provide that
by using tthe RGB to create the warm bit?
@night zodiac no dynamic groups. Just make multiple groups, monitor status on devices and groups, send TTS to idle ones. Since resume is not possible in a clean manner what you are trying to do might not be possible ATM.
On a side note, TTS gets pretty boring and annoying after months/years unless for critical alerts like leaks, if that.
i thought you used tts for everything.. like letting you know when you are entering the bathroom and once again when you sit on the pot and another with each drop then finally letting you know to wash your hands and use air freshner
Lol. 3 or 4 years ago. If TTS goes off in the house now, that means I accidentally unmuted all crap.
pretty sure you got them going off once every few minutes saying something like, "spending a lot of money on audio stuff is not crazy, people will respect your collection"
bitcoin value is now xyz every 60 seconds you mean @forest edge
noice, got both my two lora controllers running esphome and with working displays
Ammonia sensors connected too so you can detect chicken shit levels?
I don't have range to get all the way to Newcastle ๐ค
now to figure out how the heck I can tell esphome to use a specific version of a library, seems like the homegrown LoRA stuff uses ArduinoJson5 while esphome installs 6 by default
@clear ferry ESPHome is a system to control your ESP8266/ESP32, with a native integration for Home Assistant.
You can find their documentation here, and get help with ESPHome itself here in the #diy-archived channel (#integrations-archived for the integration). They also have their own Discord server too.
๐คฃ

I could convert the json bits from json 5 to json 6, but then I would need to read the upgrade docs and understand what I'm doing ๐คฃ
noice, I actually managed to do it
So your chicken coop monitor is up and running?
no
esphome does not support lora nativly and all the efforts seems to have broken over time
so I'm trying arduino

Sucks that you can't use ESPHome. Would've been a 2 minute job.
At least Arduino will only be a 15 minute job, right?
u gonna programm it in assembly or what?
are yeelights a good option when it comes to using them in our living?
because i've read many many posts about why they are good
and not good
so i'm not sure anymore
oh god
Fortunately for everybody, no deities here, just mods...
so if i remove it really fast i won't be in trouble?
@last plaza RTFM ๐
I think you press the set button for 2 seconds then adjust with the up/down
again I remember why I struggled with openmqttgateway ๐คฃ
/home/eirikz/Downloads/OpenMQTTGateway-0.9.5/OpenMQTTGateway-0.9.5/main/ZgatewayLORA.ino: In function 'void setupLORA()':
ZgatewayLORA:37:52: error: no matching function for call to 'SPIClass::begin(int, int, int, int)'
SPI.begin(LORA_SCK, LORA_MISO, LORA_MOSI, LORA_SS);
apparently that means I didn't select a board yet
logical
I always just write the arduino stuff with pubsubclient
PlatformIO in VS Code is the way
@last dirge I got it. It was more like dumbass interface ๐
oh, it's crap for sure
I have lora @deft pewter
they are now communicating
N: Received json : {"rssi":-122,"snr":-6.5,"pferror":6266,"packetSize":8,"message":"hello 31"}
nice
Need some help setting up https for local access on home assistant
with antenna attached I get RSI of -30
and SNR of 9.75
noice
now to figure out how to send actual sensors
First day back at work.. been like.. super efficient
I've actually spent 3 hours of actual work today
You said that 20 seconds after I talked myself into working tomorrow.
I'll add some variables. If I get a message from anyone from work today, I will start working.
If not, I assume they are starting on Tuesday too.
just force them to do test driven development, they ll shurly love it
I'm "them"
โโ ENGLISH DESCRIPTION โโ
"Coding Better World Together" is a set of master lessons from the famous Uncle Bob (Robert Cecil Martin), where he gives us a broad vision of the importance and future of Software in today's society.
In this fourth lesson, Uncle Bob introduces us to a software development methodology oriented through testing. This is ...
everything I've written for these stories but the data access layer is pretty heavily tested, 80% line coverage, 100% branch coverage
just have to verify the data access is working as it should other than running it and looking at the SQL and saying "yeah, that's it"
That is why I am delaying my work until tomorrow. I don't want to start writing tests yet and I told myself I would write them from the start for this next project.
I should maybe make coffee before I decide my day
some jackass decided to start enforcing code quality standards
static code analysis using sonarqube
you ๐ ?
haha
you'll love yourself for it in about 8 months
if that project is still being dev'd
I am the sole developer so I am always the jackass
right now I'm converting stuff that's currently in Oracle packages to code
and it's DIRTY
well, the Oracle stuff
Java? Idk what you doing with Oracle
yeah, java
Idk things. I am web dev
someone decided to "develop" a part of the application in Oracle packages
essentially grouped stored procedures that live in the database
oh, odd. logic in more places
fun
so you're just stripping out bullshit in their procedure layer and doing it normally before the db?
I'm unraveling that shit code and finding multiple places where it would seem like it would break, totally randomly
well, it's more than just running procedures
I'm moving all of that into the app and out of the DB
and fixing a bunch of shit while I'm at it
nice
it's a ton of copypasta currently
oh, in my head I imagined the procedures were a different language for some reason
well, PL/SQL
perl?
that's just what Oracle calls their scripting language
oh, got it. thanks for answering my curiosities, lol
I write my backends in typescript mostly.
Frontend ๐คข
I don't ever need like huge processing or I would probably use Go for funs
yeah, I'm just doing TS both
NodeJS here. I want the team to switch to using TS but there's too much resistance.
Vue seems to be "not the choice of java developers everywhere"
I am pretty involved with using Nuxt and love it
usually React or Angular
yeah, I believe because of licensing
but that isn't an issue for me
nobody will ever see the codeszzss, just use the products
React ๐ฅ
I used React before Vue and then recently I did a project in React just to learn their new hooks
angular is something I would never use
ever
7 versions of docs online
all different
fuck that
I was about to say, it is probably more mature now
but they were on like version 3 of a completely different API in like 3 years
everything switched at 2+
2+ is Typescript, systemjs
Idk shit
version 11 just released at the end of last year
o.O
2+ is syntactically similar
prior to 2 is completely different
luckily I wrote pretty much everything to where it'd be simple to convert but it's a lot more than just changing a version number
I am reading into it now and it is wild
angular 6 automatically updated code for breaking changes? neat maybe
https://www.angularminds.com/site_data/static/images/angular-6-7-8/angular-6-7-8-9.png dat new new new new new
they announced angular 2 after we were like 70% to release
I remember reading a lot of sourness about angular and avoided it. I tried to dig into it I believe on version 2 but the docs were all version 1 and cluttered my google.
yeah, lol
I kept using React until Vue came around and have been living a boring life ever since
Angular has to be nice for the amount of people that use 'er. Vue 3 has a new API that I am excited to use.
It might be because I'm in offline mode but I don't have any messages yet.
I sent gift baskets to them that arrive at their house today. That should give me at least a day.
welp, just got a work email
fuck
I was sent an email to figure out the best email to use on salesforce.
you have to deal with salesforce? :rip:
2 of the departments i support use salesforce. thankfully we have a dedicated salesforce developer on staff that deals with all of the nonsense
We have like a team of salesforce people. Thanksfully, thus far I have only had to do simple operations ๐
CRUD fields
more like just "UD"
They do all of the UI shit in the actual salesforce for reports and such.
I just automate things
with TS/JS
we have a CMS we use that I write a lot of stuff to <--> between the SF and CMS
Has anyone ever got cucumberjs working with a create-react-app TS project
sounds hot
I really just spent hours trying to fix something without remembering my router rule turns 443 into 8123
pain
Cucumberjs seems to self implode with esnext
Do BDD they said, it's best practice they said
Would help if the libraries were actually properly documented.
Started the day with a fully dead router while already juggling emergency home schooling. It's been a long day.
For gaming PC AMD or Intel?
AMD is great for bang-for-buck at the moment
If buck is not a concern?
I'd suggest AMD to others but I am an intel whore so I bought all intel/nvidia
amd still probably
if you want performance
I would do AMD CPU and Nvidia GPU
bbut that is me
the amd cpu and new gpus are supposed to be able to share ram directly
bbut still, the features of nvidia are great for me.
Have no clue about the gaming world so thanks for the input. Any gain in using thread ripper?
I have seen negative results with trying to game with threadripper even though it really shouldn't matter
I would just get the stuff meant for nonservers
I like nvidia gpus because it has DLSS, proven hardware encoding that works really well, and the machine learning is on pretty much all the gpus and ready to use
I recently bought a 10900K and a 3090 but haven't put it together yet.
RTX 2080 single or SLI?
SLI is a waste of money and causes more trouble than it is worth
better to just get a beefier single card rather than 2 gpus
If you want the beef for cpu's, 5900X for 5950X
don't skimp on mobo and power supply
g.skill is my ram go-to and behind that I would use corsair
Ah that reminds me of the chat the other day about really high core count CPUs like TR and quad channel having a significant impact specifically on the top-1% frames of gaming. I remembered that at these high core counts, the all cores don't have as nice access to memory controllers as lower count ones do. So a thread might end up requesting access to memory on a sub-optimally connected memory controller. More cores vs. channels means higher probability of that scenario happening and especially the open world titles mentioned as examples, run in high detail mode, would be prone to saturate many sticks of memory - further increasing that probability (things not necessarily located in super adjacent pages). In a scenario like that, cutting the channel count in half would significantly increase the likelihood of the suboptimal scenario - but it would be an access time problem, not bandwidth.
yeah, was helping someone not too long ago with a game that is very CPU specific. He had like a 32 core threadripper and it was running terribly.
Which strikes me as a far more likely culprit than bandwidth. With the possible exception of VR, games just don't really need to simultaneously access that much stuff from memory.
I only "play" counter strike so I'm not much of a gamer
Most games are not that thread heavy and would in top-1% be quite sensitive to the timing punishment from access misses like the above.
The conversation was around TR offering more cores but at lower clock, so I was arguing that lower count clocked higher would yield better results. The argument was made that the TR ability to run quad channel mattered more than the clock difference because a collection of open world games had been observed to take a hit to top-1% frames when the setup was running in dual channel mode in stead of quad channel - with the conclusion being that memory bandwidth mattered more than CPU clock for those titles. That just struck me as super odd.
But taking the access time issue into account, the results make sense to me.
Anyway, that puzzle was way more fun than the stupid dead router.
So you're trying to say that being able to access twice the data at the same time isn't considered twice the bandwidth?
๐ค
same here
I'm going with a Ryzen 5 3600 and a GTX 3060 Ti (If I can ever find one). Planning on playing mostly VR on it
I feel like a peasant with my 2060 now ๐คฃ
Cries in 1660 super
1660 is basically the 2060 minus ray tracing, no? It's just as good ๐
3060/3090 all hard to find or overpriced.
So if you don't need your Minecraft to look all shiny, no problem.
Yeah, best bet is an actual retail store but don't have any near me that carry graphics cards unfortunately
hopefully supply ramps up before too long
I'm not paying extra to ebay scalpers ๐
Gaming computers ๐คข
Might as well get a used GTX 980 Ti for $150 over a GTX 1660 Ti...
My 3090 and 10900k has sat in a box since the 3090 dropped, lol
The 980 Ti is actually slightly faster than a 1660 Ti, and WAY cheaper
Are you sure about getting the R5 3600 and not the 5600x for gaming?
5600 is significantly faster and that difference will increase in the future I'm sure
Hell, you could actually get a used Titan X (a bit faster than a 980 Ti, and with double the VRAM) for less than a 1660 Ti...
You know prices on new cards are fucky when a Titan starts to look cost effective. lol
Heh, which CPU? I delidded my old i7 3770k
3D printed the tool and popped it right open
Does home assistant allow to reload an integration from API? for the integrations that are done through the configuration.xml?
they do it all day and every day so I'd rather trust them for a new CPU ๐
I thought about buying the tool, but printing it was a hell of a lot cheaper...
glad it worked for you. From the videos I have seen, plastic would be a bit tough
must be very hard plastic
Nah, PLA worked fine. Printed the model solid
nice. I wonder if older cpus are easier
this bad bitch had a vise-like setup and threaded screws to pop it
Older CPUs aren't soldered, so yeah
There's generally not much point to delidding a soldered IHS
I am just doing it for a couple degrees maybe. no real loss
I don't do crazy OC's or anything, I just wanted to delid for new build
and bin
less guess work for the tune
3D printed delid tool ^
Just clamp it in a vice and
pop
For the record, I tested it on an old i3 first ๐
haha
Wasn't going to risk a 3770k on the first shot >_>
I was just showing quad this site. They sell binned and delidded cpus. https://siliconlottery.com/
Binned Intel and AMD CPUs available at Silicon Lottery! The CPUs we sell are thoroughly tested for their maximum overclocking potential, so you know exactly what you're getting.
No that would be a pretty silly thing to say. Why would I say that?
it's also who I paid for the delidding
Granted, it has been a long day ๐
@subtle pasture I got mine new for 100 euro less than they sell for today, so I did okay :)
So is delidding like when people used to sand their cpus to 10 bajillion grit to increase thermal conductivity with .01 K/mW?
For even more "hmm-worthy" content, you might want to watch that video I linked again and watch the GPU usage counter on both sides. The GPU usage on the quad-channel side is actually significantly higher a lot of the time, indicating that a bottleneck has been alleviated. Kinda neat
the lid is soldered on to the cpu and has some paste between the lid and the magic. they open it up, put good thermal paste in
-bad paste +good paste
@brisk glen You snagged a 1660 Ti for 100 euro? ๐ฎ
*W/mK ...awkward...
@low harness Delidding can help in instances where contact between the die and IHS is sub-optimal, which became somewhat common when intel switched from soldering the IHS to the die, to using thermal compound.
Oh that's really interesting. I wonder how much of that is driver overhead in environments they were not initially designed for. I'd guess drivers running more modern APIs like Vulcan/DX12/Metal would show less of a swing there. But good material - thanks ๐
smart Leapo is smarter than me
Intel has since switched back to soldering the IHS to the die, so delidding isn't as popular (or as easy) anymore.
it isn't something to really even consider unless you are a dweeb
Hello all and HNY. I'm new here and learning fast. Trying to whitelist an ip and having issues in trusted networks. what room do I go to? yes, I googled the living crap outta this already ๐
try #general-archived if unsure
makes sense thanks
Just like the topic here says ๐
RTFM (read the f*** manual) lol
I came across a video of a guy not just delidding, but as a follow-up adjusting a liquid cooler to mash directly up against the CPU dies - skipping the IHS entirely. The follow-up video was entirely predictable.
lol
Valiant effort to be sure
Did he smash the taller parts?
A low-level API might show less swing there, though I'm pretty sure some of the titles tested were DX12 / Vulcan...
Oh no painstakingly applying a sander and very fine measurement tools.
Though IIRC the actual CPU mount needed cutting a bit.
Also, the system tested was Haswell-E/Broadwell-E. I don't believe is suffers from memory controller pathing issues (even with 8+ cores), being a single-die design
Huh. Well there goes that theory. Back to being fully baffled ๐
High core count Ryzen CPUs have multiple dies with an interlink, and can absolutely have weird memory access latency issues when threads get split across dies.. but this is an older/simpler design
why am I being cc'd in emails that have nothing to do with me
Oh yea I was fully thinking of the ryzen setup when pondering the puzzle.
@tepid roost I mean, one thing we can tell for sure is that the GPU isn't waiting as much for something, lol
๐
give me that! ๐
I haven't watched southpark since I was like 10 years old but "sucky sucky' pops into my head every now and then
not suprised
๐
I sent out a bunch of food baskets this year and people are just now getting them
popcorn + chocolates so not too bbad
well if it was "this year" then they are only 3 days old at most, right?
2020 or 2019?
yes
I got 'er on the 22nd
https://www.youtube.com/watch?v=Z0krTGssXFA this guy's youtube channel has been so damn interesting.
great sub
https://www.hardwaretimes.com/dual-channel-vs-single-channel-ram-which-one-is-better/
Hard to find many people benchmarking dual vs. quad channel, but this single vs. dual channel roundup is illuminating
'probably been posted in here 20 times
if you scroll down to the benchmarks, there are massive swings in gaming performance (again, particularly the 1% lows) by doubling the number of channels
I imagine going from single to dual is a bigger improvement than going from dual to quad, but still...
what are you nerds talking about?
All of it
Kinda all over the map, really...
more channels == more gooder?
@last dirge Seems that way. lol
2 over 1 has always bbeen real fucking good is all I know
pretty cool when you open your friends computer and both of their ram is on the same channel
Lol, yeah, move the stick one slot over and BAM! Instant upgrade.
"I just doubled your memory bandwidth. You're welcome"
my CPU doesn't handle the higher RAM frequencies really well. I wasted some of my life about half a year ago trying to tune it before I just went back to stable.
oh, I actually need to revisit that.
my cooler was dead and I didn't realize it until after
womp womp
meh, I'll just focus that energy on the new computer
why you post that SS literally the second I close mine?
lol
Oof
My RAM isn't fancy either. I specifically bought low-profile sticks with no RGB >_>
did you have to fit under a cooler?
It was "just in case" it needed to fit under a big cooler, yeah
ahhh, did pcpartpicker warn ya
Wound up getting a Noctua NH-D15S, which clears high-profile RAM just fine
nice.
this computer actually needs gone through but I am lazy. my voltage is way too high so temps are crazy.
need to lower voltage, raise clock, raise ram freq
I suppose one of the benefits of quad channel is you don't need to sacrifice timings for clockspeed (since you have bandwidth to spare, and then some)
My RAM is at stock frequency (3200 MHz) with tightened timings... and that's partially because that's about the highest clockspeed Haswell-E's memory controller will support, anyway. lol
mine is stock timings but raised above the base freq by a bit
base = whatever the max is for the arch., might be 3200
before OC, that is
Benefits of a unified memory setup
Godly
No copying between the cpu, gpu etc, which means itโs faster and uses less memory
Yeah, we'll see when unified memory makes it to desktop PCs...
@subtle pasture X99?
@last cedar Yup
Nice, looks like a memory monster
Indeed. I'm curious how it'll stack up against the first DDR5-based systems
@brisk glen You see this, btw? https://developer.nvidia.com/gpudirect
NVIDIA GPUDirect Enhancing Data Movement and Access for GPUs Whether you are exploring mountains of data, researching scientific problems, training neural networks, or modeling financial markets, you need a computing platform with the highest data throughput. GPUs consume data much faster than CPUs and as the GPU computing horsepower increases, ...
I'll still be playing my 20 year old game
Lemmings?
Lemmings is like 30 years old...
Damn, I was close. it'll be exactly 30 in February
@subtle pasture oh god
Give me AMD unified memory tech
That looks like another complex layer for devs to work with from Nvidia
GPUDirect actually removed a bunch of complexity. The GPU can just talk to PCIe storage devices directly, without going through the CPU or system RAM first
So your GPU can stream data from disk rather than having to ask the CPU to fetch it into RAM, then transfer the data from system RAM to video RAM
Sounds like a fun usb attack vector
USB doesn't enter into it, it's not on the PCIe bus
Thunderbolt is, but there are already major concerns about Thunderbolt exposing PCIe externally...
GPUDirect only works with NVMe storage devices (uses PCIe Peer-2-Peer). SATA / USB need not apply.
Just like firewire
Which was wonderful
You could read ad authentication in realtime
Via the FireWire port
when they said thunderbolt, my mind read "firewire"
my brain combined them into that stuff I never use/d
the desire to rename shit and change it's shape is annoying as balls
I have ALS, and I use HA to speak to my family in my home through Google home devices. Does anyone know how to setup tts.cloudsay, globally instead of calling the service?
@idle lance #integrations-archived will be a good channel for that, not entirely sure what you want, but I think it will be possible
hot take: balls are annoying ๐
There was some game 20 years ago....
A wise old man replied in a dialogue with I'd like to help you but my balls are soggy
Can't remember what the game was
@last dirge
what is this? a backpack for ants?
is that slickdeals?
Yup
Made a collosal mistake
holy crap
Looked at a possum video
And now I want a possum too :/
that thing's normally $150?
Oh no :(
So who wants to migrate 6k users from Discord to somewhere really modern and feature-packed like IRC?
Show of hands please.
OSCAR protocol for life
Oh, no. I scared them off.
Hello Folks! I recently came across the HA project. Great work and an amazing project. I have one suggestion though. Please consider an ethical alternative (https://libreplanet.org/wiki/Remote_Communication) to discord, which doesn't infringe on computer user's freedom (https://www.gnu.org/philosophy/free-sw.html).
If you are looking for an ethical platform that is as polished as Discord, then I suggest Zulip.
Proprietary Software Is Often Malware
What, the ๐ซ
Thanks!
Also, I love BBC taskmaster
Pasted wrong link. Sorry.
Someone clearly has an anti-Discord agenda...
And, pushing a commercial, paid for, platform instead
Yeah...
Smells like a spammer...
IRCuhoh.mp4
Believe it or not, this started with them asking if there are plans to move to IRC ๐คฃ
Please, I am just a free software activist. I care about freedom of all users. I am very much interested in contributing to HA (because it is a free software).
- Joins Discord
- Joins HA Discord
- Says ditch Discord, use the paid for service instead
A lot of our users don't know how to use servers... they won't know how to use IRC.
Well, please leave your pitchforking and religious wars at the door
A lot of our users came to HA because it's free... they won't pay for chat.
Smart like ox
Wait a sec. You mean users use HA because they don't have to pay for it?
kick this troll pls
Okay, I will stop here.
Speaking of freedom. You have the freedom to leave if you don't like Discord ๐
๐
Btw, my name is Raghav Gururajan.
contributing to open source through their communication channels is a lot more beneficial than trying to get people to use a random software
Thanks for fighting for us.
contributing to whatever chat program you like is more beneficial than trying to tell people in their program to switch

You have me very curious Raghav. I would love to see your git
he has no public repositories
Is anyone surprised?
he's using turtle svn
Almost as many as I do at work in a year...
I have had the laziest few months. I am afraid to look at my green squares
PVCS FWIW ๐
I have one green square
lets look anyways
awwww yiss
lol i just looked at mine....i had a busy year lol
lol
all over the place
haha
Uh oh. I have large black areas...
I mainly contribute to GNU Project, especially GNU Guix (https://guix.gnu.org). Here are my work (https://git.savannah.gnu.org/cgit/guix.git/log/?qt=author&q=Raghav+Gururajan). I am interested in packaging HomeAssistant into Guix. ๐
I like how dsh and mine are sort of similar in the gaps and heaviness
haha
It grades them all relatively, right? A busy dev could have pale days just because their busiest days are really busy?
That's my excuse anyway...
your chat experience is really dated
Looks like my 'hot' days are around 15-20 commits.
my commits are awful
I joined this channel in a hurry with a pseudonym and false email. I will be re-joining via XMPP-Discord gateway, under the nick raghavgururajan
git commit -m "push"
building out the skill set and having fun with the android app lol
hell yeah mayne
what is the android stack?
I haven't dablled in a while but every now and then I'll touch android just to suffer
https://github.com/home-assistant/android its in kotlin so actually wasnt terrible to pick up if you ahve some java experience
I enjoyed React Native a lot but the state management was a mess when I used it
I'm a prรธgrรฆmmรฅr
ahhh, I have only read into kotlin when trying to reverse engineer it
i dig all the null checking in kotlin and android studio has come a very long way
android studio made things much easier to pick up honestly...that and some good ol' stackoverflow lol
yeah android studio is when I touched it and then like a year or two ago I tried it again
for react native, I toyed with it every year or so
same, its a much better experience now it feels now that its had time to polish out
I really do like react native but the state management was in disarray when I used it. a big update came out and the way people were updating state didn't use the new hotness so it was in a weird area where everyone was waiting on a new library
I just focus on making PWA's run really well now days rather than all the iOS and android focus
service workers are awesome
if things can't load PWA's, oh well ๐
not a real concern
for work, we use Chrome OS devices a lot and they are in the middle of pretty much using PWA's for most things so I am excited they are putting more dependency on 'er
yea well the app is still a webview of HA lol
yeah, I figured
haha, not going to reinvent the wheel
not a ton of state
between the android jazz and web client
PWAs are a blessing for me. I want to yell into people's faces about them
tomorrow I am going to wake up and start writing tests. I am telling y'all now so I don't lie to you. I don't want to lie.
Liar
Desperate Dan is a dev?
Reminds me of Printmaster clipart from the mid-90's
haha!
now that's a memory
that reminds me of that wikipedia software everyone had on CD
Microsoft Encarta
YES
I remember learning about jacque cousteau in like 3rd/4th grade on there
I started reading about the aqualung
I'll always remember PrintMaster for coming in a GIANT fold-open multi-disc cardboard sleeve, with like 8+ CDs in it
All loaded with clipart
I played so many hours of encarta 94
I have never heard of it, /me googles
oh, it looks a lot like Alice. This program I used to teach programming in high school.
my high school experience was a bit odd
Alice is used to teach students how to code.
Welcome to the Windows Time Capsule! Here, you'll get to find out all the old applications that existed back probably during the Windows 95 or 3.1 ages. So in this video, let's check out 3D Movie Maker released for Windows 95. It's a fun application where you get to create your own 3D movies easily. Well, so far, i think it's fun and great. We a...
haha, just was on that video
Animation using Alice http://www.alice.org/
2 years later and we have the same graphics
Holy crap, I remember this thing...
The animations it produced were always kinda unsettling
GND and VCC right next to each other, WCGW?
lol, literally fire ๐ฅ
Well it's a shitty Tuya chip
I need to pry my pinebook apart later and flash the emmc. I think it corrupted.
too lazy to do anything other than flash
Admins of what?
If you mean running this Discord server then that's anybody in the mod group - like me ๐
channels. I see a category called 'DEVELOPMENT`, under which there are some channels.
Yes... and?
I was wondering admin could create a channel called #packaging
Oh, look who it is ๐คฃ
For boxes and polystyrene?
Do envelopes and parcel paper count too?
You can ask, but you need to justify why such a thing is required
that channel can be dedicated to packaging HA in different distros
๐คฆ
why dough
๐คฃ
are we in 2006 again
Please - go and read what HA is and how it works
There are already 4 distinct installation methods. We don't need no goddamn packages ๐คฃ

Packages aren't an option

I mean, if you want to manage them for your chosen distros, go for it
You get to do all the end user support too
I'd be more worried about what looks like someone chewed on it...
emerge ha
Yeah, thats the idea.
thomas, I think that was the extraction method, lol
His wife is fiesty
Tinkerer is saying you would support them. On your chat server ๐
There are enough installation types already officially supported. There is no need for packages.
There's no value in packages

I know HA has its own installation methods. I am trying to get it to work with guix package manager, which provides some neat features.
lol
๐ค
I feel like someone will be requesting a butthurt complaint form before the day is over

when you're out of touch with reality you just start swinging your arms in the air
If you mean our new friend, they'll have to fill out a bunch of forms.
@scenic radish
I do not understand the need to be mocky. I am just trying to figure things out.
You've joined a server full of happy people and started dictating how they should do things.
Surely you can understand how that might not be appreciated.
I am amused at somebody joining the server and telling everybody how they're doing it all wrong though ๐
Start by learning how it's done today and why that's done
If that was the impression I made, then my sincere apologies.
Then once you actually have a grounding, then you can start suggesting change
But, not because you're right and everybody else is wrong, but because you can help make things better
You should search "guix" in this discord server to see why nobody thinks you are saying anything reasonable.
I don't think a special channel is warranted. Better to ask for help in #developers if #551864459891703809 won't do - because I'd guess that's what the package would be.
Tinkerer is the master of italicized emphasis
@dense scarab I suggest you take time understand things and the provide any feedback. Obviously there are a million ways of doing things - we canโt be creating channels for each.
Thanks! I tried mesaging there but the message did not go through. So I assumed it is a private/restrictive channel.
Shouldn't be. May just be discord being discord...
usually discord will have a failure message if the message itself fails. if you don't have perms, you can't type chat to begin with
you can click retry on the message
I understand. May be I was not clear before. I was not able to message in other channels. That's why I suggested. But if it works. I am all good. ๐
Tsk tsk, #551864459891703809 is for the install method ๐
lol
#homeassistant_guix
I see. When I press enter, the message disapper but doesn't appear in the chat screen.
Yeah, but a distro package would pretty much just be a thin wrapper around that, @clever mortar
bring back the AIO script!
Is there anything before AIO installer? I donโt remember. Iโve only been here for 5+ years
Custom!!!
pip install homeassistant
It was
is it 3 now or still 2?
3.8 (ish)
3.8+ now
nice. congrats dev nerds
@night zodiac @low harness it was indeed a result of the extraction lol. Transplanted an ESP in its place
This coming December it'll be 3.9+
6y ago py2 was dropped
fitting gif above then
Lol. Imagine not having python3 as default
๐
I think that's like default for everything so I leave it
I barely write python but have been trying to think of something I'd finish for HA
I've wrote a lot of Lua in my life so python is nice to me when Lua is the baseline
though I admit, I do like cranking things out in Lua, Lua just makes 0 sense in a lot of areas
Surprisingly prevalent, though.
it actually has some pretty elegant stuff but people write it wrong
Keeps popping up everywhere, like domoticz, rpgmaker, hammerspoon...
just like anything though
yeah, around games quite often which is where I have dabbled in it some
gmod back in the day
FiveM more recently
I guess the interpreter i pretty lightweight. That would explain it.
yeah, both of them are. the "slow" one is even good
it's also neat bbecause you can read the docs in like 30 minutes
or what they call their "manual"
fucking science nerds
Yeah, you shouldn't let scientists make programming languages. That's how you get matlab.
metatables are pretty neat
Or any of the codegolf languages...
awkward, ss button didn't work
or control + c
It can be very useful for instances of game objects or maybe even like a representation of something in the game.
can code in all types of sweet stuff very easy comparisons
How would you know? ๐
I mean... Holds up ๐ณ๏ธโโง๏ธ flag
How far back were you scrolled in the chat history? Lol
a ways lol
Two Rock64's, a RockPro64, and a Pine H64 B
let me just google every single one of those items
almost bought one of those rocks but the support was complete ass so opted out
the price though
They sent me a bunch of boards for free because I was deving their GPIO library :P
hell yeah
I bought a pinebook pro and it has sat idle for a year
I need to flash 'er in a bit so I can leave HA open on it
Yeah, I don't use any of these Pine boards... There's just not enough support
And the Pi kinda caught up on performance and features
when will pi bless us with emmc
so millions of people can break things and I can use a tested product
Pi 4 compute module already supports eMMC and NVMe
PROVE IT /me googles
I want something that is flat with the device, not some additional jazz
it fits pretty nicely, must say. 'just need cases specific for it
The Pi4 compute module (optionally) includes onboard eMMC storage, and exposes a PCIe 1x interface (which can be used for an NVMe drive)
very cool.
now I want that built into the pi 5
so all the cases fit
I need to get better at 3d stuff and get my printer going
There's someone working on a carrier board for the new compute module that puts it into the Arduino Uno form factor
intense thinking
I am guessing these are like offline applications
most stuff with arduino I just imagine sending off somewhere else. I am trying to think of stuff I would want storage
it is probably very obvious
Compute module can have onboard WiFi AC
But yeah, that particular carrier board excludes ethernet
can probably make a decent trail cam with it
I had some beef tips from Joes BBQ last night. so tasty.
I ate some cold out of the fridge today too.
directed towards Sonoma, lol
surprised the compute modules even sell considering how the pi3 one was made absolute relatively quick
still eating on that?
I forgot about it
defrosted it a few days ago
I still have some sausage and I think I am done
just going to eat it now, I am hungry
Every Pi is made obsolete fairly quickly. They release a new one every time they can offer a substantial upgrade without increasing the cost :P
I'm actually considering moving my HA installation to a surface pro
Partially for that reason
I have 3 just lying around. ๐ Just need to sit down and figure out how to install linux on it. I think I remember reading somewhere that it's more complicated than it should be.
haven't researched it in a bit though
Wait, which reason?
Sorry, that they are obsolete quickly. I had a NUC running it, but the NUC died
I found oatmeal instead
Just because they release a new Pi doesn't mean you have to stop using the old ones ๐
I'm still running HA on a Pi3 B (booted from a SATA SSD)
what does it feel like waiting all day for your page to load? /s
Pages load fine?
@subtle pasture 2 things. 1. I am unreasonably envious of new hardware and 2. going from a NUC to a raspberry pi is not as fun. But I agree, a pi is generally more than capable of running HA
Leapo, the /s is sarcasm lol
That said, I wouldn't want to run it on a pi 2.
I think that's the first hardware I ever ran it on. Either the original pi or the pi 2
(I believe the b variant of either one...don't think I have ever owned an a variant)
my oatmeal exploded in my microwave
Did you cover it?
yeah, with a spell
I was like "I hope this doesn't explode" and then walked away
Also, after a quick google, it looks like ubuntu is running on the surface pro 4 pretty well these days, so this may be a good project for me.
What spec surface pro 4
I think I have two i5 and an i7. One of them might be a surface pro 3 though
Ethernet would be the biggest issue
lol half assed ha installs
Gotta love when users submit tickets out of pure ignorance...
I've been asking you guys to install .net 4.8 on my system for over a week now! 2 different engineers have worked on this ticket, and it's STILL not installed!
They were running the latest version of Windows 10, which includes .net 4.8... they were bitching because it wasn't in the "Programs" list (it's in the "Features" list, because it's a Windows component)
Also gotta love when low-level tickets get escalated all the way up the chain to my desk. lol
that's a neat way to find out if you have frameworks
"Thanks guys, now I have to be the one to formulate a way to tell the user that they're stupid without telling them they're stupid..."
Wheel Of Fish segment from Weird Al Yankovic's one and (so far) only movie, UHF (1989)
STUPID!, YOU'RE SO STUPID!!
what is the role of the person asking?
And I'm assuming it's just the framework they're referencing...
Hi guys, when somebody mentions you, how do you go straight to that message?
On mobile, tap the @ at the bottom when you're in channel view
That brings up recent mentions
Solioliolio
oh joy look another potential cloud only hub
Grabbed a pi and started going through a box of pi cases I seem to have accumulated. Found 2 cases that already had pi's in them. Why do I waste money?
@chilly nymph They're our primary point of contact for one of our clients. They were asking about the .net Framework 4.8, specifically
I wonder if the program they were trying to use was throwing an error saying there were dependencies missing
They didn't mention any software that needed it or anything, they just didn't see .net 4.8 in the install programs list, and freaked out
They still have yet to mention any program that requires it. lol
@scenic radish I have no idea
But if anyone wants to come to my house and fix my network, let me know.
What's wrong with it
Electrician daisy chained my cat6
Note: This is a client that pays us to manage their IT infrastructure, updates, firewall, etc.
We occasionally get users who like to check our work, and make tickets for ANY little thing that looks like we aren't doing our job -_-
Annoying as shit
then cussed me out when I said that's not going to work
But...I didn't hire the electrician, the builder did
And I wasn't about to let cat6 blow up the sale
@subtle pasture educate me. Legit, I'm listening
Well, tell me what you mean by daisy-chained, in this instance. lol
I'll tell you this, when I put tone on the singular drop in the basement, I can barely even detect it in any of the jacks.
You can absolutely connect two terminated CAT6 cables end-to-end, though it'll shorten the length of your maximum run
no
Ok, so what were they attempting to do? lol
all of the RJ45 jacks are connected together.
It's effectively wired for POTS but with cat 6 and RJ45
The weird part is that at the jacks themselves, there's only one cat6 cable. So they are spliced somewhere in the wall.
Like... he wired it like coax and wired all of the ends together??
Effectively, but with what I'm assuming are effectively pigtails.
I guess POTS can work that way too if you only have one line... big yikes

Note: You sometimes see phone line installed using CAT5 / CAT6 cables. Dude might have thought he was installing phones, not ethernet...

In which case, that wiring method was valid, and could be upgraded to support multiple phone lines without new drops at a later date
Yeah. So I want to figure out where the splices and the "master" drop is. And I'll put a closet on that floor with a switch, if I can make it happen. I don't want to wire drops for 4 jacks from the second and third floor to the basement.
just put a switch at each connection lol
The dude said it was so you could put a computer in each room.
So he definitely didn't think it was for POTS.
But probably thought his POTS knowledge translated.
Hopefully he did a home run for each jack...
If not, this is going to be a mess to fix
Not familiar with that terminology
@night zodiac My hope is I can at least use the drop that goes from the second floor to the basement
@chilly nymph Home run = a run all the way back to the punchdown panel
Oh. No. He didn't.
using switches you can make it work
Yeah, but I'm trying to find the cat
@forest edge Not with that new wrinkle in play... they wired a jack, then spiced the CAT6 and continued the run to another jack
Only one jack in that entire house will ever work. lol
I put tone on the drop in the basement but can't detect it in the wall
I can only detect it if I stick my probe into the jack itself, and it's very faint.
Did they also run coax? Might be time to cut your losses and use coax ethernet >_>
I was considering using moca, yes
now we are just getting crazy
's'lotta bits
But here's problem 2
can't be that hard to find the splices
There is coax on every one of the jacks, yes. With again, only one drop
I have no idea where the splitters are
@forest edge Have fun making a ton of pumpkin cuts with a sheetrock saw...
@night zodiac I didn't pay him. The seller did. It's a flip.
Did you ever tone from telco drop end to 2nd floor?
I am saying pay someone at this point
@tidal bronze That's where I started
I get a faint tone, yes.
Faint or not is not a problem.
I get that. I'm just saying the fact that it is faint supports the idea that it is indeed daisy chained
by the time this convo has ended i'd done already removed the plate and and part of the wall iff need be to locate the splice lol
@forest edge part of my problem is I'm 40 minutes away from the house
39.8
Living in two places until school is over for the kids
39.5
Probes are not that accurate even your fluke so don't put so much weight on the tone.
ok
POTS or Ethernet, hard to believe the splice is in the wall. It's 95% at a wall plate or T-Drop.
Did they drywall after the drops.?
So I pulled every wall plate and each connection only had one wire
Also worth mentioning that a faint tone can mean you're on the wrong drop entirely... two long parallel runs can weakly interact, allowing you to faintly hear the tone on the other cable (yay induction!).
Yes, drywalled after the drops. It was a gut rehab.
@subtle pasture That was my thought, but I tried every single jack
Well most likely it's covered some where not inside a wall.
lol find a rats nest of exposed cat all twisted together with small twist nuts
I'm listening, because I've looked at every possible place I can think of, including breakers (which wouldn't make sense, obviously)
Unless the guy used rough-ins most likely drywaller went to town.
I'm going to laugh if the dude used a fuck-ton of those gumdrop butt-splice connectors inside the walls. lol
I'm not going to laugh.
why you should never hire a cali to do your networking..
I gotta say, if I'm ever building a home from the ground up, I'm installing conduit in the walls
Push new cables whenever you want
I don't think he spliced at all. Electricians who run this crap almost never do.
Ok, if no splice, only one drop, and only one cable going to each jack, what other option is there
Do you have a rough drawing of jacks Vs house layout?
I don't do this kind of work, so I'm not being sarcastic. I just don't know.
Is there a punchdown panel where all the runs terminate?
Do you have pictures of T-Drop and RG6 outside box?
I don't.
Share some pictures of plates and street to house drop/box
I will have to do that next time I go
That might be a good start ๐
I'm at the house my kids to go school from at the moment
If you don't do this on a regular basis another set of eyes might be the best way to go.
If you got local execution working for Google assistant please DM me I need help, k thnx bye.
I thought my problems were bad. All the CAT6 in my house terminates into a cabinet in the hallway (dead center of the house) with no 120v...
Electricians should never touch LV stuff. Double the expense to fix
I had to throw a PoE powered PoE switch up there. lol
I could probably share photos from the listing
I just bought it. Not sure if that would help though
Listing would not have the details.
The ISP installed my long lines with UTP so I asked them is that normal and they said yeah
No, I know. I also have a floor plan. But that would only be able to show WHERE things are and not any of the actual details
Start with all outside wall boxes and work your way in.
I would have bought my own if I had known that is what they were going to install. too lazy now.
But I do remember where each jack is in each room
Your cable and Telco drop underground from street or overhang ?
lmao
Looks like a classic case of a @hushed basalt
although running eletrical to new places is easy as cake
@tidal bronze Uh...important detail, builder cut all verizon lines.
Outstanding
Verizon came to install fios and was cussing builder out over that.
I'm not actually confident there is telephone line going into the house at all.
@forest edge Honestly, powering the switch with PoE worked out in the end. It allowed me to run everything in that cabinet off of the UPS in another room (which supports the rest of my core networking hardware)
aside from the new fiber line the fios guy installed on NYE
@chilly nymph not possible.
may work but less than ideal solution lol
Leapo, I almost want to get something to PoE the rest of my stuff but too lazy
I just keep main stuff on UPS
Ok then I don't know where it goes, but will be there later this week and will re-inspect
Get lot of pictures.
This is what I threw in the cabinet: https://www.amazon.com/SYSTEMS-Sg250-10P-10-Port-Gigabit-SG25010PK9NA/dp/B01HYA3AFK
I just need the PoE router on multiple ports. Everything else is already PoE I think.
burn the house down and collect the insurance.. much easier
Runs on PoE power, and can power downstream PoE devices
I didn't plan very well
What, exactly, will you want photos of? Anything on the outside of the house?
Will you want me to pull jacks and take photos of that as well?
Yes and all the plates.
I'm hoping to not have to cut through the single gang boxes
You are using a 2 conductor toner?
But will if I have to
What, exactly, will you want photos of? so tempting.. but passed..
๐ ๐
Oh boy
I have an EdgeRouter-10X for office going to an EdgeSwitch-18X in the office (both on UPS) and then that goes to bedroom across the house
You said it was a fluke ? ๐
I would suspect that the "faint" tone is simply inductive crosstalk
I don't know how that's possible. I tried every single port. Inductive to what?
If they ran all the cables to a central spot, that tone could be picked up by any adjacent wire run
Unless it's a completely dead drop, parallel to another drop buried in the wall