#the-water-cooler
1 messages ยท Page 557 of 1
according to the docs, i can enter those as environment settings too
and i HAVE had it work, but then edited and screwed it up again
tried that, will try again
still no share def in smb.conf
ok let me try commandline
command: '-s "Mount;/mnt" -s "Bobs Volume;/mnt2;yes;no;no;bob" -u "bob;bobspasswd" -p'
ok
- "137:137/udp"
- "138:138/udp"
- "139:139/tcp"
- "445:445/tcp"``` change your ports to this too
shares are created in smb.conf (i created 2 shares) but macOS says it doesnt like it
why is the apple god angry
inb4 timezone
yeah i am connecting to the correct machine ๐
ohhh that was a placeholder
right ๐
otherwise i'd have to start explaining to you why i name all my machines after variants of oranges ๐
DNS, internal
same
piss
path = /srv/Staging
browsable = yes
read only = no
guest ok = no
veto files = /._*/.apdisk/.AppleDouble/.DS_Store/.TemporaryItems/.Trashes/desktop.ini/ehthumbs.db/Network Trash Folder/Temporary Items/Thumbs.db/
delete veto files = yes
valid users = bob```
And /srv/Staging is accessible ...
inside the container i can see the files
(from the command line)
my moneys on OSX fuckery but im researching
I'm a fanboi, so I say it's user error ๐
kill the container. add -n to the command:
no dice
out of curiosity
(i'm not actually sure what that means, just trying to sound cool; not a native speaker)
can you ping the IP of the server
and what OS is the host?
Raspberry OS
do you have ufw installed?
not unless its a default
host OS is a bare install, only thing i add are a few of my own scripts and the mosquitto-clients and jq packages
I can ping the 10.0.1.201, pomelo and pomelo.lan
so ... yeah
you dont have any other machine with Linux on it? or maybe windows?
It would be nice to try another format of connection to see if this is isolated to the container or the machine
one last thing though
docker logs container
what does that print out
Added user bob.```
I have another Linux host, but i have no idea how to mount samba volumes
what os
I have Windows installed as a tertiary boot option on a 2009 MacBook Pro ... I'm not booting into that ๐
we dont need to mount it just query that
have systems with Raspberry OS and Debian
It tries to open Finder
ok
so
if i revert to - 139:139 - 445:445 for the ports, it does connect
and pops up a login
Using MacOS's SMB Mount thing
oh
or
ok
ok it just opened
-s "Staging2;/srv/Staging;yes;no;yes;bob" -u "bob;bobspasswd"
that works
guest?
Docker and samba, this seems like the totally wrong way to go about stuff
I do, but it doesnt work ๐
Im wondering if guest hast to be on for anon query to connect from MacOS
Thats what I was searching just now.
i am connecting and it asks "guest or username?"
If turned off will it still work. Just that single change
Passing samba to a container is totally strange though, perform samba on the host and pass volumes to the container
The docker performs the service, something else hands the storage
I run SMB and NFS containers in my cluster that have links to my flash storage array
if i set it to Staging2;/srv/Staging;yes;no;no;bob then logging in as bob still works, as one would expect
My only other guess would be the /tcp /udp
guest access doesnt work irrespective of the setting, let me revert and check smb.conf
why would guest vs user access work differently at a network level?
Not related. Just as to why a port change would make it werk
as thats the only other change I see you made
alright so user login works just fine ... thats cool
I'd tell you a joke about udp but you might not get it
heh
UDP is like fedex, they throw the package at your door
@clear ferry You can go so far as to run Samba 4 as a Root Active Directory Domain Controller in a container
And yes windows machines can join.
can I use \ to multi-line a command: setting in a Compose file?
no its yml format
Would need to >-
seems to be the most popular samba one though
Look at what most popular gets you in the USA
heh
Not true, he lost the popular vote
he won the republican primary that alone is an issue
Perhaps our lives sneezes
My fault but still
I find this server can actually hold a decent discussion without going 0 to 100.
dont touch it
walk away slowly while praying to our lord and savior of the servers
indeed
Pray to the daemon lord
it seems to have changed the permissions on the filesystem
daemon lord
Systemd is that you?
that was the -p setting you had me include earlier, at a guess
also, politics, but yeah, #the-water-cooler, so its ok : https://www.youtube.com/watch?v=4b-dannQQ0Q
Whatโs better than Jordan Klepper at a Trump rally? Hereโs a compilation of his greatest hits: #TheDailyShow #JordanKlepper #TrevorNoah
Subscribe to The Daily Show:
https://www.youtube.com/channel/UCwWhs_6x42TyRM4Wstoq8HA/?sub_confirmation=1
Follow The Daily Show:
Twitter:...
had me in stitches this morning
Yeah it sets the perms of the shares
Daily Show really has dragged itself pretty far down
Political discussions are against the general rules of this server
at least you know when to
I haven't had to issue any warnings so we're all good
Oh yeah lemme just get my blue demokratic knife out to go on a discord shank fest and slap fight real quick
I'm a Dutch guy living in Thailand, what do I know ๐
Thats an odd combo
wasn't planned ๐
And its pronounced "Better China"
you best not be telling my mrs that, she'll slap you
chyna
Thanks for the help by the way, @mild tapir ... much appreciated
Totally show her the Taiwan #1 Meme then
Best brownie points
Anytime I was drunk and stoned anyways.
And that shows you how drunk I am
I totally wont remember this after I wake up
haha
100% gonna sleep on the keyboard tonight
IPv6
its actually easier than IPv4... or is supposed to be
ISP's and Carriers are not conforming to the subnetting standards. The system is a mess on residential
@scenic radish has done a bunch with it
too many IPv4-only devices
Were straight up out of IPv4
@wet pilot Yeah, i've had conversations
I am also but AT&T cant into IPv6
Ah, good to know. I'm att + spectrum
AT&T + Leeching off the ISP I run
I can announce IPv6 AS Registers just fine... why cant some multi billion dollar corp
Oh yeah they bit off more than they can chew
T-Mobile is around 98-99% Adoption
Every phone primaries IPv6 uplink
my mobile phone provider is IPv4 ๐ฆ
IPv4 is roaming enabled only sometimes depending on your APN settings
Otherwise they provide a 4/6 tunnel or whatever the way its supposed to go... 6to4 4to6ugh
Take a look at this. Its pretty well defined
how would i get this samba container to run as the correct username, so the file shares are writeable without raping the permissions ๐
hehe
well -u has some extra options:
-u "<username;password>[;ID;group;GID]" Add a user
required arg: "<username>;<passwd>"
<username> for user
<password> for user
[ID] for user
[group] for user
[GID] for group```
force group = users``` in smb.conf, at a guess
yeah i looked at the -u but i think that ID is just inside the container ?
worth a shot, i guess
Yeah this is where it gets fun
It reports an ID # on permissions read.
If you got 2 servers with User ID of 4001 but diff names
they can work as if they are "4001"
inheriting those permissions
amazing. I expected nothing less
i think its the "force user" bit
Set the USERID and GROUPID env vars to the USER/GROUP ID's of the owner of those files on the Host machine
Remove -p
so ... the numeric ID's?
yes
If changing the permissions of your files is not possible in your setup you can instead set the environment variables USERID and GROUPID to the values of the owner of your files.
Set the UID for the samba server's default user (smbuser)
This sets the perms of the actual server
UID/GID matching
Be aware
If the files are owned by root on the host
And you set UID/GID of root on this for smbuser
It now has root perms
it sets the correct user, not the correct group. but whatevz, thats good enough ๐
(group writeable)
EZ way to do it would be make smbuser on the host and match the ID's
Hi All, Its great to be a part of this community
Can anyone point me in the right direction with setting up Homeassistant to be publicly available from the internet?
I am running into issues with following older posts
Asking in the right install channel people can help you @obtuse vessel
@clear ferry are you running zigbee2mqtt on your rpi in a docker container or just natively
@obtuse vessel Not sure which install you're using?
-
If you're using HassOS, flashed an image, or booted a VM with an image you're using #330990055533576204
-
If you installed Linux and then ran a script to install HA and have add-ons then you have #330944238910963714
-
If you're running
dockercommands or use a Docker manager and have no add-ons then you have #449717345808547842 -
Finally, if you use
pipto install or upgrade you have #551864459891703809
Having difficulty chosing an install method? See this blog post for guidance.
That's what I'm going to do too
So annoying I'm one step away from getting homeassistant bakc up
But that one step is blocked by proxmox not passing through my usb properly
So now I have to go 12 steps sideways
I just used the Proxomox command line for passing through USB
It happens immediately, rather than requiring things to restart
I love how quick my system is to reboot now though
It took 15-20 minutes for my synology to fully reboot
And then I had to manually reset the docker service after that
Now the 5 second bootloader timeout in the VM accounts for like 50% of the start up time haha
I'm not paying for a hypervisor for homelab use ๐
Its also free if I give you one of my half a million keys for ESXi
Could just not use such a heavy af hypervisor too
and go with one of the more purpose built host os' for this
Rancher, k3s, k3os alone makes for a super light k8s cluster farm
Isn't rancheros dead?
Not RancherOS
Rancher
but yes
Im actually forking it cuz I wanna update it
even rancher v1 still works with Swarm/Cattle
Easily ran on Alpine
https://www.joyent.com/smartos here is a Hypervisor Host OS Built for both Containers and VM's and a unique way of handling the kernel so security is increased
SmartOS is a purpose-built, container-native hypervisor and lightweight container host OS for secure, performant, and convenient container hosting in public and private clouds
Rancher v1 quickly thrown on Alpine, 4 Hosts, 1 Control, 2 Computer, 1 Storage.
Anybody got a good suggestion on a tasklist that works well with HA? Thinking something that can pickup days/dates, so on rubbish day it will display that on to do etc?
See the integrations list and channel (#integrations-archived)
opps, sorry
How long will it take me to fill up /dev/null
im too old for this. going to bed at 8am and get up at 1pm. im not 19 anymore
@late gate I can still sleep 12 hours if noone wakes me up 
Albeit, that is nowhere close to my 36 hour record
After being awake for 72 hours
I got a bit carried away yesterday as vesisure had some issues with their website and unlocked all my old alarm components, so sat and deregistered alarm components for reuse
I still usually only sleep 5 hours every night, I just go to bed earlier than before, used to go to bed at 2-3 now I go to bed at 11-12 so I can wake up with the baby
lucky you. I have in insomnia, even sleeping pills doesnt work so I have loooong nights and dead tired durigng day. usually sleep maybe 30 minutes pr night so mostly zoombie
I had sleeping disorders for 25 years, then I stopped drinking sugar drinks and it kinda stopped, helped along by CPAP and moving south of the midnight sun
Then again I used to drink 5-6 liters of coca cola every day 
I stopped cola a year ago after heavy drinking (that sounds wrong)

but its horrible. I did see I had like 2000 stillnoct in 2019
I dont suggest ambien / stillnoct to anyone, it doesnt help in the long run
Stilnoct did nothing for me
me neather, but the "easier" ones like vallegan (old allergic medicine) makes me have a horrible hangover
well stillnoct works, but just after 5-6. I have to coordinate with the ER every night cause of the high dosage
and of couse log off discord ๐
Ambien did jack Shit for me
it just makes you addicted
My sleep has been out of whack for weeks
I be stuffing my face with melatonin gummies like they candy and I'll skill kick it for 4-5 days non stop.
I Even got melatonin (which is not over counter in Norway) but did nothing for me
Struggling to do basic functions
I got melatonin too, didnt do anything
I literally ate the entire bottle of gummies.
been throught them all, atarax, seroquel etc
because they are non addictive and the doctors doesnt want ambien addictions
Idk why but the only thing that crashes me was... Caffeine.
I'll drink an energy drink .. bruh I'm out 4 mins later
Im a bit similar. I bought cafferine pills in sweden. its legal there, but dont think they are legal in norway by some strange reason
Even now I'm on day 3.5 fml
sleep is a horrible thing when it doesnt work
Sleep is a horrible thing when it does
Wasting so much time doing nothing...
I ain't got time for that
Sleep does a lot
Lots of mental and physiological background processes
False economy to try and cheat sleep
haha, yeah. maybe we can automate some IV system from the hospital in HA for sleeping :p
Time to hack the local serial interface
Time to find the headers on the circuit board ๐
Mind you, if I did that, I'd probably set it on fire...
Like a true Scotsman
First time I tried soldering it didn't end well
Neither did the second, or third
At that point I limited myself to soldering wires
You might want to eat your pride and see an optician 
If only it was that...
Stable fine motor control appears to be the problem
And that's without drink ๐
That or maybe I'm just a clumsy ass
There exists Scots with motor skills?
Oh, we have those... Colin McRae for instance
hey there, not sure which channel is best to ask: i've set up a power meter on the house and i see detailed data about the whole home. Is there an open source library that i can use to learn the footprint of the devices to recognize them ?
here we can recognize fridges, kettle, coffee machine patterns
That sounds like maybe #general-archived
thanks
One of the best racing games ever made. He crashed with a helicopter or something ten years ago or so unfortunately
@wet pilot ipv6 for lyfe
ipv ๐

man i would do anything to be in australia right now .... F1 is racing .... the coutrys anthem is pretty awesome with violins and cellos and etc .....
the roos attack you, spiders and rats swarm everything. hot as hell and the movie crocodile dundee does not reflect reality whatsoever.. sounds like fun!
i would stay in a very sheltered enviorment LOL
You?? I thought you'd just light em up ๐
cant get proper gear thru customs plus i am out of my element ๐คฃ
no outbackuflage gear? lol
nope
man looking through shutterstock photos for work there are some really weird ones
There is one with a girl snorting flour spelled out as Lenin
Like what context would that photo be used?
I really want to know the buiness that requested that?
maybe it's not flour lol
I was trying to keep it SFW ๐
Looks like drywall
I mean I doubt they got any REAL stuff for a shutterstock photoshoot ๐
I made some NFC tags to turn my room lights on and off ๐
Lets people (namely my parents) control my lights without having to mess around with any apps, waking me up with Alexa, or doing the infuriating thing they always do off shutting off the power to the light
I'm also attaching one near the entry door of the house which would let anyone who comes over autoconnect to Wi-Fi (because frankly it's simpler than, and no one understands WPS)
isnโt WPS insecure?
WPS ๐คข
I haven't owned a consumer router in 15 years, so I never had it in my house thankfully 
are the bruh nodemcu based sensors still the go to multi sensor? without spending $60 on an aeotec
Probably a lot of esp devices that can be used for that purpose
yeah. i have a few nodemcu boards coming in today
along with a caseta pro bridge and a zwave/zigbee stick
I have an hour Skype meeting scheduled on how to use zoom -.-
Let me just delete that
Lol zoom
you think Teams is better?
I never thought I would say this. Cause I hate meetings. I just want to sit in a room with actual people again ๐
Yeah, aside to this I am really not enjoying Tinder dating ๐
As an extroverted person been at home 24/7 is not great.
Tinder dating? I thought tinder was for hook-ups, Netflix and chill, friends with benefits.
20-25 years old use it for dating too.
They got you guys totally locked down donโt they?
Teams > Skype > WebEx > zoom
and to walk
Really? I'm personally not fond of teams
maybe because I use it for governemnt work which requires like 4 levels of 2FA
And Zoom, with the lack of end to end encryption, and all the other issues...
I use teams with five different internal organizations and three customers
sure zoom is security wise terrible but its damn easy to use
And an easy to remember 16 character password with one upper case, one lower case, one number, and one special character ?
All the add-ons and file sharing is Fantastic not to mention everything is searchable
@green inlet 16? My go-to ones are 32+
That is just plain sadistic
Afraid someone is going to get your waffle recipe?
i donโt know 95% of my passwords
My master password I've held on to for 20 years though, haven't appeared in any cracked lists yet, just 39 chars and fun stuff

Password manager FTW
@ancient anchor same, just roll a random 32+ character one every year per site
Used keepass for years, moved to lastpass this year
I use Lastpass
LastPass > 1Pass
I don't like Yubikey integration'
how many times has 1password been hacked?
Yubikey 4tw
Good stuff usually does 
so I just use ToTP
you gotta pay to play
with Yubikey Authenticator
A mother of five on welfare could afford lastpass family sub
I have zero income after all my other hobbies ๐
at home i just use 1p for families
LastPass is free...
not for advanced features...
I'm just waiting for my wife to start working so we double our income 
i.e. Yubikey
I am just waiting for my wife to start work so I can retire ๐
I'd be bored if I retired ๐
what
I feel like I can figure something out. As it is now, with coffee and workout and lunch and shower, my mornings are filled every day.
same
more time for hobbies??
i need to work on stuff
Work brings me too many unpredictable challenges
so FOSS
I need those ๐
I'll never retire
join a FOSS project and contribute
I'd have to learn to code again
I'll bore the shit out of me
Also, coding doesn't thrill me
Volunteer work ๐
ok do something which does
Give me remote access and I'll break stuff that you can fix @clever mortar
meh. isn't your job coding
Nope
You work for yourself though donโt you Tinkerer?
I wish ๐
You guys are too ambitious and successful making me feel bad ๐ฆ
I could, but ... I'd rather have somebody else to blame when it goes wrong
Underrated reason to have an employer.
Also, I know what I'm good at, and not so good at. Running a business isn't my skillset.
I just get tired of stupid people. And the older I get the stupider people get
Oh, stupid people frustrate me too, but I work with very few stupid ones...
I'm tapping out of this convo
It takes time to achieve success ๐
Hell, I didn't settle on what could be viewed as my current career until I'd been working for about a decade
Sure, it's all "IT", but ... that's a damn big field
Things used to be simpler in IT
Still took me time in that to be "good"
I'm actually looking for another job right now
@scenic radish you should become a Norwegian candy tester
I wish I could figure out what I want to be when I grow up ๐คฃ
Lmao
Glad to hear I'm not the only one...
I am pretty sure I will never grow up
I knew what I wanted to do when I was 5 
I fell into IT by accident
Problem is my professional background is in accounting/finance but my hobbies revolve heavily around technology
I still play air guitar with my man parts
Technical finances, billing cloud customers @scenic radish
File that under "things I didn't need to know"
๐คท I've worked with folks from a very wide range of backgrounds in tech
Itโs a big file

English lit grads, bricklayers, you name it...
@clear ferry cloud ๐คข
Very few IT roles require a special background
Hell, almost none of the IT I learned at uni has been helpful
That's really good to know
Education is overrated
The only IT thing that has been was really coding principles - at least the problem solving part
I have thought about getting into IT as a second career
The other random courses I took have been more useful ๐
July is getting hot as hell. Bad air quality outdoors too.
Here we've got slightly below normal temperatures (so far) and the air is kept nice and clean by the constant rain ๐
It is 11:30 am, just got up a few min ago. Wild party last night in the backyard.
The smartest people I've worked with have had no education in their field tbh
My education did play a direct role in passing the CPA exam, but I agree, it's not necessary for everything
Which channel is appropriate for questions about cheap hardware to use for sensor inputs? (Something like a tiny HW connected to PoE or Wifi that I can connect sensors to. I know what I want in principle but not what is already out there to chose (and not to chose))
thanks ๐
What makes alot of white hatters happy is the certs. Might be the difference to get you the job
I canโt wait for Kanye to be our president.
#kanye2020
is that a type of pepper?
Kim to be the First Lady ๐คฃ
I'd say no politics but ... I'm not sure that's reached the level of politics ๐
That is probably a big thing in the us from my discussions with Americans, in Norway managers value real life skills over a bunch of certification
Comedy is allowed?
Itโs not politics if he doesnโt hold any political position yet ๐
iโm a college dropout and am relatively successful
In my experience with managers in customer businesses
Management is full of idiots in america
Management is full of idiots.
If you cant do, teach, or manage. :D
That would explain why I'm management... ๐ค
Lolololololz
https://discordapp.com/channels/330944238910963714/397426163649216512/729363483950317600 case and point โ๏ธ
@clever mortar quickly become a floor monkey
We had fireworks going on until mid night with the new rule.
Fireworks allowed Any time any day
As a dog owner, I dread the time around UK bonfire night
I hate to imagine how many pets suffered yesterday
Iโm sure. They are probably locked up inside the house.
My dog goes (almost) everywhere I go, including on the mountain to shoot. He loves going shooting, but HATES the sound of pistols which is why I searched for doggy ear protection. Mutt Muffs is currently the only successful manufacturers of k-9 specific ear muffs and for Zip, ...
Partied like a rock star did you Skalavala?
yawn
so just picked up my life and moved... starting fresh with a new install of HA on a Ras Pi 4. Should I do the docker method again or the HA OS?
Yes
No
... maybe
010100101111002
As always, do what works for you
i dont care about restoring in any way
@green inlet I can only tell what happened until 1am. I may have passed out after that โบ๏ธ
guess the only thing i would care about are copy pasting some of the .config file and sensors that I have setup
Mmmmm doing 1700km trip starting tomorrow
Ouch
Whatโs that in miles? 1000?
With baby in car
๐ฑ
That would be hard.
All the way ๐
is there Pros/Cons of running container vs OS?
@last plaza 1060 inferior McDonald units
Container == full control
OS == no control ๐
I drove from Ohio to Florida several times. 1100 miles one way - roughly about 1700kms.
@upper apex Not sure which install you're using?
-
If you're using HassOS, flashed an image, or booted a VM with an image you're using #330990055533576204
-
If you installed Linux and then ran a script to install HA and have add-ons then you have #330944238910963714
-
If you're running
dockercommands or use a Docker manager and have no add-ons then you have #449717345808547842 -
Finally, if you use
pipto install or upgrade you have #551864459891703809
Having difficulty chosing an install method? See this blog post for guidance.
It'll probably take me 24ish hours
they don't have transporter pads in Norwat?
alright thanks tink ill just stick with what i know
I drove in 18 hrs. We had tickets to Disney the next day that are only valid for that day. Had to drive non stop.
wish some progress had been made with Pi boot from SD card while I was AFK
If your roads are good, you can do it in less than 24 hrs
Proper roads
That will take you in 48 hrs ๐ unless you somehow safely find a shortcut from top of the hill down
That doesnโt look half bad.
You'll note that's single track ๐
lol. Only fits a small car too
Those roads are fun when you meet the lorry/bus/tractor coming the other way ๐
And we can't drive through Sweden because the Swedes are as idjit as Muuuuurica when it comes to the Rona
The bright side is you get really good at reversing
At least there are some spots where the traffic can wait.
Yup, passing places every so often
Like shoulder space.
It's actually a lot of fun to drive, you have to stay very aware of what's going on - at least when you're driving fast ๐
My brother lives in UK. Whenever he comes over here, he is shocked at looking size of the cars here.
Looks like they have small cars over there.
I've been in the US many times... your larger cars are boats by comparison to what we have ๐
lmao
Hell, I've seen a large pick-up with a small pick-up on the back bed
The trucks/lorries here are huge.
Though, the Aussie road train has the US stuff beaten hands down ๐
Usually you can fit 4 EU cars in a murica car, and it will still use 16 times the fuel
Fun fact, eu trucks are flat faced because of the length limit of a vehicle, 25.5 meters, as such less hood, more cargo
Inb4 freedom etc
whats the point of limiting the length?
To stop people building US length vehicles ๐
Probably for sharp turns
its not our fault your roads were all built when they only rode horses.
Before
There's plenty of roads where a light truck will have trouble, never mind an artic
Hi guys, I have a question about electronics/sounds but it should be basic for many of you
If the electronics makes strange sounds, it's bad
I looked at this video on youtube where the guy opens a google nest and hack it to add an RCA cable to plut to its speaker
Hardware Hack Google Home Mini - Add google home mini to your sound system to enhance the sound of the little google home mini by connecting big speakers. Make it more useful and save money buying the google home smart speaker or hub.
DUBIOUS ENGINEERING LINKS BELOW:
PATREO...
Just buy the new Google mini
Nest mini
I tried it myself on the latest nest but i get a shitty buzzing sound
It has Jack out
I have the latest
Or was it the old one 
#diy-archived would possibly be a better place to ask, at least on this Discord
One of the specialist electronics Discord may be more useful though
I opened it and I put the black wire of the nest to the white RCA and the red wire google nest to red of the RCA and I do not do anythign with the ground
Well... it does not work
Why not ask the guy on the video?
or why not ask you ๐
See #diy-archived, an electronics Discord server, or ask the author of the video ๐
I find it funny when people watch video, screw something up, and goes else where asking for help ๐ค
Analoge audio is... Pretty simple 
wait, new mini has an audio out?
I wonder why they didn't include it in the first one. Would have been very useful for me
That guy did it wrong. He should have embedded that google mini inside the speaker itself. The microphone is pretty sensitive, and it will pickup voice commands easily.
i dont think comparing us cars/trucks to EU is even comparable to be honest ..... totally diff mindset
Yup, murica roads are at worst 250 years old
European ones are often twice that in the most rural areas
And the us has had huge motorway projects in newer times
Only comparable ones in Europe is Hitler's autobahn tbh
i'd be okay if they stopped stealing my tax dollars to pay for the roads, learn to use 4WD and stuff, people have it too easy these days.
I have no problems paying toll roads to keep roads in shape, but I am opposed to electric vehicles paying 1/4 or less
Most electric vehicles are actually heavier than other cars, so they wear more on the road
Electric vehicles have to pay more for registration every year here. โน๏ธ
Almost $400!
For regular cars, it is around $75
They pay less on toll roads, and less motorway tax, and new registration tax is heavily subsidized
So a Tesla is 50%+ off
Luckily we donโt have tolls in the great state of Ohio.
As soon as we cross the border into NY or PA, we need to dig into our pockets.
I may just decide to stay out here forever.
Iโve installed LED work lights in my garage last week. 9 of those 4ft long ones with each one 5000 lumens.
For me to drive to a customer in Kristiansand it would be $70 round trip in road tolls
I havenโt connected them to the power source yet. I could chain them, but they would look ugly - wires hanging and all. I might install individual outlets near each light.
driving to kristiansand makes the gps yell more about toll booths than road directions. arent there like 20 booths on a 3 hour trip from oslo
but then it stops
600 round trip
and the road is horrible to stavanger
I prefer scenic routes anyway, especially when I drive in the UK and France
In the us I avoid them, I've seen Deliverance and I know of @dull chasm
I just want to get to the destination
Most countryside routes are better looking than the freeways/highways. Some are more scenic than the others.
i got my lutron smart bridge pro from amazon today
someone put a non-pro in the box ๐ฆ
Call up Jeff Bezos.
On Alexa
the country folk would love to find a nice norwat with a perdy mouth.

lol - terrible missusing keepalived to start a Homeassistant container when my main instance is up down.
backup for the light automations ๐
@dull chasm after 7 years of service, went into retirement yesterday ๐
They go to 11 22!
Twice as loud
For an extra $1100, Ill build you one that goes to 23
if it doesn't go to 11, it's crap.
Twice as loud
@clever mortar that's a pretty tough thing to do ๐
Many worlds have now banned their act altogether, sometimes for artistic reasons, but most commonly because the band's public address system contravenes local strategic arms limitations treaties.
When you are so loud that you are in violation of intergalactic treaties
[14839.262317] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[14839.262319] ata2.00: irq_stat 0x40000001
[14839.262321] ata2.00: failed command: WRITE DMA
[14839.262326] ata2.00: cmd ca/00:08:00:00:00/00:00:00:00:00/e0 tag 7 dma 4096 out
res 51/04:00:00:00:00/00:00:00:00:00/60 Emask 0x1 (device error)
[14839.262328] ata2.00: status: { DRDY ERR }
[14839.262329] ata2.00: error: { ABRT }```
FFFFFFFFFFFFFFF
That's why all systems run RAID/ZFS ๐
Then you're fine
The problem is, I know it isnt the disk
Disk/cable/controller - ZFS protects you from simple failures there
That it do. I have to replace a motherboard now and it doesnt protect me from my laziness
I wish ZFS had built in SED/OPAL Control of some sorts
Anyone know where to get drawer dividers for these?
https://www.craftsman.com/products/large-small-39-drawer-bin-system
the plastic plates that go in the slits?
Loweโs took over craftsman.
Trash took over craftsman
@rain swift If you got a 3D printer tho: https://www.thingiverse.com/thing:3680696
And according to this Summary: good luck finding dividers on actual sale: https://www.thingiverse.com/thing:4088939
Craftsman went to shit a while ago
To get real decent tools now, prepare to fork out even more inflated amounts of <local currency>
I bit the bullet on Snap On in combo with my older craftsman tools. Shit loads of money in tools
yeah I saw that, I have no printer.
One of those tools that can fit in the garage and your shelf. A 3d printer
Shit like this is why they are awesome
no opinion.
Both print methods work well for my uses
Which in reality isnt much uses
Brackets, Cable Separators, Air Shrouds, etc, they all work regardless of how its printed
neither over the other
Exactly
One tradeoff for another may make sense if you have specific use cases
I print shit like CPU holders and Server Air Shrouds to some L bracket that broke off a light fixture
And sometimes HDD/SSD sleds
I broke my bed frame :/ I thought jumping from my desk to my bedframe would be ok, it was not ๐ฆ
Either that was not a well built bed frame, it was old, or you are fat
- I should mention I was trying to avoid screws/tacks I had dropped all over the floor
or all of the above
About where I should be but I am not
My new bed frame has some nice crossbars and various middle feet to sustain load
thankfully
I did
And move the mattress
or do what I do sometimes when I dont even wanna sleep in my own house rofl
sleep in the car with the heated seats cuz awh yeah
gnite
Change your environment more often
dreams are hardly that of your normal logistical thought process
If you are dreaming about projects and stuff, you're thinking too much
Go figure
Thats called stress
I dream about chocolate
I like chocolate
~figments of an imagination
mine are believable because I usually end up eating chocolate after realizing I didnt actually eat chocolate
more chocolate
no but it was last night so I focused on that
im eating a heresys bar now ๐
ur canadian ass aint about to tell me you dont know what a hersheys bar is
ima smack u
Great now I want more
look what u have done
now I have 2 failing drives
yeet goes this power supply with the mobo
I only knew Hershey's from the Mad Men. Trying it, I was disappointed...
Its mostly not chocolate
I don't like Hershey's
its extremely low grade
I actually don't really like american chocolate in general
im still gonna eat it tho
It wasn't bad or anything, just nothing spectacular. Unlike Mad Men btw - a not so low key endorcement
Ah
Lindt is swiss or something?
Yeah lindt is swiss
were just fat fucks so it sells better here
Yeah Dove is good too, and is also american
I actually don't really like american chocolate in general
@scenic radish you like Norwegian candy that much huh?
Lmao
You just had one taste, you are willing to give up American candy forever!
more for me!
Actually, there is an enzyme or something in american milk chocolate
that is the same as is found in vomit
not used in europe, which is why american chocolate tastes so strange to us
how was the norwegian chocolate @scenic radish ?
Very good, thank you
Stratos is one of my favorites
The one with marshmallow was good too
Hobby ๐คฃ
I really liked everything except the bonbon one
Oh, I thought you would have liked that one since you liked Sour Patch Kids
they are danish though to be fair
its the enzyme that made us win back to back world wars. ๐
Maybe it was just the specific one I tried. It was salty lol @clear ferry
i like everything except licorice
I like ๐บ
My favorites are the sure rakkere and kastanjer
sure rakkere == @clear ferry with friends

Top left and top right were my favorites
Hobby is my favorite
The bottom left is the only one I didn't really like @clear ferry
All the pieces taste differently though
Ahhh makes sense
yeah, that's basically "trash"
I'll try different ones then
Sรธppeldynga == the dump
The first one I tried was really salty lol
they all are (i think)
I figured it was supposed to be "trash" based on the picture
Hmm. I'll give another one a shot
same with dundermix
oh, ๐คข
Dundermix is good
not dundersalt
@clear ferry Please DO NOT cross post. Read the channel description, post it and wait for folks to respond.
The cola and tutti frutti ones are really good too
That's the one I was thinking of, I like those
What are those?
Salty
Well sure, but what else do they taste like?
pure salt
Ah
basically
๐ฑ
Finnish people ONLY eat salt licqorice
We have Good and Plenty in the US which is candy coated black licorice. Super good
I just like anise flavor in general
We actually do have chocolate but we are far too advanced for it
Especially anise cookies
My favorite licorice comes from Denmark though iirc
These, omnom https://lakridsbybulow.com/
Those are really nice
That sounds good
Which Finland are we talking about? Finland Russia or Finland Finland?
Depends on who you ask I suppose
Definitely donโt ask the leader of free country.
the free'est country
We're just happy to be in the discussion tbh ๐
Shocking
Right outside Villmanstrand
I was also in the woods outside kouvala driving a tank
Quite drunk
I've never been sober in Finland

You could have at least learned the Finnish names for them!
Post-#metoo I don't think you'll have much luck with the latter either ๐
Have anyone tried setting up 3-5 Raspberry pi 4's in a cluster/kubernetes cluster.
Right now I use a NUC for postgresql, unifi etc. but well.. its a nuc, so not redundant, so thought that running several pi's in a HA configuration might help me a bit, but am unsure about performance
These, omnom https://lakridsbybulow.com/
@orchid rose
Well, I don't really like "lakrids" but even for me, some if these taste pretty nice.
All depending on your needs
@clear ferry
Well, the performance I get from running several services from my NUC is fine, and that's a Intel(R) Core(TM) i3-7100U CPU @ 2.40GHz
It runs Splunk, Unifi, DNS, DB for Home Assistant, Prometheus and Zabbix :d
You are going to have a bad time
Well, I would kinda be satisfied if it would just run some redundant databases, and then I could have my NUC or Atom C3558 running the more "heavy" stuff.
But have not been able to find any good benchmarks for it.
Ooh! Dundersalt. Those are awesome!
no doubt
don't be skeered, we won't hurt ya....much.
Srsly, the package left Norway after two days, so it spent the next almost 2 months getting to you 
I think it arrived earlier than yesterday, I just hadn't checked my mail in a few days lol
But yeah, it looks like it was postmarked on May 14
brown......cheese.
Waiting on it to arrive ๐. Had curry banana pizza last night
Did you die?
Curry Banana Pizza?
No but the rest of the family did
probably wanted to.
Nice, house to yourself
After the curry made it through my digestive system
Wasnโt bad. I expected it to be more flavorful. Was better the next day ๐
WINK
Ha, no seriously. I had a piece for lunch, cold.
Now to get @green inlet to buy some norwegian rakfisk, or Swedish surstrรถmming
Stomach spinning again. I am a glutton for punishment
What is that?
After 30.00 for cheese, I am broke ๐คฃ๐คฃ๐คฃ๐คฃ
Something you to not want anywhere near you
Is that salmon
made from trout or char
You're making me hungry!
Oh, I just read the description ๐คข๐คข๐คข๐คข๐คข๐คข๐คข:nauseated_face
Damn Swedes
Thatโs like gefelta fish?
raw red onions, you animals.
Eeeh, not quite
I like pickled herring
You need the red onions to take a bit of the edge off.
Gefilte fish I guess you mean
I'll take those onions all day over that "fish"
The Jewish dish
I'm not even kidding.
when you need raw onions to take the edge off there's a problem lmao.
Not even when I tell you I absolutely love it.
We have that too @green inlet
That sounds pretty good
Now, that I can take some of
I think they just sit around thinking of the most random stuff they can do to food.
Yes, that looks good
It's called gravlax or "burried salmon" because that's how you cured it back in the day, I think.
hell naw.
Lmao wtf
If it is looking back at me. Hell to the no no
"it's...smiling"
The eye is the best part they say
chops head off duck
POP
that is the part you put in the garden.
Have you talked about Surhaj yet?
Looks like they are stuck in the Vikings days.
looks like what the peasants eat.
I am going hungry that night
i'm going looking for the rest of the animal.
https://en.wikipedia.org/wiki/Hรกkarl?wprov=sfla1 @low harness
I'm gonna go to burger king
you can have the head, I'll take everything else.
That doesnโt look bad but I am afraid to ask what it is
they probably fry up yack buttholes.
Fermented shark
I saw eyes, I though eel
Clicking the links gives you all you need
I don't need that
Right, almost dinner here
yep, time to find out when I'm eating
That's later tonight ๐

The rakfisk sounds really nice.





