apps.apple.com
Show HN: I made Box Breath: a dead-simple app to calm your mind and sleep betterhttps://apps.apple.com/us/app/heads-up-box-breath/id6749808761Hi HN,I built Box Breath, a minimalist breathing app that helps you relax, focus, and sleep better using one of the simplest yet most powerful techniques: box breathing.Whether you have 1 minute or 10, Box Breath guides you through slow, controlled breaths anytime you need a mindful pause.Features:Daily reminders to take a mindful breakApple Health sync to track your sessionsCustomizable sessions: choose cycles and breath durationsNo clutter, no complicated menus—just start breathing in seconds.Check it out: https://apps.apple.com/il/app/heads-up-box-breath/id67498087...Would love to hear any feedback or suggestions for improving it!Sep 17, 2025 8:56 AM
bing.com
Lesson plan: 9/11 — Ways to reflect on the day’s legacyhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a89230bf4f64c83b1810fd3917314d1&url=https%3A%2F%2Fwww.pbs.org%2Fnewshour%2Fclassroom%2Flesson-plans%2F2025%2F09%2Flesson-plan-9-11-ways-to-reflect-on-the-days-legacy-after-two-decades&c=17226303187057373682&mkt=en-usThe moon rises between the "Tribute in Light" illuminated next to One World Trade Center (L) during events marking the 13th anniversary of the 9/11 attacks on the World Trade Center, in Jersey City, ...Sep 11, 2025 3:40 AM

nasa.gov
Dinner is Served!https://www.nasa.gov/image-article/dinner-is-served/Dinnertime fare on the International Space Station takes center stage in this Aug. 15, 2025, photo. One tray features shrimp cocktail on whole grain wheat crackers, while the other holds sushi made with seaweed, Spam, tuna, and rice. Both trays are secured with Velcro strips to keep them stable inside the Unity module’s galley. The […]Sep 10, 2025 3:03 PM

nasa.gov
NASA Study: Celestial ‘Accident’ Sheds Light on Jupiter, Saturn Riddlehttps://www.nasa.gov/missions/webb/nasa-study-celestial-accident-sheds-light-on-jupiter-saturn-riddle/An unusual cosmic object is helping scientists better understand the chemistry hidden deep in Jupiter and Saturn’s atmospheres — and potentially those of exoplanets. Why has silicon, one of the most common elements in the universe, gone largely undetected in the atmospheres of Jupiter, Saturn, and gas planets like them orbiting other stars? A new […]Sep 9, 2025 3:28 PM

