#the-water-cooler

1 messages ยท Page 472 of 1

last plaza
#

lol

green inlet
#

Night night. Thank you for all you do Skalavala. It is in my list.

scenic radish
#

I have a bunch of extra contact sensors...maybe I should put one on each of my condo building's entrance doors for...science.

jade tartan
#

so would there be a way to "make a card"

#

where i could easily have a blank box or slider to set a temp

#

that if it goes over it

#

it switches an fan entitie?

scenic radish
fading robin
#

anyone kickin?

tough igloo
#

I kickinโ€™

fading robin
#

feel like helping me with something thats probably really dumb related to ssh'ing into my server

scenic radish
#

Have you tried turning it off and on again?

fading robin
#

homeassistant cli 'login' command, won't let me login with my credentials.. and the documentation seems a bit out of date so im bangin my head against the wall

#

i can ssh into it and get the homeassistant cli

#

but im trying to 'login' to the host so i mess with the raspberry pi config

#

the documentation mentions logging in with "root" and no password.. tried that and get kicked back into the cli

scenic radish
fading robin
#

which add-on would let me edit the host file system?

scenic radish
#

Are you just trying to edit configuration.yaml and related files?

fading robin
#

#330944238910963714 would be a better place to ask, but why not use an add-on for editing?
@scenic radish ill definitely switch my question over to that channel after

#

no im trying to edit the host file systems config to configure some raspberry pi features making it accessible to configure

#

i have to configure one of the gpio pins

scenic radish
#

Oh

#

Yeah not sure then. The OS on my home assistant machine is Raspbian so I can't help

fading robin
#

cool i appreciate it either way

#

been bangin my head against this for a few hours

storm summit
#

anyone use fully kiosk with lovelace?

#

...if so, are you having a problem staying logged into hass?

storm summit
#

nm. its a problem with 107. fuckin shit.

#

never upgrading to .0 again. too many times I've fallen for that trick. damn it.

shy comet
#

.1 is out now

#

personally i always look at the issues on github and the forum post to get a feel if i should update to a .0 or not

storm summit
#

yea. saw that. after I wasted like an hour trying to figure it out.

shy comet
#

yea i hate that

#

ive gotten into the habit of just checking the integrations i care about and looking for issues on them to narrow the search lol

storm summit
#

it was a new browser i'm trying so i assumed it was the new thing. not hass. hrmz

#

new browser + new hass = covid19

#

Frenck is so nice and thorough in his responses. man. Some of those I would write one word.

#

He's patient. great guy.

pure knot
#

omg, what was done in this new version 107 to logging is amazing

#

and I am so keen to hook into dashboards. ๐Ÿ˜›

storm summit
#

Yea. I was looking at the dashboarding and it seems a lot of lovelace custom cards don't quite work with 107

#

whats so great about the logbook?

pure knot
#

I am looking at the logs

#

like writting to disk

#

homeassistant.log

storm summit
#

oh. that looks the same to me too. heh

#

what special about that?

pure knot
#

it tells you so much more now

#

execute script, blah blah

#

the automation logging

#

so much easier to debug in the future

storm summit
#

my log looks the same from what i can tell.

pure knot
#

I have info on for automations

#

I have no issues with my UI

#

actually, its shit tonnes better

#

this is one of the most exciting (for me anyway) releases of hass ever

storm summit
#

it is pretty cool with the lovelace changes. i must say.

#

I'm trying to make a tablet friendly lovelace page. got any tips?

pure knot
#

noop

#

want to do that myself

#

need to work out how to use dashboards first

storm summit
#

I think its busted right now but probably will be working again very soon

misty garden
#

Hey

#

new to Discord, how does this work lol?

midnight adder
#

you type, someone reads it...

clear ferry
hushed basalt
#

Man kubernetes is hard

strange vapor
#

Basic K8S is fairly easy. It's when you get past Hello World that it becomes more, em, interesting!

hushed basalt
#

Definitely a lot more moving parts than a docker-compose up

#

I'm bare metalling too though which isn't making it easy

clear ferry
#

bare metal 4 lyfe

#

I should get a hold of a EL4000 chassis to have in my garage ๐Ÿค”

#

would be perfect for small cluster testing

low harness
#

I've been backing my NAS up to the cloud over the last 48 hours. The counter is at nearly 960 000 files...

#

A majority of them have names like "hRoc5W5nXSOkniOZHVc.DI5x4lGY-PhgebAd_0tTfg"

#

Oh my god. Forget whatever point I was about to make... guess what I pressed to copy that filename out of the terminal... and guess what that key combination usually does... and guess what that did to my 48 hours-and-counting backup process.

#

Excuse me. I'm going to go cry for a minute.

strange vapor
#

@low harness I started a restore of a few terabytes of data from old nas to new on Friday, and then went down to my parents. Logged into the NAS from 200km on Saturday. After copying a few terrabytes of data, over a TP-Link powerline network thingy, it was now down to ~12kb/s

#

Did some pings, and getting 80% loss.

#

Nothing to do but wait till I got back up here.

#

Turns out, you can burn out a TP-Link with high bandwidth!

clear ferry
#

powerline ๐Ÿคข

#

@low harness but just resume with rsync!1!!!11one

low harness
#

Yeah. That's what I did. It's jut anoying that I'll have to start the verification all over.

#

So.. anyway.

#

What I was going to say is that maybe 0.1 % of that near milion files actually makes sense as a file, and maybe it's time for a new concept.

clear ferry
#

you have an interesting NAS with that many individual files atleast

#

one would almost imagine you running a local git ๐Ÿคฃ

low harness
#

It's various backups of stuff since many years and many computers

clear ferry
#

Yeah I do that too, but I usually zip stuff down

low harness
#

Probably lot of git repos in there.

#

Thing with git is the local copy is exactly the same as the server copy, so you get everything. That's a lot of stuff.

#

But things like the .git directory shouldn't need to be a directory. A file should do.

#

singular

#

The file could even emulate a file system so you could mount it if you really want to, to edit some part of it. But there's no reason for the host file system to know about every tiny little piece.

#

The majority of the time my backup has taken isn't transfering the files, it's traversing the tree. And that's just stupid.

#

And yes, I should use a block based backup service, but I don't.

strange vapor
#

@clear ferry The Powerline was handy to get an ethernet connection out to a workbench where I was assembling the new NAS.

#

Definitely prefer good old Cat 6!

clear ferry
#

yeah, I have had so much issues with powerline that I use it only for low throughput last resort stuff

fading zodiac
#

Any git mod here?

#

@light trout ?

light trout
#

what?!

fading zodiac
#

Are you a git mod?

clever mortar
#

Why don't you ask your actual question

fading zodiac
#

i should

light trout
#

It does not exsist

fading zodiac
#

I wanted to post a issue, but one guy just posted the same issue 5 minutes prior that.

#

But he didn't put the label correctly.

#

So i figured, i just add my comment/logs to his issue, and hoped some mod just adds the correct label.

clever mortar
#

That seems likely

#

Folks come along and triage new reports from time to time

fading zodiac
#

So it should solve itself?

#

its that one

hushed basalt
#

@low harness i seem to remember people here a few days ago giving me flak for making interruptable transfers a key requirement for my large volume transfer solution :D

clever mortar
#

