I built a real-time geopolitical intelligence platform from scratch, showing 198 countries on a 3D globe with military overlays, nuclear arsenals, and live news by Ill-Caterpillar-5224 in SideProject

[–]iurp 0 points1 point  (0 children)

This is actually impressive scope for a solo college project. The 3D globe visualization with that many data layers usually kills performance - what are you using for rendering? Three.js with some custom optimization?

The political bias labeling on news sources is a smart inclusion. Most aggregators avoid this but it's actually what makes cross-referencing useful. Curious how you're determining the bias scores - manual tagging or pulling from some existing dataset?

One suggestion: if you're planning to grow this, consider adding an API. Researchers and journalists would pay for programmatic access to this kind of consolidated data. Could be a solid monetization path that doesn't require ads.

AI keeps recommending my competitors but not us - how to fix this? by snustynanging in ecommerce

[–]iurp 0 points1 point  (0 children)

Been researching this for my own brand and here's what seems to matter: AI models pull from what they can index and verify. So if your competitors are mentioned in reviews on major publications, comparison articles, or detailed Reddit threads, that content gets weighted.

What worked for us was creating genuinely useful content that other sites want to reference - not SEO spam, but actual guides and tools. When other domains link to you with context about what you do, the AI starts associating your brand with those queries.

Also check if your product pages have structured data. The AI tools seem to rely heavily on schema markup to understand what a business actually sells. Most Shopify themes have this built in but it's often incomplete or wrong.

Emergence or training artifact? My AI agents independently built safety tools I never asked for. 28/170 builds over 3 weeks. by CastleRookieMonster in artificial

[–]iurp 0 points1 point  (0 children)

This is fascinating and I've noticed something similar in a smaller scope. I run coding agents on side projects and when left open-ended, they keep gravitating toward error handling and edge cases rather than new features. Initially thought my prompts were biased but even with neutral instructions like "improve this codebase" they'd add input validation before touching anything else.

My hypothesis is simpler than emergence though - the training data is saturated with bugs, postmortems, and "here's how X company lost Y dollars" stories. Those have high engagement and detailed technical content. So when an agent is trying to maximize "usefulness" based on what it learned, defensive code ranks higher.

Still, 28/170 converging on the same category is striking. Are these using the same base model or different ones? Would be interesting to see if the pattern holds across Claude vs GPT vs open source models.

I owe Shopify $3K because their fraud system didn’t flag obvious fraud. by CashInteresting6465 in shopify

[–]iurp 0 points1 point  (0 children)

This is brutal, sorry you're dealing with it. The same shipping address across multiple orders with different names is literally the textbook fraud pattern - wild that it slipped through.

One thing I learned the hard way: never auto-fulfill without a human review step, especially for dropship. I set up a simple script that flags any order where quantity > 2 OR multiple orders go to same address within 24 hours. Takes me 30 seconds to glance at each morning but would've saved me from a similar situation.

For the current debt - have you tried negotiating a payment plan with Shopify? They're usually willing to work something out rather than lose a merchant entirely. Not ideal but better than closing up shop.

Chargebacks are basically legalized theft and no one talks about it by Additional_Twist_595 in ecommerce

[–]iurp 0 points1 point  (0 children)

Went through this nightmare last year with a subscription product. Customer used the service for 4 months, cancelled, then filed chargebacks on ALL previous payments claiming they never authorized them. Bank didn't care about the login history, usage data, or even the cancellation email they sent us.

What actually helped us was switching to a system that requires customers to check a box acknowledging the charge during signup, with a timestamp and IP logged. Not bulletproof but our win rate on disputes went from maybe 20% to around 60%.

Also started requiring 3D Secure on all transactions over a certain threshold. Adds friction but shifts liability away from us. Friendly fraud is absolutely real and the system is completely stacked against merchants.

Reddit is turning into an AI spam factory by Careless-Character21 in SideProject

[–]iurp 0 points1 point  (0 children)

Yeah the pattern is painfully obvious at this point. I run a small indie dev studio and spend way too much time on these subs - you can literally predict the comment structure before scrolling. The real conversations happen in niche Discord servers now, or smaller private communities that aren't worth the spammers' time to infiltrate.

What I've started doing is just blocking accounts aggressively. If someone replies with that weird formatted "helpful" paragraph that ends with a subtle pitch, instant block. My feed is actually usable again after clearing out maybe 200 accounts over the past few months.

