
spacewar.com
Stacked metasurfaces use light and spacing to lock holographic datahttps://www.spacewar.com/reports/Stacked_metasurfaces_use_light_and_spacing_to_lock_holographic_data_999.htmlTokyo, Japan (SPX) Feb 04, 2026 A research team at Pohang University of Science and Technology (POSTECH) has demonstrated a secure holographic platform that encodes and reveals information using only the wavelength of light and the spacing between stacked metasurface layers. The approach targets the growing limitations of conventional digital security by shifting the encryption key from electronic code to the physical propertiFeb 4, 2026 1:04 PM

spacedaily.com
Exploding primordial black hole model may link extreme neutrino and dark matterhttps://www.spacedaily.com/reports/Exploding_primordial_black_hole_model_may_link_extreme_neutrino_and_dark_matter_999.htmlAmherst MD (SPX) Feb 04, 2026 In 2023, a subatomic particle called a neutrino crashed into Earth with such a high amount of energy that it should have been impossible. In fact, there are no known sources anywhere in the universe capable of producing such energy - 100,000 times more than the highest-energy particle ever produced by the Large Hadron Collider, the world's most powerful particle accelerator. However, a team of pFeb 4, 2026 1:04 PM

spacedaily.com
Global partners advance plans to harden submarine cable networkshttps://www.spacedaily.com/reports/Global_partners_advance_plans_to_harden_submarine_cable_networks_999.htmlMadrid, Spain (SPX) Feb 04, 2026 Governments, industry representatives and international organizations from over 70 countries have agreed on new guidance to strengthen the resilience of submarine telecommunications cables at the International Submarine Cable Resilience Summit 2026 in Porto, Portugal. The event focused on protecting the subsea infrastructure that underpins global digital communications and economic activity.Feb 4, 2026 1:04 PM
chessboard3d.app
Show HN: A 3D chessboard sandbox with optional WebGPU path tracinghttps://chessboard3d.app/I wanted to explore GPU ray tracing, so I built a free chess board that feels like playing at a café in real life.The goal was over-the-board (OTB) realism. It’s a physics-based sandbox where you manually drag pieces, move the rook for castling, and clear captured pieces yourself. You can even knock them over. The original idea came from my friend, Drew Olbrich (lunarskydiving.com), who built an SGI-based version of this concept at PDI in the '90s.I spent three decades writing rendering code at PDI/DreamWorks and NVIDIA. I wrote the rendering pipeline from scratch in WebGPU. It defaults to an optimized rasterized "fast path" but if you have a good GPU, you can enable a real-time path tracer in the settings. I implemented this using a 4-layer depth-peeled G-Buffer and Hierarchical Z-Buffer DDA for ray marching, supporting multi-bounce GI and environment map importance sampling.The scene is lit entirely by a single HDRI environment map, with no local light sources. Since I’m a programmerFeb 4, 2026 12:52 PM
bing.com
Charles Bediako’s attorneys request new preliminary injunction hearing datehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d61126e104702a14ab424cb49a1fb&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Fnews%2Fnews%2Fcharles-bediako-s-attorneys-request-new-preliminary-injunction-hearing-date%2Far-AA1VFHMo&c=5468547832599540041&mkt=en-usCharles Bediako's attorneys have requested that his preliminary injunction hearing be postponed until Feb. 16-18, according to court documents.Feb 4, 2026 9:38 AM
bing.com
Johnson & Johnson expects much more growth aheadhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d7b58989b46d9b99f4ea3c9f56058&url=https%3A%2F%2Fwww.fool.com%2Finvesting%2F2026%2F02%2F04%2Fjohnson-jnj-back-to-double-digit-growth-stock%2F&c=8750312871871007209&mkt=en-usLast month, Johnson & Johnson reported its full-year results for 2025. It was another solid year for the business, with revenue climbing by 6% to $94.2 billion. That's in line with what investors have ...Feb 4, 2026 8:04 AM
news.ycombinator.com
Ask HN: Tech Debt War Storieshttps://news.ycombinator.com/item?id=46881457What is the common thread among tech debt-crippled companies you've worked in? Not enough man hours to pay it down, difficulty to align engineering's willingness to pay it down with product's focus on new features, or something else? How can it be that, in the age of AI code gen, we haven't yet managed to solve this once and for all?Feb 4, 2026 4:25 AM
news.ycombinator.com
Show HN: WarpParse – Rust ETL engine 1.5–8x faster than Vectorhttps://news.ycombinator.com/item?id=46880903Hey HN, We’ve been working on WarpParse, an open-source (Apache 2.0) ETL engine built in Rust, and we’re excited to share it with you today. We built it because we found that existing tools often struggled with resource efficiency or configuration complexity when handling massive log volumes. WarpParse aims to solve this with: Performance: 1.5x to 8x higher throughput than Vector in our benchmarks. Efficiency: Uses ~1/3 the CPU and ~37% of the memory of Vector under similar loads. DSLs: We created WPL (Warp Parse Language) for strong-typed parsing and OML (Object Modeling Language) for declarative data enrichment with native SQL integration. We’ve also built a visual editor (WpEditor) to make rule-writing less of a headache. We’d love to hear your thoughts on the architecture, the DSL approach, or any feedback you have after checking out the repo. GitHub: https://github.com/wp-labs Editor: https://editor.warpparse.ai As a fledgling open-source project, we deeply recognize the power of Feb 4, 2026 2:59 AM
ansicolor.com
Show HN: AnsiColor, resilient ANSI color codes for your TUIhttps://ansicolor.comHi HN. AnsiColor constructs resilient ANSI color codes for your TUI, cli app or prompt. Colors that will work regardless of the user's terminal theme.I built this after experiencing the hilarious illegibility of Codex CLI when running with Solarized Dark. If a zillion dollar company can't get it right, we need better tools.It comes with these themes: Andromeda Ayu Dark/Light Bearded Dark/Light Catppuccin Frappe Catppuccin Latte Catppuccin Macchiato Catppuccin Mocha Dracula GitHub Dark Gruvbox Monokai Dark/Light Nord One Dark/Light Palenight Panda Solarized Dark/Light Synthwave 84 Tailwind Tokyo Night Dark/LightFeb 3, 2026 11:33 PM
news.ycombinator.com
Show HN: OpenSymbolicAI – Agents with typed variables, not just context stuffinghttps://news.ycombinator.com/item?id=46876687Hi HN,We've spent the last year building AI agents and kept hitting the same wall: prompt engineering doesn't feel like software engineering. It feels like guessing.We built OpenSymbolicAI to turn agent development into actual programming. It is an open-source framework (MIT) that lets you build agents using typed primitives, explicit decompositions, and unit tests.THE MAIN PROBLEM: CONTEXT WINDOW ABUSEMost agent frameworks (like ReAct) force you to dump tool outputs back into the LLM's context window to decide the next step.Agent searches DB.Agent gets back 50kb of JSON.You paste that 50kb back into the prompt just to ask "What do I do next?"This is slow, expensive, and confuses the model.THE SOLUTION: DATA AS VARIABLESIn OpenSymbolicAI, the LLM generates a plan (code) that manipulates variables. The actual heavy data (search results, PDF contents, API payloads) is stored in the Python/runtime variables and is never passed through the LLM context until a specific primitive actually neFeb 3, 2026 8:19 PM
github.com
Show HN: Clawdstrike – a security toolbox for the OpenClaw ecosystemhttps://github.com/backbay-labs/clawdstrikeHi HN.OpenClaw has been popping claw for weeks now…We’ve seen the same question come up again and again: “This is fun but how do we no get fuk?”My answer: Clawdstrike.It’s an open-source toolbox for developers who want to ship EDR-style apps and security infrastructure to the OpenClaw ecosystem.Disclaimer: this is an unpublished alpha (APIs will change). Beta is planned within ~7 days (aiming for Feb 10, 2026). Not audited—please treat as experimental.Here’s my take: the first wave of “make autonomous agents safe where users are literally yoloing their entire system without even watching” is actually pretty simple.Security needs to live at the boundary between an agent’s intent and action — the moment it tries to read/write files, patch code, call tools, or reach the network.Not just “visibility.” Not just logs. But enforcement + proof.What Clawdstrike gives you: - Fail-closed guards at the agent/tool boundary - Block sensitive paths, control network egress, detect secrets, validate paFeb 3, 2026 7:19 PM
github.com
Show HN: C discrete event SIM w stackful coroutines runs 45x faster than SimPyhttps://github.com/ambonvik/cimbaHi all,I have built Cimba, a multithreaded discrete event simulation library in C.Cimba uses POSIX pthread multithreading for parallel execution of multiple simulation trials, while coroutines provide concurrency inside each simulated trial universe. The simulated processes are based on asymmetric stackful coroutines with the context switching hand-coded in assembly.The stackful coroutines make it natural to express agentic behavior by conceptually placing oneself "inside" that process and describing what it does. A process can run in an infinite loop or just act as a one-shot customer passing through the system, yielding and resuming execution from any level of its call stack, acting both as an active agent and a passive object as needed. This is inspired by my own experience programming in Simula67, many moons ago, where I found the coroutines more important than the deservedly famous object-orientation.Cimba turned out to run really fast. In a simple benchmark, 100 trials of an M/M/Feb 3, 2026 4:09 PM
news.ycombinator.com
Show HN: Folion – Local-first Windows file search with a semantic RAG layerhttps://news.ycombinator.com/item?id=46872030Hi HN,I’m a solo dev, and after a first push amongst some close friends, I’m finally sharing Folion (https://www.folionapp.com).I built this because I struggle with what I call digital hoarding. My folders are full of files like final_v2_edit.docx and draft_2024_backup.pdf. Tools like Everything are great if I remember the filename, but I usually only remember the concept of what was inside.The Tech & Privacy: Folion indexes your folders locally using a vector store on your machine. I’ve added a RAG-based search engine that operates locally and an LLM layer via AWS Bedrock so you can chat with your files. Your index and embeddings never leave your device; only the specific snippets retrieved for a query are sent to the LLM for response generation.Quick 30-second trailer: https://www.youtube.com/watch?v=94puRu4GMKg (Full 14-min demo on the website).Being Realistic About Limitations: Since this is a solo project, I want to be upfront about what it is and isn't:It’s a Precision Tool: For Feb 3, 2026 3:17 PM

