754 results for experiment

nasa.gov
NASA Kicks Off Biological Research Aboard Space Stationhttps://www.nasa.gov/image-article/nasa-kicks-off-biological-research-aboard-space-station/Crew members are kicking off operations for several biological experiments that recently launched to the International Space Station aboard NASA’s 32nd SpaceX commercial resupply services mission. These include examining how microgravity affects production of protein by microalgae, testing a microscope to capture microbial activity, and studying genetic activity in biofilms. Microalgae in microgravity This ice […]
Apr 30, 2025 2:00 PM
esa.int
Ignis sciencehttps://www.esa.int/Science_Exploration/Human_and_Robotic_Exploration/Ignis_scienceESA project astronaut Sławosz Uznański-Wiśniewski will conduct a variety of science experiments and technology demonstrations during the Ignis mission. While the International Space Station is a home away from Earth for astronauts, it is, above all, a state-of-the-art laboratory in orbit. Its unique microgravity environment allows researchers to study phenomena that are impossible to replicate on our planet.
Apr 28, 2025 2:57 PM
bing.com
Forget about mousetraps – scientists build a better, less splashy urinalhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d7ff21a4541179e1e3693e07eb426&url=https%3A%2F%2Fnewatlas.com%2Fgood-thinking%2Furinal-less-urine-splashback%2F&c=2743346850137108510&mkt=en-usUrine doesn't belong on the floor, and it definitely doesn't belong on our clothes. An experimental new urinal design could help keep it from getting to those locations, by virtually eliminating the ...
Apr 24, 2025 6:19 PM
news.ycombinator.com
OpenAI's new enterprise AI guide is a goldmine for real-world adoptionhttps://news.ycombinator.com/item?id=43748225If you’re trying to figure out how to actually deploy AI at scale, not just experiment, this guide from OpenAI is the most results-driven resource I’ve seen so far.It’s based on live enterprise deployments and focuses on what’s working, what’s not, and why.Here’s a quick breakdown of the 7 key enterprise AI adoption lessons from the report:1. Start with Evals → Begin with structured evaluations of model performance. Example: Morgan Stanley used evals to speed up advisor workflows while improving accuracy and safety.2. Embed AI in Your Products → Make your product smarter and more human. Example: Indeed uses GPT-4o mini to generate “why you’re a fit” messages, increasing job applications by 20%.3. Start Now, Invest Early → Early movers compound AI value over time. Example: Klarna’s AI assistant now handles 2/3 of support chats. 90% of staff use AI daily.4. Customize and Fine-Tune Models → Tailor models to your data to boost performance. Example: Lowe’s fine-tuned OpenAI models and saw 6
Apr 21, 2025 3:08 AM
github.com
Show HN: A toy MCP for AI agents to code, run, and see output of GPU code safelyhttps://github.com/mehmetoguzderin/shaderc-vkrunner-mcpEver wondered what happens when you let an AI agent loose on GPU pipeline programming, including shaders? `shaderc-vkrunner-mcp` enables you to find out, without risking any actual GPU or dealing with driver or OS stuff.The core idea is to give AI agents the ability to write, compile, and run GPU code and iterate safely or stably, then let you see the output if desired – all completely locally.It runs entirely inside Docker using Mesa's software Vulkan driver. No need to try to paravirtualize any actual physical GPU, meaning agents can experiment with fancy Vulkan features – atomics, subgroups, cooperative matrices, and more – safely on the CPU. It's surprisingly capable of testing logic, even if it's slow.I went with Vulkan since it's cross-platform (drivers provide it well these days, Mesa runs almost everywhere, and MoltenVK exists for Mac users wanting to experiment similarly), has a sufficient set of exposed primitives for hardware to accelerate the code to competitive levels, eno
Apr 13, 2025 12:17 AM
nasa.gov
NASA’s SpaceX 32nd Resupply Mission Launches New Research to Stationhttps://www.nasa.gov/missions/station/iss-research/nasas-spacex-32nd-resupply-mission-launches-new-research-to-station/NASA and SpaceX are launching the company’s 32nd commercial resupply services mission to the International Space Station later this month, bringing a host of new research to the orbiting laboratory. Aboard the SpaceX Dragon spacecraft are experiments focused on vision-based navigation, spacecraft air quality, materials for drug and product manufacturing, and advancing plant growth with […]
Apr 10, 2025 2:00 PM
reporoast.fun
Show HN: Repo Roast – a real-time feed of the funniest comments on GitHubhttps://www.reporoast.fun/Hey HN - I'm Mason, and I'm excited to share a fun side project I've been working on recently: Repo Roast.For me, Github often feels like a serious (and sometimes soulless) place. I built this website to showcase the human, silly side of developers. Repo Roast is built on top of LLM-powered GitHub analytics tooling we’re developing internally at Merit Systems [0].One of the historically cited weak points for LLMs has been their sense of humor. I found that with the right prompt, at scale, they mostly can _identify_ humor pretty well. We experimented with a couple of different models to tune the cost/effectiveness and eventually landed on a strategy where we have gpt-4o-mini do a very light filter pass to reduce the number of calls to GPT-4o to do the actual humor scoring. Interestingly, our first prompt attempts ended up surfacing wayyy more aggressively NSFW content, which is funny that this happens despite all the censoring that OpenAI is doing.So far we have processed the last 90 da
Apr 9, 2025 7:10 PM
nasa.gov
La NASA aumenta su eficiencia con un piso modificado para el avión X-66https://www.nasa.gov/image-article/la-nasa-aumenta-su-eficiencia-con-un-piso-modificado-para-el-avion-x-66/Lee esta historia en español aquí. La NASA diseño unas tablas de piso temporales para el avión MD-90, que se utilizaran mientras el avión se transforma en el demostrador experimental X-66. Estas tablas de piso protegerán el piso original y agilizarán el proceso de modificación. En apoyo al proyecto Demostrador de Vuelo Sostenible de la agencia, […]
Apr 3, 2025 5:03 PM
news.ycombinator.com
Show HN: Vibe Styler – Transform Any Website's Style With a Prompt + Gemini 2.5https://news.ycombinator.com/item?id=43555608I vibe coded a Chrome extension that lets you redesign any website using a simple prompt, powered by Gemini 2.5 Pro's million-token context window. It analyzes the full DOM and existing CSS, then generates contextually-aware styles based on your requests – from specific tweaks ("make the header sticky") to complete themes ("apply cyberpunk aesthetics").The extension maintains style persistence across visits, handles CSP gracefully, and lets you manage styles per website. All processing happens through the Gemini API (you'll need your own key), with no intermediate servers. The API is currently free to use.Note: Since the extension sends the entire context of the website to Gemini, be careful not to send any sensitive data.Try asking it to style as "Star Wars" or "Simpsons", or "add subtle animations to all buttons" – it's pretty fun to experiment with!GitHub: https://github.com/majidmanzarpour/vibe-stylerDemo: https://x.com/majidmanzarpour/status/1907275311798206561
Apr 2, 2025 11:31 AM
nasa.gov
NASA History News and Notes–Spring 2025https://www.nasa.gov/history/nasa-history-news-and-notes-spring-2025/The NASA History Office brings you the new Spring 2025 issue of NASA History News & Notes reflecting on some of the transitional periods in NASA’s history, as well as the legacies of past programs. Topics include NASA’s 1967 class of astronauts, historic experiments in airborne astronomy, NASA’s aircraft consolidation efforts in the 1990s, lightning […]
Apr 1, 2025 3:09 PM
bing.com
Google’s Best Gemini AI Chatbot Is Now Free To Use — But There’s A Catchhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d5f6b3f634f509718b682a03a75d3&url=https%3A%2F%2Fwww.forbes.com%2Fsites%2Fpaulmonckton%2F2025%2F03%2F31%2Fgoogles-best-gemini-ai-chatbot-is-now-free-to-use---but-theres-a-catch%2F&c=8887314286267482788&mkt=en-usFollowing a surprise announcement, Google has made its new AI chatbot, Gemini 2.5 Pro Experimental, free to use, giving everyone access to the company’s “most intelligent AI model” without a paid ...
Mar 30, 2025 11:05 PM
nasa.gov
NASA Boosts Efficiency with Custom X-66 Flooringhttps://www.nasa.gov/image-article/nasa-boosts-efficiency-with-custom-x-66-flooring/NASA designed temporary floorboards for the MD-90 aircraft to use while it is transformed into the X-66 experimental demonstrator aircraft. These floorboards will protect the original flooring and streamline the modification process. Supporting the agency’s Sustainable Flight Demonstrator project, a small team in the Experimental Fabrication Shop at NASA’s Armstrong Flight Research Center in Edwards, […]
Mar 28, 2025 9:00 PM
proxylity.com
Show HN: UDP and Serverlesshttps://proxylity.com/landing/love.htmlHi HN!I'm Lee, the founder and developer of Proxylity.I became interested in UDP as a part of exploring game development, experimenting with IoT/embedded, and running global RADIUS authentication systems. I even wrote a specialized load balancer for it[1].One of my takeaways is how little innovation has happened in UDP-based backend software. It's been the same pattern for decades: old code for stateful processes running on clusters, VMs or containers. Familiar, but expensive (time and/or money) and restrictive.Meanwhile, while the HTTP world has benefited from eliminating most barriers to experimentation: setting up a new HTTP API or site has little to no initial cost, and usage-based cost once running. As a result we have "the web" as we know it today -- full of experimentation and creativity. I'd like to see the same happen for network services in general, and ride the wave created by giants[2][3].UDP is stateless and serverless is stateless, which seems like a match that works. So
Mar 7, 2025 5:34 PM
nasa.gov
ROAMX testing in the Planetary Aeolian Laboratory (PAL) at NASA Ames Research Centerhttps://www.nasa.gov/centers-and-facilities/ames/roamx-testing-in-the-planetary-aeolian-laboratory-pal-at-nasa-ames-research-center/During 2024-2025, helicopter blades optimized for Mars were tested in the Planetary Aeolian Laboratory (PAL) at NASA Ames Research Center as part of the Rotor Optimization for the Advancement of Mars eXploration (ROAMX) project. The experimental test-chamber of the PAL can be depressurized to create atmospheric air pressures of different planetary bodies such as Mars. […]
Mar 5, 2025 10:53 PM
news.ycombinator.com
Ask HN: How do I finish this lottery scheme?https://news.ycombinator.com/item?id=43186483This is a cryptography problem I haven't solved yet.[1] Maybe there is some background research in distributed computing that I don't know about yet.The State of Utopia is a distributed, AI-run, Utopian state, and has certain scarce resources such as citizenships and money that in the interest of fairness must sometimes be granted by lottery, since there is no such thing as half a citizenship for example, or it might have a Universal Basic Income level that it sets in an experiment and only has money to give to a certain number of people, and it doesn't scale to trying to run the experiment on everyone at once.However, absent trust, there is a problem with attackers who want to compromise the entire system to choose their own lottery winner - for example so they can set up a corrupt black market where they choose the lottery winners and require payment for their choice. Or they can just choose themselves as winners.How could the population of Utopia trust the random number which repres
Feb 26, 2025 6:24 PM
nasa.gov
Science in Orbit: Results Published on Space Station Research in 2024https://www.nasa.gov/missions/station/iss-research/science-in-orbit-results-published-on-space-station-research-in-2024/NASA and its international partners have hosted research experiments and fostered collaboration aboard the International Space Station for over 25 years. More than 4,000 investigations have been conducted, resulting in over 4,400 research publications with 361 in 2024 alone. Space station research continues to advance technology on Earth and prepare for future space exploration missions. […]
Feb 25, 2025 3:00 PM
esa.int
Have we been wrong about why Mars is red?https://www.esa.int/Science_Exploration/Space_Science/Mars_Express/Have_we_been_wrong_about_why_Mars_is_redThe Red Planet’s iconic rusty dust has a much wetter history than previously assumed, find scientists combining European Space Agency (ESA) and NASA spacecraft data with new laboratory experiments on replica Mars dust. The results suggest that Mars rusted early in the planet’s ancient past, when liquid water was more widespread.
Feb 25, 2025 10:00 AM
bing.com
Winged eyeliner is officially out (according to Gen Z)—here's how to wear it in 2026http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cde96380346b69f1178ed4c9b2589&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Flifestyle%2Fshopping%2Fwinged-eyeliner-is-officially-out-according-to-gen-z-here-s-how-to-wear-it-in-2025%2Far-AA1zzVaJ&c=15120106061395960299&mkt=en-usEyeliner is back, but it doesn't look the same as you may remember. Gen Z is redefining eyeliner trends with softer and more natural styles, moving away from sharp, dramatic winged looks. Experiment ...
Feb 22, 2025 9:00 AM
apps.apple.com
Show HN: Life Badger – A To-Done App Instead of a To-Do Apphttps://apps.apple.com/us/app/life-badger-achievement-log/id6502265931Over the past few years, I’ve built and released several indie apps, experimenting with different ideas and business models along the way. My latest project, Life Badger, is an achievement tracker that focuses on celebrating what you’ve done rather than just listing what you need to do. The idea started from a few very specific use cases—I wanted an application to track planes I’ve flown on, national parks I’ve visited, and theater shows I’ve seen.The Problem with To-Do AppsTo-do apps are everywhere. They help organize tasks, prioritize work, and boost productivity. If you’re the kind of person who thrives on getting things done and checking off boxes, this can be done in more than one way. I want to avoid a cycle where progress feels like a never-ending obligation rather than a source of motivation.I wanted to flip this concept on its head. Instead of focusing on what’s left to do, Life Badger is all about celebrating what you’ve already accomplished. The idea was simple: track achiev
Feb 12, 2025 12:13 AM
nasa.gov
Robot Gets a Griphttps://www.nasa.gov/image-article/robot-gets-a-grip/Blue tentacle-like arms attached to an Astrobee free-flying robot grab onto a “capture cube” in this image from Feb. 4, 2025. The experimental grippers demonstrated autonomous detection and capture techniques that may be used to remove space debris and service satellites in low Earth orbit. The Astrobee system was designed and built at NASA’s Ames […]
Feb 6, 2025 8:50 PM