255 results for snaps · 2.387s

News for “snaps”
20 results • 2381 ms server time
Counting cratersIMAGE
esa.int• Mar 4, 2026• 1 min read
Counting cratersCraters, craters, and yet more craters: this snapshot from ESA’s Mars Express is packed full of them, each as fascinating as the last.
Show HN: I built managed OpenClaw hosting with 60s provisioning in 6 daysIMAGE
clawhosters.com• Feb 11, 2026• 1 min read
Show HN: I built managed OpenClaw hosting with 60s provisioning in 6 daysHey HN,I'm Daniel, solo dev from Germany. I built ClawHosters (https://clawhosters.com), a managed hosting platform for OpenClaw, the open-source AI agent framework.Quick timeline: domain registered February 5th. First paying customer six days later. I probably should have spent more time on it, but it works.If you haven't seen OpenClaw, it lets you run a personal AI assistant that connects to Telegram, Discord, Slack, and WhatsApp. Self-hosting it is absolutely possible, but it's a pain. You're dealing with Docker setup, SSL certs, port forwarding, security hardening, keeping the image updated. Most people don't want to deal with any of that. They just want the thing running.That's what ClawHosters does. You pick a tier (EUR 19-59/mo), click create, and you've got a running instance with a subdomain. About 60 seconds if we have prewarmed capacity, maybe 90 seconds from a cold snapshot.Some technical details that might interest this crowd:*Subdomain routing chain.* Every instance gets
Puffy young exoplanets reveal origin of super EarthsIMAGE
spacedaily.com• Jan 8, 2026• 1 min read
Puffy young exoplanets reveal origin of super EarthsTokyo, Japan (SPX) Jan 08, 2026 Astronomers have identified a young planetary system that links newborn giant worlds to the compact super Earths and sub Neptunes that dominate the Milky Way. V1298 Tau, a star about 20 million years old, hosts four planets between the sizes of Neptune and Jupiter in close-in orbits, offering a snapshot of planets during a brief and dynamic stage of evolution. Over ten years, researchers c
Martian rock on the moveIMAGE
esa.int• Apr 9, 2025• 1 min read
Martian rock on the moveThis new snapshot from the European Space Agency’s Mars Express deftly captures the two distinct faces of Mars: ridged and rugged versus smooth and unmarked.
Advertisement
Proba-3 stargazing to warm up for corona observationsIMAGE
esa.int• Feb 24, 2025• 1 min read
Proba-3 stargazing to warm up for corona observationsEuropean Space Agency’s Proba-3 mission will create artificial solar eclipses in orbit, allowing scientists to study the Sun’s corona for longer periods of time than would be possible during eclipses observed from Earth. To test the functionality of Proba-3’s systems, researchers from the Royal Observatory of Belgium took a snapshot of a star field – in the very first image captured by the mission’s coronagraph.
Hubble traces hidden history of the Andromeda GalaxyIMAGE
esa.int• Jan 16, 2025• 1 min read
Hubble traces hidden history of the Andromeda GalaxyThe largest photomosaic of the Andromeda galaxy, assembled from NASA/ESA Hubble Space Telescope observations, unveils hundreds of millions of stars. It took more than 10 years to collect data for this colorful portrait of our neighbouring galaxy and was created from more than 600 snapshots. This stunning, colourful mosaic captures the glow of 200 million stars, and is spread across roughly 2.5 billion pixels.
Hubble Images a Classic SpiralIMAGE
nasa.gov• Jul 26, 2024• 1 min read
Hubble Images a Classic SpiralThis NASA/ESA Hubble Space Telescope image treats viewers to a wonderfully detailed snapshot of the spiral galaxy NGC 3430 that lies 100 million light-years from Earth in the constellation Leo Minor. Several other galaxies, located relatively nearby to this one, are just beyond the frame of this image; one is close enough that gravitational interaction is driving […]
Moozonian News
vertexapp.io• 1d ago• 1 min read
Show HN: Vertex, your personal archiver and annotatorHey Hacker News! I'd like to showcase Vertex.Vertex is a browser extension [1] (currently only Chrome) and a web app [2] for saving bookmarks (vertices) along with the source documents.You can save optional notes along with (almost) everything you can save on Vertex. You can organise your vertices into sets [3] or connect them together as you see fit. Your vertices can hold snapshot(s) of the source. These are self-contained, parseable MHTML documents which stay immutable independently of the source.Additionally, the Vertex extension will highlight your saved links (along with notes) as you browse.I built Vertex because of problems I faced — links I cared about silently changed or disappeared, and once my collection got large enough, I lost track of which identical-looking URL I wanted.Vertex sits between existing archiving systems like ArchiveBox [4] and note-taking applications like Obsidian [5] — snapshots on one side, annotations and a graph on the other. And unlike Wayback Machine
Moozonian News
zetken.com• 1d ago• 1 min read
Show HN: Zetken CI/CD StudioHello everyone, Please let me introduce the system, it's called Zetken CI/CD Studio. This is local CI/CD system to create and run pipelines on your computer. The system works on Windows, Linux and macOS. This is a standalone binary file with no CI server to configure, just download, run and open in browser. You can also migrate your existing pipelines from GitHub Actions, Azure DevOps and Jenkins. It would be awesome if you could check it and give me some feedback.Zetken currently provides these features: Local pipeline execution Native Zetken YAML Pipeline validation Run history and detailed logs Artifacts Build-linked source snapshots and comparison Runtime parameters Environment variables and environment files Secret masking Job dependencies with needs Parallel jobs Matrix jobs Cache restore/save hashFiles() Artifact downloads between dependent jobs Docker image build steps Migration Assistant for supported GitHub Actions, Azure DevOps, and Jenkins Declarative pipelines Zetken curre
Advertisement
Moozonian News
fdeploy.com• 3d ago• 1 min read
Show HN: I built self-hosted deployment automation tool for Windows and IISSeven years in the making (I admit that I did get a kid at some point which slowed down progress and brought it to a halt quite a few times), I decided to finaly release it, with a rather drastic change to the now (I believe) generous licensing model.Unlike current major players in this field, I decided to go with uncrippled, free version for commercial use for corps with up to 1M USD ARR. I poured my heart and soul into this, not because I was looking for financial success, but because I felt it just had to be done, given the price hikes wherever you look today. While my wife and kid were enjoying the beach during a vacation, I was using the time to figure out how to best tackle the problem with variable substitution and snapshots, a rather important part of the software. Pulling your hair kind of thing, many of you have likely been there, but darn does it feel good once you solve it! I know, not the best use of my time, but on the other hand, I hate the beach, so I guess this was an
Moozonian News
news.ycombinator.com• 3d ago• 1 min read
Ask HN: What eval harness holds up in practice, and what is still missing?There’s no shortage of eval frameworks, but once you move past simple single-turn prompt checks into multi-step, tool-calling agents, most of them start to feel either too heavy or too brittle for CI. Testing intermediate trajectories, retries, and non-deterministic state often turns into flaky LLM judges, slow test runs, or snapshot diffs that become painful to maintain.For people evaluating production LLM apps or agents, what harness or setup has actually held up for you without creating more maintenance than it saves? Are you using a dedicated open-source/commercial framework, or did you eventually fall back to custom runners and curated golden sets? And what’s the biggest thing you still wish current eval tooling handled better?
Moozonian News
news.ycombinator.com• 5d ago• 1 min read
Ask HN: Will AI trigger mass IP protectionism in software?One of the reasons AI is so "good" at software development is that it is trained on a snapshot of a large corpus of already solved software problems.In the future, wouldn't that make anyone who produces original code become more cautious of sharing it, being aware that it will just be fed into the "hive mind" and they'll never get any attribution or financial gain out of it?Or has the value of code, tools and software become so cheap it doesn't really matter anymore?
Advertisement
Moozonian News
github.com• Aug 21, 2026• 1 min read
Show HN: Waltier – a generalized version of Cursor's S3 WALHi HN! Got nerd-sniped by the "Git at any scale"[1] blog post and made a generalized version of their S3 WAL with support for read replicas.Instead of a single WAL file like theirs, WalTier has snapshots so it can be a bit larger (GBs rather than MBs). Git is unique in that the WAL can be tiny, because packfiles have their own indexes.[1] https://cursor.com/blog/git-at-any-scale
Moozonian News
github.com• Aug 20, 2026• 1 min read
Show HN: Do-over, undo for AI agent shell commandsHello HN,I built this after a coding agent deleted my files while tidying a project. Do-over plugs into Claude Code's hooks and snapshots what a command is about to touch right before it runs.I know what you're thinking. Why don't you just commit more often?This tool doesn't seek to replace git. What it does is: [1] Protect the stuff git doesn't protect: your untracked/ignored files and files that exist outside your repo (which is how a guy lost 50GB of data - Claude code issue tracker) [2] Protects you when git itself is weaponized by your agent: git checkout ., git clean -fd, and git reset --hard (a three year old Unity project was deleted this way - Claude Code issue tracker) [3] Protects you in the case when you're just forgetful and don't commitIt really is a simple safeguard to potential headaches. And it's a last mile effort that secures what current measures can't. That includes sandboxes, checkpoints, git.
Moozonian News
sports.yahoo.com• Aug 18, 2026• 1 min read
Upgrade or Downgrade at Defensive TackleThe interior of the defensive line is the polar opposite of the guys on the edge. Basically everyone who played a meaningful amount of snaps is gone from the program. Starting tackles Deven Eastern and Jalen Logan-Redding are gone, as are Rushawn Lawrence and Nate Becker who saw the most action as backups. So the […]