#youtube setup
Explore tagged Tumblr posts
jhamsingh · 2 years ago
Text
हेलो दोस्तों आज हम बात करेंगे कि यूट्यूब में और फेसबुक में किस तरह से पैसा कमाया जा सकता है
आपको पता ही होगा कि यूट्यूब में और फेसबुक में वीडियो डालकर या यूट्यूब में शॉर्ट वीडियो डालकर और फेसबुक में रियल डालकर भी पैसा कमाया जा सकता है
2 notes · View notes
mohiur9 · 2 years ago
Text
I will do YouTube video SEO for top ranking.
3 notes · View notes
mohiur883 · 2 years ago
Text
I will do YouTube video SEO.
3 notes · View notes
why-the-heck-not · 4 months ago
Text
Tumblr media Tumblr media Tumblr media
almost slipped into the procrastination rabbit hole of Notion-ing the fuck out of my life
537 notes · View notes
thatimageoftomscott · 2 months ago
Text
youtube
YIPPEE YAYYY 💗💗
40 notes · View notes
spark-hearts2 · 4 months ago
Note
Tumblr media
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
32 notes · View notes
katverse · 2 years ago
Text
Tumblr media
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
298 notes · View notes
smileymoth · 1 month ago
Text
ethos setup is literally so r/malelivingspace r/rate my gamer setup i want him deadddddddddd hes so fucked in the head
14 notes · View notes
doomedideas · 1 year ago
Text
Tumblr media
100 notes · View notes
marbearmarigold · 6 months ago
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
20 notes · View notes
electricalstemplates · 1 year ago
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
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
66 notes · View notes
novella-november · 2 days ago
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
rathologic · 10 months ago
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!)
38 notes · View notes
justanothergeek77 · 1 year ago
Text
Tumblr media
Guys?????? This man needs to EXPLAIN HIMSELF
Tumblr media
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
131 notes · View notes
halodogcollar · 9 months ago
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!
24 notes · View notes
holyguardian · 30 days ago
Text
Aw, how nice, my sane older brother sent me a game on Steam I wonder what-
Tumblr media
🧍‍♀️
I hope my new laptop arrives this week, I really want to learn how much I'm loved.
8 notes · View notes