• 🇬🇧󠁿 🇸🇪 🇿🇦 🇮🇪 🇬🇭 🇩🇪 🇪🇺
    European & African
    Drug Discussion


    Welcome Guest!
    Posting Rules Bluelight Rules
  • EADD Moderators: Shambles

Good YouTube/etc Channels worth watching

IIRC Ubuntu could cope with a huge amount of tabs and it never froze.
Also switching to Linux or another OS isn't going to help you much with this I'm afraid. You're dealing with the same two browser engines on any OS you use these days and you'll have the same problem with both of them consuming a lot of RAM. Linux is almost as bad as Windows these days as well. You're going to end up having to do work arounds and hacks to keep it under control. The only difference is you'll be doing it through shell instead of powershell.exe.
 
Yeh I never had the app ,still don't just ho through Google search
Oh you were using the browser on ipod? It's a similar situation then. They stopped updating the browser on your old device and youtube relies on new things in the HTML5 standards to serve ads like it wants to. So on old devices it simply doesn't work and/or it's sending you a version of the page they will eventually drop support for all together. I use a similar trick to force youtube to send me h.264 video instead of the new av1/vp9 encodes of the videos.

Youtube will probably end up switching to the same thing sites like Twitch is doing. Where videos are served as part of the stream. The only reason they're able to be blocked right now is because they aren't embedding them into the streams yet like Twitch does.
 
Oh you were using the browser on ipod? It's a similar situation then. They stopped updating the browser on your old device and youtube relies on new things in the HTML5 standards to serve ads like it wants to. So on old devices it simply doesn't work and/or it's sending you a version of the page they will eventually drop support for all together. I use a similar trick to force youtube to send me h.264 video instead of the new av1/vp9 encodes of the videos.

Youtube will probably end up switching to the same thing sites like Twitch is doing. Where videos are served as part of the stream. The only reason they're able to be blocked right now is because they aren't embedding them into the streams yet like Twitch does.
Yeh makes sence because there were some websites I couldn't access with my old ipod ,I can't remember the message that came up ,something like does not support
But it was great for youtube
 
Also switching to Linux or another OS isn't going to help you much with this I'm afraid. You're dealing with the same two browser engines on any OS you use these days and you'll have the same problem with both of them consuming a lot of RAM. Linux is almost as bad as Windows these days as well. You're going to end up having to do work arounds and hacks to keep it under control. The only difference is you'll be doing it through shell instead of powershell.exe.
ok thanks for your replies. It looks like I may have to do some more research. But I was under the impression that linux distros still generally use far less RAM than windows, hence people are able to keep using older pcs by switching to Linux, when they can no longer run windows, due to windows continually requiring more resources. But I will do some more up to date research.

Not that this pc is even old, just that it cant handle many youtube browser tabs. Honestly Ubuntu used to be able to run with an incredible amount of open tabs and I think it only ever froze or crashed once in several years of using it. Windows usually freezes on me at least once every day. It's so shit, it just needs more people to move to linux, so that more programs will need to made available.

Although loads more people have been switching to Linux recently due to the enforced take up of AI capabilities on win 11 being a total disaster. Fortunately I managed to set up my machine before all the workarounds preventing using a local account, got closed off, and avoiding an enforced microsoft account sign in for set up were still possible.

There are so many linux distros these days, surely it will be possible to choose one with the o/s that hogs the least resources.
 
Last edited:
Yeh makes sence because there were some websites I couldn't access with my old ipod ,I can't remember the message that came up ,something like does not support
But it was great for youtube
My old smart phone is the same way. It's only 10 years old now but I can't access most of the web on it because the browsers on it are no longer getting updates (older version of Android). I could probably make it work if I cared but I'd have to install a custom ROM probably. I just decided not to bother with it because I only use it to read while I'm on the toilet and most of the stuff I read on it is pure text, pdf files and/or old HTML websites.

ok thanks for your replies. It looks like I may have to do some more research. But I was under the impression that linux distros still generally use far less RAM than windows, hence people are able to keep using older pcs by switching to Linux, when they can no longer run windows, due to windows continually requiring more resources. But I will do some more up to date research.

