Duck Interactive
0:16
14 күн бұрын
Ducking Fire
0:10
14 күн бұрын
Making Sprites in 3D
41:02
14 күн бұрын
Scripting Interactivity
0:46
21 күн бұрын
Getting My Ducks In A Row
1:40
21 күн бұрын
This Morning's Objective Completed
0:23
Triggered Bullets
0:26
21 күн бұрын
3D Modeled Cammy
0:41
Ай бұрын
The Dog Disappears
0:22
Ай бұрын
Sending the Dog to the Moon
0:14
Duck Hunt In Progress
0:38
Ай бұрын
More Time In Development
0:24
Ай бұрын
Test Game for Arcade Machine
0:09
Joystick and Button Box
4:57
2 ай бұрын
October 2024 Update
2:24
4 ай бұрын
Continuing Making Furniture
1:38
7 ай бұрын
Backboard Mostly Installed
4:29
11 ай бұрын
Dado Slots and Square Tubes
3:42
11 ай бұрын
Steel Brackets Installed
1:39
11 ай бұрын
Making Brackets from Steel
2:08
Жыл бұрын
Shelf Back Panel Cutout
2:26
Жыл бұрын
Пікірлер
@Gollypon
@Gollypon 13 күн бұрын
FAKE!
@technofeeliak
@technofeeliak 13 күн бұрын
That's the idea. I did explain this wasn't real didn't I? You just have bother to read the statement under the video. I sent this to EA Games over a decade ago on their Facebook page in the hope they would take an interest and open a dialogue with me. I had hardly any knowledge about Flash back then. But I was desperate to find work. You win... a slap upside the head lol.
@technofeeliak
@technofeeliak 13 күн бұрын
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Title_Color_Flash_Animation : MonoBehaviour { [SerializeField] private Material _pink_F85898; [SerializeField] private Material _pink_E40058; [SerializeField] private Material _blue_00FCFC; [SerializeField] private Material _blue_0000FC; [SerializeField] private GameObject[] _objectsToCombine1; [SerializeField] private GameObject[] _objectsToCombine2; [SerializeField] private MeshFilter _meshFilter1; [SerializeField] private MeshFilter _meshFilter2; [SerializeField] private CombineInstance[] _combineInstances1; [SerializeField] private CombineInstance[] _combineInstances2; private MeshRenderer _combinedMeshRenderer1; private MeshRenderer _combinedMeshRenderer2; private float _timer; private int _frame; // Start is called before the first frame update void Start() { _objectsToCombine1 = GameObject.FindGameObjectsWithTag("BLUE_0000FC"); _objectsToCombine2 = GameObject.FindGameObjectsWithTag("BLUE_00FCFC"); _combineInstances1 = new CombineInstance[_objectsToCombine1.Length]; _combineInstances2 = new CombineInstance[_objectsToCombine2.Length]; for (int i = 0; i < _objectsToCombine1.Length; i++) { _meshFilter1 = _objectsToCombine1[i].GetComponent<MeshFilter>(); _meshFilter2 = _objectsToCombine2[i].GetComponent<MeshFilter>(); if (_meshFilter1 == null) continue; if (_meshFilter2 == null) continue; _combineInstances1[i].mesh = _meshFilter1.sharedMesh; _combineInstances1[i].transform = _meshFilter1.transform.localToWorldMatrix; _combineInstances2[i].mesh = _meshFilter2.sharedMesh; _combineInstances2[i].transform = _meshFilter2.transform.localToWorldMatrix; // Optionally, deactivate the original GameObject to hide it _objectsToCombine1[i].SetActive(false); _objectsToCombine2[i].SetActive(false); } // Create a new GameObject for the combined mesh GameObject combinedObject1 = new GameObject("COMBINED_" + "BLUE_0000FC"); combinedObject1.transform.position = Vector3.zero; GameObject combinedObject2 = new GameObject("COMBINES_" + "BLUE_00FCFC"); combinedObject2.transform.position = Vector3.zero; // Add components for the combined mesh MeshFilter combinedMeshFilter1 = combinedObject1.AddComponent<MeshFilter>(); _combinedMeshRenderer1 = combinedObject1.AddComponent<MeshRenderer>(); MeshFilter combinedMeshFilter2 = combinedObject2.AddComponent<MeshFilter>(); _combinedMeshRenderer2 = combinedObject2.AddComponent<MeshRenderer>(); // Combine the meshes Mesh combinedMesh1 = new Mesh(); combinedMesh1.CombineMeshes(_combineInstances1, true, true); combinedMeshFilter1.mesh = combinedMesh1; Mesh combinedMesh2 = new Mesh(); combinedMesh2.CombineMeshes(_combineInstances2, true, true); combinedMeshFilter2.mesh = combinedMesh2; // Assign the material _combinedMeshRenderer1.material = _blue_0000FC; // Assign the material _combinedMeshRenderer2.material = _blue_00FCFC; } // Update is called once per frame void Update() { _timer += Time.deltaTime; if (_timer > 0.01f) { if (_frame == 0) { _combinedMeshRenderer1.material = _blue_0000FC; _combinedMeshRenderer2.material = _blue_00FCFC; } if (_frame == 1) { _combinedMeshRenderer1.material = _pink_F85898; _combinedMeshRenderer2.material = _pink_E40058; } _frame++; if (_frame > 1) { _frame = 0; } _timer = 0; } } }
@cheeseparis1
@cheeseparis1 14 күн бұрын
Subbed :-)
@technofeeliak
@technofeeliak 14 күн бұрын
Thank you. What's up cheeseparis1?
@kreyati
@kreyati 14 күн бұрын
I'm gonna upgrade mi next week, since I always use external speaker at home, I will leave both speakers out, let space for cooling...
@technofeeliak
@technofeeliak 14 күн бұрын
These iMacs are designed to manage the heat. Why are you trying to reengineer what more competent professionals have made work for over a decade? I did this to meet the specifications of my audio interface. It wasn't cheap, but still less expensive than buying a more powerful iMac. Also, no iMac under 10,000$ had an i9 Intel CPU at the time. If you don't have to do this, just buy components and build a proper PC that will cost you less and be more powerful. I can't even change the graphics card on this thing. But again, it's what is compatible with my Universal Audio X8P.
@kreyati
@kreyati 13 күн бұрын
@@technofeeliak I hve done it twice already, 3 years ago, I just did nt have interest in that one, because I have an mbp M1/16,1tb, I been playing those upgrade in mac and windows for more than a decade. Im not new.
@kreyati
@kreyati 14 күн бұрын
I can't bleive, no trot? ovr heat ?
@technofeeliak
@technofeeliak 14 күн бұрын
I'm not sure what you mean. I find it frustrating how careless people can be. This thing I did wasn't a joke. I was desperate, and made it happen. If you don't have to put 2,500$ at risk then why would you? Not to mention the other 1,000$ that it cost me for all the parts. This isn't a game. Not unless you like to gamble thousands of dollars.
@Sgt43
@Sgt43 15 күн бұрын
İşlemci soğutucusunun gerdirme aparatını yanlış takıldığını gördüm sanki işlemci sıcak çalışma olasılığı yüksek gibi :(
@cryptidandparanormalkingdo347
@cryptidandparanormalkingdo347 16 күн бұрын
I wanna get this arcade version game on my computer so bad! Im just not computer tech savy or computer geek lol. I wish someone could install it on my computer, of course i would pay them for it. I have a 2009 Mac pro Catalina ios, can someone help me in the right direction?
@technofeeliak
@technofeeliak 16 күн бұрын
All you have to do is run a search with Google for the Killer Instinct arcade ROM (Read Only Memory). To play the game you need what's called an emulator. The emulator replicates with software the functioning of the old hardware. Retro Arch is a pretty good emulator. It's all free to download. Your computer has to be powerful enough to run it though. Add the dot com to this address. thekillerinstinctproject You will need to uncompress the zip folder and extract the files within.
@technofeeliak
@technofeeliak 16 күн бұрын
I sent you an email. With a simple explanation and links + photos of the game covers I scanned for SNES and N64. Let me know if you need help.
@technofeeliak
@technofeeliak 19 күн бұрын
using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(typeof(MeshFilter))] public class Pauline01_BLUE_0000FC : MonoBehaviour { Mesh mesh; Vector3[] vertices; int[] triangles; // Use this for initialization void Start() { mesh = new Mesh(); GetComponent<MeshFilter>().mesh = mesh; CreateShape(); } void CreateShape() { vertices = new Vector3[] { new Vector3 (-3f, 1f, 0f), new Vector3 (-3f, 2f, 0f), new Vector3 (0f, 2f, 0f), new Vector3 (0f, 0f, 0f), new Vector3 (-1f, 0f, 0f), new Vector3 (-1f, 1f, 0f), new Vector3 (-2f, 1f, 0f), new Vector3 (-2f, 0f, 0f), new Vector3 (-5f, 0f, 0f), new Vector3 (-5f, 1f, 0f), new Vector3 (5f, 5f, 0f), new Vector3 (7f, 5f, 0f), new Vector3 (7f, 4f, 0f), new Vector3 (8f, 4f, 0f), new Vector3 (8f, 3f, 0f), new Vector3 (7f, 3f, 0f), new Vector3 (7f, 2f, 0f), new Vector3 (6f, 2f, 0f), new Vector3 (6f, 1f, 0f), new Vector3 (4f, 1f, 0f), new Vector3 (4f, 2f, 0f), new Vector3 (5f, 2f, 0f), new Vector3 (5f, 3f, 0f), new Vector3 (4f, 3f, 0f), new Vector3 (4f, 4f, 0f), new Vector3 (5f, 4f, 0f), new Vector3 (-1f, 11f, 0f), new Vector3 (2f, 11f, 0f), new Vector3 (2f, 10f, 0f), new Vector3 (-1f, 10f, 0f), }; triangles = new int[] { 12, 11, 10, 12, 10, 25, 14, 13, 12, 14, 12, 15, 25, 22, 15, 24, 22, 25, 16, 15, 17, 23, 22, 24, 19, 21, 20, 17, 15, 22, 18, 17, 21, 18, 21, 19, 8, 0, 9, 28, 27, 26, 28, 26, 29, 3, 2, 5, 5, 2, 1, 5, 1, 6, 3, 5, 4, 17, 22, 21, 7, 6, 0, 7, 0, 8, 15, 12, 25, 6, 1, 0, }; UpdateMesh(); } void UpdateMesh() { mesh.Clear(); mesh.vertices = vertices; mesh.triangles = triangles; } }
@DuckHuntDog-u3q
@DuckHuntDog-u3q 22 күн бұрын
I’m The Dog!
@technofeeliak
@technofeeliak 22 күн бұрын
Every dog has its day and every day has its way of putting us all in the dog house.
@marianopreaTVR
@marianopreaTVR 26 күн бұрын
Wrong disassembly. After removing the screen, you must remove the aluminum strip from the base, otherwise you risk breaking the power wire from the power button.
@technofeeliak
@technofeeliak 26 күн бұрын
Could have used your help a few years ago lol.
@Nebulous6
@Nebulous6 Ай бұрын
Why not just use the deinterlacing filter that's built into Blender's VSE? I sure wish I could figure out where they moved that feature for v. 3.6. Looks like it's in version 4 (but in a different location on the interface).
@technofeeliak
@technofeeliak Ай бұрын
I gave up trying to upscale DVDs. I'm having to go through my collection to see what is interlaced and low quality to replace them. It's been expensive. Some Hollywood films are only available in Europe. It's crazy.
@Nebulous6
@Nebulous6 Ай бұрын
​@@technofeeliak Yeah. It's totally time-consuming. And the file sizes are massive! Did you ever find anything that compresses the final file down to something reasonable? (kind of like you KZbin does). That's been something I've been trying to solve lately. As for Blender's deinterlacer.... I tried it out and it seems to give best results if you deinterlace first and then upscale). Right-click clip -> Movie Strip -> Deinterlace Movies
@triforcegamerz7150
@triforcegamerz7150 Ай бұрын
Oldschool 👌
@amberrogers7339
@amberrogers7339 Ай бұрын
Thanks for nothing 😅
@technofeeliak
@technofeeliak Ай бұрын
You came to my video for help? What do you want to know?
@Punkinchunks
@Punkinchunks 2 ай бұрын
Why #2 pine, with knots, splinters, sap, and tendency to twist and move instead of nice stable plywood or mdf?
@technofeeliak
@technofeeliak 2 ай бұрын
The surface is smooth once sanded. The problem I have is not having a load of cash or a great supplier of wood. Home Depot is where I get my materials for the most part. Also, I'm going to paint this whole thing. None of the knots, not even the grain, will show. It will be a better cabinet than those built with pressed wood and MDF that I've seen. The structure has to be solid enough to support a 106lbs tv. So I began using 2x3. The cost of wood has risen sharply due to the invaders and the need for more housing in a short time. So I've never claimed to be an expert builder. I'm just a guy who needs to organize. And this solves my problem of a big TV in my hallway being an obstacle. It will also be a neat way to present my own video game projects.
@technofeeliak
@technofeeliak 2 ай бұрын
The wood I used in this other project cost me about 600$. This is oak, purchased from Home Depot. It was warped too. I had to buy a planer just to level the planks and make panels. That was another 800$ + solution. kzbin.info/www/bejne/Z5S8Z6eAfsmKe6M
@RobloxianX
@RobloxianX 2 ай бұрын
I wonder if OWC will ever make 64GB SODIMMs for this. Since technically the CPU can go all the way up to 128GB. OWC has made 128GB UDIMMS before for the Mac Pro and iMac Pro
@RobloxianX
@RobloxianX 2 ай бұрын
Since this iMac can support both an NVME and SATA, you could theoretically put in an 8TB NVME with an adapter and then a 16TB SATA to make a great Media PC. It would be a very pricy upgrade, but a 110% Maxed out 21.5" iMac is always a fun thing to think about considering that they were only discontinued 3 years ago.
@technofeeliak
@technofeeliak 2 ай бұрын
That's good information. I appreciate your contribution. I hope it helps someone. For me, I need this to work with an audio interface. What I had wasn't up to specifications.
@sdriza
@sdriza 3 ай бұрын
I can't wait
@technofeeliak
@technofeeliak 3 ай бұрын
Hey, how's it going?
@anothertrackmom
@anothertrackmom 5 ай бұрын
Spot Films Video Brinquedo
@anothertrackmom
@anothertrackmom 5 ай бұрын
Spot Films Video Brinquedo
@Amberlynn_Reid
@Amberlynn_Reid 6 ай бұрын
Why are you using materials from China?
@technofeeliak
@technofeeliak 6 ай бұрын
I just wanted to be like everyone else. All I wanted was to be accepted, maybe be popular. lol You're silly! I like you.
@RockRemastered
@RockRemastered 7 ай бұрын
Any updates ?
@technofeeliak
@technofeeliak 7 ай бұрын
Um, updates for the software? I haven't resubscribed to their service. I still have the version I paid for, but I seldom use it. After a lot of experimentation I find I'm better off all around purchasing Blu-ray versions. Artificial Intelligence may improve, but I personally don't have time to play with these things. I will want to enhance a couple movies that could use more grain. Otherwise, I'm putting my money into replacing DVDs with Blu-ray disks.
@playonstation
@playonstation 7 ай бұрын
Thats interesting
@technofeeliak
@technofeeliak 7 ай бұрын
Thanks. Not much room and 3 sets of studio monitors to place on height adjusting shelves. Another one of my short videos showcases the rising shelf I'm also working on for the work table in the background. It's a lot of woodworking and some metal work at home. So I appreciate the positive comment.
@johny1220
@johny1220 8 ай бұрын
It has an upgradable CPU?! Oh damn..
@technofeeliak
@technofeeliak 8 ай бұрын
It's not soldered to the board. Technically you're right. But Apple would tell you it's not upgradable. Also, you'll have to find a compatible CPU. The unit came with 6GB of RAM and now has 64GB. That's something else that needs to be changed. An adapter has to be purchased to add an Sata SSD. The internal memory for storage was 256GB. But between the SSD and the NVMe SSD the OS now runs on this has together make up 2TB. Only the graphics cards couldn't be changed as the component that's in there is soldered to the motherboard.
@anzure1986
@anzure1986 8 ай бұрын
Hi. Do you have any thermal problem? I plan to upgrade too. Thanks for your video.
@technofeeliak
@technofeeliak 8 ай бұрын
I didn't notice any temperature issues. The CPU runs at the right number of watts. So it shouldn't heat any more than the intel i5 that was originally in there.
@vedabhoomi369
@vedabhoomi369 8 ай бұрын
it comes with 65 watt processor...is i9 9900k 95 watt processor ok? working fine? any heating issues?
@kreyati
@kreyati 18 күн бұрын
that's my concern, everybody is takling about heating issue
@seasonstudios
@seasonstudios 8 ай бұрын
There is a way to import and dintetlace MP4 files in Virtualdub. There's a Asian guy who shows you how to install FFmpeg and MP4 to the program.
@DogeyboyThePieChow
@DogeyboyThePieChow 9 ай бұрын
Don't forget the catchy phrase!
@technofeeliak
@technofeeliak 9 ай бұрын
Should you say it with power? Don't you need the money first?
@DogeyboyThePieChow
@DogeyboyThePieChow 9 ай бұрын
@@technofeeliak Maybe?
@farruh1228
@farruh1228 9 ай бұрын
Professional 😂😂😂😂
@technofeeliak
@technofeeliak 9 ай бұрын
Your expectations 😂😂😂😂 You're like the other dummy that commented that this isn't a good tutorial. Never said I was a professional. Never said this was a tutorial. I see you're playing video games. Do you claim to be a professional?
@farruh1228
@farruh1228 9 ай бұрын
@@technofeeliak you couldn’t even assemble the back part of the socket😂😂😂 if you pay attention to how this metal thing stood before you took it off, you didn’t put it in correctly with your little hands! Imagine someone coming here to look at your views, a person just like you, and he will assemble his iMac in exactly the same way, and he will have big problems. because you are a professional
@farruh1228
@farruh1228 9 ай бұрын
@@technofeeliak remember next time! don't forget to take pictures on your phone so you don't forget
@farruh1228
@farruh1228 9 ай бұрын
@@technofeeliak your really professional 🤣🤣🤣🤣
@thebeeamberheardsdogsteppe6368
@thebeeamberheardsdogsteppe6368 9 ай бұрын
OWC drives are a ripoff
@technofeeliak
@technofeeliak 9 ай бұрын
They are expensive aren't they?
@thebeeamberheardsdogsteppe6368
@thebeeamberheardsdogsteppe6368 9 ай бұрын
@@technofeeliak yes expensive and made with cheap parts. they ask 150$ for a ssd wich is work maybe arround 60$
@thebeeamberheardsdogsteppe6368
@thebeeamberheardsdogsteppe6368 9 ай бұрын
mayve before almost fucking uo the logic board u should actually do some research how to do it properly
@jeenamarievillanueva9674
@jeenamarievillanueva9674 10 ай бұрын
I sub
@jeenamarievillanueva9674
@jeenamarievillanueva9674 10 ай бұрын
ඩාඞ AMONG US
@mrrcassidy
@mrrcassidy 10 ай бұрын
To anyone trying this..... The little microphone ribbon cable which covered the tamper evident screw on the logic board has a tiny latch at the front which should be released before ripping the connector out. The alligator type latches on the power supply cables under the edge of logic board and chassis are easily depressed with fingers rather than metal tweezers. I'd recommend 'walking' the remaining cable connectors out with plastic spudgers rather than yanking them clear with tweezers or fingers. Take your time. You can do no end of damage if your metal tweezers slip.
@fetishiaflogger70
@fetishiaflogger70 10 ай бұрын
Thank you so much for posting the video. I just got this model serger from a friend yesterday and would like to know where I can download the manual. Can you (Or anyone here) post the link if you have it? I'm searching high and low with no luck. Greatly appreciate it. Thank you.
@technofeeliak
@technofeeliak 10 ай бұрын
You made my day. Thanks for your comment. kenmoresewingmanuals.com/product/kenmore-385-81595/ I know there are websites from which you can purchase manuals.
@fetishiaflogger70
@fetishiaflogger70 10 ай бұрын
Thank you so much for taking the time to respond so quickly. I looked into it and ordered the manual. Small price to pay. (At $8.00 CAN) The funny thing is the manual is 100 pages long...yikes! I'll just print out only what I need of course. I'm looking forward to using this machine. I have to down size my workshop of 5 industrial machines, power tools and more!! I do have a Singer Baby Overlock and I find it useless for me personally as I am used to and love my beasts....LOL!! Sewing is my passion. Been at it since I was 12 years old and even to now at 65. Again, thank you for the link.
@fullsizeofficial
@fullsizeofficial 10 ай бұрын
Unfortunately You wrong screwing the CPU bracket it should be turned on and tied the whole heatsink assembly. Watch your wideo from beginning a look when you remove it.
@technofeeliak
@technofeeliak 10 ай бұрын
Pretty sure I corrected it.
@ytbusinessbd
@ytbusinessbd 11 ай бұрын
How long have you been working on KZbin?
@technofeeliak
@technofeeliak 10 ай бұрын
If you feel the point of KZbin is to gain popularity then I haven't been working on KZbin. I use this channel to document some of my efforts.
@EstebanSegura-c9t
@EstebanSegura-c9t 11 ай бұрын
Hello friend, are you the one who scans the covers on the page? I'm looking for the covers of COLD WAR CREATURES: FOUR FILMS FROM SAM KATZMAN. It's from arrow video. Thank you
@technofeeliak
@technofeeliak 11 ай бұрын
Wow, that's an unknown but also expensive set for me. I've saved it to my favorites on the unobstructed view website so maybe if I end up with extra bucks to spend I'll add it to my collection. For now, unfortunately, I can't provide you with a replacement cover. Hey, I've looked into what this is and I'm really interested! Thanks.
@EstebanSegura-c9t
@EstebanSegura-c9t 11 ай бұрын
@@technofeeliak ok friend, thanks for answering. Nothing like that arrives here in my country, it is only available through NZB... ok if one day you get them, I hope you can upload them. big hug.
@technofeeliak
@technofeeliak 11 ай бұрын
Yeah, just so you know I've saved them as favorites so I can keep track of their price. If a sale comes up I may get them sooner. I'm building a setup in my home to study and earn money. So who knows. When I buy anything on DVD or Blu ray I scan the covers the same day and upload them.
@EstebanSegura-c9t
@EstebanSegura-c9t 11 ай бұрын
@@technofeeliak Ok friend, what you can help with, let me know...regards
@ardoci
@ardoci 11 ай бұрын
As an owner of one such piece of crap, I can only say it ist the worst computer I have ever known. I went and bought another Apple with 32Gb Ram second hand 12 years old now and a beauty. But this one is DREADFUL. Don't go near it. This is a good video but the difficulty of upgrade should be well clear to you.
@technofeeliak
@technofeeliak 11 ай бұрын
I agree 100%. Apple should feel ashamed. But the general standards companies are following puts this piece of crap into the average and not some exceptional category. I was just watching a video that shamed kids for getting into debt for a college degree. There are so many scams. When the foundation of society is whittled away there is no solid ground. There is no reliability/integrity. In which case, those who don't have unlimited means have to find solutions similar to scratching their hose with their left foot. The work arounds are uncomfortable and even painful at times. All I wanted was the operating system from the iMac. I thought I could make a hackintosh as the term was coined. I asked for the least expensive model which was about 2,500$ with apple care. This is compatible with my audio recording equipment from Universal Audio. But because it was so underpowered it wasn't up to specifications and I had to make the difficult decision to upgrade what would have been a paperweight. I used Apple computers at school. They were fraught with bugs and ran slow. They had limited compatibility with software solutions as well as hardware. I wasn't keen on making this purchase for that reason. And to say I was disappointed would be an understatement considering the work involved in upgrading it, the fear it inspired, and the financial cost. Anyway, thanks very much for your comment. I hope anyone considering buying from Apple thinks twice. And maybe this video I've produced can be a warning.
@brian777xu
@brian777xu 11 ай бұрын
Great mod even for windows to play gta5/6, given connected to a thunderbolt gpu. Saved you an Xbox series x at least and u can still make the most of the gpu for vid editing. Good Job.
@NickDunner
@NickDunner Жыл бұрын
Best brand by far!
@stockpilethomas7900
@stockpilethomas7900 8 ай бұрын
This use to be my favorite chocolate milk but in the last year or 2 it taste different . In a bad way. Sometimes it tastes a little burnt.
@NickDunner
@NickDunner 8 ай бұрын
@@stockpilethomas7900 Yeah, old was better, what is your preferred brand?
@bruhmem7123
@bruhmem7123 4 ай бұрын
Was looking for this comment, my family was calling me crazy, i switched to neilson's, its way better​@@stockpilethomas7900
@Coffee_n_Fitness
@Coffee_n_Fitness Жыл бұрын
My goodness!! that's a lot of work lol
@technofeeliak
@technofeeliak Жыл бұрын
It began when I received money and decided I wanted audio recording equipment such as the Universal Apollo X8P. There was a lot of traveling to the city to get the components and a lot of research online before I made my choice. I knew before hand that a PC wouldn't work well with the audio interface and the purchase of an iMac or at least a hackintosh build would be necessary. I walked for 4 hours in an ice storm to get the iMac. When I tried playing KZbin videos on it in 4K I found that my 2,500$ investment was not more performant that a regular laptop from a few years back. I also realized that it wasn't going to meet the requirements of the audio interface. I had something like a paperweight on my hands. The following three months were dedicated to finding out if and how I could upgrade the iMac. I found the parts, some general instructions, and took a chance. What you see in this video is also the product of prior experience with building PCs. I was prohibited from having a job or going to school as I was on disability support. I saved up everything I could for about a year towards my first build. It was my first, and it was nerve racking. I've built other PCs since. But the iMac upgrade was particularly daunting because it's not meant to be opened. And there was no guarantee the parts I bought would be compatible or be functional. My Apple care and warranty would have been void and I paid an extra 200$ for that. I don't like Apple as a company. It's not fun getting a low end product for such a cost, then having to face the possibility of destroying it by simply attempting to make it perform at the level of a modern PC. So that's my story.
@technofeeliak
@technofeeliak Жыл бұрын
The next steps involve building furniture. I'm in the process. It makes a terrible mess. Everything made from scratch for my little studio.
@kalindor6261
@kalindor6261 Жыл бұрын
link download?
@technofeeliak
@technofeeliak Жыл бұрын
I'm not sure I can legally share a link to a ROM. You can use Google search to find it.
@zacharyantle7940
@zacharyantle7940 Жыл бұрын
This is cool as hell! :D There's a 1080p version I've seen floating around that was broadcast on TV i think, maybe it wouldn't hurt to mess with that one too? lol
@technofeeliak
@technofeeliak Жыл бұрын
I think Amazon has this film for streaming in HD. Or they did. I just checked and can't find it anymore.
@zacharyantle7940
@zacharyantle7940 Жыл бұрын
@@technofeeliak I’ve seen it on certain sites if you don’t mind trawling the high seas… 🏴‍☠️ lol
@customanimatronicstoysmasc1264
@customanimatronicstoysmasc1264 Жыл бұрын
Hello, and to know if it is possible to change the processor of my iMac model machine iMac (Retina 4K, 21.5 inches, 2017) It currently has a 3.4 GHz Intel Core i5 quad-core processor. Do you know how much I can upload it? Well, according to Apple, these legends indicate that I copied and pasted you. (Configurable to Intel Core i7 with 4 cores and 3.6 GHz (Turbo Boost up to 4.2 GHz) And if the replacement part is correct, how do I order it online or how would I look for the replacement part???? since it gives me many results and it is confusing for me to find the part to replace. Well, the processor is where I have the most doubts On the other hand, memory indicates this... Memory 3.0GHz 8 GB of 2400 MHz DDR4 memory Configurable to 16 GB 3.4GHz 8 GB of 2400 MHz DDR4 memory Configurable to 16 GB or 32 GB But obviously I haven't opened it, I don't know if it works at 3.0 GHz or 3.4 GHz, as I understand it and if it uses 3.4 GHz it is possible to maximize it up to 32GB. Is my thinking correct? And finally, on the hard drive, it has a 1TB HDD but it indicates that it can be replaced as follows... Storage 3.0GHz 1 TB hard drive (5400 rpm) Configurable to 1TB Fusion Drive or 256GB or 512GB SSD 3.4GHz 1TB Fusion Drive Configurable to 256 GB, 512 GB or 1 TB SSD But my doubt is!!! If I can install an SSD with a larger capacity than the one proposed on the page, it indicates up to 1TB. But it can be increased from 2TB to 4TB????? Or would you definitely not recognize it? I hope for your help with these three ways to maximize the performance of this old machine.
@technofeeliak
@technofeeliak Жыл бұрын
Hi, and merry Christmas. I want to direct you to the comments I put myself under my video. You should be able to upgrade to an i9 intel CPU with the characteristics of the CPU I used. Just check under my video. So this is my iMac's upgrade! The specs: From an i5 3.0GHz 65W Intel CPU to an i9 3.6GHz 95W Intel CPU From 8GB of RAM to 64GB of RAM From 256GB of file space to 2TB of file space| If the pins match, and the CPU doesn't demand too much power, then you should be fine. Mind you, I'm not an Apple expert. So do your research and don't cut corners.
@Pinkalicious73098
@Pinkalicious73098 Жыл бұрын
The filaments in those might be causing it, they have a tool where u can pump it to make sure and it’ll work
@technofeeliak
@technofeeliak Жыл бұрын
Everything is cheap and made to be thrown away. Thanks for the tip (that's what she said).
@cadamwil
@cadamwil Жыл бұрын
Looks like you can set your pressure to almost 100 PSI, and likely get a ton better suction.
@technofeeliak
@technofeeliak Жыл бұрын
There's a recommended limit. I'd have to check what it is.
@KatoSantana
@KatoSantana Жыл бұрын
Tron Legacy sin duda estaba muy adelantada a su época
@mndy191
@mndy191 Жыл бұрын
thank you so much for sharing this, and with timestamps! you're amazing!
@technofeeliak
@technofeeliak Жыл бұрын
My pleasure!!! It's from a VHS that was packed in with my mom's serger. I was impressed by the presentation and thought it deserved to be formatted for DVD. I was able to get both the English and French language tracks as the French video followed the English one. I made menus and included a PDF version of the manual. But then my mom said she preferred to watch it on KZbin, which is what motivated me to add all the time stamps. I'm glad this is useful to everyone that finds it. And, I would very much like to make similar videos related to my sewing machine. A Janome 6500P Memory Craft. Wish me luck with that.
@mndy191
@mndy191 Жыл бұрын
@@technofeeliakI agree, I really enjoy the music in this video lol. I hope you're able to make a new video for your Janome! I'm sure it will be very helpful. Could you please share the PDF manual? I cannot find it at all for this Kenmore 81595. Thank you!
@technofeeliak
@technofeeliak Жыл бұрын
Here's one that should work for you: c.searspartsdirect.com/mmh/lis_pdf/OWNM/L0808365.pdf Here's a Kenmore manuals website: kenmoresewingmachinemanuals.com/
@technofeeliak
@technofeeliak Жыл бұрын
The DVD... kzbin.info/www/bejne/pqK6oaZsjd1nqtE&lc=UgyQcpn8iK8oN3ht7D54AaABAg&ab_channel=JohnSmith
@williamwilson8783
@williamwilson8783 Жыл бұрын
😌 "Promo sm"
@technofeeliak
@technofeeliak Жыл бұрын
This isn't an affiliated link. If you want to buy this adaptor it's completely at your discretion. www.amazon.ca/dp/B0CDBS8Q6M?ref=ppx_yo2ov_dt_b_product_details&th=1
@Greenypeter
@Greenypeter Жыл бұрын
In other words you may as well throw the damn thing away.
@technofeeliak
@technofeeliak Жыл бұрын
It was a brand new paperweight. Now it's a refurbished performant iMac. In other words.
@Antonio-mc3jb
@Antonio-mc3jb Жыл бұрын
So, is it possible to upgrade MONO X to MONO X2 by changing motherboard and 6k screen?
@technofeeliak
@technofeeliak Жыл бұрын
I imagine so, but I haven't taken a chance to prove it yet.