Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Payload package deployment from the JAXA airlock using the Canadarm2 with the Special Purpose Dexterious Manipulator (SPDM). This timelapse shows the two smaller arms on SPDM grappling a materials exposure payload (MISSE) and moving it away. I especially like the sun angles moving around the window frame like a...

143,895 Aufrufe • vor 1 Jahr •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

On April 26th, 2026, the Japan Meteorological Agency's Himawari-8 satellite captured a full day of Earth. Every ten minutes, for twenty-four hours, it photographed a complete hemisphere of the planet. One hundred forty-four individual photographs. No editing for content. No compositing. No CGI. No green screen. No hologram. No drawings. These are photographs, assembled into video. Himawari-8 is a geostationary weather satellite operated by Japan. It orbits at roughly twenty-two thousand miles above the equator, remaining fixed over one spot on the planet, orbiting at the same rate Earth rotates. It was launched in 2014. It takes photographs of Earth in visible light and infrared. It does this every ten minutes, every single day, year after year. These images are available to the public. Meteorologists worldwide use them for weather forecasting. News organizations use them. Scientists use them. You can access them yourself right now. What you're seeing over that twenty-four hour period is the terminator line moving -- the day-night boundary shifting as the planet's rotation carries different regions into and out of sunlight, all viewed from a fixed point in space. It is not a composite. It is not a trick. The curvature you see is not distortion. It is not perspective compression. It is the actual shape of the Earth as photographed by an independent satellite operated by a nation with no interest in perpetuating a NASA conspiracy. This is what Earth looks like from space. This is the globe holding atmosphere in place with gravity as you witness weather patterns moving across its surface. This is reality. (No fisheye lens was harmed in the making of this video.)

Alex Boge

12,092 Aufrufe • vor 2 Monaten

Alhamdulilah. Now this is what we call a huge web3 did What a wonderful journey it has been. Almost done with my first house. And honestly, it doesn’t feel like just a structure being completed… it feels like a reflection of everything that came before it. time, discipline, mistakes, exposure all quietly compounding. › 2023 The Beginning It started with no real direction. I was grinding, exploring, trying things without fully understanding where it all leads. There was no structure yet… just curiosity, repetition, and a lot of learning through trial and error. I was simply moving, even when I didn’t fully know what I was moving toward. › 2024 Things Start to Form Then things began to shift. Not overnight but gradually, through exposure and experience. I entered deeper into the space and connected with OGs in the TON ecosystem And slowly, one important lesson became clear: it’s not just effort that matters… it’s information, timing, and the people you learn from. › So I also started trading as well Trading became a major part of my learning curve. Forex & Perps showed me risk in its raw form mehnn 🙂‍↔️ taught me discipline and patience. Memecoins show me shege rugs up and down Along the way, I learned from different people PMO, not just strategies, but perspectives. Each one added something I didn’t have before. › Late 2024 Structure Appears Then came a different phase. I signed my first structured deal with sign a monthly arrangement that brought a new level of stability into my journey. For the first time, things were not just random wins and losses… there was structure, expectation, and consistency. Then came the TGE. Execution was clean. The ecosystem moved properly. And as early participants, we experienced meaningful upside not just financially, but in understanding how systems actually work when they’re built well. › Now The Reflection Almost done with something physical. But the deeper truth is this: the house is just the surface. what actually got built was the person. through risk, through losses, through discipline, through time. This is not a story about outcomes. It is a story about becoming. And I am still becoming. Grateful for the journey so far. Still building.

Tajudeen ♟️

37,862 Aufrufe • vor 3 Monaten

