#youtube setup
Explore tagged Tumblr posts
Text
हेलो दोस्तों आज हम बात करेंगे कि यूट्यूब में और फेसबुक में किस तरह से पैसा कमाया जा सकता है
आपको पता ही होगा कि यूट्यूब में और फेसबुक में वीडियो डालकर या यूट्यूब में शॉर्ट वीडियो डालकर और फेसबुक में रियल डालकर भी पैसा कमाया जा सकता है
2 notes
·
View notes
Text
I will do YouTube video SEO for top ranking.
#digital maketing#socila media#youtube#youtube video#youtube seo#youtube setup#youtube shorts#youtube series#youtubesubscribe#youtube channel#youtube viral videos#youtube vlogs#youtubeviews#video youtube#seo services#seo expert#seo marketing#seo#freelancer#social marketing#social media marketing#fiverr#marketing
3 notes
·
View notes
Text
I will do YouTube video SEO.
#digital maketing#socila media#youtube#youtube video#youtube seo#youtube setup#youtube shorts#youtube series#youtubesubscribe#youtube channel#youtube viral videos#youtube vlogs#youtubeviews#video youtube#seo services#seo expert#seo marketing#seo#freelancer#social marketing#social media marketing#fiverr#marketing
3 notes
·
View notes
Text



almost slipped into the procrastination rabbit hole of Notion-ing the fuck out of my life
#but fortunately I did not#just changed/updated it a bit bc last time I used it was last spring#idk why I keep trying with it when my good old bullet journal is what's been working for me for like 10 years now#but the billion YouTube ''my notion setup!!''-videos are still on standby just waiting for a weak moment#studyblr#bookblr#booklr#study#aesthetic#march 2025#2025
537 notes
·
View notes
Text
youtube
YIPPEE YAYYY 💗💗
#tom scott#jet lag the game#rambles#what are they saying for an entire hour??? i don't know yet!!!! but tom is there and he is NOT on his usual lateral setup.#and he looks cute as hell. end me.#sam denby#adam chase#ben doyle#youtube
40 notes
·
View notes
Note

