Ideas Lab

Real problems people complain about online, pulled every morning and scored out of 100. Build, validate, or skip. How scoring works

Ideas
4,134
BUILD
689
Sources
8
Last sync
21h ago
4,134 ideas

Claude Desktop: Option to execute commands in WSL instead of Windows

## Summary When using Claude Desktop on Windows with the embedded Claude Code feature, allow configuring it to execute shell commands inside WSL (Windows Subsystem for Linux) instead of Windows CMD/PowerShell. ## Environment - **Claude Desktop Version:** 1.0.1307 (1ed883) 2025-11-25 - **OS:** Windows 11 with WSL2 (Ubuntu) - **Claude Code:** Embedded in Claude Desktop ## Use Case My entire development environment is set up in WSL: - Python virtualenvs - Node.js / npm - MySQL server - Local dev servers (PHP, Python HTTP server, etc.) - Git configuration - All projects stored in WSL filesystem I want to use Claude Desktop's improved UI and longer context window, but when it executes commands, they run in Windows where none of my tools are configured. ## Current Behavior Claude Desktop with embedded Claude Code executes all bash/shell commands in Windows environment, which doesn't have access to: - WSL-installed packages - Linux-only tools - My development servers running in WSL - Proper file permissions ## Expected Behavior Option to configure Claude Desktop to: 1. Execute shell commands inside a specified WSL distro (e.g., Ubuntu) 2. Use WSL paths natively (e.g., `/home/user/project` instead of `\\wsl$\...`) 3. Access WSL environment variables and tools ## Similar Implementation VS Code solves this elegantly with "Remote - WSL" extension - the UI runs on Windows but all terminal commands, extensions, and file operations happen inside WSL. ## Workaround (Current) Running Claude Code CLI directly inside WSL terminal works perfectly, but loses the benefits of Claude Desktop's UI and extended context. ## Additional Context Many developers on Windows use WSL as their primary development environment while preferring native Windows apps for UI. This integration would make Claude Desktop viable for this common workflow.

GitHub9mo agoToolDesign & Creative

75FL score
0Sign in to vote

Yahoo deleted all my emails. Now what?

Logged into my old email after a year - it has everything setup with recent details, so I know for a fact it isn't more than a year. To my shock, all my data is now gone. Just a simple `fuck you` email at the top of my inbox. Is there any way to recover my old emails? Unfortunately I used to use this as my main account since the early 2000s. No shady stuff, just your average joe with an average email. Here's the only email now in my account:Dear Yahoo Mail Member,We’re so glad to see you’re back! Due to inactivity, your mailbox entered an inactive state. This means we stopped accepting your incoming emails. If your period of inactivity was long enough, we also deleted all of your emails. Now that you’ve signed back in, your mailbox has been reactivated and you will start receiving new emails again shortly. For more information, please visit the Yahoo Mail policy page at: https://en-global.help.yahoo.com/kb/mail/SLN2018.htmlWe’ve made some upgrades to your email experience since the last time you signed in. Now Yahoo Mail has a cleaner design and upgraded features to help you keep your inbox in order. Find whatever you need quickly without the clutter. Search by keyword, contact, date or any combination of these. With themes, you can pick your favourite colour and the level of intensity. The choice is yours. Stay on top of everything on the go. The top-rated Yahoo Mail app makes life easy to manage with features such as Subscriptions View. See all the mailing lists you’re subscribed to and easily unsubscribe with a single tap. You can download it here: https://mail.onelink.meWe hope that you enjoy your new Yahoo Mail experience.Thank you,The Yahoo Mail team

Hacker News2mo agoToolAI

35FL score
0Sign in to vote

Turn native language audio into flashcards and shadowing practice

Here is a tool I built initially for myself to help with my German and Greek language studies. It started as a hack for creating Anki cards from native language audio. It extracts the words, finds their base forms (lemmas) and groups the examples by the lemma. At some point I realised that I have a transcription with word level timestamps that opens a lot of other opportunities. So I added a mode to click the first and last word in the transcript and it starts looping with the right gap and repeat count.Another feature I use a lot is selecting an audio fragment, sending a predefined prompt to an AI to "explain grammar" or "explain nuances of meaning" and I still experimenting with prompts.And because shadowing is so easy I also use it as a player to improve my English pronunciation. (I am not a native English speaker.)I made a quick video showing the workflow for creating Anki cards and shadowing: https://youtu.be/TaR58uuDBvU?si=o5aGLAi2S-BZ7Zy9The app supports 15 input languages (Japanese and Chinese are the latest experimental additions), and more than 30 output languages.I would really appreciate it if you could try it https://lingochunk.com/try. I know there are other tools with similar functionality but I created something that fits my workflow and it is fun to build.Also I struggled to find public domain audio for the try page. I'd be grateful if anyone could point me to public domain sources (I used LibriVox, Wikimedia and FSI courses), or if you're a creator, let me feature some of your own recordings with credits and links.

Hacker News2mo agoToolAI

75FL score
0Sign in to vote