booboofixer
- Karma
- 310
- Created
- July 17, 2020 (6y ago)
- Submissions
- 0
-
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…
-
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])…
- Cables under the sea and other nautical nonsense [video] (youtube.com)
-
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…
- Canadian Engineers wear an iron ring (medium.com)
- The Water Clock (Clepsydra) (history-of-physics.com)
- The Fame Motive (2006) (nytimes.com)
- Thomson Venturer (Simulator) (de.wikipedia.org)
- Frequency Spacing and the Doppler Effect (electronics.stackexchange.com)
-
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…