The hottest Components Substack posts right now

And their main takeaways
Category
Top Technology Topics
Jacob’s Tech Tavern • 1530 implied HN points • 17 Mar 26
  1. There are two main ways to build a SwiftUI design system: idiomatic view composition and a progressive-disclosure style that centralizes options into simpler initializers.
  2. Progressive disclosure can be pragmatic for large projects because it reduces API surface and makes components easier to use, even though it departs from SwiftUI conventions.
  3. Pick the approach that fits your team and project scale, weighing the trade-offs between idiomatic composition and pragmatic simplicity.
lcamtuf’s thing • 4693 implied HN points • 02 Dec 25
  1. Charge pumps are efficient circuits that can double voltage using capacitors. They work by transferring charge between capacitors to create a higher voltage output.
  2. Unlike standard voltage dividers, a specific charge pump design can halve voltage. This is done by using capacitors in series and moving a 'flying' capacitor to balance the voltages.
  3. The charge transfer stabilizes the output voltage at half the supply, which is different from typical voltage dividers since it doesn't depend on the size of the capacitors.
ChinaTalk • 326 implied HN points • 07 Jan 26
  1. Goertek is more than a parts supplier — it assembles Meta’s headsets, runs centralized procurement, and manages a huge network of component makers, giving it outsized influence over costs and timelines. This makes it hard to replace even though its direct component value looks small.
  2. Meta is trying to diversify suppliers and move some production out of China, but swapping individual components isn’t the same as rebuilding an entire supply chain, so true decoupling remains difficult.
  3. Key XR parts like waveguides, pancake lenses, and optical engines are yield-constrained and dominated by a few firms (notably Goertek and Sunny Optical), creating capacity bottlenecks that drive shortages and limit product availability.
lcamtuf’s thing • 2652 implied HN points • 28 Nov 23
  1. Some components in electronics, like resistors, may not behave exactly as expected especially at high frequencies.
  2. Parasitic impedance and capacitance in resistors can affect circuit performance, especially in applications like feedback loops for operational amplifiers.
  3. Using a two-stage amplifier can help mitigate issues caused by resistor parasitics and ensure better signal integrity.
lcamtuf’s thing • 1224 implied HN points • 04 Feb 24
  1. Impedance can be divided into resistance, capacitive reactance, and inductive reactance.
  2. Digital multimeters measure resistors, capacitors, and inductors by applying different methods.
  3. LCR meters, despite their limited features, provide valuable insights into impedance through scalar impedance and phase offset measurements.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
Only Wonder Knows • 39 implied HN points • 17 Nov 23
  1. Fuses are essential components for providing protection in electronic circuits by blowing up when the current exceeds a certain threshold.
  2. Fuses have specific ratings like amperage and voltage, and their behavior can be affected by factors like temperature and pulse energy.
  3. Understanding the details of fuses is crucial for designing reliable circuit boards and ensuring proper functionality.
ASeq Newsletter • 21 implied HN points • 02 Nov 23
  1. The MiSeq instrument by Illumina uses LEDs for excitation, which are cost-effective compared to lasers.
  2. The LEDs used include a photodiode for power monitoring and specific LEDs like the OSRAM green LED and Luminus red LED.
  3. Overall, the LED-based assembly in MiSeq replaces expensive lasers with affordable components, making it a cost-effective solution in sequencing tools.
The Open-Source Blueprint • 0 implied HN points • 05 Apr 24
  1. Latitude has released a new npm package for React, featuring a `useQuery` hook for fetching and managing server data with ease.
  2. A new Select component is now available that can dynamically populate options using data from queries, allowing for versatile user interactions.
  3. Latitude now supports downloading query results in CSV format by adding a simple query parameter, making it easier for users to work with data outside the platform.
filterwizard • 0 implied HN points • 08 Sep 24
  1. The choices you make on power supply and decoupling components can significantly affect how accurately an op-amp performs. It's important to choose components wisely.
  2. Using larger decoupling capacitors generally leads to better performance by reducing fluctuations in the power supply that can affect the output of the amplifier.
  3. Don't assume low ESR capacitors are always best; sometimes, adding a bit of resistance can actually improve performance by helping to manage fluctuations in power.