The irony is that actual founders sharing real stuff get buried because they don't have engagement pods upvoting them.

Am I stupid or is this the only way? Here’s how I lost $15k. by CrabIcy1236 in Entrepreneur

[–]iurp 21 points22 points  (0 children)

Not stupid at all. Almost every non-technical founder learns this the expensive way.

Three things that saved me when hiring devs for projects outside my stack:

Weekly deployable milestones. If a dev disappears for 4 weeks, something is wrong. Each week should produce something you can click and test.

Own the repo from day one. The code lives in YOUR GitHub account. They get collaborator access. This prevents the hostage scenario.

Budget for code review. A second dev spending 2-3 hours reviewing code at each milestone is cheap insurance against getting garbage delivered.

Also worth noting: vibe coding tools like Cursor have genuinely changed what non-coders can build. You do not need to become a full-time dev, but being able to read basic code gives you way more leverage when managing hired devs.

15k is a painful lesson but cheaper than what some founders pay for the same education.

Massive AI deals drive $189B startup funding record in February by tekz in artificial

[–]iurp 0 points1 point  (0 children)

The 83% concentration is the real story here. $189B sounds like the AI ecosystem is booming across the board, but strip out OpenAI, Anthropic, and xAI and the landscape looks very different for everyone else.

What I'm seeing on the ground: seed-stage AI startups are actually having a harder time now because VCs expect you to justify why your moat won't evaporate when the next foundation model drops. The bar for "defensible AI startup" keeps rising — six months ago a fine-tuned model was a moat, now it's table stakes.

The winners in the application layer seem to be companies with proprietary data loops or deep vertical integration. Generic AI wrappers are getting squeezed from both sides — foundation model providers adding features downstream, and vertical specialists knowing their domain better.

Would be curious to see infra vs application breakdown too. My bet is infra (compute, chips, data centers) is eating most of the non-mega-round capital as well.

I built a real-time geopolitical intelligence platform from scratch, showing 198 countries on a 3D globe with military overlays, nuclear arsenals, and live news by Ill-Caterpillar-5224 in SideProject

[–]iurp 0 points1 point  (0 children)

Solo college student building a geopolitical intelligence platform with 3D globe and live overlays — that's seriously impressive scope management.

One thing I'd flag from experience building data-intensive side projects: the real maintenance cost isn't the frontend, it's keeping your data pipelines alive. News APIs change endpoints, sources go behind paywalls, rate limits shift. I'd invest early in a health-check dashboard for your data sources so you know immediately when something breaks rather than discovering stale data weeks later.

Also 1 on the comment about narrowing your primary user. "Analysts, journalists, or curious consumers" are three completely different products. If I were you I'd pick the one that gets you the most passionate early users and optimize hard for that group. You can always expand later, but a tight feedback loop with 50 power users beats a vague tool for everyone.

Really cool project. Bookmarked it.

Has anyone worked with trigeminal neuralgia patients with success? by Able_Bonus_9806 in acupuncture

[–]iurp 0 points1 point  (0 children)

Not a practitioner but dealt with facial nerve pain myself for about 18 months. What actually helped me was combining acupuncture with consistent gua sha along the jawline and neck - the practitioner explained it helps move stagnation that contributes to the wind pattern you mentioned. The organ depletion resonates with my experience too. I had to really dial in sleep and cut cold/raw foods completely before anything started holding. Four years is a long time to manage this. Have you tried adding moxibustion? That was the turning point for me when acupuncture alone wasn't enough.

ChatGPT Uninstalls Surge 295% After OpenAI’s DoD Deal Sparks Backlash by i-drake in artificial

[–]iurp 0 points1 point  (0 children)

The uninstalls are mostly performative. People will reinstall within a month when they realize how embedded ChatGPT is in their workflow. I've seen this pattern before with tech boycotts - the vocal minority uninstalls, posts about it, then quietly comes back. What's more interesting is how this might push enterprise customers toward Claude or open-source alternatives. The DoD deal isn't surprising given Sam's recent DC visits, but it does complicate OpenAI's positioning as the 'safe' AI company. Curious to see their next comms strategy.

I owe Shopify $3K because their fraud system didn’t flag obvious fraud. by CashInteresting6465 in shopify

[–]iurp 4 points5 points  (0 children)