nasa.gov
Jeni Morrison Continues a Family Legacy of Service at NASAhttps://www.nasa.gov/centers-and-facilities/johnson/jeni-morrison-continues-a-family-legacy-of-service-at-nasa/A child of the Space Shuttle Program, Jeni Morrison grew up walking the grounds of NASA’s Johnson Space Center in Houston with her parents and listening to family stories about human spaceflight. Now, with more than 15 years at NASA, Morrison serves as one of Johnson’s Environmental Programs managers. She ensures the center complies with […]Sep 7, 2025 10:32 PM
vizzly.dev
Show HN: Vizzly – Visual testing platform with built-in review workflowshttps://vizzly.devHey HN! I’m Robert. I worked on [Percy’s SDKs/support from 2018–2022.](https://github.com/percy/cli/graphs/contributors) If you ever reached out to support or opened an issue, I probably helped you. Hopefully it was positive :) After a few years away, visual testing still felt stuck, so I'm building Vizzly.The problem: Design handoffs kinda suck. Designers make beautiful specs, devs implement them, then everyone realizes the details got lost somewhere. Current visual testing tools catch broken CSS but miss the real issue - making sure what ships actually matches what was designed, functionally (like really in the browser/OS/etc).What it is- Visual testing + review where you send actual screenshots (not DOM re-renders). Can be _any_ image to review (PDFS!)- Collaboration built-in: reviewer assignment, approvals, @mentions, screenshot-level threads.- Baselines: automatic (Git-aware), manual (not Git-based), or hybrid.- Team-based pricing; generous free plan for OSS; on-prem available.WhaSep 7, 2025 3:44 PM
crates.io
Show HN: CrabCamera – Cross-platform camera plugin for Tauri desktop appshttps://crates.io/crates/crabcameraAfter building several Tauri desktop apps, I kept hitting the same wall: there's no reliable way to access cameras across Windows, macOS, and Linux. Every project meant reinventing camera integration, dealing with platform-specific APIs, and debugging permission issues. So I built CrabCamera – a Tauri plugin that handles all the camera complexity for you. What it does: - One API, three platforms: Same Rust code works on Windows (DirectShow), macOS (AVFoundation), and Linux (V4L2) - Permission handling: Automatically requests camera permissions on each platform - Format conversion: Takes care of the messy bits between platform formats and what your app needs - Error handling: Proper Rust error types instead of mysterious crashes - Hot-plugging: Detects when cameras are connected/disconnected The problem it solves: Before CrabCamera, adding camera support to a Tauri app meant: 1. Writing separate native code for each platform 2. Managing three different permission systems 3. Handling forSep 7, 2025 6:19 AM
mdj.geodim.dev
Show HN: My Daily Journal – An iOS Digital Journal Without Subscriptionshttps://mdj.geodim.dev/I built a journaling app because I wanted something simple, private, and reliable - without subscriptions, third-party servers, or ads. Most journaling tools felt over-engineered or locked behind recurring payments. I wanted something lightweight and accessible.Right now it’s free for testing and feedback. Long term, I’ll add a single one-time unlock, not a subscription. This was my first big React Native project, I learned a lot about iCloud sync and native integrations along the way!*Features so far:*- iCloud backup (no external servers) - Daily highlights with a single image (on purpose) - Pin lock + biometrics - Custom prompts for entries - Morning & evening journaling - Mood tracker (syncs with Apple Health) - Weekly challenges & daily quotes (Stoic + others coming) - Reminders & timeline view*Would love feedback on:*- The UI/UX: does the minimalist approach work? - Features: what feels essential, missing, or over-complicated?App link: https://apps.apple.com/us/app/my-daily-journaSep 4, 2025 12:15 PM
news.ycombinator.com
You can customize HN to be darkmode friendlyhttps://news.ycombinator.com/item?id=45111854Basically just have ublock origin installed in your browser, click the icon, go into the settings, click My Filters on the top, and paste the following.After you apply and reload the page you should have a Nordic style theme that's a bit easier on the eyes.-------------------! Darker page background + main text colornews.ycombinator.com##body, .c00:style(background-color: #1e222a !important; color: #c8d0d9 !important;)! Top orange bar (nav/header)news.ycombinator.com##td[bgcolor="#ff6600"]:style(background-color: #2a2f3a !important;)! Body content backgroundnews.ycombinator.com##[bgcolor="#f6f6ef"]:style(background-color: #1e222a !important;)! Full black elements backgroundnews.ycombinator.com##[bgcolor="#000000"]:style(background-color: #2a2f3a !important;)! Hide spacing rownews.ycombinator.com##tr#pagespace:style(display: none !important;)! Hacker News title linknews.ycombinator.com##b.hnname > a:style(color: #8fcadb !important;)! All linksnews.ycombinator.com##a:style(color: #7fbacbSep 3, 2025 3:02 AM
bing.com
How to open Microsoft Store on Windows 11http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a88ce4952ea44d1989aa9bfb643cd79&url=https%3A%2F%2Fwww.thewindowsclub.com%2Fhow-to-open-microsoft-store-on-windows-11-10&c=5950469560907194350&mkt=en-usMicrosoft Store is a one-stop shop for all your game and app needs. It has a vast library of apps that can be accessed with just a few clicks. Because of its importance, Microsoft has given several ...Aug 26, 2025 6:33 AM

