TedZanzibar

joined 2 years ago
[–] TedZanzibar@feddit.uk 3 points 1 week ago* (last edited 1 week ago) (1 children)

Wasn't there an article recently where [some streaming company] openly admitted to exactly that?

Fake edit: Pretty much, yeah

Real edit for context:

Multiple screenwriters report that company executives are sending back scripts with requests to narrate the action, such as announcing when characters enter the room.

Netflix knows we are on our phones all the time, with as many as 94% of people tinkering on their devices while watching TV, according to a 2019 study commissioned by Facebook. Dumbed-down scripts that lack nuance and visual cues can help viewers with divided attention follow along, making them less likely to turn the program off.

[–] TedZanzibar@feddit.uk 2 points 3 weeks ago (1 children)

This is the sort of nerdery I'm here for! Pray tell, how would you go about using those temperature glyphs with a phone keyboard?

[–] TedZanzibar@feddit.uk 1 points 1 month ago

This right here. In the UK we have a little box (ONT) where the fibre comes into the home that essentially acts as a modem and converts the fibre to ethernet and back again and then they provide a separate wireless router that plugs into it. Other than for my current ISP where I had to specifically request that they enable bridge mode (which they did for free), I've never had any issues plugging my own router into the ethernet side of this box.

If your ISP's wireless router plugs directly into the fibre then you should be able to request that it's set to bridge mode so that it becomes just a dumb ONT box like we have here. Albeit a large and clunky one.

[–] TedZanzibar@feddit.uk 2 points 1 month ago* (last edited 1 month ago)

Contacting the registrar is worth a shot and could be your best bet. I recently did a similar thing except the expiring domain was on a pretty obscure country-TLD with only one registrar. They told me how long the grace period was and then I setup a script to check the availability every minute and alert me when it came up.

Probably not feasible with a .com or similar but they might be able to help in some regard. Edit: though having read about drop catching, that's definitely your best bet if it's likely to be sniped!

[–] TedZanzibar@feddit.uk 3 points 1 month ago

"privacy items". In other words it deletes your cookies and forces you to login to everything again.

[–] TedZanzibar@feddit.uk 11 points 1 month ago (1 children)

My fancy toaster came with dire warnings to not leave it plugged in when it's unsupervised, presumably because the cut-off on the mechanical timer can fail. Instead I plugged it into a smart socket with an automation to kill the power if there's a continuous draw for more than 4 minutes.

Not for fun but probably my most pointless. Other than when I was testing it I don't expect this automation to ever fire.

[–] TedZanzibar@feddit.uk 5 points 1 month ago (2 children)

This is very impressive and I'm highly likely to give it a whirl. My question is, though: would it be something that my very non-tech savvy wife could use?

Eg. I'm thinking setup the app on her phone with a default location and when she asks me for a file I can just tell her that I've "put it in the app", and she'll be able to easily retrieve it. Also same thing but vice versa, though the video seems to cover that via the Android share menu...

Again, super impressive. Good job!

[–] TedZanzibar@feddit.uk 3 points 2 months ago

Yeah right? See also: Cryptocurrencies.

[–] TedZanzibar@feddit.uk 2 points 2 months ago (1 children)

I did not know that, though unless we've got a real dodgy doctor somewhere I doubt the entire town has a prescription.

[–] TedZanzibar@feddit.uk 3 points 2 months ago

Ah yes I forgot about Canada. I tried to be unambiguous but I am in the UK, and I just meant that the people in my town seem to believe that since the laws have largely changed over there then that somehow also applies to us. Everybody's so blasé about using it and the cops don't care so we should just tax the stuff already.

[–] TedZanzibar@feddit.uk 13 points 2 months ago* (last edited 2 months ago) (6 children)

Everybody in my town seems to think it's legal ever since most of the US legalised it. The smell of weed is everywhere and I've seen numerous people casually smoke it in the street. The police don't seem to care, so they may as well just make it official and start reaping the tax benefits.

Edit: Just to be clear, I am in the UK.

