Feed aggregator
PantherAI – One dashboard for all your AI models
Article URL: https://pantherai-irol.onrender.com
Comments URL: https://news.ycombinator.com/item?id=43450668
Points: 2
# Comments: 1
Not all AI-assisted programming is vibe coding (but vibe coding rocks)
Article URL: https://simonwillison.net/2025/Mar/19/vibe-coding/
Comments URL: https://news.ycombinator.com/item?id=43450667
Points: 3
# Comments: 2
A sodium-ion portable power bank comes to market
Article URL: https://www.theverge.com/news/631357/elecom-power-bank-battery-sodium-ion
Comments URL: https://news.ycombinator.com/item?id=43450632
Points: 1
# Comments: 0
Is dark energy getting weaker? Fresh data bolster shock finding
Article URL: https://www.nature.com/articles/d41586-025-00837-2
Comments URL: https://news.ycombinator.com/item?id=43450631
Points: 1
# Comments: 0
Pure Bash Bible: a collection of pure Bash alternatives to external processes
Article URL: https://github.com/dylanaraps/pure-bash-bible
Comments URL: https://news.ycombinator.com/item?id=43450630
Points: 1
# Comments: 0
Folks who work for large tech companies: How are you using Cursor?
I am an employee of a large tech firm. One of those Silicon Valley staples, but probably not the one you are thinking of. Recently we have gotten mass licenses for Cursor and my team and I have been exploring the possibilities.
We are all already well aware of the autocomplete potential and are generally utilizing it individually for such workflows. But I am interested in what we can accomplish beyond this basic usage.
We have already assembled a working group which has created company MCP servers for corporate resources in JIRA, Wiki, etc. And we are actively exploring the potential there.
My question for all of you bright people in this community: Have you found any compelling use cases for Cursor tooling beyond the typical coding co-pilot behavior?
I have struggled a bit to get base Cursor w/ Sonnet to complete entire multi-file feature changes alone, even when they are relatively simple(vibe coding).
It is just not as consistent as I would have expected in those scenarios. Although context providing techniques like building cursor rules, based on example former commits, seem to improve things significantly.
I would love to share some ideas with you folks since we can be a bit isolated in our individual corporate tech bubbles, and I get the feeling many of you are doing some amazing things I would love to try out as well.
Comments URL: https://news.ycombinator.com/item?id=43450576
Points: 2
# Comments: 0
New iOS Update Re-Enables Apple Intelligence for Users Who Had Turned It Off
Article URL: https://www.macrumors.com/2025/03/11/ios-18-3-2-apple-intelligence-auto-on/
Comments URL: https://news.ycombinator.com/item?id=43450568
Points: 2
# Comments: 0
Show HN: NailGenie – Edit nail designs conversationally with AI
Show HN: NailGenie - Edit nail designs conversationally with AI
I built NailGenie (https://nailgenie.org) to solve the "that's not what I meant" problem in nail design. It's an AI platform that lets you iteratively edit nail art through simple conversation rather than static generation.
THE TECHNICAL CHALLENGE
The core challenge was building a system that could understand contextual, incremental editing commands for a specific visual domain. Most generative AI solutions focus on one-shot generation, not a continuing dialogue about the same image.
We solved this by:
1. Fine-tuning Gemini on a dataset of nail designs with paired editing instructions
2. Building a stateful context management system to track editing history
3. Creating a visual diffing algorithm that preserves nail boundaries during edits
4. Implementing an instruction parser that handles ambiguous editing requests
The backend reaches ~98% instruction comprehension on our test set and produces edits in ~2.7 seconds on average.
TECH STACK
- Frontend: Next.js App Router with TypeScript and React Server Components
- UI: Shadcn/UI + TailwindCSS (we chose these for rapid iteration)
- Backend: Supabase for authentication, storing edit history, and managing user credits
- Deployment: Vercel edge functions for low-latency API responses
- AI: Custom-tuned Gemini models with a multi-stage processing pipeline
DEVELOPMENT CHALLENGES AND LEARNINGS
The biggest challenges were:
1. Instruction ambiguity: "Make it more pink" means different things to different users. We implemented a clarification system that refines ambiguous requests.
2. Edge detection: Early versions struggled with nail boundaries. We built a specialized segmentation model to ensure edits only affected the nail area.
3. Performance: Initial processing was ~8s per edit. We optimized by parallelizing our pipeline and caching intermediate representations, cutting time by ~65%.
4. Cold starts: Edge function cold starts were killing the experience. We implemented background warmers and optimized model loading.
THE WHY AND WHAT'S NEXT
I'm not a nail expert, but I noticed my girlfriend spending hours browsing examples before salon visits, then being frustrated when the result didn't match her vision. The challenge of creating a system that bridges this communication gap became technically fascinating.
Current metrics: - ~450 users in closed beta
- Average session: 8.3 edits per design
- 82% completion rate (users reaching a final saved design)
FUTURE PLANS
- Open source our instruction parsing logic next month
- Add API access for nail salons to integrate directly
- Implement real-time collaborative editing
TRY IT YOURSELF
NailGenie is live with free starter credits. I'd appreciate any feedback, especially on:
- Instruction parsing accuracy
- Performance bottlenecks you experience
- UI/UX pain points
Comments URL: https://news.ycombinator.com/item?id=43450557
Points: 1
# Comments: 0
Stop using the elbow criterion for k-means
Article URL: https://arxiv.org/abs/2212.12189
Comments URL: https://news.ycombinator.com/item?id=43450550
Points: 1
# Comments: 0
Custom VC-Focused Emacs Functions to Enhance My Git Workflow
Article URL: https://www.rahuljuliato.com/posts/vc-git-functions
Comments URL: https://news.ycombinator.com/item?id=43450548
Points: 1
# Comments: 0
Siege of Syracuse (212 BC): Roman General vs. Greek Genius Archimedes
Article URL: https://www.historynet.com/the-siege-of-syracuse-a-roman-general-vs-a-greek-genius/
Comments URL: https://news.ycombinator.com/item?id=43450545
Points: 3
# Comments: 0
The Role of Close-Packed Polymer Bead Monolayers for Energy Harvesters
Article URL: https://onlinelibrary.wiley.com/doi/10.1002/smll.202410155
Comments URL: https://news.ycombinator.com/item?id=43450541
Points: 1
# Comments: 0
Timelines for migration to post-quantum cryptography
Article URL: https://www.ncsc.gov.uk/guidance/pqc-migration-timelines
Comments URL: https://news.ycombinator.com/item?id=43450538
Points: 1
# Comments: 0
One Man's Crypto Windfall Is Funding a $1B Space Station Dream
Article URL: https://www.bloomberg.com/news/features/2025-03-20/crypto-windfall-is-funding-vast-s-space-station-ambitions
Comments URL: https://news.ycombinator.com/item?id=43450535
Points: 3
# Comments: 1
Abusive user relationships in open source (2019)
Article URL: https://brokenco.de/2019/02/23/open-source-sucks.html
Comments URL: https://news.ycombinator.com/item?id=43450534
Points: 2
# Comments: 0
Amateur Radio Operators (Hams) who communicate through non-commercial satellites
Article URL: https://www.amsat.org/amsat-history/
Comments URL: https://news.ycombinator.com/item?id=43450528
Points: 1
# Comments: 0
All Clothing Is Handmade (2022)
Article URL: https://ruthtillman.com/post/all-clothing-is-handmade/
Comments URL: https://news.ycombinator.com/item?id=43450515
Points: 1
# Comments: 0
Can AI Compress Like a Genius?
Article URL: https://arxiv.org/abs/2503.13992
Comments URL: https://news.ycombinator.com/item?id=43450505
Points: 1
# Comments: 0
With New Decree, Trump Seeks to Cow the Legal Profession
Article URL: https://www.nytimes.com/2025/03/22/us/politics/trump-memo-lawyers.html
Comments URL: https://news.ycombinator.com/item?id=43450487
Points: 7
# Comments: 1
Synthetic Aperture Radar
Article URL: https://readmultiplex.com/2025/03/21/below-the-giza-pyramid-plateau-new-radar-discoveries-will-shock-the-world/
Comments URL: https://news.ycombinator.com/item?id=43450477
Points: 2
# Comments: 0