Skip to main content

Marie Kondo Helped, but What About the Extra Stuff?


#1

Honestly, the most important aspect is not purchasing bad items in the first place, but eventually, even well thought out purchases need replacement. For decades, I've followed the rule that one person's junk is another's treasure, particularly considering our very unequal world in NYC, at one time using Freecycle to give away items, eventually finding it easier to use Craigslist. For the most part, it has worked out well but depends on the item, but almost always, there are takers.

If it is electronics, there are often way too many people, so I follow a triage system. First, the ad, always with a good description and picture, requires specifying they supply a reason they need this item. It is not to be lurid or cruel, but if I am giving away an old computer, I need to know that it is going to a good cause. Yes, I could be fooled, but I try to be discerning, children, poor, disabled, etc. If there is no reason, it gets ignored. If it is simply for selfish reasons - you'd be surprised - it gets ignored. Eventually, I whittle it down to a few, the final filter is how fast they can pick it up. For lesser items, there are almost always takers, but it might take a day or two before it gets a response but even then, as long as it finds a home other than the trash, I am happy.

https://www.nytimes.com/2019/02/15/realestate/marie-kondo-decluttering.html?comments#permid=30667472

#2

I have long avoided bad purchases, selling or giving anything that has outlived its purchase. For giving away items, the ones I've used:

- Porch: Literally leaving decorative items and books - if you live in a borough of Manhattan - that slowly disappear...
- Craigslist: Since there are so many people that can use hand-me-downs, within reason
- Housing Works, for larger items like furniture, books, CD's, etc., if they fail to sell on eBay or Craigslist
- Homeless shelters: I had a number of high-quality suits, but never wore them anymore except for interviews and special occasions, so cleaned half and delivered to The New York City Rescue Mission
- Friends: After purchasing a vintage desk, needed to find a home for my old Bombay Company writing desk, and friends were happy to grab that. In another, friends selling their B'lynn townhome and moving upstate took our bed, a 30-year old sleigh, when we replaced it something a bit more luxurious.

https://www.nytimes.com/2019/02/15/realestate/marie-kondo-decluttering.html?comments#permid=30667873

Comments

Popular posts from this blog

Behave: The Biology of Humans at Our Best and Worst by Robert M. Sapolsky My rating: 5 of 5 stars I finished reading this crying. It is a work of neurobiology, social science, anthropology, and history, but ultimately it is a work of great humanity, suggesting ways that humans, our groups, our systems, and our societies can be made better. View all my reviews

A Journey — if You Dare — Into the Minds of Silicon Valley Programmers

My responses in a NY Times comment section for the book, Coders: The Making of a New Tribe and the Remaking of the World by Clive Thompson : #1 - Link Although I've been a software developer for 15 years, and for longer alternating between a project manager, team lead, or analyst, mostly in finance, and now with a cancer center, I found it funny that you blame the people doing the coding for not seeing the harm it could cause. First, most scientific advancement has dark elements, and it is usually not the science but how it is used and sold by business people that is the problem. This leads to the second problem, in that it is not coding that is in itself problematic, but specifically how technology is harnessed to sell. It is normal and desirable to track users, to log actions, to collect telemetry, so as to monitor systems, respond to errors, and to develop new features, but that normal engineering practice has been used to surveil users for the purpose of selling. Blaming

Don't learn to code. Learn to think.

A response to  Don't learn to code. Learn to think. : Below is is my usual response when I see an article stating that everyone should learn to code:  Rather than programming, it is more important to impart the thinking of computer science (CS) than a specific implementation. Programming can be an end point for some students, but it is likely that programming itself will be increasingly automated, so that one needs more the general concepts common in CS. Even then, programming itself is to some degree a grunt task that one progresses beyond:  The following are typical components of a CS degree: algorithms & flowcharting systems thinking logical systems and set theory object-orientation & patterns probability, statistics, mathematics All of the above can be useful in an increasingly automated and data-driven world.