[–] TedZanzibar@feddit.uk 2 points 3 months ago (1 children)

I tried a couple episodes of Lower Decks but I wasn't taken. Maybe I should just skip to S2.

28
OMG OMG OMG (ericmigi.com)
4
submitted 11 months ago* (last edited 11 months ago) by TedZanzibar@feddit.uk to c/smarthomes@feddit.uk
 

We have a bunch of shutters in our living room that don't have any kind of remote control, nor a rod to operate them - you just move any of the individual slats and the rest follow suit.

Is there anything out there that could make these smart? I'm really struggling to find the right terms to search for.

Update: Turns out they are plantation blinds which has helped me to find the sort of thing I'm after. Cheers, Emperor!

 

Quick overview of my setup: Synology NAS running a whole bunch of Docker containers and a couple of full blown VMs, and an N100 based mini PC running Ubuntu Server for those containers that benefit from hardware acceleration.

On the NAS I have a Linux Mint VM that I use for various desktoppy things, but performance via RDP or NoMachine and so on is just bad. I think it's ultimately due to the lack of acceleration, so I'd like to try running it from the mini PC instead but I'm struggling to find hypervisor options.

VirtualBox can be done headless, apparently, but the package installed via Apt wants to install X/Wayland and the entire desktop experience. LXC looks like it might be a viable option with its web frontend but it appears to be conflicting with Docker atm and won't run the setup.

Another option is to redo the machine with UnRaid or TrueNAS Scale but as they're designed to be full fledged NAS OSes I don't love that idea.

So what would you do? Does anyone have a similar setup with advice?

Thanks all!

Edit: Thanks for everyone's comments. I still can't get LXC to work, which is a shame because it has a nice web frontend, so I'll give KVM a go as my next option. Failing that I might well backup my Docker volumes, blat the whole thing and see what Proxmox can do.

Edit 2: Webtop looks to be exactly what I was looking for. Thanks again for everyone's help and suggestions.

 

Specifically from the standpoint of protecting against common and not-so-common exploits.

I understand the concept of a reverse proxy and how works on the surface level, but do any of the common recommendations (npm, caddy, traefik) actually do anything worthwhile to protect against exploit probes and/or active attacks?

Npm has a "block common exploits" option but I can't find anything about what that actually does, caddy has a module to add crowdsec support which looks like it could be promising but I haven't wrapped my head around it yet, and traefik looks like a massive pain to get going in the first place!

Meanwhile Bunkerweb actually looks like it's been built with robust protections out of the box, but seems like it's just as complicated as traefik to setup, and DNS based Let's Encrypt requires a pro subscription so that's a no-go for me anyway.

Would love to hear people's thoughts on the matter and what you're doing to adequately secure your setup.

Edit: Thanks for all of your informative replies, everyone. I read them all and replied to as many as I could! In the end I've managed to get npm working with crowdsec, and once I get cloudflare to include the source IP with the requests I think I'll be happy enough with that solution.

 

I work in tech and am constantly finding solutions to problems, often on other people's tech blogs, that I think "I should write that down somewhere" and, well, I want to actually start doing that, but I don't want to pay someone else to host it.

I have a Synology NAS, a sweet domain name, and familiarity with both Docker and Cloudflare tunnels. Would I be opening myself up to a world of hurt if I hosted a publicly available website on my NAS using [insert simple blogging platform], in a Docker container and behind some sort of Cloudflare protection?

In theory that's enough levels of protection and isolation but I don't know enough about it to not be paranoid about everything getting popped and providing access to the wider NAS as a whole.

Update: Thanks for the replies, everyone, they've been really helpful and somewhat reassuring. I think I'm going to have a look at Github and Cloudflare's pages as my first port of call for my needs.

 

Hey there, my local instance has had two admin posts pinned for the last 6 months-ish and they show right at the top of my Subscribed, Local, and All views. I can't imagine they're going to get un-pinned any time soon, so it would be great to get a feature where we can hide them.

Thanks for the consideration!

 
view more: next ›