

This whole reply was top shelf!


This whole reply was top shelf!


I am not sure that I completely understand your premise. Products are generally available during a depression. The best financial course of action today is to save money… unless the dollar becomes devalued too, which will make imports more expensive.
In terms of finances, doing things to lowering your fixed monthly bills is always a good idea - looming depression or otherwise. Since you’re in Texas and you’re all engineers, perhaps look into solar and/or battery storage for electricity? Do the math first obviously. A small(er) garden can help save some $$ but you have to be careful how much you spend on it.
If you’re coming from the perspective of wanting to provide value to your family, simply helping out around the house (cooking, cleaning, etc) and taking on projects you’ve all been putting off will probably go a long way. Your labor might not be cheaper than a builder’s now, but… Doing home repair/improvements, landscaping, building an out-building, building some outdoor shade, etc could be really appreciated.
If you’re looking to earn some $$, farming seems fairly depression proof, but should a depression hit people won’t be buying cash crops. Relative to labor input farming will likely not be very lucrative. Starting a side hustle/business might be a better option. It seems like the demand for repairing basically everything would go up. People will also be looking for cheap local distractions.
The YOLO option is to buy a ton of imports from a country you expect will have their currency strengthen relative to the dollar and then sell those items once the cost of them goes up, but this sounds super risky.


It’s good to hear that you have equipment already. If the wooded areas of your property have been that way for a while, odds are the soil in that area is pretty good. Granted, clearing the trees could take some work.
Before buying anything I suggest focusing on your goals and planning. If you’re more on the hobby vs commercial side of the spectrum I suggest starting small. Our garden is only 175 square feet of beds and pots, but it greatly reduces the amount of produce we buy during the summer and fall (yay zone 6).
I have another idea, but am going to break it out as a top level comment.


If you’re thinking about growing anything start considering:
Note that all of the above are strongly interrelated.
We have a decent size fruit/veg garden that’s mostly annuals. Despite having done this for 10 years, the last thing on my mind for the next season is whether or not I should buy fertilizer now.
A final suggestion: go in open eyed to the amount of effort this will take. The amount of labor required by our garden follows a boom and bust cycle. On some weeks I’m out there once for an hour. On other weeks I’m out there multiple times a week. If you’re not able to devote continual time to the garden then your crops, and yeilds, will suffer. Harvesting and processing is time consuming and is greatly influenced by what you grow. Doing something with perishable crops before they go bad can also be a challenge. Even with 40 sq ft of raspberries our family of four can’t keep up so we have to jam/can/freeze them or turn them into compost. The same is true of tomatoes and a bunch of other produce - especially if you plant crops that actually taste good and you pick them when ripe.


Nope! That’s part of the fun sadly. At least if you’re technical you’ll know that not all type-c cables are the same.


Display port over USB-C is totally a thing. With things like USB-PD USB seem to be getting dangerously close to becoming the standard for everything. The cables are a wreck though and are way too hard for a layperson to tell apart.


“His” DLC for borderlands 3 was one of the high points of that game. I’m currently replaying 1 and while it’s fun 2 is just so much more engaging with Jack.
That your company has an in-house software dev team is impressive. Does the revenue-generating business have access to that team?
Not OP, but in a similar situation. We have in-house dev for both tooling/infrastructure as well as revenue generation. For better or worse, leaders have neglected the software tooling and infrastructure that we use to build and deliver our revenue generating software for decades. Some serious cracks in the foundation showing and we might finally start fixing things.


Lead with a shower then have a clean bath?
I feel this in my bones. Even before the recent round of restructuring we’ve had a significant about of turnover. Our infrastructure is a massive rube golberg machine with multiple houses of cards built on top of it. Institutional knowledge was never written down and it has been leaving the company at an accelerating rate over the past 5 years. Tons of “new blood” making lots of assumptions on how things work is resulting in… humorous end results.
I am a product manager that loves coming up with detailed specs. How else will I actually get what I want? If you care about some specific behavior/outcome you must specify it. This logic is lost on my leadership.
10/10 explanation. I would add two things.
First, there is a massive amount of variation in “normal” people. I’m personally of the belief that we spend too much time classifying people and that can set unreasonable expectations. Just because someone was/wasn’t diagnosed as <x> does not mean they will neatly fit in that box.
Second, there are cultural norms and elements that interplay here. I am a New Englander living in the Midwest. I consider my communication style to be direct and frank, which means that I try to objectively say things as they are. I grew up being interacted with this way. This style of communication is somewhat contrary to the norms of the Midwest, which can result in people interpreting me as being confrontational and lacking empathy.
Same for mobile, but I also use the website when I’m on a computer.
100%. Transitioning from making all decisions for your kids to becoming a trusted advisor is something you need to do intentionally over time. Let your kids make low impact decisions when they’re young. Offer guidance as needed, not all the time. Simple examples include what to have for a meal/snack, where to go for a play date, etc.


100%. I want to loudly point out that you saying ‘jailing poor people not isn’t fiscally responsible and doesn’t benefit society, the money would be better spent giving people a better shot at success’ is a great example of social liberal (make society better) and fiscal conservative (don’t spend money on stupid things).
And building credit is useful to set yourself up for future purchases - a condo/house, car, whatever. The whatever here is bigger than it semese, as having a decent credit score can let you finance all kinds of things at a pretty low rate, if not 0% even today. If you’re saving any extra money in an investment/retirement account, and can pay off your 0% financing offers in full by the time you would start to owe interest, financing at 0% is a great deal even if you have the cash on hand to pay outright.
Using old cards is important - if you don’t use them the issuer might close them. I had that happen with my very first credit card. My next oldest account was something like 5 years newer, which at the time was a pretty big gap because I hadn’t yet reached quasi-old-far status.


Although much of Tesla’s value recently was from a big jump in November (getting a fancy new oval-shaped office will do that for you)
I don’t think many people realize just how big a jump this was.

I grew up with the OG winamp and was trying to dissociate with the handle that I’ve been using across the web for 25 years, so…
Straight up vibe coding is a horrible idea, but I’ll happily take tools to reduce mundane tasks.
The project I’m currently working on leans on Temporal for durable execution. We define the activities and workflows in protobufs and utilize codegen for all the boring boiler plate stuff. The project hasa number of http endpoints that are again defined in protos, along with their inputs and outputs. Again, lots of code gen. Is code gen making me less creative or degrading my skills? I don’t think so. It sure makes the output more consistent and reduces the opportunity for errors.
If I engage gen AI during development, which isn’t very often, my prompts are very targeted and the scope is narrow. However, I’ve found that gen AI is great for writing and modifying tests and with a little prompting you can get pretty solid unit test coverage for a verity of different scenarios. In the case of the software I write at work the creativity is in the actual code and the unit tests are often pretty repetitive (happy path, bad input 1…n, no result, mock an error at this step, etc). Once you know how to do that there’s no reason not to offload it IMO.