meme_pihole_smartTV_transparent_logo_png.jpeg
-
Open in gimp, lasso tool, delete. It's not that hard.
It’s because it got saved as JPEG in the title. Idk some kind of weird Lemmy bug or something , this totally was legitimate PNG I swear on me mum
-
Best solution for these concerns in my opinion is
- TV for presentation in companies (often without smart apps)
- PiHole for blocking the most adds
- SHIELD for the apps, like YouTube without adds, stream apps, emulators, etc
Works like a charm for me, I did not see adds for month, maybe years. With the shield, I use SmartTube because I can login and don't have any adds. None. I also use an app for streaming (moonlight or something like that) to play my PC games on my tv with controller.
wrote last edited by [email protected]How has SmartTube been for you? Is it an Android only or does it work on other platforms?
I’ve been a FreeTube user for years, but YouTube’s aggressive countermeasures has mostly rendered this program unusable (I use on Linux). Devs put out fixes but they work for a handful of days before YouTube breaks it again.
-
By the way, https://remove.bg/ removes backgrounds
Thank you! Noted for next time! Saves me the trouble of having to use lasso to clean up the edges and feather any aliasing problems
I got bamboozled when I was surfing the web at AltaVista and tried to download this transparent pi hole png logo. It was saved as PNG and had transparent in the name. Brought it into Krita and I chuckled, so figured I’d troll a few persons online and added the “pretend this is transparent” to the meme.
-
'pretend this is transparent' is sending me. Bra-fucking-vo!
LOL thanks bro. I was browsing the internet at AltaVista and downloaded a pi holo logo image that said
transparent PNG
in the name. When I added the image in Krita I had a good laugh and decided I’d leave it as is here -
Open in gimp, lasso tool, delete. It's not that hard.
In GIMP, mark the layer as having transparancy
-
By the way, https://remove.bg/ removes backgrounds
Helped me get a job, after the incident....
-
Slap one of these under or behind your tv. Put pop-os Linux on it it. You can run pihole/Jellyfin/kodi off it at the same time. It will host your anime and index it with jellyfin, filter your entire network for ads, and give you kodi's excellent interface.
Jellyfin can grab metadata/subtitles/autoskip intros/on and on and has native kodi integration. It will run better on a beefer PC than the one above, but if youre just using it on 1 tv with kodi, you should be fine.
Oh, I've really wanted to self-host and do something like that, but I didn't wanna spend too much more money than I have (recently bought drives and a bay) and figured I'd use old/outdated/broken laptops to save money and be environmental, but I've been thwarted by proprietary chargers (an old Acer) and screens not turning on (a broken Mac). I'm a college student so I don't wanna drop my money too much in a month (gotta learn to budget somehow right?). Might ask my college IT if they've got old shit around instead.
-
It's Pi Hole. Everything's computer.
What is pi hole? I would love to dumbify my smart tv if possible..
-
Open in gimp, lasso tool, delete. It's not that hard.
It's even easier to just pretend it's transparent though
-
What is pi hole? I would love to dumbify my smart tv if possible..
https://letmegooglethat.com/?q=pi+hole
Basicly a Raspberrypi that you plug infront of your device that applies a filterlist similiar to the one used by uBlock to filter out ip that you don't want (Tracking or adds for example)
-
Helped me get a job, after the incident....
SUBSCRIBE
-
What is pi hole? I would love to dumbify my smart tv if possible..
OK, so whenever any device (e.g. your computer) wants to connect to a website (say, "wikipedia.org"), it tells your router that it wants to go to that website. Your router then sends what is called a "DNS Query" to some server, such as Google or Cloudflare, which takes the string of characters "wikipedia.org" and looks it up in their own dictionary of websites. In that listing, "wikipedia.org" will be linked to a specific IP address, which Google or Cloudflare then pass back to the router. Your router then connects the original device to that IP address, allowing your computer to get data from wikipedia.
Now, modern devices make up to hundreds of these requests every second, so it's not like it's going to ask your permission for every single _one of them, right? Of course not. The problem, however, is that virtually every single proprietary app and piece of networked hardware nowadays is actively spying on you, by sending constant "telemetry", marketing, and ad-servicing requests to hundreds, or even thousands of different services every day.
Pihole is a program that runs on a device (traditionally a raspberry pi, but could also be as simple as an old always-on tower computer or as complex as a self-hosted server). This device is connected to your internet, and what you do is you tell your router that the only place it's allowed to ask for DNS queries is your pihole device, rather than google or Cloudflare. Then you add blocklists, en masse, to your pihole, which takes every single DNS Query and checks it against the blocklists. If a DNS request isn't on the blocklists, it passes the request on to an actual DNS server, like Cloudflare, then gives the response back to the router, and the router is none-the-wiser. You get to see wikipedia. HOWEVER, if your device has the temerity, the absolute gall, to connect to any server on your blocklists? The pihole just... Doesn't pass on the message, and you get to choose whether the pihole actually sends your device a refusal, like "no, we won't be connecting to google ad services today, thank you" or if it just stays silent, not letting the blacklisted requests through, and just shredding the request every time it gets one for that unwanted site. Also, the pihole can keep a log of every single request made, both blocked and allowed, and keep tallies of the most-requested servers. It does this by default, but can easily be told to stop whenever you want.
TooComplex;Didn'tUnderstand: imagine your local network is a medieval walled city. Whenever someone inside wants to communicate out, they send their letter to the post office, which sends a runner out of the city and returns with the response. A pihole acts as a guard at the city gate, taking every letter, checking the addressee to see if the city's magistrate is okay with sending information there. The guard has a long list of places letters aren't allowed to go, and they are very fast at their job. If the addressee isn't on their list, they send out their own soldier to take the letter themselves, rather than letting the post office runner go. If the addressee is on the blocklists, they either rip up the letter and send the runner back with their own, or they just rip up the letter and beat up the runner so they don't go crying back to the sender and narc. Its the magistrate's call how the guard handles it. Also, the guard keeps a list of every single letter that arrives at the gate, unless the magistrate tells them not to. The magistrate can peruse the list and tell the guard to allow or block any addressee on that list (or off of it) at any time.
-
OK, so whenever any device (e.g. your computer) wants to connect to a website (say, "wikipedia.org"), it tells your router that it wants to go to that website. Your router then sends what is called a "DNS Query" to some server, such as Google or Cloudflare, which takes the string of characters "wikipedia.org" and looks it up in their own dictionary of websites. In that listing, "wikipedia.org" will be linked to a specific IP address, which Google or Cloudflare then pass back to the router. Your router then connects the original device to that IP address, allowing your computer to get data from wikipedia.
Now, modern devices make up to hundreds of these requests every second, so it's not like it's going to ask your permission for every single _one of them, right? Of course not. The problem, however, is that virtually every single proprietary app and piece of networked hardware nowadays is actively spying on you, by sending constant "telemetry", marketing, and ad-servicing requests to hundreds, or even thousands of different services every day.
Pihole is a program that runs on a device (traditionally a raspberry pi, but could also be as simple as an old always-on tower computer or as complex as a self-hosted server). This device is connected to your internet, and what you do is you tell your router that the only place it's allowed to ask for DNS queries is your pihole device, rather than google or Cloudflare. Then you add blocklists, en masse, to your pihole, which takes every single DNS Query and checks it against the blocklists. If a DNS request isn't on the blocklists, it passes the request on to an actual DNS server, like Cloudflare, then gives the response back to the router, and the router is none-the-wiser. You get to see wikipedia. HOWEVER, if your device has the temerity, the absolute gall, to connect to any server on your blocklists? The pihole just... Doesn't pass on the message, and you get to choose whether the pihole actually sends your device a refusal, like "no, we won't be connecting to google ad services today, thank you" or if it just stays silent, not letting the blacklisted requests through, and just shredding the request every time it gets one for that unwanted site. Also, the pihole can keep a log of every single request made, both blocked and allowed, and keep tallies of the most-requested servers. It does this by default, but can easily be told to stop whenever you want.
TooComplex;Didn'tUnderstand: imagine your local network is a medieval walled city. Whenever someone inside wants to communicate out, they send their letter to the post office, which sends a runner out of the city and returns with the response. A pihole acts as a guard at the city gate, taking every letter, checking the addressee to see if the city's magistrate is okay with sending information there. The guard has a long list of places letters aren't allowed to go, and they are very fast at their job. If the addressee isn't on their list, they send out their own soldier to take the letter themselves, rather than letting the post office runner go. If the addressee is on the blocklists, they either rip up the letter and send the runner back with their own, or they just rip up the letter and beat up the runner so they don't go crying back to the sender and narc. Its the magistrate's call how the guard handles it. Also, the guard keeps a list of every single letter that arrives at the gate, unless the magistrate tells them not to. The magistrate can peruse the list and tell the guard to allow or block any addressee on that list (or off of it) at any time.
Thanks for the comprehensive answer. I was hoping for something more like an alt-OS for the TV, so it doesn't ask for updates all the time or really do anything besides cast from a computer or console
-
It's Pi Hole. Everything's computer.
I love my PI hole but it's needing a complete upgrade and a list rebuild. Damned thing is so reliable and solid I literally forget I'm running it. Things been up for over a year and not one issue.
-
It's Pi Hole. Everything's computer.
Unplug your TV from the internet and plug the HDMI into a machine running Kodi or similar.
-
Thanks for the comprehensive answer. I was hoping for something more like an alt-OS for the TV, so it doesn't ask for updates all the time or really do anything besides cast from a computer or console
Ah, yeah, for that, just factory reset it, don't connect it to the internet on setup and use HDMI.
-
Thanks for the comprehensive answer. I was hoping for something more like an alt-OS for the TV, so it doesn't ask for updates all the time or really do anything besides cast from a computer or console
Fun fact: all these smart TVs run Linux, which is supposed to facilitate that, but they're DRM'd to prevent it instead. There are active lawsuits going on about it.
-
Time to do the ol' firewall redirect for port 53
I do that with my mikrotik router. It is amazing for Google devices. Too bad I got rid of my last Google home device a year ago
-
Unplug your TV from the internet and plug the HDMI into a machine running Kodi or similar.
If you've got the hardware capabilities, I just Read yesterday that Kodi supports CEC and can be used to control your DVD player or Set Top boxes that also support it IF you have it plugged into your CEC port.
This means turning a raspberry pi into the best media access client there is for a TV takes like 20-40 minutes (install librelec, profit?)
-
Ah, yeah, for that, just factory reset it, don't connect it to the internet on setup and use HDMI.
My wife likes to cast YouTube from her phone