004/100 Buttons. A bit of the process on building an animation. When looking at a finished animation or in this example a finished button, it can look quite complex inside the CSS. But when building it, it’s more like a lot of simple steps, one after another. Here I had the idea to make some kind of text animation like the footer logo on the Osmo site. I try to add the base animation with no complex easing, for example transition: translate 0.4s ease. Starting with just moving the one text from bottom to top and the other text to top. Adding a stagger, play around with it. Searching for a way to make it more circular. On the research I found the sin() function inside CSS which can build a more smooth non linear curve for the stagger which creates this circular effect. And step by step adding more complexity like, different easing for hover/hover-out, opacity, 3D transform and more. I use also the sin() function to rotate the letters, so the middle ones are getting more rotated than the outer ones. Another thing which helps is to add a small delay on hover, for example 0.05s or 0.1s, you don’t really see the difference, but when you hover pretty fast on and out it doesn’t get that jumpy. I’m using here GSAP’s SplitText to split every char into spans. And then I’m adding a CSS index variable to every span, starting from the center. SplitText can provide CSS index variables, but you cannot tell it from which direction. For the sin() it’s also important to have a max length, so I add another CSS variable with the max char number on it. Crafting 100 Buttons with Osmo ⏳ Total time: 63h

Eduard Bodak

166,023 Aufrufe • vor 2 Monaten

Karpathy's Agentic Engineering finally has proper tooling! (built by Google) Karpathy defined agentic engineering as the discipline that separates production agent work from vibe coding. The core skills he listed were spec design, eval loops, and security oversight. The problem has been that practicing this still requires a different tool for every phase: - editor for code - a terminal for scaffolding - a browser for testing - a cloud console for deployment - and a separate framework for evals. Every transition is a context switch. The solution to production-grade Agentic Engineering is now actually implemented in Google’s Agents CLI. It covers the entire workflow in one place for scaffolding, evaluating, and deploying ADK agents. One setup command injects 7 ADK-specific skills into a coding agent's context, which lets it handle scaffolding, evals, deployment, and enterprise registration through natural language. I tested this end-to-end by building a RAG agent from scratch using Claude Code. It scaffolded the full project from the ADK agentic_rag template, generated 20 eval scenarios with LLM-as-judge scoring, and returned a quantitative scorecard. Finally, it also deployed everything to Agent Runtime and registered the agent to Gemini Enterprise, so the entire org can discover and use it. The video below shows this in action, and I worked with the Google Cloud team to put this together. Agents CLI GitHub repo → (don't forget to star it ⭐ ) I wrote up the full build covering all six steps from install to enterprise registration. It includes the eval scorecard, the instruction loophole the eval caught before deployment, and what the deployment process actually looks like end-to-end. Read it below.

Akshay 🚀

254,274 Aufrufe • vor 15 Tagen

Two weeks ago I fixed one of my teeth with algorithms I wrote a couple of years ago! I got hooked by 3D scanning when I started to work for a software shop in Zurich that was programming 3D computational geometry algorithms for denture scanning to produce crowns (and more). Back then, a typical reconstruction pipeline was like: scan the patient’s teeth using an intraoral scanner, reconstruct the surface mesh, design the restoration digitally, and finally mill the crown out of ceramic. We were working mostly with point clouds and meshes, but it wasn’t just math, it was craftsmanship translated into a digital process. Every micron mattered. You could literally see how a good algorithm meant a better fit in someone’s mouth. Gaussian Splatting isn’t about surface reconstruction, it’s about appearance reconstruction. It doesn’t care about explicit topology, it captures how light interacts with the scene. In a sense, it’s the opposite philosophy of the dental world: instead of modeling what the object is, it models how the object looks. 3D Gaussian Splatting enables applications like training self driving cars, teaching robots to understand their environment, creating virtual worlds, or monitoring real sites. It represents scenes as millions of small Gaussians rendered in real time without the need for meshes or textures. Coming from a world where precision geometry was everything, this shift felt natural. It’s still about reconstruction, but with a different goal: not manufacturing a perfect object, but reproducing how the world actually looks. Two weeks ago I got my first dental crown, made with the same software, reconstruction algorithms, and Swiss precision I once helped develop. I haven’t worked there in two years, but sitting in that chair and seeing the process from the other side was a proud moment. It reminded me why I love this field.

MrNeRF

289,948 Aufrufe • vor 8 Monaten