Okay so let’s say you have a basement just full of different computers. Absolute hodgepodge. Ranging in make and model from a 2005 dell laptop with a landline phone plug to a 2025 apple with exactly one usbc, to an IBM.
And you want to use this absolute clusterfuck to, I don’t know, store/run a sentient AI! How do you link this mess together (and plug it into a power source) in a way that WONT explode? Be as outlandish and technical as possible.
Oh.
Oh you want to take Caine home with you, don't you! You want to make the shittiest most fucked up home made server setup by fucking daisy chaining PCs together until you have enough processing power to do something. You want to try running Caine in your basement, absolutely no care for the power draw that this man demands.
Holy shit, what have you done? really long post under cut.
Slight disclaimer: I never actually work with this kind of computing, so none of this should be taken as actual, usable advice. That being said, I will cite sources as I go along for easy further research.
First of all, the idea of just stacking computers together HAS BEEN DONE BEFORE!!! This is known as a computer cluster! Sometimes, this is referred to as a supercomputer. (technically the term supercomputer is outdated but I won't go into that)
Did you know that the US government got the idea to wire 1,760 PS3s together in order to make a supercomputer? It was called the Condor Cluster! (tragically it kinda sucked but watch the video for that story)
Now, making an at home computer cluster is pretty rare as it's not like computing power scaled by adding another computer. It takes time for the machines to communicate in between each other, so trying to run something like a videogame on multiple PCs doesn't work. But, lets say that we have a massive amount of data that was collected from some research study that needs to be processed. A cluster can divide that computing among the multiple PCs for comparatively faster computing times. And yes! People have been using this to run/train their own AI so hypothetically Caine can run on a setup like this.
Lets talk about the external hardware needed first. There are basically only two things that we need to worry about. Power (like ya pointed out) and Communication.
Power supply is actually easier than you think! Most PCs have an internal power supply, so all you would need to do is stick the plug into the wall! Or, that is if we weren't stacking an unknowable amount of computers together. I have a friend that had the great idea to try and run a whole ass server rack in the dormitory at my college and yeah, he popped a fuse so now everyone in that section of the building doesn't have power. But that's a good thing, if you try to plug in too many computers on the same circuit, nothing should light on fire because the fuse breaks the circuit (yay for safety!). But how did my friend manage without his server running in his closet? Turns out there was a plug underneath his bed that was on it's own circuit with a higher limit (I'm not going to explain how that works, this is long enough already).
So! To do this at home, start by plugging everything into an extension cord, plug that into a wall outlet and see if the lights go out. I'm serious, blowing a fuse won't break anything. If the fuse doesn't break, yay it works! Move onto next step. If not, then take every other device off that circuit. Try again. If it still doesn't work, then it's time to get weird.
Some houses do have higher duty plugs (again, not going to explain how your house electricity works here) so you could try that next. But remember that each computer has their own plug, so why try to fit everything into one outlet? Wire this bad boy across multiple circuits to distribute the load! This can be a bit of a pain though, as typically the outlets for the each circuits aren't close to each other. An electrician can come in and break up which outlet goes to which fuse, or just get some long extension cords. Now, this next option I'm only saying this as you said wild and outlandish, and that's WIRING DIRECTLY INTO THE POWER GRID. If you do that, the computers can now draw enough power to light themselves on fire, but it is no longer possible to pop a fuse because the fuse is gone. (Please do not do this in real life, this can kill you in many horrible ways)
Communication (as in between the PCs) is where things start getting complex. As in, all of those nasty pictures of wires pouring out of server racks are usually communication cables. The essential piece of hardware that all of these computers are wired into is the switch box. It is the device that handles communication between the individual computers. Software decided which computer in the cluster gets what task. This is known as the Dynamic Resource Manager, sometimes called the scheduler (may run on one of the devises in the cluster but can have it's own dedicated machine). Once the software has scheduled the task, the switch box handles the actual act of getting the data to each machine. That's why speed and capacity are so important with switch boxes, they are the bottleneck for a system like this.
Uhh, connecting this all IBM server rack? That's not needed in this theoretical setup. Choose one computer to act as the 'head node' to act as the user access point and you're set. (sorry I'm not exactly sure what you mean by connect everything to an IBM)
To picture what all of this put together would look like, here’s a great if distressingly shaky video of an actual computer cluster! Power cables aren't shown but they are there.
But what about cable management? Well, things shouldn't get too bad given that fixing disordered cables can be as easy as scheduling the maintenance and ordering some cables. Some servers can't go down, so bad management piles up until either it has to go down or another server is brought in to take the load until the original server can be fixed. Ideally, the separate computers should be wired together, labeled, then neatly run into a switch box.
Now, depending on the level of knowledge, the next question would be "what about the firewall". A firewall is not necessary in a setup like this. If no connections are being made out of network, if the machine is even connected to a network, then there is no reason to monitor or block who is connecting to the machine.
That's all of the info about hardware around the computers, let's talk about the computers themselves!
I'm assuming that these things are a little fucked. First things first would be testing all machines to make sure that they still function! General housekeeping like blasting all of the dust off the motherboard and cleaning out those ports. Also, putting new thermal paste on the CPU. Refresh your thermal paste people.
The hardware of the PCs themselves can and maybe should get upgraded. Most PCs (more PCs than you think) have the ability to be upgraded! I'm talking extra slots for RAM and an extra SADA cable for memory. Also, some PCs still have a DVD slot. You can just take that out and put a hard drive in there! Now upgrades aren't essential but extra memory is always recommended. Redundancy is your friend.
Once the hardware is set, factory reset the computer and... Ok, now I'm at the part where my inexperience really shows. Computer clusters are almost always done with the exact same make and model of computer because essentially, this is taking several computers and treating them as one. When mixing hardware, things can get fucked. There is a version of linux specifically for mixing hardware or operating systems, OSCAR, so it is possible. Would it be a massive headache to do in real life and would it behave in unpredictable ways? Without a doubt. But, it could work, so I will leave it at that. (but maybe ditch the Mac, apple doesn't like to play nice with anything)
Extra things to consider. Noise level, cooling, and humidity! Each of these machines have fans! If it's in a basement, then it's probably going to be humid. Server rooms are climate controlled for a reason. It would be a good idea to stick an AC unit and a dehumidifier in there to maintain that sweat spot in temperature.
All links in one spot:
What's a cluster?
Wiki computer cluster
The PS3 was a ridiculous machine
I built an AI supercomputer with 5 Mac Studios
The worst patch rack I've ever worked on.
Building the Ultimate OpenSees Rig: HPC Cluster SUPERCOMPUTER Using Gaming Workstations!
What is a firewall?
Your old PC is Your New Server
Open Source Cluster Application Resources (OSCAR)
Buying a SERVER - 3 things to know
A Computer Cluster Made With BROKEN PCs
@fratboycipher feel free to add too this or correct me in any way
#Good news!#It's possible to do in real life what you are asking!#Bad news#you would have to do it VERY wrong for it to explode#Not really outlandish but very technical#...I may prefer youtube videos over reading#can you tell that I know more about the hardware than the software?#holy fuck it's not the way that this would be wired that would make this setup bad#connecting them is the easy part!#getting the computers to actually TALK to each other?#oh god oh fuck#i love technology#tadc caine#I'm tagging this as Caine#stemblr#ask#spark#computer science#computer cluster
32 notes
·
View notes
Text
Hey! ✨ Today I'm sharing something different from my usual content with you! I just published a new blog post about my gaming journey. In the post, I talk about how I used to think that The Sims was the only game I could play because of my disability, and how wrong I was. Plus, I'm sharing my top 10 cozy games that I recommend for new gamers. I hope you'll enjoy reading it! Thanks for taking the time to check it out! 💛
I'd also love to know about your favorite cozy games? 🤓
YouTube version:
youtube
#cozy games#gaming community#out of my comfort zone#palia#wylde flowers#big farm story#coral island#cozy grove#disney dreamlight valley#roots of pacha#story of seasons#sun haven#gaming setup#Youtube
298 notes
·
View notes
Text
ethos setup is literally so r/malelivingspace r/rate my gamer setup i want him deadddddddddd hes so fucked in the head
#moth post#feeling hashtag insane abt him#he just lives like that#the setup isnt even that bad tbf but like ... youtuber of 10+ years...
14 notes
·
View notes
Text
#etho#ethoslab#my art#i had to. i had to#my edit#edit#trauma core#trauma edit#is that what this is called. idk#anyways context: this is an image of minecraft youtuber ethoslab's setup#and it is godawful#and i am in pain
100 notes
·
View notes
Text
What do you mean dan howell Made A Journal as part of his merch in 2021
Did anyone here get it? I have so many questions
What was the gsm? How many pages? Was it guided? Were there stickers? I'm so deep into the journaling hyperfixation I have to know
#dan and phil#are there any other phannies here who journal#i'm starting my second ever bullet journal this year#and my november theme was dan and phil hehe#does this mean dan journals??#imagine his return to his youtube channel is just bullet journal setup videos#what would his monthly themes be#so intriguing
20 notes
·
View notes
Text
ˢᵘᵇᵐᶦᵗᵗᵉᵈ ᵇʸ @super-psycho-lov3
╭﹒Na~~me~~﹕`🌏`﹕pr__**ns**__ ***prn***__s__ pr~~ns~~ `🌁` `🛸`— ori*ent* ⇔ **gen**der₊ ‧﹒⋆ ﹝。⪧ r__*ole*__ ⋟⋟ link `👾`
◁ __n__ame ❚❚ **age** ▷ ╰►`pr`n *p*~~rn~~ pr__**n**__ ★ ⌒꒷꒦ lyric ⋯ **o**rient ╰﹒ ˚ ⸼ g~~ender~~ :e: ***r__ole__***
❛ `name` `🫀` __**pr**__n..***prn***..p~~*rn*~~ ⦂
───────────────── `🥩` gen__*der*__⌣[●](link)⌣__**orient**__ `💀`❜
`💋` ~~na~~me ⛧ ***age*** `🌙` — pr~~**n**~~ __pr__n *p*rn
༶ **gen**__*der*__ +++ `ori`__ent__ `🌌`
`role` ⇄`🔥`⇄ info
⫍nam__**e**__⸌๑⸍p~~rn~~ __*p*__rn pr`n`⸝⸝
╭╯***role***┊ॱ˖𓂃◖ flg flg ⧉ flg⊣ ⤿≖≖ `*lyric*` ≖≖⫎
─ ・┈ ・ ─
❬❬ __Name__﹚ ❬❬ __Age__﹚
─ ・┈ ・ ─ ❬❬ __Alias__﹚ ❬❬ __Rank__﹚ ❬❬ __Leaderboard notes__﹚ ─ ・┈ ・ ─
⇾╿**Notes**╿⇽
txt txt txt






#endos dni#did osdd#did system#osdd system#osddid#pluralkit#pk setup#pk template#pluralkit template#pk templates#pk description#pk alter#pk#pluralkit layouts#pluralkit description#description templates#system template#intro templates#alter template#sys template#ϟ⌁short#ϟ⌁transformers theme#ϟ⌁youtuber theme#ϟ⌁helluva boss theme#ϟ⌁misc theme#ϟ⌁alter
66 notes
·
View notes
Text
youtube
Since I've been posting about Chekov's Gun, for those who are unfamiliar with the term, it is a simple way of explaining Setup+Payoff from the main days of plays but is still more than relevant today !
This second video goes much more in depth, with tons of really good examples and writing advice, including how to "invert" the trope when you're editing your second draft -- if your first draft pulled out a solution to a problem out of thin air (the "payoff"), you need to add set up for that in your second drafts so it *no longer* comes out of thin air.
Second video does have some blood and movie gun violence from example scenes.
youtube
8 notes
·
View notes
Text
youtube
After only nine months' delay, I've edited together the highlights from my 24-hour charity stream to earn the Bachelor one million Money in Pathologic. Enjoy! (And check out my Extra Life page for this November's upcoming Haruspex marathon!)
#the new EL page still needs a lot of updating/setup work- I'm looking to hear suggestions for mod or performance incentives :-)#pathologic#stream highlights#extra life#extra life 2023#Youtube
38 notes
·
View notes
Text

Guys?????? This man needs to EXPLAIN HIMSELF
We finally have it. The kleenex box mic stand. The 90 degree mouse. The mousepad elbow cushion. It's all there.
I will say, though... the kleenex box does, in fact, go well with his desk.
It's in this episode btw:
youtube
#hermitcraft#ethoslab#etho hermitcraft#etho's desk setup#geek speaks#WHAT is this man DOING#We finally know what it looks like...#incredible#Youtube
131 notes
·
View notes
Text
youtube
Discover how easy it is to set up a virtual fence with the Halo Collar, perfect for keeping your dogs safe while camping off-grid. Chris and Lindsay from Called to Wander channel show you how to create invisible boundaries for your pets, ensuring they can explore safely wherever you go. Whether you're camping, traveling, or just enjoying the outdoors, learn why the Halo Collar is a must-have for every adventure-loving dog owner!
#rv camping#virtual fence#camping with dogs#rv camping with dogs#gps virtual fence#how to setup halo collar#Youtube
24 notes
·
View notes
Text
Aw, how nice, my sane older brother sent me a game on Steam I wonder what-
🧍♀️
I hope my new laptop arrives this week, I really want to learn how much I'm loved.
#out of flowers#I somehow have not been spoiled yet#despite everyone raving about this#I had it on my wishlist before it released bc I saw an ad on YouTube#and thought oh wow neato looks like my kinda game! but I haven't been able to play anything because of laptop repair dramas#but hopefully I will have a gaming laptop this week! it was supposed to be here yesterday so I'm chewing my cage#tho after all this drama I am decluttering my room to make space for a desk and PC setup eventually- YAPYAPYAP can't wait to game 😂
8 notes
·
View notes