• 4 Posts
  • 121 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle



  • How do people subscribe to them?

    Subscribing to an RSS feed really is nothing more than telling your RSS client about the URL to that RSS XML file. The RSS client then regularily checks the URL for changes.

    If your site is hand-made as you say, you would have to manually create and update the RSS file also. This is quite a nuisance, not only because it is XML, but also because every feed entry needs its own unique UUID, which you need to create. Perhaps you could create a script that does it for you. Static site generators are usually able to automatically create an RSS feed for you.




  • I am not sure which CPUs exactly the article is refering to with those early i586 CPUs, but I do remember those Cyrix 6x86/6x86MX CPUs. When it comes to Linux, they were always treated as 486-class CPUs because they were missing some instructions required to be considered 586-class. On the other hand their architecture was actually quite modern, like a 686 CPU with out-of-order execution. The 6x86MX also supported the CMOV instruction which is usually associated with 686-class CPU. Quite strange CPUs from today’s perspective.

    VIA also had some CPUs (certain VIA C3 CPUs) that the Linux kernel always treated as 486-class CPUs due to some missing 586 instructions.

    AMD’s Am5x86 CPUs were rebranded 486 CPUs, while AMD’s K5 was an early 586 CPU that might fall into that early 586 category due to missing instructions. AMD’s later K6 CPUs should support all Pentium instructions afaik (but not CMOV like the Cyrix CPUs did).






  • Any electronic component (or sub-circuit) running at a high frequency can cause voltage fluctuations on the supply voltage rail. Ideally the Arduino itself has decoupling capacitors close by so those fluctuations are absorbed by those caps and never reach the RTC module. The RTC module itelf can similarily cause such fluctuations, so again, a suitable decoupling capacitor close to the component should be present. It really goes both way though. Those capacitors both reduce the influence a component has on the supply voltage, but also protects the component from fluctuations coming from the supply rail.

    To better understand this, maybe it helps to consider that real circuits are never perfect. As such, PCB traces have resistance and so does the power supply. That in turn means that when the load on the power supply changes, the voltage also changes due to those resistances. With capacitors with low internal resistance near those components, those capacitors can quickly supply current when needed. This is also why you typically design PCBs with high currents with power traces in a star toplogy, so the influence between components is minimized.







  • Anyone have experience converting from 1G LAN to 2.5 or even 10?

    Going from 1 G to 2.5 G is fairly cheap these days. You can almost certainly use the same cabling, even when you’ve got only Cat.5e cabling. While you can do 10 G over copper, I wouldn’t suggest doing that, since it consumes quite a lot of power compared to both 1 G and 2.5 G. You’d need Cat.6E for reliable 10 G over copper.