Not that this pc is even old, just that it cant handle many youtube browsers. Honestly Ubuntu used to be able an incredible amount of open tabs and I think it only ever froze or crashed once in several years of using it.

Loads more people have been switching to Linux recently due to the enforced take up of AI capabilities on win 11 being a total disaster. Fortunately I managed to set up my machine before all the workarounds preventing using a local account, and avoiding an enforced microsoft account sign in for set up were still possible.

Modern Windows is RAM hungry but so is Linux. There has been a lot of horrible stuff happening in the big Linux distros over the last 10 years or so. The short version is it's getting as bad as Windows these days. You can run the linux kernel and build your own userspace from source. But most of the big distros are just as hungry for resources as Windows is.

RAM is not really a good way to measure how 'bloated' an OS is. Linux will take more RAM if there is more RAM available. A system with say 8GB of RAM might want 2GB at idle but the same distro/OS on a machine with 16GB of RAM will want to take 4-8GB of RAM. This is because the kernel will cache things into RAM if there are resources available. If you run a file system like ZFS or btrfs it will take all the RAM it can because those newer file systems do a lot of magic the old ones like NTFS and ext4 don't.

Then there is the issue of the web browsers. Which will act the same no matter what platform you're using. Each tab is its own container now and will take up to 2-3GB of RAM each if the website you're viewing is heavy with stuff like javascripts and 3rd party scripts running in the background.

For example; On my laptop when I boot to my desktop it takes about 500MB of RAM on a system with 32GB of total RAM. The moment I open Firefox it will jump up to 2GB of RAM consumed even if it's only on a blank webpage. If I open more tabs it'll start creeping up to 3, 4, 5GB etc. The web browsers are by far the most RAM hungry things on that system. If you use something like Steam or Discord those are just web browsers so they want their 1-3GB cut of the total RAM.

Windows 11 pissed a lot of people off and more people are moving to Linux. But they're moving over because of things like the TPM requirement in 11. It's true you can keep things more under control even with these modern distros running all the bad stuff in the background at all times. But it is nothing like Linux was before. Before 10 years ago the average Linux distro was happy to run within 1GB of RAM or so with a browser and everything loaded up. Now they've gotten to resource hungry that most of them can't run a basic desktop environment without several GB of RAM. The situation is getting a little worse with each passing year. There have been a lot of changes in the Linux distros lately and most of them are just as bad as what people fleeing from Windows are trying to escape.

You can't avoid what's happening by switching OSs I'm afraid. You can still run a slim system with a linux kernel (or one of the alternative UNIX systems) but if you want 'modern' things like steam, discord, a web browser that can access the majority of modern websites and compatibility with your old Windows software through virtual machines and wine you're going to be using just as many resources at the end of the day.

The main advantage for Linux at the moment despite all the bad stuff happening is the fact that it now supports more legacy Windows software than new versions of Windows. But it isn't perfect by any means and a lot of old stuff still doesn't work correctly. A lot of the stuff that does work still requires spending many hours messing around with config files and seeking out random .dll's to make the old Win32 stuff work through wine.

The best solution is having multiple computers running different OSs depending on your needs. The PC I use for gaming is still on my own customized version of Windows 7 and it's air-gapped most of the time. I can still connect it to the net for multiplayer if I want and I don't worry about it getting hacked simply because it's on an older version of Windows. But I also don't let it talk to the internet all of the time. Linux has a similar problem where if you don't set up your firewall rules correctly you'll constantly have bots attempting to crack the root password. They come so hard and fast they can fill up a 1TB drive with failed log-in attempts in the log files in about 12 hours.

A good rule is to have a computer dedicated to your tasks. I don't log-in to my banking website on my Windows machines. I have a laptop I've dedicated to that sort of stuff. My gaming PC doesn't do anything but run games. The Linux machine I have for work is mostly dedicated to what I do for work. Sometimes I play games on it but getting them running on it is a big pain in the ass compared to running them on the Windows 7 PC. My home server is on a more exotic OS/kernel because it's exposed to the internet and bots give up pretty quickly when they attempt to crack into it. I used to run Linux on it but it was so much trouble to keep people out that I switched it to one of the BSDs.

