Earlier quoted context omitted.
This is quite a claim, but it's too vague for me to research independently. Where would I even start in exploring the "enormous body of law" that "incentivizes a top-down corporate business structure?" I am not asking rhetorically -- this is news to me and I'd like to know the details. Of course, co-ops aren't common in the US, but they do exist (like REI) so I'm just curious about the details of this criticism of th…
Arguably that's exactly the problem. There's so much law applying to farming that you'd need a sizable legal department to know it all. That favors centralization.
For tech-weary Midwest farmers, 40-year-old tractors now a hot commodity
461–470 of 511 posts
Re: For tech-weary Midwest farmers, 40-year-old tractors now a hot commodity
#462Earlier quoted context omitted.
I don't have any references for this, just the farmers I have spoken to, so take this with a grain of salt. The massive mono-crop farming apparently have the draw-back of not following some of the recycling processes that old school, small farm farmers did to keep the soil rich and diverse in nutrients. i.e. rotating out crops, bringing in animals to eat old crops, flowers, provide diverse waste product as fertilizer…
This is very likely not "nonsense": https://www.scientificamerican.com/article/soil-depletion-an...
It could be trivial as a few new virgin test carrot patches vs established farms and get telling results. Yet tellingly they didn't do that simple test for their hypothesis let alone correlaries like by assaying various characteristics like perhaps if slower growth speed has more to do with higher accumulation of nutrients than soil content.
Re: For tech-weary Midwest farmers, 40-year-old tractors now a hot commodity
#463Earlier quoted context omitted.
It makes sense for the local optimisation of the individual to go for the walmart society - after all their single choice won't make a difference to anything other than their bottom line It makes sense for people as a whole to optimise as a society and have the locally produced society That's where we can choose an economic system that ensures that we optimise in general rather than individually, so we avoid the pris…
I've come to the same conclusion. Never before in history have people truly optimize while thinking of themselves as a whole- the second something more convenient was offered, they took it immediately. I think that we're at a place in human history where we desperately need every person to step back from convenience in order to optimize for society.
I can't stop myself from eating an entire of package of Oreos if they're in the kitchen. So I don't buy them. I don't give myself the choice, because I know I'll make a bad one. Instead, I choose to restrict my choice (and the choice of the rest of my household) for our overall well-being.
This feels pretty bad if you're a 10-year-old and just want some freaking cookies. Sorry you weren't able to make your own choice there. Our overall well-being took priority over your individual liberties. I get why that is unacceptable to some folks, but there has to be some balance, and sometimes that means restricting personal liberties in order to maintain the health of the overall system and community.
Re: For tech-weary Midwest farmers, 40-year-old tractors now a hot commodity
#464The technology itself is not the issue, the problem is that companies are at war with their customers. These companies will go to any length to extract as much revenue as possible. Milking your customers is not good for business, especially if you drive them into insolvency. I hope in the future there are more companies that try to align incentives with their customers, such that their business practices help custome…
> The technology itself is not the issue... In a way, it is. There's no argument today's machines (including even consumer cars) are more technologically complicated than those of 40 years ago. There's more stuff (read features ) that can break, and there's more microcontrollers and embedded computers that run software (read bugs ) with sometimes intricate behavior. Those 40-year old tractors are easier to maintain b…
Re: For tech-weary Midwest farmers, 40-year-old tractors now a hot commodity
#465Earlier quoted context omitted.
You need a way to reconcile the family side of things and the corporate side. It may be sad to lose the personal touch of a single owner single farm (I always say you know it's corporate when the owner doesn't personally sign off each birthday present) but one should also see the value of a business becoming a company. One important thing is that a healthy business will survive any particular person's death. And this…
I don't see why the two should be at odds when it comes to how tractors should be designed. I feel like tractors that can be repaired on-site by your own employees is a far better deal than being 100% reliant on the manufacturer's good grace.
Re: For tech-weary Midwest farmers, 40-year-old tractors now a hot commodity
#466Earlier quoted context omitted.
> Here's a neat idea: maybe regulating software engineering like other engineering disciplines is actually overdue? Yet at the same time, failure rate will never be zero. Please could you describe this more? I’m intrigued. I don’t know anything about this and what systems or mechanisms are used to regulate engineering, so any links or simple explanations are appreciated!
Overview of professional engineer process: https://www.nspe.org/resources/licensure/what-pe . It varies from place to place (although transferrable from country to country via the Washington Accord https://www.ieagreements.org/accords/washington/ ). If you want to e.g. build a bridge it needs to be signed off on by an appropriately licensed and qualified Professional Engineer. Essentially the parent comment is saying…
I think the only way this could happen would be if SWE only used waterfall or some similar kind of practice. Agile and the like might be able to be tweaked to work, but even there...
The problem in software is that you can basically "start in the middle" of something and work your way outward; start coding something, get the design details later and refactor.
You can't do that with a bridge or other regular engineering work. You have to plan, design, multiple sign-offs, etc - then build, and you can't build it randomly or a component here and there then fit it all together (well, you can to an extent, depending on the project and design), and if anything changes - well, in a real project it can't change much, not without a lot of money and time being lost.
Several years back there was a series of commercials on TV, I think for an insurance company, which showed (using CGI effects) "impossible building strategies" - one showed a huge scaffolding structure and cranes building something like the Great Pyramid from the top downward (for instance); I think another had some kind of skyscraper being built from the middle outward or something of that nature.
That's essentially SWE applied to regular engineering - or at least, that's how it feels at times. Now tack on Agile and other practices, and it gets 10x worse. Actual engineering is a strict discipline, starting with almost set-in-stone practices along with a lot of hard-won knowledge about materials and mechanics (books filled with tables and diagrams), that are then all used to inform an engineering design, which is then tested and retested in simulation, perhaps coupled with scale models that are also tested, and the plans changed and signed off by multiple other engineers, etc - long before it ever gets to building the thing.
And then that thing is built in a very specific and strict manner; I won't further belabor the point.
Even with all of this, sometimes things fail terribly.
Today in software, we have a ton of tools and practices we are constantly trying - and despite all of them, at least from my perspective - things really haven't gotten much better than they were 20-30 years ago. I would say that widespread use of software versioning tooling and testing frameworks, etc (plus automated build and deployment) have made some of it better - but even after all that, we still seem to be making the same number of bugs and errors that we had before (and rather than a QA department usually, we've farmed this out to the end user for the most part).
So while I'd love to see SWE become more like regular engineering practices (with the selfish request that I and others like me could be "grandfathered" in, as I don't have any kind of compsci or comparable degree, but I have been doing this for 25+ years) - I just don't see it happening for the above rational and reasons.
I could be wrong, though (and if anyone has a counter argument, please post it - I'd love to read it)...
Re: For tech-weary Midwest farmers, 40-year-old tractors now a hot commodity
#467Earlier quoted context omitted.
> there are less carbon emissions doing so. Intensive farming as practiced by corporations today is among the worst culprits regarding carbon emissions. It is more profitable to practice intensive till-heavy farming since it takes advantage of the nutrients already stored in the soil. The disadvantage is its unsustainability. After few decades of soil-tilling, it becomes quite poor in nutrients, and will have reduced…
> Intensive farming as practiced by corporations today is among the worst culprits regarding carbon emissions. Relative to what? What are the CO2 emissions per bushel of grain for the practices you've described? My point about reduced carbon emissions is specific to corporate farms using modern equipment which is more precise, thanks to auto-guidance via GPS, more efficient, as a result of the diesel engines being mo…
Re: For tech-weary Midwest farmers, 40-year-old tractors now a hot commodity
#468My grandfather, rest his soul, was a 3rd generation rancher and farmer. He bought 2 John Deere tractors in the '80s and used them for 35 years. They are still being used to this day on the ranch. Growing up, I visited the ranch regularly. Farming and ranching is very hard on equipment so the tractors often needed repair. My father and grandfather could seemingly fix anything on the tractor without even needing to go…
You need a way to reconcile the family side of things and the corporate side. It may be sad to lose the personal touch of a single owner single farm (I always say you know it's corporate when the owner doesn't personally sign off each birthday present) but one should also see the value of a business becoming a company. One important thing is that a healthy business will survive any particular person's death. And this…
I believe that's called share cropping..
Re: For tech-weary Midwest farmers, 40-year-old tractors now a hot commodity
#469My grandfather, rest his soul, was a 3rd generation rancher and farmer. He bought 2 John Deere tractors in the '80s and used them for 35 years. They are still being used to this day on the ranch. Growing up, I visited the ranch regularly. Farming and ranching is very hard on equipment so the tractors often needed repair. My father and grandfather could seemingly fix anything on the tractor without even needing to go…
You need a way to reconcile the family side of things and the corporate side. It may be sad to lose the personal touch of a single owner single farm (I always say you know it's corporate when the owner doesn't personally sign off each birthday present) but one should also see the value of a business becoming a company. One important thing is that a healthy business will survive any particular person's death. And this…
Re: For tech-weary Midwest farmers, 40-year-old tractors now a hot commodity
#470Earlier quoted context omitted.
I come from at least three generations of cattle farmers. My dad had to work a tool and die job, because unlike his father, it was already not possible to raise a family via family farm. It's really brutal.
I actually think the trend is starting to reverse. At least in the area where I live in Ashland, OR where I have a 10-acre farm. What I'm seeing is products are becoming more and more niche. Kind of like how craft beers became a thing. I think it's easier than ever for a farm to create specialized products and sell them directly to consumers. Before this way of ecommerce tools, it was nearly impossible for a small fa…