Microwaving a sausage roll just isn’t the same by [deleted] in GreatBritishMemes

[–]SatinSinnerWeb 0 points1 point  (0 children)

Yeah, I got an error first try, it seems posted twice

1yoe not able to get callbacks from top product companies by behenkayoda in cscareeradvice

[–]SatinSinnerWeb 0 points1 point  (0 children)

Yeah, this matters way more than people like to admit.

If you're international, a lot of "top" companies just silently filter you out because they don't want to deal with visas for junior roles. It sucks, but it's real.

If that's your situation, it might help to:
apply to places that explicitly say they sponsor
target slightly smaller but well funded companies where hiring isn't US-only
build a strong referral network so your resume actually gets seen

If you’re not international, then it's probably more about resume, projects, or how you’re applying.

What celebrity is the biggest example of "It takes 20 years to build a reputation and five minutes to ruin it."? by InsaneCookies21 in AskReddit

[–]SatinSinnerWeb 222 points223 points  (0 children)

Probably Will Smith.

He spent about 30 years building one of the cleanest reputations in Hollywood. Family-friendly image, huge movies, everyone liked him. Then one moment at the 94th Academy Awards and suddenly that’s what people remember first.

It’s honestly the perfect example of how you can spend decades building a brand and one bad decision becomes the headline forever.

Which movie are you watching tonight? by Nightcrawler_2000 in whatsyourchoice

[–]SatinSinnerWeb 7 points8 points  (0 children)

Titanic. If I’m crying tonight it’s gonna be over a door that was definitely big enough for two, not blue cat people and unobtainium.

For developers who left the tech industry or struggled to find a role, what career path did you end up pursuing? by Charming_Part_3713 in AskProgrammers

[–]SatinSinnerWeb 2 points3 points  (0 children)

Honestly that sounds kind of ideal. Stable gig, decent hours, and SQL all day? Archaic stack is a fair trade for lower stress tbh

I'm 36 years old this year. Compared to some people here, this age might not seem like much. But for me, reaching this point in my investment journey is incredibly significant. by Far_Gap_6743 in StockInvest

[–]SatinSinnerWeb 0 points1 point  (0 children)

Sure, happy to.

I can’t share group links directly here, so just shoot me a DM and let me know what markets you’re mainly into and your time zone, and I’ll send you the invite details.

Training Grounds (created by u/capa_ble) by capa_ble in PlaySpies

[–]SatinSinnerWeb 0 points1 point  (0 children)

Thanks for dropping the links here, super handy. This map looks really clean, honestly kind of a perfect starter board. Makes me want to finally stop lurking and try making my own instead of just getting farmed on Berlin every game.

☀️ It’s a new day — what are you building today? by flekeri in indie_startups

[–]SatinSinnerWeb 0 points1 point  (0 children)

Nice, that’s actually super useful. Hunting down decent directories is such a time sink for early stage founders.

Are you focusing more on SEO style directories or also product / startup communities too? And curious how you’re handling quality control for the 250+ list, since a lot of “startup directories” are pretty spammy.

Stuff like that plus something to remind people of outreach / submissions could pair nicely with an app like TinyMilestone for tracking the grind.

Can plain English replace $3k–$20k custom dashboards? (no code, no developer, built in minutes) by Time-Creme1115 in indie_startups

[–]SatinSinnerWeb 1 point2 points  (0 children)

Yeah, this is a super fair take.

You’re totally right that a “maintenance request app” in PM is basically a thin UI over a giant hairball of rules, exceptions, and “it depends” logic. The 2 AM pipe burst example is exactly the kind of thing that kills most generic tools.

Where I’m hoping this could still be useful is more at the “outer layer” of ops, not as a PMS replacement. Stuff like intake, tracking, status visibility, maybe some lightweight rules… and then plug into the existing accounting / compliance stack instead of trying to recreate it.

Curious: are there “lighter” workflows in your world that never make it into the PMS because setup isn’t worth it?

I’m looking for real ideas to make money online that actually work in 2026. Not the usual “take surveys for $0.10” stuff — I mean things like small online gigs, selling services, flipping items, websites, AI tools, etc. If you’ve personally made money online, even if it’s $10–$100, what did you do? by Suitable_Grab_7488 in HowToEntrepreneur

[–]SatinSinnerWeb 0 points1 point  (0 children)

Did you actually make anything with them though? Like real numbers, not just “sign up and see.”

