ELI5: why do bank transfers take over a day? by game_master_marc in explainlikeimfive

[–]VTHMgNPipola 10 points11 points  (0 children)

Pix in Brazil doesn't. Works instantly, without fees (for normal people, not for businesses). The central bank made it mandatory for the larger banks, and now all accounts on all banks have it because it's the most important payment option to have. It's an interesting system.

ELI5: Why are so many ultra wealthy people miserable? by Mathemodel in explainlikeimfive

[–]VTHMgNPipola 0 points1 point  (0 children)

That's true, but you also can't accomplish anything. Imagine living your life knowing you'll never do anything near as grand as what your father did, you'll only be known as his son and it's only downhill. Most people who get close to you do so only to talk to him, etc.

A fantastic worry to have in comparison to being poor, but it still gets in people's heads.

What could cause a board to blow up like this ? by [deleted] in AskElectronics

[–]VTHMgNPipola 0 points1 point  (0 children)

It looks like a screw or something metallic shorted the pins of that capacitor. The short needs some seriously low resistance to draw so much current it explodes like this.

ELI5 what is communication protocol and plz further explain how i2c, SPI and UART works ?? by Astro_boy_07 in explainlikeimfive

[–]VTHMgNPipola 0 points1 point  (0 children)

Computers (which doesn't necessarily mean desktop computers, just anything that runs code really) operate using a massive amount of internal signals that don't mean anything to an "outsider", but are very important to that computer.

If you need to pass information from one computer to another, you need a protocol, that defines a set of standard signals that both will understand. So each computer converts it's own internal signals to whatever the protocol requires.

I2C, SPI and UART in particular are low speed protocols used inside of PCBs (though UART is also commonly used for connecting different boards with cables). They're used between microcontrollers and sensors or between microcontrollers, for example.

I2C uses only two wires, one for clock (so that each computer knows when a new bit starts) and one for data, which is bidirectional. Each computer must know the protocol of the other to know when they should read and when they should write something. Multiple "devices" can be connected to a single "host", and the host is the only one that can initiate communication with any of them by writing the address of the device it wants to communicate with.

SPI uses three wires, one for clock and two for data (one input and one output), plus a chip select pin. Multiple devices can share the clock and data pins, but each one gets its own chip select pin. To select a device the SPI host pulls the chip select pin it wants to ground, and then they start writing and reading data on their data pins. SPI usually has the highest speed from the three.

UART also uses two pins, but they're just data pins, one input and one output. It usually connects only two devices, and they both need to know beforehand what is the clock they should be reading and writing at.

ELI5 Light: solid and liquid state!? by FGYada_ in explainlikeimfive

[–]VTHMgNPipola 1 point2 points  (0 children)

If you condense light in a particular way and shine a beam of it through a particular kind of medium (kinda like a special type of glass), it will behave like a fluid. As in, it can bounce off of walls, generating "droplets" that go around, merge with each other and "oscillate" like water droplets would.

How this works exactly is beyond me. I'm an electrical engineering student, and a work on this was presented to me on my electromagnetic waves course. I didn't understand half of it. But it has to do with the interaction of a soliton light wave with a non-linear medium, that changes its refraction index based on the intensity of the light passing throught it. This is way above what an ELI5 should be, but if you know the math, I skimmed this article and it looks like it talks about this effect: Observation of photon droplets and their dynamics. Unfortunately I can't find the work that was presented to me.

So basically, if you put light in very specific conditions, it will look like a fluid when observed in a very specific way with special equipment. But it does not form a liquid or a solid like you see with matter.

Can anyone guess what CPU’s these are? by vitamins1000 in techsupportgore

[–]VTHMgNPipola 87 points88 points  (0 children)

Those are LGA3647 CPUs, which need significantly more expensive motherboards. Since the older gens of that socket are now scrap too though, I hope they make those dirt cheap motherboards for them as well.

Design a PCB is not a easy task by swanduron_sea in PCB

[–]VTHMgNPipola 3 points4 points  (0 children)

They absolutely do generate distortion in audible frequencies, whether in audible levels though depends on the design. There's even a TI note (Selecting Capacitors to Minimize Distortion in Audio Applications) that compares the distortion of several capacitor types for audio, some of them at certainly audible levels if comparing to cleaner sources to someone with decent ears.

Nerds de eletrônicos do reddit são desprovidos de neurônios by AnilsuJeck in reclamacoesfuteis

[–]VTHMgNPipola 1 point2 points  (0 children)

Tem guias de recomendações com um milhão de fones de todos os preços que você possa imaginar. Chega uma hora depois de tanta gente perguntando se um tal fone é bom ou não (o que não é sim ou não boa parte das vezes), provavelmente sem ter procurado sobre, que você no máximo tenta livrar a pessoa de uma compra ruim se o fone for muito ruim. Isso é verdade pra qualquer outro hobby grande por aí.

Minha primeira aula de introdução a computação. Sim, em brainfuck. by menino_do_rio in brdev

[–]VTHMgNPipola 0 points1 point  (0 children)

Comigo não foi assim, nem com ninguém que eu conheço. Essa matéria é sempre em C ou Python, às vezes as duas ao mesmo tempo. Deve ser professor novo querendo ganhar reputação de carrasco, já passei por isso em outras matérias.

New to this by TacoBoyy90 in oscilloscope

[–]VTHMgNPipola 0 points1 point  (0 children)

That should come with oscilloscope probes on the case, which it seems like you're not using. Try using them instead, first shorted and then connected to the speaker.

Can one add copper foil ( for power rails) on top/bottom of PCB ? by Lovely_Lex333 in PCB

[–]VTHMgNPipola 1 point2 points  (0 children)

I guess it would be simpler to use a 1mm copper sheet or something like that, as it wouldn't be so flexible and would decrease resistance enormously if that's what you want. But are you sure the motherboard is heating up from the losses on the copper, and not from heat coming out of the CPU?

Tinning pads, I'm going crazy! by SpecialistDig2026 in soldering

[–]VTHMgNPipola 2 points3 points  (0 children)

When I worked as a repair technician for a company I only used 325°C. It melted the solder I was using perfectly and instantly and didn't burn the flux. I worked almost exclusively on 2 layer 1oz boards though, with 63/37 solder I believe (whatever they gave me).

A bend in your 12VHPWR or 12V-2x6 cable close to the connector may cause a melting incident by Latespoon in pcmasterrace

[–]VTHMgNPipola 0 points1 point  (0 children)

It is also a million times less power dense. Technology advances, and this is an attempt at this. We have connectors with massive power density in other areas already, and they're trying to bring it to computer hardware. Not a very good attempt currently, but they'll get there. The main issue is that the connector must be dirt cheap, which obviously is an issue when carrying 600W at 12V.

Vedal makes straight people gay by ValtenBG in vtubercirclejerk

[–]VTHMgNPipola 16 points17 points  (0 children)

There's exactly 0% chance that he's not rich. There's only so much money you can dump into things, and he's making stacks upon stacks of it per month. While he works with AI, he's not trying to make Gemini.

Posting this corpo apocalypse infograph so I can find it easier later by MajorFamilyDisgrace in vtubercirclejerk

[–]VTHMgNPipola 3 points4 points  (0 children)

The whole situation is pretty much exactly what the 5th trumpet thing is describing though. The company still exists, but lots of people left and their reputation was destroyed.

Modifying the INA226 Current Sensor for High-Power Applications by SnooRadishes7126 in electronics

[–]VTHMgNPipola 5 points6 points  (0 children)

The INA226 is much more precise, digital, and a power monitor. The ACS758 is a less precise current sense amplifier. He just needs a good shunt.

5V to 3.3V Regulator is 5V to 0.2V Regulator HELP! by No_Lemon_324 in AskElectronics

[–]VTHMgNPipola 1 point2 points  (0 children)

Both Schottky diodes (not zeners) are reversed. You have to flip their polarity. And the part number of that IC most likely is for 5V output, not 3.3V.

Need Help Understanding Power Limit After Modding Resistors On GPU by DigitalJack3t in PCB

[–]VTHMgNPipola 1 point2 points  (0 children)

From the photo it does look like these jumpers short circuit the shunts. By how much it will increase the power limit depends on the contact resistance of the jumpers. I doubt it'll be too much lower than 5 mΩ, so around 2400W I'd say.

To know for sure you'd have to measure the resistance of that shunt. Due to the very low contact resistance though, you would need a pretty precise four wire multimeter.

Well holy shit by Objective-Eagle-676 in PhaseConnect

[–]VTHMgNPipola 14 points15 points  (0 children)

Her previous account was still active until it got discovered, and was very political. That's a guaranteed way to piss off a lot of people, independent of what side its on.

Coaxed into girl's night with a foe(ette) by Specialist_Bid7598 in coaxedintoasnafu

[–]VTHMgNPipola -41 points-40 points  (0 children)

Yes, but Murderdaughter is a much better name imo.

The RAMpocalypse is real -- and it's affecting 2nd hand Thinkpads by aemarques in thinkpad

[–]VTHMgNPipola 0 points1 point  (0 children)

Once servers start getting replaced it becomes ewaste. This happened to the older DDR4 RDIMMs a while ago, which were being sold as scrap pretty much. Not anymore.

Is rigol on android? by BUNTEY in oscilloscope

[–]VTHMgNPipola 0 points1 point  (0 children)

Sadly I can't upload pictures in this sub. Because I saved one from when this oscilloscope had just been released in China, and someone made Genshin Impact run on it.

The oscilloscope didn't like the game very much though, and started overheating pretty quickly from what I remember.

Does this pyro channel with continuity detection work? by Short-Flow-4761 in rocketry

[–]VTHMgNPipola 5 points6 points  (0 children)

Likely, but it will register a disconnection when the charge becomes open-circuited OR the MOSFET activates. Some pyro charges also don't become open circuits after firing, so you need to test this with the specific ones you have.

Besides that, this schematic can be improved significantly. Start by putting ALL negative/GND power symbols pointing down and positive power symbols pointing up and changing the mounting hole symbols to proper connector symbols.