spacepolicyonline.com
NASA Will Wait Until March for Artemis IIhttps://spacepolicyonline.com/news/nasa-will-wait-until-march-for-artemis-ii/NASA is passing on this month’s opportunity to send astronauts around the Moon on the Artemis II mission. March is the new target, with five available dates starting March 6. […]Feb 3, 2026 12:46 PM

spacedaily.com
Laser method proposed to extend muon lifetime for science applicationshttps://www.spacedaily.com/reports/Laser_method_proposed_to_extend_muon_lifetime_for_science_applications_999.htmlLondon, UK (SPX) Jan 28, 2026 Unless they work in particle physics or a related discipline, most people are unlikely to have encountered muons, elementary particles that resemble electrons but are around 200 times heavier and interact only weakly with matter. This combination of properties enables muons to penetrate dense materials and be used in imaging techniques similar to X rays, but on the scale of large and heavy strucFeb 3, 2026 11:07 AM

spacedaily.com
Smartphone kit offers low cost on site radiation dose checkshttps://www.spacedaily.com/reports/Smartphone_kit_offers_low_cost_on_site_radiation_dose_checks_999.htmlLos Angeles CA (SPX) Jan 29, 2026 Prompt, individual dose assessment is a critical part of protecting people after large scale nuclear or radiological incidents, but traditional dosimetry relies on expensive instruments or laboratory processing that can delay decisions on medical care. Researchers at Hiroshima University have now demonstrated a portable, low cost system that pairs a small piece of radiochromic film with a foldabFeb 3, 2026 11:07 AM
bing.com
How to Find Mental Health Services Near Youhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8974bf41594bb1a71151f8ff266eaa&url=https%3A%2F%2Fwww.healthline.com%2Fhealth%2Fmental-health%2Fmental-health-services&c=862705018577152152&mkt=en-usMental health support is often closer than you think. Learn how to navigate your options and get the care you need. Finding mental health support can feel overwhelming, especially when you’re already ...Feb 3, 2026 10:51 AM
bing.com
Uncertainty Is a Part of Stock Investing. Here’s How to Account for Ithttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d921e425d43e1b7bd78d842431d16&url=https%3A%2F%2Fwww.morningstar.com%2Fstocks%2Funcertainty-is-part-stock-investing-heres-how-account-it&c=10344808554807149670&mkt=en-usSusan Dziubinski: Guillermo had a question about Morningstar’s Uncertainty Rating. He observes that you often suggest that having a High Uncertainty Rating isn’t as good as having a Medium or a Low ...Feb 3, 2026 8:39 AM
bing.com
Leo Noboru Limahttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d4093b44d4c36af8cc03696fd2da8&url=https%3A%2F%2Ftvline.com%2Fauthor%2Fleonoborulima%2F&c=12712090502022511786&mkt=en-usLeo has been obsessed with investigating sitcom structure since his teens, having been drawn to the form by shows like Arrested Development, 30 Rock, and Community, and began scripting pilots for fun ...Feb 3, 2026 7:40 AM

spacedaily.com
NASA conducts vital tests ahead of slated Moon missionhttps://www.spacedaily.com/reports/NASA_conducts_vital_tests_ahead_of_slated_Moon_mission_999.htmlNew York (AFP) Feb 2, 2026 NASA on Monday was conducting critical final tests ahead of setting a launch date for its first crewed flyby mission to the Moon in more than half a century. At approximately 11:25 am EST (1625 GMT), the launch director of the Artemis 2 mission gave the green light to begin loading cryogenic liquid propellant into the giant rocket at the Cape Canaveral launch pad in Florida as part of the "wFeb 3, 2026 6:28 AM