If you run more mainstream stuff then modern Linux might be better for you than Windows. However, if you're looking to switch because Windows 11 right now a better option for you might be sticking to Windows 10 LTSC which gets updated until 2032. Or Windows 7 which is still fine provided it's behind a good firewall running on another system. Windows 7 has better backwards compatability with older games/software than Windows 10/11 do. Proton/wine isn't a magic solution. I've got tons of games that will probably never be able to run through it. But they work just fine on Windows 7. Until a few years ago I was still running a Windows XP machine connected to the internet and it was no problem at all. But I had it behind a good firewall. I only switched away from running it because I retired that PC and got a new one which I installed Windows 7 on.

Anyway, my point is RAM consumed isn't a good yardstick. Modern kernels will take more RAM if you have more RAM. Modern browsers will always take a ton of RAM. Programmers are very lazy these days and no one optimizes anything anymore. They're all using the "RAM is cheap" excuse to churn out bad software fast.
 
I got long winded again sorry. The main point I was trying to make is Linux is becoming as bloated as everything else lately as it attracts more (for lack of a better word) 'normal' users.

What is happening with the tech industry is a cruel trick. They are making perfectly good hardware obsolete through churning out software updates that are not optimized (or tested). This allows them to do their yearly release cycles for things like new phones. They've gotten most people accustomed to buying a new phone every 1-3 years. Now they're doing the same thing with PCs.

What they're doing at the moment is introducing hardware in the PC market that allows them to tie the hardware to one user like they've done with phones. The Windows 11 not supporting 'old' hardware thing isn't as much about resources consumed as it is about lack of things like the TPM chip. It is true modern Windows is getting out of control and most of the people working on it shouldn't be allowed to touch a keyboard. But the same thing is happening in the major Linux distros as well I'm afraid.

With linux you can go off on your own and build a slim OS. But you'll be on your own without support. You won't benefit from many other users maintaining packages (software) for you. You'll be building a lot of things from source code on your own and you'll discover pretty quickly that a lot of new stuff is horrible and takes many hours to compile even on a top-end system.

There are a few distros that cater to people looking for a slim OS. Most of them support and run all the modern stuff you might want like Steam. But you'll want to be very familiar with how the linux kernel and lower parts of common userspace utilities work before you attempt to use them day-to-day.

The main change boils down to this; 10 years ago I could point a new user to Ubuntu, Debian or one of the other big distros. They'd end up with a system that was much faster than Windows and consumed less resources. These days all the big distros are basically the same thing with a different color scheme. There is no longer an easy to use slim distro that I can direct new users to try. The distros like Ubuntu have made so many changes now that I couldn't help you with debugging problems in userspace. Since they no longer run the stuff we've all been using for decades and have replaced them with new software that most people dislike. Even the way they want you to install software applications has changed. They're more like .exe files than what we had before (pulling software from a central repo the community maintained together).

The big linux distros have been dropping support for older hardware frequently over the last few years. They all used to support 1990s-era hardware. Now some of them won't let you run the OS on a machine build a decade ago.
 
My old smart phone is the same way. It's only 10 years old now but I can't access most of the web on it because the browsers on it are no longer getting updates (older version of Android). I could probably make it work if I cared but I'd have to install a custom ROM probably. I just decided not to bother with it because I only use it to read while I'm on the toilet and most of the stuff I read on it is pure text, pdf files and/or old HTML websites.



Modern Windows is RAM hungry but so is Linux. There has been a lot of horrible stuff happening in the big Linux distros over the last 10 years or so. The short version is it's getting as bad as Windows these days. You can run the linux kernel and build your own userspace from source. But most of the big distros are just as hungry for resources as Windows is.

