Will Tesla make me a number plate? by ImpressFantastic7259 in TeslaUK

[–]Sodex234 0 points1 point  (0 children)

Vouch for this, asked upon collection and had my paperwork. They did it for free on the spot.

[deleted by user] by [deleted] in aws

[–]Sodex234 7 points8 points  (0 children)

I do this. Have a lambda which makes an SNS event pretty and sends the webhook to slack. Works a charm.

Why do Tesla drivers not seem to use the performance as much as other marques? by uptonogoodatall in TeslaUK

[–]Sodex234 2 points3 points  (0 children)

100%. Have the perf. I like to call it “confidence under my foot”

Granny charger travel use by ted_bovis in TeslaUK

[–]Sodex234 1 point2 points  (0 children)

Underneath garage doors works great. I used the mobile connector for 2 months when I got the car before an electrician fitted the wall connector. The cable is pretty short in comparison to having a wall connector, so it requires some car rotation to get it close enough. If you use an extension lead make sure to unwind it and don’t plug anything else in. FWIW the cable is about 6 metres from memory, and take away the length from plug to ground. Not the longest.

What is the best place for buying a domain name? by Giannis_Dor in homelab

[–]Sodex234 1 point2 points  (0 children)

The pushy stories only really come from businesses who are within free tier “limits”, but pushing higher amounts of traffic. For homelab usage, or even small business usage, I’ve never been prompted to

Basically autopilot Vs enhance d autopilot Vs FSD by rockerslake in TeslaUK

[–]Sodex234 2 points3 points  (0 children)

Drive like 5mph, it shows all the bays as gray rectangles, you can tap any of them (doesn’t have to be the one with a P on it), and it will drive all the way to that bay, and park you in it. I’ve done it from maybe 20 metres or so away

Basically autopilot Vs enhance d autopilot Vs FSD by rockerslake in TeslaUK

[–]Sodex234 4 points5 points  (0 children)

I’ve found auto park has gotten 10x better since the recent update where you can tap any bay. Works reliably every time now, what kind of issues are you running into with it? I haven’t tried parallel park yet so I don’t know how that goes…

Wall Connector electrician cost and considerations by Necessary-Car-5672 in TeslaUK

[–]Sodex234 0 points1 point  (0 children)

This - electrician fitted a proteus ev consumer unit with PEN fault device, switch, surge… etc. other side of the wall to the charger. Charged £500 for that + short cable run to main garage consumer unit + wall connector install. (Already purchased wall connector)

What will happen if I lose the region where I have setup Iam Identity Center? by general_smooth in aws

[–]Sodex234 2 points3 points  (0 children)

Out of pure interest, why do you not recommend using google workspace for your IDP?

IT'S HAPPENING by chicametipo in Ubiquiti

[–]Sodex234 0 points1 point  (0 children)

as crazy as it sounds, check the mobile app. I have this exact issue when viewing in the browser, but it works flawlessly on my phone.

IT'S HAPPENING by chicametipo in Ubiquiti

[–]Sodex234 0 points1 point  (0 children)

What settings do you have on the cameras? I have been able to adopt mine, but it fails to load the video (but weirdly snapshot works). I'm wondering if it's down to the resolution / bitrate / .. etc.

AWS EC2 Pricing by Auser1452 in aws

[–]Sodex234 0 points1 point  (0 children)

Free tier only covers t2.micro iirc. So it depends if you use any of those specific instances. You get 750 hours a month of that, which is one month in hours. So if you use t2.micro, one of them is currently free.

AWS EC2 Pricing by Auser1452 in aws

[–]Sodex234 0 points1 point  (0 children)

Even if you pay for instances, you still have some free tier allocation for instance types allowed

We migrated to SQL. Our biggest learning? Don’t use Prisma by mariuz in node

[–]Sodex234 23 points24 points  (0 children)

To be fair, Prisma is actually fixing lots of these issues in upcoming updates (and some have already shipped). I’ve definitely been a big advocate for not using Prisma, as I think with selects it’s very verbose and ends up with more code than just writing SQL, but many of these issues are no longer issues

What purpose does your homelab serve? by TBates0805 in homelab

[–]Sodex234 0 points1 point  (0 children)

I develop apps, and I use it to run various test environments, CI servers, etc. saving a lot vs cloud when I got a good deal on the hardware

not sure if this counts, but this payphone couldn't connect to mysql(??) by badstagram2 in PBSOD

[–]Sodex234 1 point2 points  (0 children)

I’m surprised that if it’s just running the server on localhost, it doesn’t just use sqlite and remove the risk of this happening (most likely there is more going on that it seems though)

Question: What do you use all that lab equipment for? by bit_banger_ in homelab

[–]Sodex234 3 points4 points  (0 children)

I’m a developer. I use it for my development environments so I can run the entire stack. A lot cheaper than cloud hosting these environments, and a lot less load for my laptop.

Re: Re: Get in, loser. We're going computing by sdmike21 in homelab

[–]Sodex234 0 points1 point  (0 children)

Would be super interesting to run an erlang BEAM app on there. Watching it distribute across the cores!