5,938 results for work out · 2.517s

News for “work out”
19 results • 2512 ms server time
Show HN: Git Guide - The open source travel guide on GitHub ActionsIMAGE
github.com• Jan 17, 2026• 1 min read
Show HN: Git Guide - The open source travel guide on GitHub ActionsHello HN!This is my first open source project, and I’m excited (and a little nervous) to share it with you.I love traveling, but I’ve lost trust in traditional review sites. Between SEO spam, bots, and paid 5-star ratings, finding genuine recommendations has become a noise-filtering exercise. I wanted a curated list where the "noise" of anonymous internet crowds is replaced by a transparent commit history.Git Guide is an experiment in building a community-curated travel directory without a traditional backend or database.* No Database: The "database" is just folders of Markdown files (countries/Italy/Rome/Eat/best_pizza.md). * No Servers: It runs entirely on GitHub Actions. * IssueOps: Data isn't entered via a custom form; it's entered via GitHub Issues with YAML templates.How it works: 1. A user opens an Issue to propose a place. 2. The community votes using GitHub reactions (/). 3. Once a threshold is met (currently testing with net 100 votes) and a moderator approves, a Python scrip
Early universe dark matter born red hot before coolingIMAGE
spacedaily.com• Jan 16, 2026• 1 min read
Early universe dark matter born red hot before coolingLos Angeles CA (SPX) Jan 14, 2026 Researchers at the University of Minnesota Twin Cities and Universite Paris-Saclay report that dark matter in the early universe may have started out moving at nearly the speed of light, challenging the long held assumption that it had to be born cold and slow. Their work suggests that the universe's dominant unseen matter component could have been incredibly hot at birth yet still cooled suffic
China outlines mega constellations in ITU satellite filingsIMAGE
spacedaily.com• Jan 13, 2026• 1 min read
China outlines mega constellations in ITU satellite filingsTokyo, Japan (SPX) Jan 13, 2026 China has submitted plans for more than 200,000 satellites to the International Telecommunication Union, underscoring a drive to secure orbital positions and radio spectrum as global competition for low Earth orbit intensifies. The applications on the ITU website cover more than a dozen planned satellite constellations, with individual networks ranging from a few dozen spacecraft to systems appr
Asteroid metals harden under extreme particle blastsIMAGE
spacedaily.com• Jan 12, 2026• 1 min read
Asteroid metals harden under extreme particle blastsLondon, UK (SPX) Jan 09, 2026 Physicists at the University of Oxford have contributed to a study showing that iron-rich asteroids can withstand much higher energy inputs than expected without breaking apart, a result that affects assessments of planetary defence strategies against hazardous objects. The work, published in Nature Communications, indicates that under rapid, intense heating these bodies can even become tougher
Lithium ion battery study on Tiangong space station explores microgravity effects on performanceIMAGE
energy-daily.com• Jan 9, 2026• 1 min read
Lithium ion battery study on Tiangong space station explores microgravity effects on performanceTokyo, Japan (SPX) Jan 08, 2026 A lithium ion battery experiment has been completed aboard China's Tiangong space station, focusing on basic electrochemical processes that govern performance and lifetime. Researchers at the Dalian Institute of Chemical Physics under the Chinese Academy of Sciences reported the work, which was carried out by the three astronauts of the Shenzhou XXI crew. The experiment is designed to clar
Advertisement
ESA Strikes New Deal with NASA for Its CSOC Commitments for the ISSIMAGE
europeanspaceflight.com• Jan 8, 2026• 1 min read
ESA Strikes New Deal with NASA for Its CSOC Commitments for the ISSAfter cancelling a call for proposals in December for a commercial cargo mission to the International Space Station (ISS) that was intended to meet its obligations related to the station’s Common System Operations Costs (CSOC), the European Space Agency (ESA) has outlined a revised barter arrangement with NASA. Under the CSOC framework, all ISS partners […] The post ESA Strikes New Deal with NASA for Its CSOC Commitments for the ISS appeared first on European Spaceflight.
How College Students Really Afford Rent And Groceries NowIMAGE
spacedaily.com• Jan 6, 2026• 1 min read
How College Students Really Afford Rent And Groceries NowLos Angeles CA (SPX) Jan 06, 2026 Many college students say that rent and basic food costs feel harder to manage than any other part of school. It's not unusual for students to work, budget, and still feel short at the end of the month. This leaves a lot of them unsure of how to cover the gap without taking on too much stress.
Alen Space begins SATMAR satellite validation over Bay of AlgecirasIMAGE
spacedaily.com• Jan 5, 2026• 1 min read
Alen Space begins SATMAR satellite validation over Bay of AlgecirasBerlin, Germany (SPX) Jan 01, 2026 Alen Space has completed the first demonstrator pilot campaign of VDES technology using its SATMAR satellite over the Bay of Algeciras in southern Spain. Over the past week, the company worked with Egatel and the Port Authority of the Bay of Algeciras to run several operational tests in a real maritime setting. In the first pilot, SATMAR supported message exchanges between a vessel and the
Satellites lined up for shared space computing power networksIMAGE
spacedaily.com• Jan 1, 2026• 1 min read
Satellites lined up for shared space computing power networksTokyo, Japan (SPX) Dec 31, 2025 Researchers are outlining a space computing power network that would link communication and computation across satellite constellations to handle growing data processing demands in orbit. Over recent decades, satellites have expanded global connectivity and remote sensing, but many systems still move raw data to the ground for processing under tight contact windows. Traditional satellite-g
ESA Says Data Breach Was Limited to Servers with Unclassified DocumentsIMAGE
europeanspaceflight.com• Dec 30, 2025• 1 min read
ESA Says Data Breach Was Limited to Servers with Unclassified DocumentsThe European Space Agency (ESA) has released an initial statement regarding an alleged data breach, stating that it affected a “very limited number of science servers located outside the ESA corporate network.” On 26 December, reports began to emerge on X claiming that ESA had suffered a significant data breach, with a hacker using the […] The post ESA Says Data Breach Was Limited to Servers with Unclassified Documents appeared first on European Spaceflight.
Conventional photon entanglement reveals thousands of hidden topologies in high dimensionsIMAGE
spacedaily.com• Dec 29, 2025• 1 min read
Conventional photon entanglement reveals thousands of hidden topologies in high dimensionsLondon, UK (SPX) Dec 18, 2025 Researchers at the University of the Witwatersrand in South Africa, working with Huzhou University in China, have shown that a standard source of entangled photons used in quantum optics carries a rich set of hidden topological structures in high dimensions. They report entanglement across 48 dimensions with more than 17 000 distinct topological signatures, providing a large alphabet for encodin
Advertisement
Show HN: Turn Your Git Commits into TweetsIMAGE
landkit.pro• Dec 27, 2025• 1 min read
Show HN: Turn Your Git Commits into TweetsOP here. I've been trying to "build in public" recently, but I found that switching context from VS Code to Twitter/X just to write "Fixed a race condition" felt like friction. I often ended up posting nothing because translating code-diffs to human-readable text takes more mental energy than fixing the bug.I built Git to Tweet to automate this loop.How it works:It hooks into your GitHub repo (via OAuth).It pulls the metadata and diff summaries of your recent commits.It passes the diff through a specifically tuned prompt (to avoid generic "AI slop") that extracts the intent of the code change rather than just listing file names.It generates a draft that you can edit before posting.The Tech Stack:Frontend: React + Framer Motion (spent way too much time on the "terminal" animations you see on the landing page).Backend: Node.js/Supabase.LLM: Currently testing models to see which is best at understanding code context without hallucinating features.The landing page includes an interactive s
When 5G networks bolster satellite navigationIMAGE
gpsdaily.com• Dec 26, 2025• 1 min read
When 5G networks bolster satellite navigationTokyo, Japan (SPX) Dec 26, 2025 Finding accurate positions in dense urban areas remains difficult for satellite-based navigation systems, where high-rise buildings and signal blockages can cause large errors or complete loss of service. A recent study outlines a deeply integrated positioning method that combines commercial 5G New Radio (NR) signals with Global Navigation Satellite Systems (GNSS) to address these issues. By rei
Wind-Sculpted Landscapes: Investigating the Martian Megaripple 'Hazyview'IMAGE
marsdaily.com• Dec 26, 2025• 1 min read
Wind-Sculpted Landscapes: Investigating the Martian Megaripple 'Hazyview'Pasadena CA (SPX) Dec 26, 2025 While much of Perseverance's work focuses on ancient rocks that record Mars' long-lost rivers and lakes, megaripples offer a rare opportunity to examine processes that are still shaping the surface today. Megaripples are sand ripples up to 2 meters (about 6.5 feet) tall that are mainly built and modified by wind. However, when water in the atmosphere interacts with dust on the ripple surface, a
ESA to hire 520 new staff as workforce expansion begins in 2026IMAGE
spacenews.com• Dec 23, 2025• 1 min read
ESA to hire 520 new staff as workforce expansion begins in 2026MILAN — The European Space Agency announced plans to hire approximately 520 new staff members starting in 2026, following decisions approved at ESA’s 342nd Council meeting earlier this month. The recruitment will result in a net increase of about 400 staff, alongside the replacement of roughly 120 positions due to retirements. The move will bring […] The post ESA to hire 520 new staff as workforce expansion begins in 2026 appeared first on SpaceNews.
Eutelsat Network Solutions to lead global rollout of Intellian OW7MP manpack SATCOM terminalIMAGE
spacewar.com• Dec 22, 2025• 1 min read
Eutelsat Network Solutions to lead global rollout of Intellian OW7MP manpack SATCOM terminalLos Angeles CA (SPX) Dec 17, 2025 Eutelsat Network Solutions and Intellian Technologies have entered a strategic partnership under which Eutelsat Network Solutions will manage the global launch and availability of Intellian Technologies' OW7MP Manpack satellite communications user terminal on the Eutelsat OneWeb low Earth orbit network. Eutelsat Network Solutions is a wholly owned independent U.S. proxy company and subsidi
Evolution study finds history and environment shifts can steer species in very different directionsIMAGE
spacedaily.com• Dec 18, 2025• 1 min read
Evolution study finds history and environment shifts can steer species in very different directionsLos Angeles CA (SPX) Dec 18, 2025 Every living organism must operate in environments that change over time, such as seasonal shifts between heat and cold or alternating years of drought and heavy rain. University of Vermont scientist Csenge Petak set out to examine how such environmental fluctuations affect evolution and whether they help or hinder populations as they adapt to new conditions. Working with UVM computer scie
Advertisement
SpaceX advances Starbase upgrades at the launch siteIMAGE
nasaspaceflight.com• Dec 16, 2025• 1 min read
SpaceX advances Starbase upgrades at the launch siteSpaceX continues rapid infrastructure improvements at its Starbase facility in South Texas, with demolition work… The post SpaceX advances Starbase upgrades at the launch site appeared first on NASASpaceFlight.com.
Show HN: Auto-Generated Captions with TwickIMAGE
github.com• Dec 14, 2025• 1 min read
Show HN: Auto-Generated Captions with TwickI am working on Twick Studio, an intuitive visual editor for video built on top of the Twick SDK, react toolkit for creating custom video editing experiences.Key capabilities include: - Multi-track, drag-and-drop timelines - Live preview of edits - Canvas editing with drag, resize, and rotate - Undo/redo and controls for text, video, audio, and images - Media utilities for metadata and thumbnail generationRecently added new cloud functions in the Twick SDK to auto-generate captions and export videos as MP4. You can watch a short demo here: https://youtu.be/zgRcJt8wxLkTry Twick studio: https://development.d1vtsw7m0lx01h.amplifyapp.comAuto-generated captions: https://development.d1vtsw7m0lx01h.amplifyapp.com/subtitlesDocs: https://ncounterspecialist.github.io/twick/docs/introSource code: https://github.com/ncounterspecialist/twickIf you find it useful, a on GitHub is appreciated.