RAM is not really a good way to measure how 'bloated' an OS is. Linux will take more RAM if there is more RAM available. A system with say 8GB of RAM might want 2GB at idle but the same distro/OS on a machine with 16GB of RAM will want to take 4-8GB of RAM. This is because the kernel will cache things into RAM if there are resources available. If you run a file system like ZFS or btrfs it will take all the RAM it can because those newer file systems do a lot of magic the old ones like NTFS and ext4 don't.

Then there is the issue of the web browsers. Which will act the same no matter what platform you're using. Each tab is its own container now and will take up to 2-3GB of RAM each if the website you're viewing is heavy with stuff like javascripts and 3rd party scripts running in the background.

For example; On my laptop when I boot to my desktop it takes about 500MB of RAM on a system with 32GB of total RAM. The moment I open Firefox it will jump up to 2GB of RAM consumed even if it's only on a blank webpage. If I open more tabs it'll start creeping up to 3, 4, 5GB etc. The web browsers are by far the most RAM hungry things on that system. If you use something like Steam or Discord those are just web browsers so they want their 1-3GB cut of the total RAM.

Windows 11 pissed a lot of people off and more people are moving to Linux. But they're moving over because of things like the TPM requirement in 11. It's true you can keep things more under control even with these modern distros running all the bad stuff in the background at all times. But it is nothing like Linux was before. Before 10 years ago the average Linux distro was happy to run within 1GB of RAM or so with a browser and everything loaded up. Now they've gotten to resource hungry that most of them can't run a basic desktop environment without several GB of RAM. The situation is getting a little worse with each passing year. There have been a lot of changes in the Linux distros lately and most of them are just as bad as what people fleeing from Windows are trying to escape.

You can't avoid what's happening by switching OSs I'm afraid. You can still run a slim system with a linux kernel (or one of the alternative UNIX systems) but if you want 'modern' things like steam, discord, a web browser that can access the majority of modern websites and compatibility with your old Windows software through virtual machines and wine you're going to be using just as many resources at the end of the day.

The main advantage for Linux at the moment despite all the bad stuff happening is the fact that it now supports more legacy Windows software than new versions of Windows. But it isn't perfect by any means and a lot of old stuff still doesn't work correctly. A lot of the stuff that does work still requires spending many hours messing around with config files and seeking out random .dll's to make the old Win32 stuff work through wine.

The best solution is having multiple computers running different OSs depending on your needs. The PC I use for gaming is still on my own customized version of Windows 7 and it's air-gapped most of the time. I can still connect it to the net for multiplayer if I want and I don't worry about it getting hacked simply because it's on an older version of Windows. But I also don't let it talk to the internet all of the time. Linux has a similar problem where if you don't set up your firewall rules correctly you'll constantly have bots attempting to crack the root password. They come so hard and fast they can fill up a 1TB drive with failed log-in attempts in the log files in about 12 hours.

A good rule is to have a computer dedicated to your tasks. I don't log-in to my banking website on my Windows machines. I have a laptop I've dedicated to that sort of stuff. My gaming PC doesn't do anything but run games. The Linux machine I have for work is mostly dedicated to what I do for work. Sometimes I play games on it but getting them running on it is a big pain in the ass compared to running them on the Windows 7 PC. My home server is on a more exotic OS/kernel because it's exposed to the internet and bots give up pretty quickly when they attempt to crack into it. I used to run Linux on it but it was so much trouble to keep people out that I switched it to one of the BSDs.

If you run more mainstream stuff then modern Linux might be better for you than Windows. However, if you're looking to switch because Windows 11 right now a better option for you might be sticking to Windows 10 LTSC which gets updated until 2032. Or Windows 7 which is still fine provided it's behind a good firewall running on another system. Windows 7 has better backwards compatability with older games/software than Windows 10/11 do. Proton/wine isn't a magic solution. I've got tons of games that will probably never be able to run through it. But they work just fine on Windows 7. Until a few years ago I was still running a Windows XP machine connected to the internet and it was no problem at all. But I had it behind a good firewall. I only switched away from running it because I retired that PC and got a new one which I installed Windows 7 on.