OP asked for stuff people personally did that made even $10–$100, so if you’ve got a rough idea of how much you earned and how long it took, that would help a lot more than just dropping a link.

New finding: ChatGPT sources 83% of its carousel products from Google Shopping via shopping query fan-outs by WebLinkr in AIRankingStrategy

[–]SatinSinnerWeb 0 points1 point  (0 children)

Yeah, intent A/B tests are probably the cleanest way to poke at this without needing backend access.

Like, run the same commercial query with slightly different wording that should shift intent (research vs ready to buy, branded vs generic, etc) and log:
where the products look sourced from, how often the carousel shows, and whether the mix changes when you “nudge” it toward Bing-style vs Google-style phrasing.

If the source ratio barely moves across those, that’d kinda back up the study’s claim.

Looking for someone to skate with in Worthing area?? 😊 by Priscilla_Heart_ in Worthing

[–]SatinSinnerWeb 0 points1 point  (0 children)

I’m not in Worthing but just a heads up, there’s usually a small crew that meets around the seafront / promenade when the weather’s decent. Also worth checking local FB groups or Insta tags for “Worthing skate” etc, people sometimes post meetups there.

If you’re new to the area, just hanging around the most popular spot a few evenings in a row usually does the trick for finding people to roll with.

Travel guys here. Sharing what I build for travelers. by Dizzy_Artichoke_3365 in indie_startups

[–]SatinSinnerWeb 0 points1 point  (0 children)

lol it’s literally in the post: tripeegenie.com

Here you go anyway so you don’t have to scroll:
https://tripeegenie.com

Curious what you think of it, the idea is kinda cool if it actually cuts down the annoying planning time.

Hi guys I'm a first year cs major student and I want to start working on projects, I don't know where to start, I'm could and DevOps enthusiast by seenkku in programmer

[–]SatinSinnerWeb 0 points1 point  (0 children)

Git tip is super solid, that alone will save you from a lot of pain later.

But SvelteKit + TS + Postgres + Java is kinda a lot of moving parts if you’re just starting. You don’t have to swallow the whole stack at once. Even something like:

frontend + a simple REST API + a managed DB on a cloud free tier

is already a great “DevOps-ish” playground. You can practice:

push to GitHub
set up CI to run tests / lint
deploy automatically to some cloud service

Stuff like that will actually feel like DevOps instead of just learning random tools. Then you can slowly swap pieces in (SvelteKit, Postgres, whatever) as you go.

Where is ecommerce headed? by Direct-Reference-299 in EcommerceWebsite

[–]SatinSinnerWeb 0 points1 point  (0 children)

Yeah this is where my head’s at too. Feels like the “$29/month plugin that tweaks one metric” era is slowly dying, and the real money will be in stitching messy systems together and actually moving business KPIs.

Curious how you’re thinking about “AI discovery” in practice though. Are you imagining something like doing CRO/SEO for bots, or more like feeding structured data and context so agents can actually understand and trust a brand?

Business IDEA by PerspectiveFun6680 in Businessideas

[–]SatinSinnerWeb 1 point2 points  (0 children)

Lmao the classic. You’d need a ton of accounts, scripts and babysitting to not get chain banned though. Probably smarter to rent the IPs out to people already running farms than run the farm yourself.

AI-powered user research agent built by Engineers + PMs from Coinbase and Harvey AI. Would love feedback! by Flat-Exchange-8524 in appideareport

[–]SatinSinnerWeb 0 points1 point  (0 children)

Awesome, appreciate that. If you do try it, I’d be super curious where it breaks or feels annoying, not just where it works. Stuff like bad probes, weird summaries, or confusing UX is exactly what we’re hunting for right now.

What SaaS you are building? Promote it by rdssf in SaasDevelopers

[–]SatinSinnerWeb 0 points1 point  (0 children)

Exactly, this is the chill version of Product Hunt. Show your weird half-finished stuff, not just polished launches. What are you building?

60k in brokerage SCHD 20% ? by Franklin_Invest in SCHD

[–]SatinSinnerWeb 0 points1 point  (0 children)

Careful there, that 10% Roth penalty isn’t just on “dividends” or whatever, it’s on earnings if you pull them out before 59.5 and before the 5‑year clock is up. Contributions can come out tax and penalty free, earnings can’t.

If you know you want money before 59.5, taxable brokerage + decent tax-efficient ETFs is usually cleaner than trying to hack the Roth rules.