nasa.gov
NASA’s X-59 Nears First Flighthttps://www.nasa.gov/image-article/nasas-x-59-nears-first-flight/As we honor the legacy of aviation pioneers this National Aviation Day, NASA’s X-59 is preparing to push the boundaries of what’s possible in air travel. The quiet supersonic aircraft’s historic first flight is on the horizon, with final ground tests about to begin. Following completion of low-speed taxi tests in July 2025 in Palmdale, […]Aug 19, 2025 4:00 PM
phofee.com
Show HN: Phofee – Photography social platform built with Svelte 5https://phofee.com/Hello everyone! For the past few months I have been working on Phofee, a social platform for sharing high quality photos.The goal: Make a website that allows users to easily upload, share, and discover photos without having to sacrifice quality or mangle their images.Phofee allows users to upload multiple images of varying aspect ratios. All sub images in a single post are displayed in a small photo gallery, so all your photos can be seen at a glance.One of Phofee's unique features is the automatic extraction of photo metadata. When a user uploads a photo, metadata such as Camera Model, Lens, Aperture, ISO, and shutter speed are displayed under your photo. This way, other photographers can gain better insight into your creation process and learn from it.For this project, I took privacy very seriously. - All metadata is deleted from user's photos before posting. - We store minimal user information. - We don't store user passwords (by using Google OAuth). - We don't use Google Analytics.Aug 18, 2025 1:18 PM
phototopixel.art
Show HN: I just built a tool to turn any photo into pixel arthttps://www.phototopixel.art/Hey everyone,I'm excited to share a brand new side project I just finished building: phototopixel.art. It's a simple web tool that automatically converts any photo you upload into pixel art.I've always been a fan of the aesthetic of pixel art, but manually creating it is a tedious process. After trying out some existing tools and not being fully satisfied with the results, I decided to build my own. My goal was to create a fast and easy-to-use solution that consistently produces great-looking pixel art.Behind the Scenes The core of the tool uses a combination of color quantization and pixelation algorithms. When you upload a photo, the system analyzes its color data and reduces it to a limited palette, while simultaneously creating the iconic blocky look.One of the biggest challenges was fine-tuning the balance between preserving key details and achieving a genuine pixel art feel. I experimented a lot with the algorithm to find the sweet spot, allowing users to choose different settingAug 14, 2025 4:13 AM
bing.com
What is a Flush Poker Hand? – Beginner Poker Players Guidehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a88f655ca2d441d873f2508a783a922&url=https%3A%2F%2Freadwrite.com%2Fgambling%2Fguides%2Fflush-poker-hand%2F&c=7132835566387214507&mkt=en-usWe uphold a strict editorial policy that focuses on factual accuracy, relevance, and impartiality. Our in-house created content is meticulously reviewed by a team of seasoned editors to ensure ...Aug 5, 2025 7:19 AM

spacepolicyonline.com
Crew-11 on The Way to ISShttps://spacepolicyonline.com/news/crew-11-on-the-way-to-iss/Crew-11 had better luck today. Yesterday their launch was scrubbed one minute before liftoff as storm clouds arrived at just the wrong moment. Today looked like it was going to […]Aug 2, 2025 2:56 AM
bing.com
This free Adobe tool offers Photoshop-strength background removalhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85cf735879403085ae3061dadb52e6&url=https%3a%2f%2fwww.fastcompany.com%2f91375212%2fremove-background-free-adobe-express&c=14068272733751190987&mkt=en-usSometimes, the simplest photo feats are the most satisfying of all. Me? I’ve lost count of the number of times I’ve needed to remove the background from an image for one reason or another. Maybe it’s ...Aug 2, 2025 2:00 AM
bing.com
This free Adobe tool offers Photoshop-strength background removalhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85d60a29834637858b5774eaba8edd&url=https%3a%2f%2fwww.fastcompany.com%2f91375212%2fremove-background-free-adobe-express&c=14068272733751190987&mkt=en-usSometimes, the simplest photo feats are the most satisfying of all. Me? I’ve lost count of the number of times I’ve needed to remove the background from an image for one reason or another. Maybe it’s ...Aug 2, 2025 2:00 AM
bing.com
This free Adobe tool offers Photoshop-strength background removalhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85d1a8347f44d9b0c820dfeb8a4fa2&url=https%3a%2f%2fwww.fastcompany.com%2f91375212%2fremove-background-free-adobe-express&c=14068272733751190987&mkt=en-usSometimes, the simplest photo feats are the most satisfying of all. Me? I’ve lost count of the number of times I’ve needed to remove the background from an image for one reason or another. Maybe it’s ...Aug 2, 2025 2:00 AM
bing.com
This free Adobe tool offers Photoshop-strength background removalhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85c98d11dc43ffae86fe0684840318&url=https%3a%2f%2fwww.fastcompany.com%2f91375212%2fremove-background-free-adobe-express&c=14068272733751190987&mkt=en-usSometimes, the simplest photo feats are the most satisfying of all. Me? I’ve lost count of the number of times I’ve needed to remove the background from an image for one reason or another. Maybe it’s ...Aug 2, 2025 2:00 AM
bing.com
This free Adobe tool offers Photoshop-strength background removalhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85d3e8eee444df9030f931095c1934&url=https%3a%2f%2fwww.fastcompany.com%2f91375212%2fremove-background-free-adobe-express&c=14068272733751190987&mkt=en-usSometimes, the simplest photo feats are the most satisfying of all. Me? I’ve lost count of the number of times I’ve needed to remove the background from an image for one reason or another. Maybe it’s ...Aug 2, 2025 2:00 AM