How does it work? I'm glad you asked. It's simple! First, identify your need. It could be anything - a new phone, a electric vehicle, the keys to that penthouse you've always desired, a wad of unmarked high-denomination bills. Next, look around your environment until you have spotted something that matches your need. Then simply grab it and establish ownership of it by mentally tagging it as MyShitNow. It's yours! Use it for as long as you need. When you're done, simply discard it and forget about it - it's still yours, and if you want it later and it's not around, anything else may be freely substituted. From nutritious snack foods to entire solar systems, with MyShitNow the only barriers to ownership are imagination and desire. It's everything you've ever wanted, everything you will ever need in the future. Why wait? Just liquidize your existing obsolete assets and transfer them to us. You will immediately receive an unlimited, permanent, and irrevocable license to use MyShitNow to satisfy any and all future needs, conceivable or not. You can't say fairer than that. Unburden yourself of all that crap you currently own and seize the life you were meant to have. Today. Now. Limited time offer - if you don't take it, someone else will. What are you waiting for?
Shitbowl: The algorithmically powered in-home physical caching platform
181–190 of 247 posts
Re: Shitbowl: The algorithmically powered in-home physical caching platform
#182This actually reminded me of http://www.mysmalt.com/ But I don't think the latter is satire...
Re: Shitbowl: The algorithmically powered in-home physical caching platform
#183Up until now I relied on attempting to organize my own shit which lets be honest, was super shitty. Then comes Shitbowl. My wife and in-laws didn’t understand the technology at first but once I really got them to try it they were immediately onboard.
Thanks Shitbowl for making our lives better!
Re: Shitbowl: The algorithmically powered in-home physical caching platform
#184Re: Shitbowl: The algorithmically powered in-home physical caching platform
#185I don't particularly want to be 'that guy', and perhaps/probably it's part of the joke ('whoosh') - but 'the LRU items go to the bottom'.. it's MRU? The top item that you take (assuming you're not digging about) is the most recently used, we don't classify queues by what's at the back/bottom?
(I guess I'm 'that guy' now :)
Re: Shitbowl: The algorithmically powered in-home physical caching platform
#186Re: Shitbowl: The algorithmically powered in-home physical caching platform
#187For example - my wife likes "shorts" to be in one drawer and "t-shirts" in another. I like for one drawer to be "workout clothes" and have the mix of gym shorts and t-shirts. To me this feels "obviously" right because the use-case requires both items so why pay for two costly "open drawer" IOs?
Similarly, she is very organized with her paper files, I just throw mine into a box. In the rare event I need something (eg when doing taxes) I don't mind scanning through the whole mess. Seems like a better strategy than making each "write" costly (neatly organizing) since writes are frequent and reads are rare.
Anyone else like that?
Re: Shitbowl: The algorithmically powered in-home physical caching platform
#188I don't particularly want to be 'that guy', and perhaps/probably it's part of the joke ('whoosh') - but 'the LRU items go to the bottom'.. it's MRU? The top item that you take (assuming you're not digging about) is the most recently used, we don't classify queues by what's at the back/bottom?
Re: Shitbowl: The algorithmically powered in-home physical caching platform
#189Earlier quoted context omitted.
I just implemented a proper cache for unmatched socks this morning! I just got a dresser and dedicated one drawer to socks embedded in a plastic hexagon matrix, with an area on one side for unmatched socks awaiting the re-appearance of their mate on some future laundry day. It is a slow process but it is very low energy.
I can't recommend this. I have already three drawers full of unmatched socks even though nominally they are only in four colours. The socke maker failed to exceed my quality expectations and delivers visibly discernible specimens of the same model in different batches. I'm currently evaluating makers with TQM or Seven Sigma as the ISO quality management is a total failure here.
Re: Shitbowl: The algorithmically powered in-home physical caching platform
#190This reminded - I noticed a while ago that being a computer science guy makes me think differently about physical storage and retrieval. For example - my wife likes "shorts" to be in one drawer and "t-shirts" in another. I like for one drawer to be "workout clothes" and have the mix of gym shorts and t-shirts. To me this feels "obviously" right because the use-case requires both items so why pay for two costly "open…
However, sorting according to use case is more involved. For each piece of clothing in the clothes pile, the clothes organizer must think of how this particular piece of cloth is used. Is this just an old t-shirt? Or is this particular old t-shirt out of favor with my husband and so he uses it for his workout? Or should it go in the pyjama t-shirts pile?
So writes seem to be much more costly (cognitively) when organizing clothes according to usage rather than type (if these clothes are not your own in which case determining their usage does seem trivial), and your wife may be optimizing for it (again, see initial assumption)