Anyway, my point is RAM consumed isn't a good yardstick. Modern kernels will take more RAM if you have more RAM. Modern browsers will always take a ton of RAM. Programmers are very lazy these days and no one optimizes anything anymore. They're all using the "RAM is cheap" excuse to churn out bad software fast.
I got my ipod the same year the American cop drama the wire came on air (in uk) it wasn't one of the original ones with the touch control button but just like a normal iPhone.so was pretty old and battery was done so had to have it on constant charge
But was quality to last that long
 
New TVs will go behind your back and seek out an internet connection no matter what you do in software. What you have to do is open them up and yank the wire from the antennas to the TV's motherboard. They're usually flat antennas along the top of the screen and sometimes there is more than one. If you yank (or cut) the wire going to the antenna there will be no ill effects on the television itself and it can improve boot times because it won't sit there forever attempting to connect to any wireless AP in your general area.
I never even so much as go into the new TVs main menu, apart from adjusting colours etc.

Otherwise I've got it permanently on select 'HDMI input from PC', and I have no idea if the TVs software is trying to connect to the internet, and don't care, as it doesn't affect me. I don't even know where that menu is, or how to access it.

I've totally bypassed all of the "SMART feautures", that I never even wanted. But apparently they are why new TVs are way cheaper than monitors or dumb screens of similar size would be. All the advertising you're meant to see is what lowers the cost.
 


Daniel Green is a Glaswegian YouTuber whose content mainly consists of travelling around small Scottish towns, bit of exploring the area, mostly drinking, often squiffy.

Local (to us) lad who seems like a really nice, chill guy so happy to recommend!
 
There's a guy from Yorkshire who goes around the country rating bog standard takeaways ,even munchie boxes ,he brings his own fold up table and chair and sits on the pavement and eats it,needless to say he is morbidity obese.
When he came to Glasgow obviously he had the deep fried Mars bar .
He could have at least done some research to find out where it was originally created
I forget the name of his channel
So one to avoid rather than worth watching
 
I've totally bypassed all of the "SMART feautures", that I never even wanted. But apparently they are why new TVs are way cheaper than monitors or dumb screens of similar size would be. All the advertising you're meant to see is what lowers the cost.
It's true the built in adware and the spyware offset the cost of them. If you try to buy a new screen these days without those features you'll discover they're usually twice the price. They're only really sold to businesses now that plan on using them to display advertisements. It's hard to get one with high refresh rates and other modern features to. Most of them are used in places like fast food establishments to display menu items.

Speaking of that have you noticed in modern fast food joints the videos of the food on the menus are filmed just like porno? I call it food porn. They make burgers and biscuits almost as appealing as tits and ass.
 
Layering traditional Hindu kirtan with instantly accessible melodies and modern instrumentation, Grammy nominee, Krishna Das has been called yoga’s “rock star.” With a remarkably soulful voice that touches the deepest chord in even the most casual listener, Krishna Das – known to friends, family, and fans as simply KD – has taken the call-and-response chanting out of yoga centers and into concert halls, becoming a worldwide icon and the best-selling chant artist of all time. His album ‘Live Ananda’ (released January 2012) was nominated for a Grammy in the Best New Age album category.

KD spent the late ‘60’s traveling across the country as a student of Ram Dass, and in August 1970, he finally made the journey to India, which led him to Ram Dass’ own beloved guru, Neem Karoli Baba, known to most as Maharaj-ji.

Krishna Das now travels the world sharing his kirtan practice and wonderful stories of his life, of Maharaji-ji, of his life on the Path, and discusses bringing chanting into our lives through retreats and workshops.

 


Brutalmoose is a legendary oldskool YouTuber who had covered all kindsa random shit over the years, but mostly focusses on food reviews (exclusively of crappy food) and nostalgic reviews of found VHS tapes. And cooking from vintage cookery books. And occasionally ancient PC game reviews.

All of this is much, much more entertaining and enjoyable than it sounds. He’s another one of those YouTubers you watch for them rather than the topic at hand.

YouTube gold imo ❤️
 
Top