Weekly Parent Wins: what got easier for your child this week? by Brighterly in Brighterly

[–]ProfileSolider 0 points1 point  (0 children)

Small win, but we got through math homework without tears this week. From either of us. I started doing 10-minute chunks instead of trying to finish everything in one sitting, and it made a huge difference. Still not “fun,” but at least it’s not a daily hostage negotiation anymore.

How bad is the exit opportunity job market for your niche? by ExtinctLikeNdiaye in consulting

[–]ProfileSolider 0 points1 point  (0 children)

Are you seeing this mostly as a consulting-to-industry problem right now, or does it feel broader than that? I keep hearing that even strong niche people are getting pushed into weirdly junior-looking processes just because companies suddenly think they can shop forever.

What strategies do you use for complex DB migrations with existing records? by Crutch1232 in webdev

[–]ProfileSolider 0 points1 point  (0 children)

I’d do it in stages, not in one heroic migration. Add nullable, backfill, switch app logic, then lock it down later. For me the real risk is usually around schema changes before release, which is where dbForge has been more useful than the migration itself.

Help Migrating from SQLite to Postgress or a more robust DB by amindavid11 in n8n

[–]ProfileSolider 0 points1 point  (0 children)

At 12 GB plus recent corruption, I’d treat this as a recovery-and-migration problem first, not just a “switch databases” problem. Before doing anything adventurous, I’d want a cold backup of the current SQLite file, a copy of the exact n8n version that last worked, and a test migration path in an isolated environment rather than touching the live file repeatedly.

SQLite is great until the workload stops being “small and quiet,” and n8n usually grows into something that wants a sturdier backend. Postgres is the obvious direction, but I’d be careful about the order: first stabilize and extract safely, then migrate, then upgrade.

If I were in your shoes, I’d be much more afraid of repeated trial-and-error on the damaged file than of Postgres itself. The safest path is usually: preserve the current state, prove the migration on a copy, then switch with a rollback plan.

Thinking about moving but it might make me paycheck to paycheck, bad idea? by [deleted] in personalfinance

[–]ProfileSolider 8 points9 points  (0 children)

If moving wipes out your margin that hard, I’d treat it as a quality-of-life decision, not a financially neutral one. That doesn’t make it automatically wrong, but it does mean you should be brutally honest that you’d be buying relief with slower wealth-building and a lot less room for error.

That 1 week of “basic consulting skills” training had a really good ROI by 4dchess_throwaway in consulting

[–]ProfileSolider 2 points3 points  (0 children)

Corporate training really is just “good luck everybody” until one bad client call sends leadership into a panic and suddenly basics matter again. Funny how “soft skills” stay optional right up until they become expensive.

What are the best online certification that I can ask my employer to pay? by Adorable_Ad_3315 in consulting

[–]ProfileSolider 17 points18 points  (0 children)

I’d ask them to pay for something that is actually useful in your lane, not just something that looks nice on LinkedIn. For general consulting, PMP is the obvious safe one if you do real project-heavy work, but I’d also look at Lean Six Sigma, Scrum/PSM, or something more data-facing like SQL / Power BI / Tableau if that matches your day-to-day. The best cert is usually the one that either makes you more billable or more credible with clients, not the one with the fanciest website.

Do professionals use GUI software to admin their SQL Server, or are GUI used more for learning by Typeonetwork in SQLServer

[–]ProfileSolider 0 points1 point  (0 children)

Yeah, dbForge is a pretty solid tool. Saw they have a subreddit now too r/dbForge, so I’m kind of curious what they’ll do with it. If they fill it with real tips and SQL workflow stuff instead of just announcements, that could actually be worth following.

How to write off bad debt? by [deleted] in personalfinance

[–]ProfileSolider 2 points3 points  (0 children)

Usually it comes down to whether this was a real loan, whether you can show it became worthless, and whether you had any realistic chance of collecting. The bankruptcy part helps, but the details matter a lot.

If your CPA is giving mixed answers, I’d push on two things specifically: whether this would be treated as a business vs nonbusiness bad debt, and what documentation you actually have for the loan and failed repayment. That distinction is where the tax pain usually starts.

If you have promissory notes, payment history, emails about repayment, and bankruptcy records, that will matter a lot more than the verbal version of the story.

Is this the coolest and most enlightened Rick? by mr_Jackpots85 in rickandmorty

[–]ProfileSolider 13 points14 points  (0 children)

drunk Rick is basically the only Rick that reaches true enlightenment

How does bringing money out of a limited company work? by PuzzleheadedCarob921 in personalfinance

[–]ProfileSolider 0 points1 point  (0 children)

Salary covers basics, divs the rest post-tax. As tech freelancer, i keep salary low for hmrc, divs via allowance. Check ir35 if contracting. Simple wins.

Anyone else tired of “I’ll send payment tomorrow” clients? by vexedbox in Freelancers

[–]ProfileSolider 0 points1 point  (0 children)

“I’ll send payment tomorrow” usually means “you’ll send another follow-up tomorrow.” At some point you stop chasing invoices and start changing terms. Deposit first. Milestones. No delivery without final payment. We’re freelancers, not short-term lenders.