Magic generally happens, though more so if you wrap links here in < ... > (eg <https://github.com/home-assistant/core/issues/32981>) so they don't auto-expand ๐Ÿ˜‰

fading zodiac
#

Thanks for the advice ๐Ÿ™‚ didn't know that ๐Ÿ˜„

foggy flint
#

Anybody got the logitech k400 plus? Wondering if i should get one for my mini-pc lab (rpi). I heard the touchpad is really laggy, maybe not on the plus?

light trout
#

In my experience the + is worse

foggy flint
#

oof, got any other recommendations?

light trout
#

not really, all i have tried have hadd issues

foggy flint
#

alright, thanks for the info ๐Ÿ™‚

hushed basalt
#

@foggy flint i have the original k400 but I haven't used it in years since I shut down my htpc

#

I'd just ssh into your rpi tbh

clear ferry
#

htpc ๐Ÿคข

hushed basalt
#

Well if was like 2014

#

We didn't even have netflix then

#

You either usd XBMC or you buy DVDs and watch unskippable trailers

foggy flint
#

@hushed basalt ah, it's a tiny "lab" i have set up in my basement for tinkering ๐Ÿ™‚ 3d-printing, soldering etc... So I have a rpi hooked up to a monitor and a couple of speakers.

hushed basalt
#

Ah I see

#

In that case I would just buy some cheap anker seperate kb and mouse

foggy flint
#

so actually just need a keyboard/mouse combo for mostly browsing

hushed basalt
#

I'm a fan of trackballs plus they work well on tiny desk spaces

foggy flint
#

@clear ferry htpc is a pretty general subject

clear ferry
#

I've used plex since 2012 or something @hushed basalt and before that I just used DLNA ๐Ÿคฃ

hushed basalt
#

But what would plex run on

#

Plus subtitle support for plex has been abysmal for most of it's history

clear ferry
#

I think I ran it on the PS3 from pretty early on, did a pi2 to begin with, but it was horrible

#

only subtitles I care for are anime, and those are usually hardcoded

foggy flint
#

subs in plex has improved some as you can download them on the fly. But most of them are always out of sync ..

clear ferry
#

I have enabled subsonic subs on my plex, and many of my shared users use it, they say it works fine

#

or.. subzero

#

was the one I think

#

I tested it on some foreign audio movies, worked great for me

foggy flint
#

ah

#

I'm going to check that out

hushed basalt
#

Bazaar is better

#

I've used both extensively

hushed basalt
#

Decouple your apps

#

Bazarr works directly with radarr and sonarr not plex

clear ferry
#

my radarr and sonarr work directly with plex

#

they tell plex there is something new and it shows up immediatly

hushed basalt
#

I know, I'm the one who told you to set that up ;)

clear ferry
strange vapor
low harness
#

Interesting how the Cone of Shame adds another dimension to the joke.

last dirge
#

missed it by that much

half heron
#

hi there

#

how are you guys

clear ferry
#

home office fun times ppBear

last dirge
#

home office is only office

#

I'm internationalizing a demonstration app

#

wooooo

clear ferry
#

I'm doing every second day working in my office, then the other days watching my daughter while my wife studies

#

mostly doing self study and meetings with customers though zzz

last dirge
#

so what's the deal with tipping grocery delivery people?

#

yes or no?

clear ferry
#

we don't tip at all in most of europe

#

so we don't know ๐Ÿคฃ

#

and in japan tipping would be offensive

scenic radish
#

@last dirge i do

#

though i don't do grocery delivery often

clear ferry
#

grocery delivery is mostly something in the five big cities here, pretty rare too

last dirge
#

this will be my first time doing it

scenic radish
#

the orders i've had are only around $40 so i tip $5 minimum

#

actually, that's my policy in general. regardless of my bill at a restaurant i refuse to tip less than $5

last dirge
#

I don't know if I even have cash

scenic radish
#

you can probably tip in the app

last dirge
#

"hey driver, got venmo?"

scenic radish
#

which isn't ideal but it's better than nothing

#

lol

clear ferry
#

I haven't used physical cash in norway for the last..... 12 years

scenic radish
#

WE GET IT ATX

#

NORWAT #1

clear ferry
#

๐Ÿคฃ

last dirge
#

I was supposed to have a vacation from April 7-14

scenic radish
#

well now you have a... forced vacation

clear ferry
#

I find it fun to go to the US and use physical money

last dirge
#

thinking about just taking the next 5 Fridays off instead since I can't actually go anywhere

clear ferry
#

I only do that in the US and the UK

#

more so in the US

last dirge
#

I rarely have cash

scenic radish
#

but yeah i don't use cash often

#

i finally broke a $50,000 credit limit on my main credit card which is... absolutely insane

#

that is... close to my yearly salary lmao

clear ferry
#

wtf

#

did you buy a boat ?

scenic radish
#

i put 99% of my purchases on that credit card

#

and i've been a customer for 9 years

#

so it's been over the last 9 years

#

i just kept asking for increases and they kept obliging

#

so it turned into a game

last dirge
#

oh, not a balance

clear ferry
#

oh I misread that

scenic radish
#

oh yeah, no way lmao

#

i hardly touch 5% utilization

last dirge
#

50K would be kind of a cheap boat

clear ferry
#

I have $5k limit on my credit card, the work card has $50k though

#

@last dirge pretty decent daycruiser

last dirge
#

boats are holes in the water into which you throw money

forest edge
#

I havve a50k on my cc

#

but i'm old

tidal bronze
#

@last dirge food delivery as in grocery or uber eats?

last dirge
#

grocery

scenic radish
#

he said GROCERY delivery quad

tidal bronze
#

In any case I tip and the app pops up with tip amount anyways.

scenic radish
#

dammit quad

#

look alive over there

last plaza
#

I gor Instacart delivered yesterday. Tipped $5 for $40 bill.

tidal bronze
#

I do 20%

last plaza
#

I ordered it thru Costco. It already added tip. I canโ€™t seem to find a way to add more after the items delivered.

tidal bronze
#

Instacart you can't add later.

forest edge
#

did you build a disinfection chamber for those things?

last plaza
#

@clear ferry in Japan, you cant hand over money to someone. You have to place it on table, so that they take it from there.

clear ferry
#

yes

scenic radish
#

is bowing still common in japanese culture?

tidal bronze
#

Yes

last plaza
#

Hai!

scenic radish
#

i ask because i recently finished watching the man in the high castle lol

clear ferry
#

Fun fact, Hai is the Norwegian word for Shark

last plaza
#

lol the more older people you meet, Bowing goes even further.

scenic radish
#

fun fact, my last name means otter in polish

clear ferry
#

๐Ÿคฃ

scenic radish
#

i'm actually serious lol

#

not sure why. maybe our ancestors were otters? GWchadMEGATHINK

last plaza
#

Maybe otter hunters - like fishermen

tidal bronze
#

@scenic radish why would you ask for an increase? That's not a good practice. They run a soft check costing .5 to 1.5 points. They should increase automatically ๐Ÿ˜€

scenic radish
#

that's like the lamest kind of hunter

last plaza
#

Your credit history will go down if you have huge credit line and donโ€™t use it

scenic radish
#

credit score is 786 GWloopyBlobShrug

last plaza
#

Credit scoring is a Sham.

scenic radish
#

lower utilization is better

#

under 10%

tidal bronze
#

30% and under

last plaza
#

My credit score suddenly dropped when I no longer have mortgages and long term payments. Zero credit balance every month.

clear ferry
#

credit score ๐Ÿคข

scenic radish
#

lol

#

atx. we need to talk about your barfing

tidal bronze
#

@last plaza that's strange.

last plaza
#

yep. It is a sham in the USA.

scenic radish
#

it's all a game

clear ferry
#

murica sham #2

tidal bronze
#

I kind of like it

clear ferry
#

have you got your free state check yet @scenic radish ? ppBear

scenic radish
#

no lol

#

hasn't passed AFAIK

tidal bronze
#

Passed not signed

last plaza
#

@tidal bronze yes. It does. I notice the score every month, and noticed sudden dip. I called and they said you donโ€™t have long term loans, and have way too much credit line and credit cards that I rarely keep balance

scenic radish
#

ah thx

#

that doesn't even make sense...

tidal bronze
#

Makes perfect sense

scenic radish
#

if your utilization is low it means you're not at risk of defaulting

last plaza
#

The free checks are for unemployed only. I think.

tidal bronze
#

For everyone

scenic radish
#

yeah, every adult

clear ferry
#

yeah, that is what we do, unless you have payments that weren't paid and you have income, you are "OK"

scenic radish
#

so i'm assuming 18+

last plaza
#

๐Ÿค‘

scenic radish
#

time for a new laptop!

tidal bronze
#

Even Bezos

last dirge
#

time to buy whatever amount in Tesla stock

last plaza
#

This is why I hate socialism ๐Ÿคฃ

clear ferry
#

I saw the tesla stock had gone from 900+ to 300

scenic radish
#

careful skala you're gonna make atx mad

last plaza
#

Yes. It went down to 400

scenic radish
#

he's gonna ๐Ÿคข on you

clear ferry
#

socialism ppBear

scenic radish
#

and then you're gonna get NORWAT-COVID-19

clear ferry
#

oh fnap

#

watch it or I'll send you brown cheese @scenic radish

last plaza
#

We are getting into politics territory. Iโ€™m going to stop. ๐Ÿ˜Š

scenic radish
#

FUCK YOU SKALA

#

joking

clear ferry
#

btw, where is my voice channel skallavalla

last plaza
#

Well, looks like someone ruined for everyone.

clear ferry
#

typical frenck

#

with his baritone voice

#

radioman

tidal bronze
#

According to @clear ferry everything is done better and 20 years earlier in Norway. But strangely it's still Norway. I am very puzzled

scenic radish
#

lmao

last plaza
#

lol. I have been on calls with frenck, never noticed baritone voice

clear ferry
#

listen to the podcast @last plaza

last plaza
#

I stopped listening podcasts long time ago.

scenic radish
#

LISTEN TO IT

last plaza
#

I listen to non home assistant ones a lot.

scenic radish
#

i don't listen to any

tidal bronze
#

Podcast are old news

clear ferry
#

listen to some norwat ones @scenic radish

last plaza
#

I have been on one before. It feels funny when you listen to your voice.

scenic radish
#

it's the worst

#

that's how you sound

last plaza
#

Yup

clear ferry
#

I hate my voice, it sounds like I've got a bubble in my throat, and my accent is lulz

scenic radish
#

what you hear when you talk not on mic is not your actual voice

#

it ruined me when i realized that

last plaza
#

lol

scenic radish
#

people tell me all the time that i have a deep voice but it's not as deep as i hear it

#

๐Ÿ˜ฉ

scenic radish
#

lmao

#

this is amazing โ˜๏ธ

last plaza
#

people tell me all the time that i have a deep voice but it's not as deep as i hear it
Thatโ€™s what she said.

last dirge
#

Sexy Sax Man Saxograms FTW

forest edge
#

look away for a second and come back to sexy vvoice.. mmkay

scenic radish
#

SEXY VOICE SONOMA

clear ferry
#

@forest edge probably talks like gilbert gottfried

forest edge
#

you wish

clear ferry
#

COMEON YOU GUYS

#

now you hear it in your head

scenic radish
#

NSFW, obvi

forest edge
#

someone should ban tediore right now

last dirge
#

that Sergio Flores guy is a good musician

#

he was in a Walk off the Earth video of Havana

scenic radish
#

@forest edge let's not forget when you posted literal emoji porn here lmao

last plaza
#

๐Ÿ˜ฎ

scenic radish
#

i about died laughing

clear ferry
#

mmmmm emojiporn

last plaza
#

Iโ€™m going to have to strip titles from@you guys.

last dirge
#

๐Ÿ‘‰ ๐Ÿ‘Œ

last plaza
#

lol

forest edge
#

@scenic radish lies

clear ferry
#

sonotori desu ka @last plaza sensei

scenic radish
#

False

last dirge
#

๐Ÿ˜ฎ ๐Ÿ‘Œ

scenic radish
clear ferry
scenic radish
#

good

#

lord

#

wtf is wrong with you

last dirge
#

what's the italian chef hand one?

scenic radish
last dirge
#

lol

scenic radish
clear ferry
scenic radish
last dirge
#

got an eli manning emoji?

scenic radish
clear ferry
scenic radish
#

Elongated Muskrat

forest edge
#

wtf lol

#

like spurts of flooded emoji

scenic radish
#

get used to it sonoma

#

atx and i are here

clear ferry
last plaza
#

This is what happens when adults left the room for a minute.

#

Gonna say something, @scenic radish ?

clear ferry
#

๐Ÿ‘ด

scenic radish
clear ferry
#

currently installing macOS Mojave in a virtualbox vm

#

zzzzzzzzzzzzzzz

shrewd parrot
#

anyone run hassio from windows vm?

clear ferry
#

I would say, don't do it

shrewd parrot
#

run hassio from windows vm or linux vm better ?

scenic radish
#

linux

clear ferry
#

a regular install on bare metal would be the preferable way, but if you have to virtualize it, do it on *nix

shrewd parrot
#

i see, just got my NUC, planning to migrate to it from raspberry pi

last dirge
#

@shrewd parrot it's a game-changer

#

what'd you get?

shrewd parrot
#

any suggestion on how any what is the best way of doing it ?

#

i7 Intel NUC

#

hades canyon to be exact ๐Ÿ˜„

clear ferry
#

how many devices to you have ? the NUC is definitly overkill for most HA installations

shrewd parrot
#

around 40 devices

clear ferry
#

I would have run it as a docker \kvm host and run multiple stuff on it

shrewd parrot
#

and increasing from time to time

clear ferry
#

or esxi if that is your preference

last dirge
#

getting a NUC and only running hass on it would be hilarious

clear ferry
#

people do that all the time brian

last dirge
#

@shrewd parrot I run a skull canyon

#

"I bought this $1000 SFFPC to run hass"

shrewd parrot
#

actually plan to run plex server on it too

last dirge
#

@shrewd parrot runs it like a champ

#

I'm running Ubuntu on it

#

I've got hass dockerized, it runs plex, paperless dockerized, influxdb, grafana, mosquitto

#

apcupsd

paper path
#

off topic probably, but working from home -- want to setup a persistent SSH tunnel back into work -- maybe restore on logon (Ubuntu 18.04) -- any slick ways to automate this?

last dirge
#

probably more crap that I'm forgetting about

paper path
#

I'm doing it manually and leaving the terminal window open with the connection, but it's clunky

shrewd parrot
#

@last dirge ubuntu 18 or 19 ?

clear ferry
#

many, but no vpn from work ?

last dirge
#

@shrewd parrot 16 I think

#

it's been running a few years

paper path
#

I don't want full VPN, I'm tunneling through the SSH session

clear ferry
#

just run a cronjob on reboot that connects the tunnel ๐Ÿคฃ

#

lazy mans solution

shrewd parrot
#

so linux(ubuntu)+ dockers is the good way of doing it ya ?

last dirge
#

works for me

paper path
clear ferry
#

I run tumbleweed, but in the end, run linux you are comfortable with

last dirge
shrewd parrot
#

fedora and ubuntu both are good ?

last dirge
#

fedora is a redhat fork

#

ubuntu is a debian fork

clear ferry
#

tumbleweed is a suse fork

#

๐Ÿคฃ

last dirge
#

they're all *nix

#

but some stuff is different

#

like package managers

#

default locations of stuff

#

how system services run

clever mortar
#

As somebody said, find one that you like

clever mortar
#

There's not really many bad choices, though... there's some ๐Ÿ˜ฌ

last dirge
#

go with what you know

clear ferry
#

Hannah Montana linux @clever mortar ?

last dirge
#

and if you don't know, go with what there's a LOT of support available on forums/SO available for

clever mortar
#

If you've no background, anything Debian or Fedora based is a safe bet, due to the volume of folks who know those

#

Which of those though... that's religious war territory at times ๐Ÿ˜›

clear ferry
#

Not proper Unix-wars

#

but close

paper path
tidal bronze
#

@clever mortar are you using 2 or more nodes for monitor? The BT range on new phones are crazy good and positioning is tricky ๐Ÿ˜ฆ

clever mortar
#

Two

#

One by the front corner, one by the opposite (back) corner

tidal bronze
#

I am using 4, works for the iphone and older android but Note 10 not so much.

clever mortar
#

Tried pairing it?

tidal bronze
#

Everything is paired

clever mortar
#

I did that for a few to get RSSI, but it also seems to have improved reliability

#

Weird

tidal bronze
#

All 4 units see the note 10. Planning to put the patio one out in the garden now.

clear ferry
#

lower the power on the monitors ? ๐Ÿค”

tidal bronze
#

I don't think there's an option for that

clear ferry
#

we do a lot of that when we do AP deployment, when we have 1500 APs we have to make sure of not too much overlap etc

#

so tuning for a few months

tidal bronze
#

Trying to figure out up and downstairs for my phone but driving me insane.

#

Must try the attic over the weekend.

last dirge
#

just put a thick coat of lead paint on the ceilings downstairs

tidal bronze
#

Darn it, never thought of that ๐Ÿ™‚

last dirge
#

then eat some of the chips

clever mortar
#

Room assistant is designed for more granular tracking

#

monitor is more home/away

tidal bronze
#

Saw that. Have you tried it?

clever mortar
#

Nah, I don't care where folks have left devices

#

Phone in the kitchen means that at some point they were in the kitchen, and left the phone there

tidal bronze
#

I am only interested in tracking my device. Other's I don't care

clear ferry
#

we used an interesting product in hospitals last time I was in project, some kind of IR product that the doctors in the psych ward had on their jackets, whenever they were in the corridor it would follow them around and you could get their approximate position within a meter usually, and if they ever were vertical due to a tilt sensor in the device the alarm went off

tidal bronze
#

Unifi works like a charm for me on home/away

last dirge
#

you could implement tracking like the Swedes do in their jet fighters

#

with crazy bumps on the helmet

#

holy shit, the F-35 helmet is $400K

clear ferry
#

@scenic radish can buy it with his credit score and awesome credit cards

wet pilot
#

yeah, that helmet has AR functions

#

its also really heavy apparently. Too heavy even. There was a minimum weight for pilots because if they were too light, the eject sequence would paralyze them due to the weight of the helmet

last plaza
#

@serene mortar we need to get you an led matrix too. You will love it.

#

Order a couple of max7219 led matrix modules and an esp8266. I can help you with the rest.

serene mortar
#

what do you want to do with them?

last plaza
#

Scrolling text - you can display all useful information on it. Stocks, twitter feed, garage door status, weather...etc

serene mortar
#

don't even mention stocks ๐Ÿ˜‚

#

I think I already have esp8266

last plaza
#

Best part is you can only show when the stock market is doing good. That should make you feel better!

serene mortar
#

that is exactly what we need

last plaza
#

Very easy to do.

serene mortar
#

nice...will order some

#

it works fine, but the problem is wifi and BT interference on RPi messes up the entire wifi network

last plaza
#

What? There is room assistant now? Whatโ€™s next??? ๐Ÿ˜›

serene mortar
#

that is exactly what my son said ๐Ÿ˜‚

#

It works well on wired Pis

last plaza
#

Cool!

#

@serene mortar o got a bunch of RPis I can put them to good use with room-assistant.

serene mortar
#

yeah that is exactly what I am trying to do

#

I got a bunch of Pi Zero Ws

#

they were for $5 at Microcenter

#

but Zeros dont work all that well

#

unless you hardwire them

clever mortar
#

Orange Pi Zero, with an external BT dongle, are pretty sold for monitor

serene mortar
#

does monitor work with iOS devices?

last plaza
#

Speaking of pizeros. I got like 10 of them and I got for $1

serene mortar
#

actually even Pi Zeros works well with BT dongle

last plaza
#

@clever mortar never heard of orange pi zero.

serene mortar
#

but BT dongles are not cheap..defeats the whole purpose

#

that is awesome @last plaza

clever mortar
#

I had a spare dongle or few

last plaza
#

BT dongles are cheap. I got a bunch from amazon.

clever mortar
last plaza
#

I take it back. I got WiFi dongles for our zero. Not the bt dongle.

clever mortar
#

Support for the onboard WiFi & BT is limited, but I wanted it hard wired, and it's been much more reliable than the Pi Zero W

serene mortar
#

@clever mortar โœ… means it works with iOS devices?

clever mortar
#

Yup

#

I use monitor and iOS

#

Work forces them on me ๐Ÿ˜›

last plaza
#

Awesome. Thanks for the ideas guys. Anything works when you are working from home 100% ๐Ÿ˜Š

serene mortar
#

@last plaza as long as you don't use the onboard wifi and BT on Pi Zeor's you should be fine

#

either use the wifi dongle or bt dongle

#

I think monitor has a better algorigthm

last plaza
#

Got it. I would use full blown RPi. I got plenty. I only care about 10 rooms for now ๐Ÿ˜‚

serene mortar
#

room assistant was very easy to setup...that is why I gave it a shot

#

if you are starting off....start with monitor

#

given that you are working from home and need time to kill ๐Ÿ˜‚

last plaza
#

Ok... I remember tinkerer wrote an article on it

#

Iโ€™m like the electro boom guy. Experimenting with electronics while on calls ๐Ÿ˜œ

#

Creating all sorts of sparks

serene mortar
#

lol

#

the more I use Zeros, the more I realize they are entirely useless for most things. The lack of standard USB makes it difficult

clever mortar
#

Yeah, for "sensor" devices or cameras, they're "okish"

serene mortar
#

they can run services like PiHole, but then you can run it on any device

clever mortar
#

But, they do fit in small spaces ๐Ÿ˜„

serene mortar
#

not that the regular Pi is huge ๐Ÿ˜‰

clever mortar
#

It's at least twice the size - what are you talking about!

last dirge
#

my zero lives in my car

#

works great for that

clear ferry
#

Remember a colleague built a carputer in 2002, it synced his music library every time he parked in the garage via WiFi , was a itx machine of sorts in a waterproof military box in his trunk running Linux

#

Was pretty rad for its time

last dirge
#

it's running this

scenic radish
#

That's pretty cool

last plaza
#

@last dirge dude, you got to keep me posted if you do anything with Tesla. Did not know about it until now.

last dirge
#

what?

last plaza
#

Iโ€™m gonna have to work on it now.

#

Yep. It never occurred to me that I can hook up rpi to my car.

last dirge
#

I've had a model 3 for two and a half years

last plaza
#

Same here.

last dirge
#

it kept corrupting my SD card for the dashcam videos

#

the Pi deals with all that now

last plaza
#

I was one of the first few to get it in Ohio. Waited for 2.5 years

clear ferry
#

Oh shit, Nรธrwรซgiรฅn stores have toilet paper

last dirge
#

also, I can shell into my car when it's awake ๐Ÿ™‚

clear ferry
#

Come over here guys

last plaza
#

Hmm. Never had an issue with corruption when I use usb flash drive. Was going to get an SSD.

#

@last dirge what can you do after shelling?

last dirge
#

Linux stuff

last plaza
#

@clear ferry put it on eBay and sell it for premium price

last dirge
#

when it hits my AP, it backs up the saved recordings to my NAS

clear ferry
#

@last plaza I had a pi3 in my Audi A8 2000 connected to the TV tuner, since aerial networks are disconnected anyway, Kodi streaming from my phone lmao

last plaza
#

What linux stuff? Can you change any config? Can you automate by adding scripts...etc?

#

@last dirge share any links or scripts you got. Love to experiment. Just got a new software update today.

last dirge
#

look at that github project

last plaza
#

Will do.

scenic radish
#

What linux stuff? Can you change any config? Can you automate by adding scripts...etc?
@last plaza he can brick his car if he wants

last plaza
#

lol. I canโ€™t afford to brick my car.

#

Expensive toy to play tinker with.

clear ferry
#

Remember updating my Audi A6 2005 from a dvd I downloaded from pirate bay

last plaza
#

gutsy

clear ferry
#

No guts no glory

#

Did the same with the nav unit in the A8

#

On the plus side, petrol is down 5nok per liter

#

Or 25% ish

wet pilot
#

its amazing what happens when demand craters and a trade dispute causes even more over-supply

clear ferry
#

85% of the price in Norway is tax though

#

Since we produce it ourselves it is basically free

#

I still remember 12 years ago I paid 9NOK per liter, most of 2019 was 17-18NOK per liter

#

Now I just paid 13.40NOK per liter

wet pilot
#

lowest is $1.63/gal here

clear ferry
#

That's low, I saw 2.50 when I was in Georgia

wet pilot
#

so $0.43 per liter

clear ferry
#

Yeah, your prices are pretty low in comparison lmao

wet pilot
#

always have been though

clear ferry
#

Remember when it passed $1/gal, must have been in the mid 2000s

#

And people were going crazy

wet pilot
#

or peaked around $5 and everyone started panic selling their SUVs

#

that didn't last long

clear ferry
#

Lol when was that?

#

Didn't hear about that

wet pilot
#

08 or so

clear ferry
#

Oh, you had our prices

scenic radish
#

E N E R G Y E C O N O M Y

clear ferry
last dirge
#

got some interesting instacart substitutions

#

I ordered 3 red bell peppers

#

and I got 3 entire bags of small sweet peppers

scenic radish
#

uhhh lol

#

you could complain to customer service

last dirge
#

Kroger made an instacart account for me

#

that I cannot figure out how to access

#

so that's a big WTF

strange vapor
last dirge
#

the best thing about this virus happening now is that it's right at the start of allergy season where I live

#

so people are extra freaked out

shy comet
#

@last dirge it was a wonderful time for the first family cold too LOL

clear ferry
#

That is some serious monitoring, but good use for it

last dirge
#

anybody watch AvE on YouTube?

polar sapphire
last dirge
#

where'd you get that URL?

scenic radish
#

@polar sapphire what do you mean you want the same for 106?

polar sapphire
#

I would like to be able to install using the generic LINUX installer, but not use the default "stable.json" output (for 107), but the previous output (106.60

#

107 breaks my stuff

scenic radish
#

Oh. Just downgrade to 106 after you run the install script

clear ferry
polar sapphire
#

So I need to install 106.6 on fresh machines and cannot use the default script which specifies 107

scenic radish
polar sapphire
#

IDK "downgrade to 106"; is that a hassbian thing?

clever mortar
#

And see the install docs in the topic there

young lake
#

I'm looking for a script or automation which says:

if sensor.dark_sky_precip_probability.state value = > 50% show message: 'not possible'

How would i do that?

scenic radish
young lake
#

I'm new to home assistant though

scenic radish
#

Let's go for three

young lake
#

But i need a trigger

clever mortar
#

See the right channel

last plaza
#

๐Ÿ˜‚

clever mortar
young lake
#

Thnx sorry

clear ferry
#

I'm looking for a DIY thing @scenic radish what channel?

last plaza
#

@scenic radish that's offensive!

scenic radish
#

Soft-ban me again then

#

๐Ÿ˜›

clear ferry
scenic radish
#

I'm a loose cannon

last plaza
#

not kidding - there is a fine line there - don't even go there

clever mortar
#

๐Ÿฅƒ

scenic radish
#

Oh sorry

#

I thought you were joking

forest edge
#

slaps Tediore with a trout

#

gonna have to ditch myq found a pretty big issue when using with the HA

#

if the stupid hub loses connection to the api for whatever reason after you have opened the door and you have an automation to close the door after x amount of time. HA gets the state stuck that it's open when it's actually closed and opens the door and since the state cannot update because the hub nor HA can connect to the api after x amount of time it "retrys" to close the door so you close it manually, it opens it, you close it manually and it opens it lol

#

oh well, wasn't happy with it's update delay anyways.

shy comet
#

time for a zwave one or DIY

forest edge
#

think i might be able to actually make a node mcu work

#

assuming i can get the relay to cooperate with timing

shy comet
#

most of teh guides I've seen used Sonoff but yea i dont see why a nodemcu wont do the trick....it should be fairly quick though id think

forest edge
#

well my wall button has 3 functions all which work depending on how long the current flows through the loop. getting that timing right in a relay may or may not be a pain. not sure

scenic radish
#

I've heard nothing but bad things about myq

#

No wonder they were like 75% off or something lol

clear ferry
#

Seems like all the current models come with myq

forest edge
#

it worked great till i hit this snag

#

not sure how long i've had it but it's close to a year

#

if they add in a local api there wouldn't be any issues at all

scenic radish
#

It has to be cheaper to make a cloud-based API than a local one right? Otherwise it makes no sense why more companies don't make local APIs

light trout
#

ROI, they can't sell what they can't get

forest edge
#

chamberlain claims making a local api is somehow a security issue

#

if anything I would imagine it all falls down to a liability issue

light trout
#

from a security standpoint, you can get critical fixes out to a cloud API faster

hushed basalt
forest edge
#

I wouldn't care if it was both. TP-link manages it just fine

scenic radish
#

@light trout hadn't thought about the security side, that's a good point

#

I've always liked that Hue (and tp-link) have both local and cloud

#

Of course, I have the tp-link stuff as LAN only on my router anyway

#

But tplink's local API requires no auth...

light trout
#

TRADFI also have "both", but if it looses the connection to the cloud it's as usefull as a paperweight ๐Ÿ˜›

forest edge
#

odd. why would that be?

#

and don't need local auth cause it's relying on your local network security

light trout
#

Not sure, it goes into panic when it looses network ๐Ÿคฃ

forest edge
#

lol

scenic radish
#

Yeah wtf is that about

#

That's stupid

light trout
#

They may have fixed that, but last time I powered on mine it stoped working as soon as I uplugged the ethernet

scenic radish
#

That's...so strange

forest edge
#

it's probably freaking over not being able to fetch the time or something dumb lol

light trout
#

sounds right ๐Ÿ˜‚

tough igloo
#

@hushed basalt it also doesnโ€™t help that the call centre is in the Phillipines and theyโ€™re on a quarantine

#

This whole thing is just showing what an absolute dumpster fire forbidden topic is

scenic radish
#

home assistant isn't forbidden anymore

hushed basalt
#

You're a forbidden topic

scenic radish
hushed basalt
#

I think the NBN got valued at under $10b

last dirge
#

I got two push notifications from Roborock today after my phone app update

hushed basalt
#

$40-50b of public money disappeared into private contractors hands

last dirge
#

that's kinda concerning

hushed basalt
#

Really makes me question living in Australia

tough igloo
#

Yeah and to think if Telstra was still state owned we probably wouldnโ€™t be in this mess with the NBN/support etc

hushed basalt
#

NZ is state owned right?

last plaza
#

Iโ€™ve heard rumors that they are going with State wide shutdown for 2+ weeks and bring in National Guards to help control corona virus. This will get tough for many folks for sure!

hushed basalt
#

People were giving me dirty looks in the supermarket last week when I did 4 weeks of shopping in one

#

Now supermarkets have 2 item limits on everything. And cream, long life milk, fresh milk, flavoured milk etc all come under one item type

#

And all online delivery is effectively closed

#

I still need to resupply every week to keep the float up, but am in a much better state to do that. And protected against a 2 week self isolation

last plaza
#

Same here as well. Canned food, Pasta, and dairy products are all out. Online deliver has limits too.

hushed basalt
#

We can't do online delivery at all

#

So everyone is now forced to go to the supermarket in person every 2-3 days

#

Seems smart to me

last plaza
#

they keep saying they have enough supply for food, but it doesnโ€™t feel that way.

hushed basalt
#

Governments lie through their teeth to stop "panick"

#

Which means no one trusts what they say

#

So when they are telling the truth or not you don't know

last plaza
#

Yup. These grocery stores are crowded. Eventually someone will be identified as coronavirus positive and that would be end of all store shopping.

#

Then all hell breaks lose.

tidal bronze
#

Costco lines start around 2AM here

shy comet
#

wow

last plaza
#

still hasnโ€™t changed? Crazy!!!

tidal bronze
#

My buddy is a manager they had to get sheriffs for crowd control. 1 Guy left to take a leak and came back lost his position and it was a shit show.

last plaza
#

Thatโ€™s just nuts!

tidal bronze
#

people are getting restless he says

#

Understandable

#

I am more worried about what's going to happen when there's supplies but no money to buy.

shy comet
#

in LA...riots and looting for sure

tidal bronze
#

yep

last plaza
#

thatโ€™s why they are starting to mobilize national guards all over the country now.

shy comet
#

i remember when the Lakers won that championship a while ago and people were rioting

#

my friend went to the parade or what not and there was 1 street where every single car window was smashed

tidal bronze
#

You know what's interesting is that ammo lines are longer that costco lines

shy comet
#

walking dead man

#

CDC said we all have the virus lol ๐Ÿ˜›

tidal bronze
#

lol

last plaza
#

yes. There is more gun and ammo sales than never before in the history. I heard even the folks who doesnโ€™t like guns went and bought for personally safety.

tidal bronze
#

Not a single gun to buy from here to Santa Clarita.

shy comet
#

the SFV is dry then?

#

damn

last plaza
#

international level crisis - hope we all learn something from it and prevent the next one. It seem to be a pattern every 10 years - except each time getting worse.

tidal bronze
#

Lines are for ammo but that's controlled now. 3 days to get clearance to buy a large stock.

last plaza
#

wow!

shy comet
#

apparently out here in LA you have people walking around in hazmat suits going door to door doing robberies

tidal bronze
#

Wife hates anything guns but today I brought some from work.

last plaza
#

Havenโ€™t heard that before - walking in hazmat suits and robbing!

tidal bronze
#

@shy comet really? That's nuts.

shy comet
tidal bronze
#

dang

shy comet
#

i guess not in LA but close enough

tidal bronze
#

Oh it will happen.

#

Most people in food industry are only getting 2 weeks of pay, nothing after. So things are going to get rough.

shy comet
#

did u c the email from best buy

#

they are paying all employees their full hours

tidal bronze
#

They are discussing to limit childcare only for health service people.

shy comet
#

even if they are staying home on quarantine

#

yea our friend who runs a Tutor Time out here was telling us that

#

she can't close because they are a ECE....early childhood education center

#

its an essential service

tidal bronze
#

yep

#

I can't even think how this is going to go down.

shy comet
#

our office in Mumbai is usually really strict on how often people can work from home....now its the opposite..if they want to go in they need approval

#

did they push back the olympics yet?

tidal bronze
#

Did you see what happened in Malaysia ?

last plaza
#

One guy in remote China eats something, and the whole world is washing their hands!

shy comet
#

nope

last plaza
#

All south East Asian countries should be on lock down.

shy comet
#

it was a Pangolin right?

tidal bronze
#

@last plaza 100%

shy comet
#

SARS was started from a bat i believe...came from china too right?

tidal bronze
#

NOW they thinking of removing exotic animals from main food ๐Ÿ™‚

last plaza
#

No way. It will become another huge illegal business if they do that - like pangolins.

#

They eat anything that moves.

tidal bronze
#

16000 people in one place. outstanding!

shy comet
#

wow

tidal bronze
#

They were very low on the list now the top

#

@shy comet dude watch news LA lockdown tonight

shy comet
#

oh fuck

wintry patrol
#

hi guys

tidal bronze
shy comet
#

i like how they call it safer at home instead of lockdown

tidal bronze
#

till April 19th

#

All non-essential businesses must close .... huh

shy comet
#

this is like 1 step below full lockdown status

forest edge
#

One guy in remote China eats something, and the whole world is washing their hands!
@last plaza what makes you think he ate it rather than fu.. it? lol

shy comet
#

if people dont listen and continue to ignore it im sure lockdown will come

tidal bronze
#

well ... eggs and hospitals. Lock down isn't it?

last plaza
#

I think you will see more states going in lock down state soon.... I heard Ohio governor's office is actively thinking about it and planning for i

#

It is just a matter of time

tidal bronze
#

yep

shy comet
#

yae i figured most of this is a planning part

#

once majority of states abide the nation will follow

#

they are trying to slow down the panic

forest edge
#

Terror in America! How a virus brought a nation to it's knees then back up to buy more toliet paper!

#

at least we'll have the malaria drugs to hold us over

tidal bronze
#

I think this is how China handles trade-wars LMAO

forest edge
#

we should be dicks and wait for them to get completely settled in then send someone over who's infected with something else contagious to say hello

tidal bronze
last plaza
#

comments are always hilarious!

scenic radish
#

when people dont listen and continue to ignore it im sure lockdown will come
@shy comet FTFY

shy comet
#

wow statewide now

#

first state for the order

tidal bronze
#

@shy comet dude Korean store got everything in stock. ๐Ÿ˜€

rain swift
#

They ain't locking me down

shy comet
#

@tidal bronze 99 ranch?

last plaza
#

@tidal bronze we have an Asian store here. They got all kinds of weird stuff including durian fruit.

#

We go there often

tidal bronze
#

@shy comet Greenland at white oak and Sherman

shy comet
#

oh dude you were RIGHT by my house hahaha

#

i go to 99 ranch to get ferret food cuz we feed ours raw

tidal bronze
#

Wife's fav place. Korean food.

shy comet
#

yea we go there for sushi accessories and their BBQ stuff is good too

tidal bronze
#

The ready to bbq stuff is awesome

shy comet
#

yup that Bulgogi...mmmmmmmm

tidal bronze
#

They got veggies lol

#

@last plaza

shy comet
#

damn they are stocked up

#

so the trick is to go to markets that people dont know about

last plaza
#

Most murricans are scared to walk into Asian stores ๐Ÿคช

tidal bronze
#

Lol.

last plaza
#

I need to buy a freezer and load up

#

But then, Iโ€™m like Meh!

tidal bronze
#

I am good with everything except veggies which I don't eat

shy comet
#

๐Ÿคฃ

last plaza
#

lol

forest edge
#

worst part I never heard him wash his hands

hushed basalt
#

Got my alcohol stockpile today

scenic radish
#

Most important

forest edge
#

are the roo's spreading the virus?

hushed basalt
#

The roos are the ones locking us down

#

That's a funny thought actually. When everyone is locked down roos and emus will probably migrate more into the city

thick dragon
#

Just like the dolphins in Venice.

midnight adder
#

So monitoring the virus is "nifty" but I wanted to see if there were cloud computing initiatives that were trying to help. I saw https://hackaday.com/2020/03/18/join-team-hackaday-to-crunch-covid-19-through-foldinghome/ and a few posts from @forest edge and @silent niche . If I understand, this folding at home project is to help discover treatments. I also saw someone online has put this into a docker container. https://github.com/yurinnick/folding-at-home-docker

I have little to no development experience, but would it be that hard to turn that docker container into an #add-ons-archived ? I was thinking of taking a stab myself using the instructions to create an add-on...

Donate your extra computer cycles to combat COVID-19. The Folding@Home project uses computers from all over the world connected through the Internet to simulate protein folding. The point is to genโ€ฆ

clear ferry
#

Day five of home office, and they have already cut the national bank interest rate from 1.5 to 0.25%

midnight adder
#

Hey guys can you help me out on something non related home assistant? Normally when i browse or work i tend to be guilty to endlessly check 2/3 sites on any news update on any topic

#

is there software or an app that keeps track of multiple 'blog' or news websites?

#

or is there no such thing around

clever mortar
#

Feedly

light trout
#

There are multiple xml feed readers out there

clever mortar
#

It has keyword filters that you can use to filter in, or out, things

light trout
#

Feedly is nice

clever mortar
#

@clear ferry I think we're at 0.1% now ๐Ÿคท

midnight adder
#

thanks for this ill have a look

#

didnt know how to look for this

#

is feedly free @clever mortar as it seems upfront but when you look at pricing there is only paid sections no 'free' lol

clever mortar
#

It is free, but there are also paid options for more features

midnight adder
#

ah oke thanks

clever mortar
#

Feedly offers a free plan on the web and on mobile that allows you to follow up to 100 sources and organize them into 3 feeds. Happy reading!

#

I signed up for the Pro plan a long time ago though, and jumped to Pro+ because of the features there. Then again, I make a lot of use of RSS

#

There's a lot of other options out there, but I went through a couple of periods of trying them out when GReader shut down, and kept coming back to Feedly

midnight adder
#

@clever mortar ill just use it for now on the free version. When im non student anymore and i can spend some money ill see if its worth to use the pro plan

#

but for now it looks really nice, thanks again! ๐Ÿ™‚

clear ferry
#

@clever mortar since my house loan was 2.4 then 2 % I'm guessing it'll go down to 1 soon killme

clever mortar
#

Sadly we're on a fixed interest rate for the next few years, though at some already crazy low rate so it's not that big a deal

clear ferry
#

That means more money to spend on home automation nice if I survive haha

#

If not my wife will have a half stable half smart house that she'll grow to dispise in my absence and burn it to the ground megakek

strange vapor
#

@shy comet That video is actually nothing to do with Corona, it's from 2015. It is about handling virus outbreaks, but very much pre-Corona.

wintry crow
#

@midnight adder newsnow. It's a news aggregator with a great live (every 5 minute) updater

midnight adder
#

@wintry crow oh thanks!

strange vapor
midnight adder
#

Will constantly pressing a button hurt a device?

orchid rose
#

What button? But probably not.

midnight adder
#

i bought a dumb air purifier

#

now i put it in a smart outlet

#

and when i set the oulet to on it doesnt autostart

#

i mentioned when i pressed the butten while setting the outlet to on it auto starts

#

thus now i taped some plastic to the device so it keeps pressing it constantly so i can control the device from the smart outlet for on and off

clever mortar
#

Depends on the device, maybe it's fine, maybe you're confusing the heck out of it ๐Ÿคท

strange vapor
#

Most buttons have a life span measured in millions of clicks.

midnight adder
#

but it is just holding it

#

or does then the amount of seconds hold count as a click each x second

#

XD

orchid rose
#

it's the clicking mechanism that breaks down so holding it should be fine

midnight adder
orchid rose
#

but if it's never used it'll probably break eventually as well (by getting stuck in that position)

midnight adder
orchid rose
#

it doesn't have any remote controller? IR?

midnight adder
#

no

hushed basalt
#

You're hacking the mainframe here

midnight adder
#

its a dumb purifier

#

but is this breaking the device

#

or smart solution by me?

#

or both XD

orchid rose
#

or neither ๐Ÿ˜›

midnight adder
#

๐Ÿ˜ฆ

orchid rose
#

It should be just fine

midnight adder
#

aight nice

#

thanks ๐Ÿ™‚

#

not an electrical engineer ๐Ÿ˜›

orchid rose
#

I'm not either, but I've broken enough devices with my tinkering to learn some things ๐Ÿ‘€

midnight adder
#

hahaha thats the best way to learn

#

learn by doing/breaking

orchid rose
#

To some extent. There's some things one needs to know to keep safe though

midnight adder
#

yes my neighbor screw open a wall outlet without removing its power

#

so shocked himself

orchid rose
#

Nice, who could have seen that one coming

midnight adder
#

nobody ๐Ÿ˜„

#

cant wait to extend my smart room to my smart home

#

as i live with my parents ๐Ÿ˜›

hushed basalt
#

Hahahahahaha

#

๐Ÿ˜ฟ

midnight adder
#

we had an article today

#

that hackers stopped hacking world health organisations

#

LOL

wintry crow
#

Isn't that cos Aus has terrible internet speeds, especially out in the sticks?

pure vine
#

Could someone explain this to me, What types of networks would benifit from netflix reducing speeds

clever mortar
#

All of them...

#

It's reducing the overall load, while so many folks are WFH and so making more use of bandwidth

strange vapor
#

Chatting to my own ISP, and they don't care too much as they've put in local caches belonging to Netflix, Akamai, and others. There's also a better culture of local peering in Europe which means a lot of traffic going over local exchanges.

#

However, there's a lot of large ISPs who didn't put in such caches as they might compete with their own TV offerings, and who don't peer. They're getting absolutely hammered on their transit links now.

#

95th percentile going through the roof.

pure vine
#

And 2 big game releases this week!!

#

Animal Crossing and Doom

strange vapor
#

I got to see the cache hit figures for Netflix and Steam, used to work for my ISP, and for netflix they're getting close to 98% cache hits!!!

#

That's a LOT of saved bandwidth

#

At the consume end of the network, there's a lot of people suddenly learning what the contention ratio on their connection means :/

hushed basalt
#

@wintry crow nothing to do with the sticks

#

It's shit overall

wintry crow
#

Oh lol

pure vine
#

goes to check what his contention ratio would be

strange vapor
#

@hushed basalt I thought Telstra was a shining beacon of customer service and network provisioning

dull chasm
#

thats awesome ^^^^^

hushed basalt
#

@strange vapor ha. Ha ha

pure vine
#

@strange vapor is a contention ratio more likely to affect full copper connections and stuff rather than FTTC and FTTP connections

hushed basalt
#

It's all out of telstras hands now anyway..officially

#

It's all corrupt as hell.

tidal bronze
#

@dull chasm got any sandwiches?

strange vapor
#

Very much depends on the ISP.

hushed basalt
#

Yes and no

#

Technically all the distribution infra is owned by nbnco

strange vapor
#

Even with fibre connections, there might not be enough bandwidth at the local exchange to cover everyone using their available bandwidth

hushed basalt
#

But a lot of it's on neglected telstra copper

#

Then there's also contension at the POI becuase of the ridiculous pricing model the nbn used

pure vine
#

Open Reach Claim they have ennough capacity in most places, but im not sure

hushed basalt
#

Basically ISPs would have to pay $200-$500/month/customer wholesale to give connections equal to central europe. Or even new zealand

#

Then add on vdsl2 on 3rd world standard copper distribution networks..some people are lucky to get 25/5

pure vine
#

Whats lead to that pricing?

hushed basalt
#

Which is the minimum guaranteed standard

strange vapor
#

I'm lucky. I'm on a business connection in a residential area.

hushed basalt
#

Inept governments and a need to make it "profitable"

strange vapor
#

I share contention with a single other business that's currently closed with all their staff working from home.

#

So, I technically have all my bandwidth available all the time.

clear ferry
#

My children, have you heard of the country of Norwat with it's fiber infrastructure? ๐Ÿ™

dull chasm
#

@tidal bronze yes sir

hushed basalt
#

What is this.. symmetrical

#

That must be a typo

strange vapor
#

I was supposed to be getting an upgrade from VDSL2 to FTTH shortly, but that's now considered non-essential work and has been pushed back.

clear ferry
#

I remember the non symmetrical days of 2003

strange vapor
#

Which is fair enough in the current situation.

dull chasm
#

@tidal bronze got BEER FOOD guns and ammo .... i think i am good

hushed basalt
#

Good thing we don't have a massive demand on our home networks right now

clear ferry
#

Beer food

#

Sounds like Guinness

hushed basalt
#

@clear ferry i installed proxmox today

#

3 nodes

#

Fight me

#

I ordered some more ddr3 ram too

#

Gonna bump these bad bois up to 16GB.

dull chasm
#

@tidal bronze but i lost a damn ap ....gotta get another ....i made up by turning power up but will wait till this is over before i buy another

hushed basalt
#

Thats right. I said gigabytes

#

No terabytes for me

clear ferry
#

@hushed basalt 16GB, how is life in 2004? lmao

tidal bronze
#

@dull chasm lost how ?

dull chasm
#

@clear ferry we drink real beer here

#

it just died

orchid rose
#

I upgraded my "server" with 4x more ram the other day

#

...it now has 8GB

hushed basalt
#

Hehe

clear ferry
#

๐Ÿคข

tidal bronze
#

@dull chasm strange.

hushed basalt
#

I'll have 3 x 16GB

dull chasm
#

a older ap-pro .....so i guess it got infected LOL

tidal bronze
#

Oh that's old

dull chasm
#

yea gonna get a nanoHD

hushed basalt
#

I'm liking proxmox so far

clear ferry
#

Smallest system I have here is 12GB, biggest is 192GB it's a disgrace, I should move to a 768GB box

tidal bronze
#

That's pretty good.

hushed basalt
#

What do all these systems do?

clear ferry
#

Stuff

hushed basalt
#

One server to handle the doorbell.

#

One server to run pihole

#

What did people do before virtualisation and containerisation

dull chasm
#

only thing is i lost one of the WLED's communication as its under the bed and for some reason the esp's running wled dont have a very good rssi compared to other esp's running espeasy

hushed basalt
#

I have an ap lite

#

It works pretty well

last dirge
#

@dull chasm AFAIK transmit power is configurable

hushed basalt
#

I don't think that makes it better though

#

No replacement for displacement

dull chasm
#

on wled? it is not receiving signal even with ap turned up to max

last dirge
#

@dull chasm on its firmware

dull chasm
#

prolly 40' ish feet

last dirge
#

got a concrete bed?

tidal bronze
#

lol

last dirge
#

what microcontroller?

#

might need to snag one with an external antenna

tidal bronze
#

If you are running ESP AP ACLR is great or the AC mesh

dull chasm
#

no but a full frame 2x6 but that side of bed acts like a fairday cage ...the esp on other side runs fine

last dirge
#

my wife's going stir crazy, I'm just laughing because I've been working remote 100% For five and a half years

dull chasm
tidal bronze
#

What is the active one @dull chasm

dull chasm
#

all the blue circles are esp82666 left one is hooked to a 2 channel relay inside a metal box and get great signal ....midlle is one uner bed with no signal and right one is great ..... no explantions

green inlet
#

Without laughing, is anyone running a Raspberry Pi NAS? I get it is an oxymoron but I only need it for non-critical security camera storage

dull chasm
#

@tidal bronze the left one is more of a line ....i was trying to point to the metal box but i see its not visible in pic

green inlet
#

Can I have access to that camera?

dull chasm
#

sure

#

you will prolly not after you see things that you cant unsee

green inlet
#

๐Ÿคฃ

#

I guess, like in my house, that is where the magic happens

dull chasm
#

and where the guns are stored

green inlet
#

Mine also ๐Ÿ˜‰