3,846 results for work out

techstacks.io
Show HN: TechStacks – Popular Tech news summarized, including commentshttps://techstacks.ioI don't have much free time but still want to keep up with the most interesting tech news, so I added a news aggregator to TechStacks to do the skimming for me.It scans Hacker News and a range of subreddits for the most popular tech posts, tags and categorizes them by topic, and generates a TLDR of the important parts of each article. It also runs a sentiment analysis over the comment threads - which I find just as important as the article itself. The collective hive mind of comments is pretty good at rating how trustworthy a piece is and filling in the context the article leaves out, so the discussion summary often tells you as much as the write-up.The idea is that when you've fallen behind, you can jump into a topic you care about, skim the TLDR and the comment sentiment for each story, and quickly work out which articles are actually worth reading in full.The aggregation is run multiple times a day. Summaries and sentiment are LLM-generated so they're occasionally off - everything l
Jul 24, 2026 12:16 PM
github.com
Show HN: Superkube - Rewriting Kubernetes in Rusthttps://github.com/debarshibasak/superkubeI have embarked on a journey of rewriting Kubernetes into a single binary in Rust, with everything embedded.Architecturally, instead of etcd, it has options to use SQLite or PostgreSQL as a backend. I am trying to make it compatible with Kubernetes APIs, and kubectl should just work out of the box.This is not 100% ready yet, but I just wanted to show the first look. It is almost 90% AI-generated. Claude code with Opus 4.7 is being used here.It should just work out of the box on macOS with Docker as runtime.
May 1, 2026 3:08 PM
apps.apple.com
Show HN: Visualizing Apple Health workout data (stats, trends, insights)https://apps.apple.com/us/app/streakout-workout-stats/id6758457318I've just launched this little iOS app as an alternative to Apple Fitness, which is cluttered and chaotic when it comes to visualizing basic workout stats and metrics.The idea is to focus on a clean, minimalistic design and only show high-level metrics that are actually useful, e.g. how often did I work out this week/month/year, cardio vs strength vs mobility, surf session count in February, etc.It's free and offline. Also, no signup, no ads, no data sharing, no social feeds, and no notifications.Just open it and get a quick glance at the state of your workout game within 2s.It's built in native Swift with liquid glass.Feedback is quite good so far, but it seems hard to get initial traction in the App Store, especially with all the AI slob these days. Would deeply appreciate some early downloads and honest reviews.
Mar 24, 2026 3:56 PM
github.com
Show HN: Stateless Go GraphQL Federation Gateway, 1.58x Faster Than ApolloRouterhttps://github.com/n9te9/go-graphql-federation-gatewayI built a GraphQL Federation v2 gateway in pure Go.What's supportedAll core Federation v2 directives work out of the box:- @key — simple, composite, nested ("coord { lat lng }"), multiple @key per type, @key(resolvable: false) - @external — correct ownership filtering; stub references (e.g. a service that declares a type only to satisfy a key) are never mistaken for entity owners - @requires — chained dependency injection resolved in topological order - @provides — skips unnecessary _entities fetches when the parent service already covers all requested child fields - @shareable — prefers the parent subgraph to avoid extra entity fetches - @override — field ownership migration between subgraphs - @inaccessible — enforced at both schema composition and query validation - @interfaceObject — interface types as entities with inline fragment resolution - @composeDirective — custom directive preservation with consistency validation - @tag, @linkOperations: query and mutation. Independent subg
Mar 6, 2026 3:08 PM
news.ycombinator.com
Show HN: E8-Matrix: open-source physical particle discovery platformhttps://news.ycombinator.com/item?id=47206366I’d like to share E8-Matrix - a open-source physical particle discovery platform (recent program paper titled “From a High-Symmetry Sector to Testable Observables: An E8-Motivated Projection Program”) and would greatly appreciate any constructive feedback from the community.The work outlines a top‑down computational framework that connects a high‑symmetry ⊇ E8 structure to 3+1D observables via an operational projection Π.Instead of ad‑hoc effective shifts, the goal is to trace predictions back to explicit representation content and symmetry selection rules.- Proton decay: A spectrum‑driven “Track A” scan identifies a golden point configuration yielding τ_p ≈ 1.22×10⁴¹ years (for p → e⁺π⁰) while keeping the α₃ mismatch at the unification scale below 2.7% (1‑loop piecewise running). - Dark photon: The model predicts a light dark‑photon region m_A' ∼ 10⁻⁴–1 eV, ε ≳ 10⁻⁸, illustrated against an order‑of‑magnitude IAXO‑like reach. - Framework: The paper details the E8 → A7 × U(1)' → SU(5) →
Mar 1, 2026 1:07 PM
news.ycombinator.com
Template for telling the truth on layoffs like at Blockhttps://news.ycombinator.com/item?id=47178248For the people who have been laid off, I think the letter by Jack is a disservice. So I crafted a more direct letter. Hope future letters follow this approach.Today we are making one of the hardest decisions in the history of our company: we are reducing our organization by nearly half, from over 10,000 people to just under 6,000. This means over 4,000 of you will be leaving the company.I want to be incredibly direct with you about why this is happening.The Reality of the DecisionFirst, let’s be clear: you are not being replaced by AI. The technology is not better than you, and it didn't "outwork" you. The truth is simpler and more frustrating: we planned a specific strategic direction, and it didn't work out. We over-extended, and we now need to course-correct to keep the business viable.However, we operate in a market that demands a specific kind of "success" story. If we simply announced that we missed our targets and need to cut costs, the market would react with volatility, punish
Feb 27, 2026 8:53 AM
storozhenko98.github.io
Show HN: Beehive – Multi-Workspace Agent Orchestratorhttps://storozhenko98.github.io/beehive/hey hn,i built beehive for myself mostly. it has gotten to the point where my work consists in supervising oc or cc labor at tasks for multiple issues in parallel. my set up used to be zellij with a couple tabs, each tab working in a separate dir and it was a pain to manage all that. i know i could use git worktrees but they're kind of complicated, if you don't know how to use them it is easy to mess up, and i just prefer letting agents run in separate dirs with their own .git and not risk it. while i like zellij and use it inside beehive, i dont like the tabs and i forget where i am half the time.beehive is a way for me to abstract that away. the heuristic is simple - hives are repos, so you basically have a bunch of hives which correspond to repos you work out of. each hive can have many combs. a comb is a dir with the copy of the repo you're working on. fully isolated, standalone, no shared .git. so for work or for personal stuff, i usually set up the hive, and then have a bunch of
Feb 24, 2026 10:41 AM
github.com
Show HN: KickstartFX – The most advanced JavaFX template for your app with JDK25https://github.com/xpipe-io/kickstartfxHello there, I am proud to present KickstartFX, a ready-to-use JavaFX desktop application template. You can clone it and get started instantly or try out the pre-built releases on GitHub. If you have an interest in the Java desktop application landscape, this might be for you.Relating to the times JavaFX is mentioned in HN discussions, you can also see this as a showcase about what is possible with modern Java + JavaFX if used correctly. While JavaFX might not be the most trendy desktop framework out there, it is very much alive and still a very solid solution for creating stable desktop applications in Java.It comes with the following features that you won't find in other templates:- A fully up-to-date build using the latest features of JDK25, Gradle 9, JavaFX 25, WiX 6, and much more- Native executable and installer generation for all operating systems using native tools- A fully modularized build, including fully modularized dependencies and the usage of jmods- JDK 25 Leyden AOT cac
Oct 18, 2025 4:38 AM
nasa.gov
Life After Microgravity: Astronauts Reflect on Post-Flight Recoveryhttps://www.nasa.gov/general/life-after-microgravity-astronauts-reflect-on-post-flight-recovery/Space changes you. It strengthens some muscles, weakens others, shifts fluids within your body, and realigns your sense of balance. NASA’s Human Research Program works to understand—and sometimes even counter—those changes so astronauts can thrive on future deep space missions. Astronauts aboard the International Space Station work out roughly two hours a day to protect […]
Sep 9, 2025 10:00 AM
bing.com
How To Pair Beats Earbuds With Your iPhone Or Android Devicehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d02200fce4369ba8e6b097d9df2c3&url=https%3A%2F%2Fwww.forbes.com%2Fsites%2Fforbes-personal-shopper%2Farticle%2Fhow-to-pair-beats-earbuds%2F&c=2593301230460884349&mkt=en-usIf you recently invested in a new pair of Powerbeats Pro 2 or Beats Studio Buds wireless earbuds, to use them for your next work out, commute and more, you first need to pair them with your phone or ...
Aug 21, 2025 12:26 PM
grayarea.org
Show HN: Homemade robot playing piano concert in SF (7/26)https://grayarea.org/event/deru-we-will-live-on/Figured there are probably some folks on here that might be interested in coming to a robot piano concert at Gray Area in SF this Saturday night (7/26). More comprehensive technical write up to come (eventually) but the show is by LA composer Deru (https://deru.la) and features 3 robot/player pianos that sit over the top of traditional upright pianos and are controlled live over USB MIDI by way of an ESP32-S3.The story of how it all came about is kinda long but Ben (Deru) recorded an album (We Will Live On: https://deru.bandcamp.com/album/we-will-live-on), during covid on a Yamaha Disklavier (the album will be performed as part of the concert). To try and work out how we could actually tour the album we found a community of homebrew player piano folks that started with Brandon Switzer's work (https://github.com/bbswitzer/pianoproject) which led to a Discord group (https://discord.gg/vE9uPg2y) and then to Josh Phillips's work evolving it into an over the top player (https://github.com/j
Jul 22, 2025 6:17 PM
news.ycombinator.com
Ask HN: 18 y/o YC founder post-startup – what now?https://news.ycombinator.com/item?id=39966537Earlier this year I left my startup and now have a major gap I don't know how to fill. I've seen many posts on this topic before, but they're all from ~30 year olds in a vastly different place to me (money, connections, degrees).Some context: - I dropped out when I was 15 to spend more time working (at the time consulting for F500s, later climbed to a senior-level job in advertising) and soon after found myself building companies. The first one didn't quite work out, but by 16 I had a good amount of experience in marketing and cofounded an ad agency with a friend (also 16y/o) that we grew to relative success (~500k rev.) - We got into YC, learned VCs don't invest in agencies, pivoted and raised 1.5m from VCs including Paul Graham. Several months in the pivot hadn't landed with users so we gradually whittled down our multicontinental team of 25 (managed by two 16 year olds lol) as we searched for a new idea. - Parallel to this a 3rd company/side hobby (a luxury brand) became extremely p
Apr 8, 2024 5:41 AM
bing.com
Optus has revealed the cause of the major outage. Could it happen again?http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d2fb470394707b7c8fa4f7ffd212a&url=https%3A%2F%2Ftheconversation.com%2Foptus-has-revealed-the-cause-of-the-major-outage-could-it-happen-again-217564&c=14425838458646846157&mkt=en-usAround 4.05am on Wednesday November 8 2023, Optus suffered a nationwide network outage lasting well into the evening, more than 12 hours later. Now, Optus has released some information on what ...
Nov 13, 2023 4:21 PM
bing.com
The best rugged smartphones for 2023http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d5f8d7400493aae299ecc43727c06&url=https%3A%2F%2Fwww.digitaltrends.com%2Fphones%2Fbest-rugged-smartphones%2F&c=6459388117817583060&mkt=en-usIf you work outdoors or enjoy sports and hiking, you will need a smartphone that can live up to your energy level and climate requirements. A durable and rugged smartphone that can withstand more ...
Jan 25, 2023 6:45 AM
news.ycombinator.com
Tell HN: From bartending to managing cloud infrastructurehttps://news.ycombinator.com/item?id=34460997Someone on HN once recommended I share this story, and I've been seeing a lot of "how do I get into tech in my 30s" and "can I switch careers" posts, so I figured I'd post.----I'm 37. I spent my twenties bouncing all over the place; did a stint in the Army Reserves while shooting for liutenant bars that didn't work out (failed out of college and I was in ROTC). Did construction, real estate, grew weed in Denver for a year (legally), ended up bartending for roughly a decade. It was great in my early 20s. Not so hot to watch my age group get raises and salary increases.I have my GED and never finished college - left with a record-setting 1.2 GPA (I have severe ADD and I wasn't properly medicated, there were other problems too). Seemed like there was this universe of 'good jobs' that were simply not in the cards.So there I am, in my early 30s, struggling to make NY rent and watching folks get promoted and getting married and buying houses and all that stuff. I was lucky enough to have fri
Jan 20, 2023 10:30 PM
bing.com
How to help your child write a speech (without doing it for them)http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d60c457ca4780a862a0870dd3d6fb&url=https%3A%2F%2Ftheconversation.com%2Fhow-to-help-your-child-write-a-speech-without-doing-it-for-them-186903&c=8819219843789678555&mkt=en-usIt’s hard for parents to help kids with homework without doing it for them. It can be especially difficult to work out where to start when your child is preparing a speech for school. You might find ...
Aug 15, 2022 1:03 PM
spacenews.com
SpaceX takes aim at satellite mobility operators with Starlink expansionhttps://spacenews.com/spacex-takes-aim-at-satellite-mobility-operators-with-starlink-expansion/SpaceX is seeking regulatory permission to connect moving vehicles to its rapidly expanding Starlink constellation, branching the broadband network out of fixed homes and offices.
Mar 8, 2021 9:17 PM
news.ycombinator.com
Launch HN: Airbyte (YC W20) – Open-Source ELT (Fivetran/Stitch Alternative)https://news.ycombinator.com/item?id=25917403Hi HN!Michel here with John, Shrif, Jared, Charles, and Chris. We are building an open-source ELT platform that replicates data from any applications, APIs, databases, etc. into your data warehouses, data lakes or databases: https://airbyte.io.I’ve been in data engineering for 11 years. Before Airbyte, I was the head of integrations at Liveramp, where we built and scaled over 1,000 data ingestion connectors to replicate 100TB worth of data every day. John, on the other end, has already built 3 startups with 2 exits. His latest one didn’t work out, though. He spent almost a year building ETL pipelines for an engineering management platform, but he eventually ran out of money before reaching product-market fit.By late 2019, we had known each other for 7 years, and always wanted to work together. When John’s third startup shut down, it was finally the right timing for both of us. And we knew which problem we wanted to address: data integration, and ELT more specifically.We started intervi
Jan 26, 2021 4:08 PM
news.ycombinator.com
Launch HN: AmpUp (YC W19) – A reservable electric car charging networkhttps://news.ycombinator.com/item?id=19360572Hi HN,This is Tom from ampUp (https://ampup.io/). We're building a reservable electric car charging network out of shared private and home chargers.As a Nissan Leaf driver without a home charger, charging has been almost a daily headache for me. For many commutes and trips I have to ask myself, should I drive my Leaf, use Uber, take public transit, walk really far, or just not go? This is due to the walk-in-only model of the public charger, which results in unpredictable availability. Worse, public charging is growing at a slower rate than EV adoption, and the range estimators on EVs are no better than a 10-day weather forecast.I used the Plugshare app and it helped some, particularly the couch surfing style of charging where I arrange a 2 hour slot with some home charger hosts. When it worked well, it took out the unpredictability and therefore anxiety. However, it doesn’t always work well. Many times hosts won’t respond to text/calls to make the booking, and a couple times I forgot t
Mar 11, 2019 5:00 PM
news.ycombinator.com
Ask HN: Real Estate Devs, how did you acquire MLS listings?https://news.ycombinator.com/item?id=10341118As those familiar with RE know, regional MLSes are the central hub for local property listings and the golden hoard of data protected by the dragon that is the local realty association.Getting an API key (from what I can tell) requires getting licensed as a REALTOR, finding a licensed broker to hire you, etc, etc.Are there any developers on HN who have built a RE app and would like to share their experiences? Did you pay for an API key, work out a deal with a broker, or what?I'd be much obliged for any help or advice. Thanks HN!
Oct 6, 2015 6:22 PM