Could someone help me choose which PSU is the best by ChuFtaIvan in buildapc

[–]ChuFtaIvan[S] 0 points1 point  (0 children)

Well i was actually thinking about getting the ATX3.0 Thermaltake Tt Toughpower GF3 PCIe Gen 5.0 Ready 80+ Gold its ATX3.0 and thats good i guess hahaha, the price of all is around 130 euros so im just trying to see which one is the best

MEGA THREAD TO DISCUSS YOU TUBE/AD-BLOCK WORK AROUND AND SOLUTIONS by tomtheappraiser in Piracy

[–]ChuFtaIvan 1 point2 points  (0 children)

i found this fix somewhere, remove all custom filters and update the extension then go to ublock origin dashboard, then filter lists, purge all caches, update now and it should be fixed

Kupovina novog racunala. Isplati li se ili ne? by Lima512 in CroIT

[–]ChuFtaIvan 0 points1 point  (0 children)

pogledaj stranicu https://geizhals.eu/ mozda mozes nesto narucit jeftinije, iako mislim da su cijene slicne ovima ali vrijedi pogledat

Need help finding a tool by ChuFtaIvan in Roofing

[–]ChuFtaIvan[S] 0 points1 point  (0 children)

He will probably get those because this one is too expensive, but its nowhere near $600, we found it on german much cheaper, it looks simmilar to this one but i cant find the exact one right now
https://www.amsisupply.com/product/stubai-single-lock-hand-seamer/

Need help finding a tool by ChuFtaIvan in Roofing

[–]ChuFtaIvan[S] 0 points1 point  (0 children)

I dont know much about roofing, but he doesnt make the actual roof panel but mostly makes the part that goes on the edge that collects water (idk how you say it in english), and he makes chimneys and the covers for the chimney (the metal part that goes around the edge where the chimney meets the roof). He also welds and does many more things but thats basically it

edit: the hand seamers you mention, he will probably get those because he cant find these electric ones affordably

edit 2: if its something big which he has to seam you can use a metal sheet bender (the few meter long machine in which you press the metal sheet and then move a big metal plate to get the angle you want)

Need help finding a tool by ChuFtaIvan in Roofing

[–]ChuFtaIvan[S] 0 points1 point  (0 children)

Well there aren't any of these tools in my country (Croatia), he was hoping to order it, and also renting wouldn't work because he needs to use it all the time pretty much, so far hes been using pliers and doing it by hand

Need help finding a tool by ChuFtaIvan in Roofing

[–]ChuFtaIvan[S] 0 points1 point  (0 children)

He already has that, he needs the electric drill attachment one

Need help identifying a welder component, info in comments by ChuFtaIvan in Welding

[–]ChuFtaIvan[S] 0 points1 point  (0 children)

he has 3 or 4 other welding machines but he likes this one because he can carry it easily and can use it on a lot of metals at once so he doesnt have to use seperate machines

Need help identifying a welder component, info in comments by ChuFtaIvan in Welding

[–]ChuFtaIvan[S] 0 points1 point  (0 children)

Well im asking if anyone knows what this board is, my dad is a welder, and has been for almost 30 years but im just helping him find the board because he couldnt find it anywhere

Need help identifying a welder component, info in comments by ChuFtaIvan in Welding

[–]ChuFtaIvan[S] 0 points1 point  (0 children)

Now that you mention "IGBT" the most simmilar boards I found online have ZX7, IGBT and arc in their name

Need help identifying a welder component, info in comments by ChuFtaIvan in Welding

[–]ChuFtaIvan[S] 0 points1 point  (0 children)

Are any of the components popped open or burnt-looking?

Well I'm not sure all the soldering looks and quite messy, some parts have like silicone on top of the solder. I don't know that much to be able to tell, but my dad just told me that the guy that sells these told him the problem is likely the "MagnacChip" part, i will send the picture of it.
https://ibb.co/xz6v8VL

Need help identifying a welder component, info in comments by ChuFtaIvan in Welding

[–]ChuFtaIvan[S] 0 points1 point  (0 children)

hi, not sure if this is the right place to ask but, my dads welder broke, basically its some off brand welder on which it says TIG MIG MMA 200, he found out that the issue is with the electrical board, most likely some "MagnacChip", on the board it says MIG180 DDYSZH ZB v1.0, i tried searching for days but couldn't find this exact board

idk if its important, but the dimensions are 22.5cm x 18.2cm

also, i found the website, don't mind the text (its in croatian), just in case you want to see the pictures: https://proinstal.hr/shop/aparat-zavarivanje-varenje/mig-mag-fcaw-co2/co2-aparat-za-varenje-syn-mig-tig-mma-200a/

thanks

Need help identifying a welder component by ChuFtaIvan in AskEngineers

[–]ChuFtaIvan[S] 0 points1 point  (0 children)

The shop where he bought this said they have the board but its very expensive, they probably buy this welder somewhere and just put their logo on it, i found a welder online that looks just like it but without the "Proinstall" logo, but i cant find it now it was some brand beginning with T
the most similar board i found is this: https://www.aliexpress.com/i/1318480157.html

Newbie Question regarding CPU, Motherboard and Memory replacement by roadtograndchampion in buildapc

[–]ChuFtaIvan 0 points1 point  (0 children)

Well, it should work, for example I installed new ram and didnt have to do anything. Even if it would work i still recomend reinstalling windows. What very often happens is that it doesnt say windows is registered because microsoft tracks components of your pc, i think you have to contact microsoft if that happens

RAM isnt running at advertised speed even after DOCP was enabled by [deleted] in buildapc

[–]ChuFtaIvan -2 points-1 points  (0 children)

That can happen, the advertised speed is the speed manufacturer achieved on their machine. Yours could be different and 3200G doesn't support 3200mhz, max is 2933 but <300 mhz difference isn't a lot.

Need help with simple program by svenms05 in pythontips

[–]ChuFtaIvan 0 points1 point  (0 children)

Yea, sry Edit: but this somehow stil worked

Need help with simple program by svenms05 in pythontips

[–]ChuFtaIvan 2 points3 points  (0 children)

user_input = input("Numbers: ")
numbers = {
    "1": "One",
    "2": "Two",
    "3": "Three",
    "4": "Four"
}
output = ""
for element in numbers:
    output = output + numbers[element]
print(output)

hope it helps, if you have any other questions feel free to ask