booboofixer

↗ HN profile [ 72.4 ms ] full profile
Karma
310
Created
July 17, 2020 (6y ago)
Submissions
0
  1. Hello, I'm learning about system design concepts. I suppose one way of understanding them better would be to implement them myself but seeing as how i don't have a service/web-app/anything with any real users, and i do…

  2. Use the chrome extension Chrome Regex Search https://chrome.google.com/webstore/detail/chrome-regex-search/bpelaihoicobbkgmhcbikncnpacdbknn Use ctrl + shift + f to search using the extension Use regex ([0-9]|[1-5][0-9])…

  3. I'm specifically wondering about experiences people have had making physical electronic products about the size of a doorbell camera that involves a bit of circuitry, but on the scale of a gofundme/kickstarter campaign…

  4. The Water Clock (Clepsydra) (history-of-physics.com)
  5. Thomson Venturer (Simulator) (de.wikipedia.org)
  6. Frequency Spacing and the Doppler Effect (electronics.stackexchange.com)
  7. Is there a reason for so few single-letter command line utilities? On my macOS, running for char in {A..z}; do type "$char" 2>/dev/null; done gives the following A not found B not found C not found D not found E not…