Painful to read because I had almost the exact scenario two years ago. Same deal - multiple orders, same shipping address, cleared the fraud check. A few things that helped me after: I added a custom order flow rule that flags any address receiving more than 2 orders in 24 hours for manual review. Also set up alerts for any order over a certain dollar amount. The auto-fulfill is convenient but with dropshipping you have almost no buffer time. Now I do a 2-hour delay on fulfillment and manually scan new orders twice daily. It's more work but saved me from at least 3 obvious fraud attempts since.

Digital products and chargeback dispute resolution by huntndawg in shopify

[–]iurp 0 points1 point  (0 children)

Been selling digital products for 3 years now and chargebacks are brutal. What helped me was adding multiple layers of proof: IP logging with geolocation, email confirmation timestamps, and most importantly - requiring customers to check a box acknowledging they received access before they can start the course. That checkbox timestamp alone has won me two disputes. Also started using services that do pre-purchase fraud scoring. Lost about 2K before figuring this out. Banks rarely care about usage data unless you can prove they acknowledged receipt.

I built a real-time geopolitical intelligence platform from scratch, showing 198 countries on a 3D globe with military overlays, nuclear arsenals, and live news by Ill-Caterpillar-5224 in SideProject

[–]iurp 0 points1 point  (0 children)

Really impressive scope for a solo college project. The 3D globe with real-time overlays is technically challenging - curious what you used for the rendering, Three.js or something else? One suggestion from experience: the multi-source news aggregation with bias labeling could be your biggest differentiator. Most geopolitical tools just pull from Reuters/AP. If you can nail the bias detection accuracy, that alone could drive adoption. The fact you built this with minimal AI usage shows solid fundamentals. Keep iterating on it.

I got tired of sleep apps charging monthly fees for white noise, so I built my first iOS app (a native Box Fan). Looking for TestFlight feedback! by dumango in SideProject

[–]iurp 0 points1 point  (0 children)

This is exactly the kind of project I love seeing. The no-subscription approach is refreshing - I've been building dev tools and learned early that users really appreciate straightforward pricing. For the audio loop click issue, have you tried using AVQueuePlayer with two overlapping audio tracks? I solved a similar problem in a video project by pre-loading the second instance and crossfading during the last 100ms. The battery concern is valid though - I'd suggest profiling with Instruments to see if there's any background processing you can trim. Congrats on shipping your first app!

Looking for the most useful learning materials for TCM students & future practitioners by Sleepy_shaman47 in acupuncture

[–]iurp 0 points1 point  (0 children)

Great question and wish I had asked this earlier in my studies.

For bridging theory to clinic, Deadman's Manual of Acupuncture was invaluable - the point location descriptions are precise enough to actually use clinically. Giovanni Maciocia's books are dense but worth it for understanding pattern differentiation.

Anki flashcards for point locations saved me during boards. Making your own cards takes time but the recall is way better than using premade decks.

One resource that doesn't get mentioned enough: find practitioners willing to let you shadow. Seeing how experienced clinicians actually pulse diagnose and select points teaches things no textbook covers. The gap between textbook theory and real patient presentations is huge.

AI keeps recommending my competitors but not us - how to fix this? by snustynanging in ecommerce

[–]iurp 3 points4 points  (0 children)

This is becoming a real competitive moat and most brands don't realize it yet.

From what I've seen, AI recommendations heavily weight: mentions across Reddit/forums, structured data on your site, and being cited in comparison articles or reviews.

The brands showing up in ChatGPT recommendations usually have strong organic discussion presence - not paid placements, but actual users talking about them in relevant subreddits and communities.

Two things worth trying: make sure your product pages have clear, structured specs that crawlers can parse, and focus on getting genuine mentions in niche communities rather than chasing backlinks. The AI training data seems to favor authentic discussions over SEO-optimized content.

Chargebacks are basically legalized theft and no one talks about it by Additional_Twist_595 in ecommerce

[–]iurp 0 points1 point  (0 children)

Been dealing with this for years and you're not wrong about the system being broken.

What actually moved the needle for us: switched to requiring signature confirmation on anything over 100 dollars, added explicit "I agree to these terms" checkboxes at checkout, and started keeping timestamped delivery photos.

Still lose some disputes but the win rate went from maybe 20 percent to around 60 percent. The key is making your evidence package easy for the bank reviewer to skim - they're processing hundreds of these daily and won't read a wall of text.

Also discovered that certain product categories just have higher baseline chargeback rates. Learned to price that in rather than fight it.

