#Technical Setup
Explore tagged Tumblr posts
guyrcook · 4 months ago
Text
Are you Podcasting on WordPress.com
Podcasting on WordPress.com is a dynamic way to share your thoughts, insights, and creativity with the world. If you’re considering starting a podcast using WordPress.com, it’s important to understand the technical elements that can make your journey smoother. From choosing the right plugins to organizing your content effectively, this guide will help you navigate the complexities of podcasting…
0 notes
melioristicbeast · 1 month ago
Text
Tumblr media
My Name is Derek Hale page 05 - in which Stiles muses on the unfairness of Bathroom Dude's presumably Bunyip-free life and I get overly excited over the flannel shirt finally making an appearance.
This one took a while to finish so next page will most likely be up on the 31st (sticking to updates on saturdays)!
[First page] [<<prev | P05]
Original story on Ao3 by @isthatbloodonhisshirt
211 notes · View notes
eightiesfan · 2 years ago
Text
Tumblr media
Technics / 1986
1K notes · View notes
mu1edeer · 1 year ago
Text
Tumblr media
ichibunny 🥂
no filter vers + bonus doodle
Tumblr media Tumblr media
781 notes · View notes
thunderstomm · 11 months ago
Text
Tumblr media
“Cosmo, Wanda, I wish we could go to Monster High!” ✨
Monster High and Fairly OddParents: A New Wish are the best shows airing on Nick atm, and and I need them to make more shows like these (:
176 notes · View notes
oacest · 2 months ago
Text
body swap drabble? body swap drabble?
Tumblr media
46 notes · View notes
eirianerisdar · 1 year ago
Text
Petition for Nico to commentate every race at Sky, preferably with Jenson too
372 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
eightiesfan · 2 years ago
Text
Tumblr media
Technics - 1980
1K notes · View notes
halfturn · 22 days ago
Text
is michael edwards trying to make hungary an exclave of the republic of liverpool
13 notes · View notes
day-mark · 2 months ago
Text
god i fucking love competitive play, i love watching high level, skilled gameplay from passionate players, i love learning the statistics for each player and the game as a whole, i love hearing everyone and especially the casters glaze the fuck out of my favorite players. mc summit/mojang and mc.c you will be fucking dealt with .
#guess who stayed up all night rewatching their favorite players performances from several years of owc (osu world cup) ^_^#rewatching owc makes me mad about mc.c rules again 💀💀that fucking ace race call pisses me off to this day#like owc isnt perfect and did only put a rule in place After something happened#but LIKE AT LEAST THEY DID SOMETHING AFTER THE FACT#i dont remember all the details but it was about a player dcing/disconnecting in the middle of the match#i think that player did get technically fucked over at the time bc they ruled to not restart?#and put a rule in place After that if a player dcs within the first x amount of seconds in a map then they restart–tho idk when he dced#but imo thats the right call to make anyways–not restarting bc of dcs#yeah sure if the game just started BUT AFTER THE FUCKING GAME IS OVER??#AND EVEN THOUGH YOU NOTICED PEOPLE DCING THROUGHOUT THE MAP BEFORE IT ENDED? actual fucking brain dead call#karls annoys the fuck out of me now but he was based for saying that waiting to restart the game until after people won–#just seemed like they were waiting to see the results before making the call#like for owc now its like yeah your game froze in the middle of a map or you dced#tough shit and they can complain and rage over it but they know to move the fuck on#anyways elimination match today w nrg vs lev...#if nrg let me down (which is. very likely as always) at least i have owc to rewatch ^_^#i would rewatch more of dreams wins but alas so many people in his teams piss me off now so 💀#oh dream mc esports what you couldve been 🕊️#also so sad that my favorite player in osu has disappeared bc he has like a job and all that overrated stuff 😔#osu does show activity though so my only crumbs are when hes played recently rip#i rarely watch anyone elses streams but i watched his streams and he played mc too which was so fun and chill#also a plus was that he was Hashtag Normal about dream when he was brought up in chat twice#w one message being an easy setup for shitting on dream so ^_^ (i dont remember what the second one was)#hashtagBareMinimum but i take what i can get okay <- too scared to look up his socials bc what if for some random reason#he said something neg about dream recently even tho i dont think he has ever weighed in on shit outside of osu and drama in general#trust issues after so many of my former faves said shit unprompted >_>#he was on a team with btmc for owc too btw. yes btmc played in the world cup even though he joked about being the benchwarmer 😭#he didnt play too many maps but thats cause the us has a ridiculously strong core of all-rounders thats hard to replace#and after that core the us is basically just finding extremely specialized players for specific map types#lmfao this reminded me of one of the top osu players following dreams fanart acc for some reason 😭
14 notes · View notes
idontwantrobyntodie · 2 months ago
Text
good news: i have been writing
bad news: instead of adding to my mermaid wip I keep plotting silly little side-stories set in the same world
10 notes · View notes
cubezart · 4 months ago
Text
heyy if i hypothetically started doing twitch streams for my art and/or perhaps gaming would anyone be interested in that
12 notes · View notes
catenary-chad · 20 days ago
Text
Bridges (including the Bridge onstage) are local deities who require Offerings (taxes and tolls) or you will suffer their wrath (failing, getting stuck open, or just dying)
The trains’ adoption of individualism and ignoring the broader ecosystem that supports them leading to the wrath of the infrastructure gods would be an absurd sequel idea
7 notes · View notes
mantisgodsdomain · 8 months ago
Text
Fun note of the specific pronoun situation with the translation errors between Wasp and Bugnish: under normal circumstances, Jayde would get automatically assigned he/him in Bugnish, since she uses the standard "non-queen social bug" pronouns that roughly 95% of the Wasp Hive do, which get translated to drone pronouns in Bugnish due to a roughly century-old miscommunication. She gets assigned worker pronouns in Bugnish specifically because those are what Kabbu defaults to with social bugs, and other people picked it up from him during introductions. This Will Be A Point Of Confusion For Her Whenever She Asks About It.
21 notes · View notes
swan2swan · 4 months ago
Text
What if the season/series finale of Chaos Theory Season 3 is called "The Final Problem"?
What then?
17 notes · View notes