HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wgrover

no profile record

comments

wgrover
·3 miesiące temu·discuss
Fans of the band Wilco will recognize one of the Conet Project's recordings as the source of the woman repeating "Yankee Hotel Foxtrot" in the song "Poor Places" from the eponymous album. Wilco failed to license the sample and the resulting lawsuit gave the Conet Project a portion of Wilco's royalties on that track.
wgrover
·4 miesiące temu·discuss
Yes! And every day the California Citrus State Historic Park is open for tours and tasting of various citrus varieties:

https://www.californiacitruspark.com
wgrover
·10 miesięcy temu·discuss
And I remember going to Radio Shack at the mall as a kid and wanting that Armatron robot so badly! Being able to get these things now for pretty cheap and fixing them and playing with them with my kids has been such a treat.
wgrover
·10 miesięcy temu·discuss
A parenting tip for those with geeky kids:

You can get some of these (like the smaller TOMY robots) for pretty cheap on eBay. They're usually broken, but the innards of these robots are so interesting, just taking them apart is a learning experience. TOMY was brilliant at making seemingly sophisticated toys that were actually run by a single DC motor; all the movements, sounds, sensing etc. were implemented using gears and cam shafts and other mechanisms. A great way to learn about simple machines, and a bonus if you (or your kid) can repair them and bring a 40-year-old robot back to life.
wgrover
·w zeszłym roku·discuss
In the site's defense, it is emulating like ten different operating systems as you scroll.
wgrover
·w zeszłym roku·discuss
Here's a cross-section through the theatre portion of the Barbican showing the complexity of the engineering:

https://www.reddit.com/r/architecture/comments/5w9ep7/cross_...
wgrover
·2 lata temu·discuss
I'm guessing the title was meant to be a nod toward the meaning of the English word iota, "an extremely small amount".
wgrover
·2 lata temu·discuss
Yup - the first few minutes of one of Technology Connections' videos on electromechanical pinball machines shows this mechanism in action:

https://www.youtube.com/watch?v=E3p_Cv32tEo
wgrover
·2 lata temu·discuss
Your post reminded me of Mark Twain’s very funny short story “The McWilliamses And The Burglar Alarm”:

https://americanliterature.com/author/mark-twain/short-story...
wgrover
·2 lata temu·discuss
Here's a Python script I wrote that generates storage bin labels and prints them using a cheap 2" by 3" label printer:

https://github.com/wgrover/jamie

The name 'jamie' is in honor of Mythbuster Jamie Hyneman's meticulously labeled storage bins at M5 Industries.

The code uses a brute-force search to fit the specified text on the label using the largest possible font size.
wgrover
·2 lata temu·discuss
I miss Pine too. I could read/file/delete scores of plaintext emails in seconds using single keystrokes.

Every email client I've used since Pine has been better at dealing with all the stuff we've bolted on to email (HTML, attachments, calendar invites...) but none of them have been as efficient at the core tasks of email as Pine was.
wgrover
·2 lata temu·discuss
Thanks for the suggestion - I looked into music recognition algorithms early on but struggled to adapt them for image use. But I'll revisit them.
wgrover
·2 lata temu·discuss
Thanks! There are related structures in electronic circuits called physical unclonable functions (PUFs) that find uses in cryptography - you might find them interesting: https://en.wikipedia.org/wiki/Physical_unclonable_function
wgrover
·2 lata temu·discuss
Here's some work I did a couple years ago using some of these principles to fight counterfeit medicines: https://www.nature.com/articles/s41598-022-11234-4

A side note: I think there's an unmet need for algorithms that can convert photos of these random patterns into text (or something similar) that can be stored in a database and searched quickly for matching patterns. I've tried image similarity algorithms like the ones used by e.g. Google Reverse Image Search, but they seem poorly suited for this task. I ended up writing my own crude algorithm in the paper above that converts a pattern into a set of strings, and it works OK, but surely there are better ways to do this.
wgrover
·2 lata temu·discuss
You might also find moiré-effect navigation beacons interesting, like the one that Tom Scott visits here: https://www.youtube.com/watch?v=d99_h30swtM
wgrover
·3 lata temu·discuss
Can anyone recommend a backup strategy for iCloud? Specifically, my Macs' hard drives aren't big enough for any one computer to store everything locally, so some documents end up living only in iCloud which is clearly asking for trouble. My ideal solution would be to regularly mirror iCloud's contents on my NAS (which is big enough to store everything locally) but I've never seen anyone implement something like that.