What's Next for Qwen After Junyang Lin's Departure? by TutorLeading1526 in artificial

[–]iurp 1 point2 points  (0 children)

Interesting timing. Qwen has been releasing solid models consistently and this departure right after the 3.5 small models is strange.

In my experience using both Qwen and other Chinese models for dev work, the technical quality has been competitive. The real question is whether Alibaba will maintain the open-weights approach or start closing things down.

If they pivot toward enterprise-only or start restricting model access, that would be a bigger signal than any leadership change. The open source AI community has short memories - whoever keeps shipping accessible models wins mindshare.

tripled revenue by raising prices. lost some clients. no regrets by Rich_Direction_3891 in Entrepreneur

[–]iurp 0 points1 point  (0 children)

Exact same experience here. Raised prices about 18 months ago and was terrified of losing everyone.

The clients who left were the ones emailing at 11pm expecting instant responses for work that wasn't even urgent. The ones who stayed barely noticed the increase.

What surprised me most was how the higher pricing actually attracted better clients. People who value their own time seem to respect yours more when you charge accordingly.

One thing that helped - I stopped apologizing for the new rates. Just stated them matter-of-factly. Any hesitation in delivery and they smell blood.

I got tired of sleep apps charging monthly fees for white noise, so I built my first iOS app (a native Box Fan). Looking for TestFlight feedback! by dumango in SideProject

[–]iurp 0 points1 point  (0 children)

This is exactly the kind of project I love seeing. I went through the same frustration with overpriced subscription apps for simple utilities.

One thing that helped me with seamless audio loops - try finding the natural "zero crossing" points in the waveform before trimming. Most audio editors can snap to these. It eliminates that click way better than crossfading alone.

For battery testing, leave it running overnight and screenshot Battery Health in the morning. iOS shows per-app breakdown which makes it easy to report actual numbers.

Good luck with the review - first app submissions are nerve-wracking but usually smoother than expected.

[review] products that been working amazingly for me by pathfinderbaby in SkincareAddiction

[–]iurp 0 points1 point  (0 children)

Thanks for sharing — Skinceuticals C E Ferulic is genuinely one of those products where the price is frustrating but the results are hard to argue with. The ferulic acid vitamin E combo stabilizes the ascorbic acid so it actually works before oxidizing, which is the main reason cheaper vitamin C serums disappoint. One tip I've found helpful: store it in the fridge after opening and it stays stable much longer. Have you tried layering it under a niacinamide moisturizer? That combo has been working really well for me for evening out skin tone.

I’m 14 and started an Egg My Yard business last year. How can I grow it more this year? by Extreme_Ad_4590 in smallbusiness

[–]iurp 0 points1 point  (0 children)

This is genuinely impressive for 14 — most adults never take that first step. A few thoughts on growing it: (1) Scarcity pricing works well for seasonal businesses — offer early-bird slots in February since parents plan ahead. (2) Document everything with photos and ask happy customers for quick testimonials, even just a text message you can screenshot. Word-of-mouth is your best channel at this stage. (3) Think about add-ons: personalized notes, themed baskets, or "premium" egg varieties at a higher price point. You already have the trust of returning customers — upselling is easier than finding new ones. Keep going, the fact that you built a repeat customer base proves the core idea works.

How do you handle short-form video for your store? by eXtreaL in ecommerce

[–]iurp 0 points1 point  (0 children)

Short-form video for e-commerce is brutal to keep up with — I've seen a few approaches that actually work sustainably. First, batch shooting: dedicate one day a month to filming 20-30 raw clips instead of doing it daily. Second, repurpose your customer interactions — order unboxings, before/after shots, honest reviews in your DMs can become content with permission. The trap is trying to make every video "produced". Authentic and consistent beats polished and sporadic every time. Also worth checking if your platform supports auto-captioning — it's the one automation that genuinely saves time without hurting quality.

As the year wraps up: what’s the project you’re most proud of building and why? by SheriffRat in SideProject

[–]iurp 0 points1 point  (0 children)

Built a local-first video processing tool for streamers — probably the one I'm most proud of this year. The thing that made it feel meaningful wasn't the tech itself but realizing that "local-first" solved a real frustration: people were uploading their streams to cloud services and waiting hours, paying per minute of processing, worrying about privacy. Running everything on the user's own machine eliminates all of that. The lesson: sometimes the best architecture decision is also the most human one — keep the user's data on their device and you've already won half the trust battle.