58,010 results for da

theultimatesimonsquestguide.com
Show HN: An Interactive Guide for Castlevania II: Simon's Questhttps://theultimatesimonsquestguide.com/I'll start by copying the comment I left on the Reddit post where I originally shared this project and then go into some more detail for this audience. (https://www.reddit.com/r/nes/comments/1umrnd5/i_made_an_inte...)""" Castlevania II has always held a special place in my heart. I didn’t own it myself as a kid but I had a family member who did. This meant that I only got a few chances to actually play it, but that left a big impression on me anyway. I recently beat it for the first time and along the way I decided I wanted to build the most over-the-top guide you could imagine as an ode to the game. This is that guide. I hope you all enjoy.Source code: https://github.com/baclap/the-ultimate-simons-quest-guide """This is a Progressive Web App with full offline support. There are no static images or audio files used to create the guide. What it's actually doing is taking real binary data extracted from the ROM at build time, processing it at runtime in WebAssembly, and then rendering it
Jul 14, 2026 7:33 PM
spacepolicyonline.com
New Russian-American Crew Arrives at ISShttps://spacepolicyonline.com/news/new-russian-american-crew-arrives-at-iss/Russia launched a new crew to the International Space Station today, Soyuz MS-29. Roscosmos cosmonauts Pyotr Dubrov and Anna Kikina, and NASA astronaut Anil Menon, docked at the ISS about […]
Jul 14, 2026 6:44 PM
nasa.gov
NASA Astronaut Anil Menon, Crewmates Arrive at Space Stationhttps://www.nasa.gov/news-release/nasa-astronaut-anil-menon-crewmates-arrive-at-space-station/NASA astronaut Anil Menon, along with Roscosmos cosmonauts Pyotr Dubrov and Anna Kikina, arrived safely at the International Space Station Tuesday, bringing the orbiting laboratory’s crew to 10 for about the next two weeks. The trio launched aboard the Soyuz MS-29 spacecraft at 10:47 a.m. EDT (7:47 p.m. local time) from the Baikonur Cosmodrome in […]
Jul 14, 2026 6:26 PM
nasa.gov
NASA Jets Turn Red, White, and Bluehttps://www.nasa.gov/image-article/nasa-jets-turn-red-white-and-blue/In honor of America’s 250th birthday, two of NASA’s most iconic aircraft got a fresh coat of red, white, and blue paint ahead of a flyover in Washington on July 4, 2026, with other NASA aircraft. An F-15 and an F/A-18 from NASA’s Armstrong Flight Research Center in Edwards, California, recently were repainted in […]
Jul 14, 2026 5:13 PM
bing.com
Bissau, Bissau Autonomous Sector, Guinea-Bissau Weather Conditionsstar_ratehomehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cc44b96704c84807786b250dc8900&url=https%3A%2F%2Fwww.wunderground.com%2Fweather%2Fgw%2Fbissau&c=6685310239175129861&mkt=en-usThank you for reporting this station. We will review the data in question. You are about to report this weather station for bad data. Please select the information that is incorrect.
Jul 14, 2026 5:00 PM
bing.com
Bissau, Bissau Autonomous Sector, Guinea-Bissau Weather Conditionsstar_ratehomehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cde85ef8b4a27abb413dd3fe54885&url=https%3A%2F%2Fwww.wunderground.com%2Fweather%2Fgw%2Fbissau&c=6685310239175129861&mkt=en-usThank you for reporting this station. We will review the data in question. You are about to report this weather station for bad data. Please select the information that is incorrect.
Jul 14, 2026 5:00 PM
choji.ai
Show HN: Choji – turn Slack threads into ready-to-merge PR with Chojihttps://choji.ai/agents/slackHi HN - we're Chris and Jacob, and over the past few months, we've been building a way for teams (non-technical and technical) to easily get the agents they need to handle things like creating engineering tickets, drafting pull requests, and code review without context loss.Today, I'd like to share how this all works end to end with our Slack thread to GitHub pull request flow. And here's a small demo video of how it works made with Remotion: https://www.youtube.com/watch?v=-wDmWIgnBoMSo Choji is a platform where teams can add agents based on their needs in the product development lifecycle. The first step is you connect your knowledge and code bases (e.g. GitHub, Jira, Linear, or whatever you use). Then, connect a place where you get requests (e.g. Gmail, Slack, Intercom, Crisp), then Choji can see the threads as they come or when you command it to e.g @Choji with Slack, and it'll take the request, enrich it with the context it has from your knowledge and code bases to make an actiona
Jul 14, 2026 4:23 PM
github.com
Show HN: BeePub – A reading-first alternative to Calibre-Webhttps://github.com/oalieno/beepubI've used Calibre's content server and calibre-web, and for actual reading I was on Calibre + Apple Books. It got the job done, but it never felt smooth — so I built my own, working with Claude Code.It's fully compatible with Calibre — that's how I run it myself: my books still live in a Calibre library, and BeePub just points at it and stays in sync (read-only; Calibre remains the source of truth). Same as calibre-web.I've put a lot of work into CJK / Traditional Chinese support (including vertical text), and into manga EPUBs. There's also a native app built with Capacitor, currently on TestFlight (iOS). It also speaks OPDS and KOReader progress sync (kosync), so it plays nicely with e-ink readers.If you're curious, play with it at https://demo.beepub.app (login: demo / demodemo — the data resets every 6 hours).This is a project I dogfood every single day, so expect it to keep getting updates!We also have a book gacha!
Jul 14, 2026 4:21 PM
nestforge.dauerschicht.com
Show HN: NestForge, true-shape nesting in the browser, every layout re-verifiedhttps://nestforge.dauerschicht.com/app/I come at this from the software side, not the workshop side. I kept seeing laser and plasma people complain about nesting tools that crash on real-world DXF exports or quietly produce layout they didn't fully trust, so I built NestForge: a true-shape nesting studio that runs entirely client-side (Rust compiled to WASM), with one design decision I'd like feedback onThe core idea: the optimizer is never trusted. After nesting, a second, independently implemented validator re-checks the layout from scratch (no-overlap, sheet containment, kerf and spacing distances, grain constraints) using robust geometric predicates, Shewchuk-style orientation tests, with borderline distance comparisons re-derived in double-double arithmetic from the og inputs. The two components share no geometry code, so the validator can't inherit the optimizer's bugs. A layout that fails validation is discarded and never shown. Failures produce witnesses: the exact pair of parts and the measured vs. required gap.Oth
Jul 14, 2026 3:32 PM
github.com
Show HN: Cascade Chat – A Hackable IRCv3 Client for macOS, Windows, and Linuxhttps://github.com/matt0x6F/irc-clientHello HN! I'm Matt and today I'd like to show you Cascade Chat.One of my earliest internet experiences was with mIRC. I always admired its straightforward, pleasant UI and the way it wove a hackable core into the code. The way you could build on the visual and API layers of the underlying IRC client to me was fascinating software machinery. It was truly a client that you could build on top of.As my career has progressed, I moved away from Windows and adopted Linux as my daily driver. That was where I found HexChat, the closest thing I could find to mIRC many years later. While I really enjoyed HexChat, it wasn't quite what mIRC offered. I eventually found myself on macOS with no clear analogue to either. That's why I built Cascade Chat.Cascade is a modern IRCv3 client. It supports persistent local history with full-text search, network management, replies, typing indicators, link previews, pinned messages, native notifications, SASL authentication, server-time, chathistory, account and
Jul 14, 2026 3:11 PM
spacenews.com
Antaris™ Establishes Aeonyx™ to Advance All-Domain Mission Virtualization for Defensehttps://spacenews.com/antaris-establishes-aeonyx-to-advance-all-domain-mission-virtualization-for-defense/Antaris™ today announced a strategic reorganization establishing Aeonyx™, a mission virtualization company focused on helping defense organizations evaluate architectures, validate operational concepts, improve operational performance and flexibility, and understand mission […] The post Antaris™ Establishes Aeonyx™ to Advance All-Domain Mission Virtualization for Defense appeared first on SpaceNews.
Jul 14, 2026 2:56 PM
github.com
Show HN: Cruxible – Terraform-like ontology config to governed state for agentshttps://github.com/cruxible-ai/cruxibleGeneral-purpose text memory works well to represent information that can be plainly stated, rarely changes, and only needs to be recalled, but it leaves several structural problems unresolved:1) Generic memory does not establish settled state, it returns context. Text-based memory can preserve and present information, but a claim added to context is reinterpreted by a probabilistic LLM every time it runs. I found myself constantly asking my agents to re-check the validity of what was in my markdown wikis, especially for knowledge that has a natural lifecycle. Additionally, there's no uniform way of establishing provenance or attribution for a claim in text - relying on git commit messages doesn't feel like a good standard.2) An LLM can't do deterministic queries for relational information on its own, especially when relationships have to be constructed across a corpus. This really matters across sessions and for multi-agent workflows - even if one agent or session gets it right, if you
Jul 14, 2026 2:26 PM
bing.com
Israel, Lebanon begin US-mediated peace talks in attempt to end months of fightinghttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d79f74f1b474396def98fb0f80d0f&url=https%3A%2F%2Fnypost.com%2F2026%2F07%2F14%2Fworld-news%2Fisrael-lebanon-begin-us-mediated-talks-in-rome%2F&c=6074643068672358302&mkt=en-us(July 14, 2026 / JNS) Israeli and Lebanese delegations began US-mediated talks in Rome on Tuesday aimed at advancing the implementation of a framework agreement to ...
Jul 14, 2026 2:25 PM
californiascitrusheritage.com
Show HN: I digitized 275 vintage citrus crate labels from my familys farmhttps://californiascitrusheritage.comThis collection of California citrus crate labels was assembled over many years by my grandfather David Gerald Kelley (1928–2025), a lifelong citrus rancher and advocate for California agriculture. After his passing, the collection was entrusted to his son, Ken Kelley (my father), who later passed it down to me. This website was created to preserve and share the archive more broadly, and to make these pieces of California history accessible for others to study and enjoy.Some random notes:- Site is built with Next.js, fully hosted on AWS - All artwork is from my grandfathers collection and scanned by me - The essay was from a lost art exhibit in 1986 by the director of the Riverside Art Museum - The shop section is novel, using Three.js to show canvas prints, and leveraging a print-on-demand service with super high resolution imagesThis felt like somewhat of a calling for me to build as I'm _not_ a rancher, I'm a SWE. It has made my family proud. Enjoy, HN family!
Jul 14, 2026 2:12 PM
bing.com
6 things to look for when choosing the best high-yield savings accounthttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d34ce5c90458dbed3650d1168a5ab&url=https%3A%2F%2Fwww.cnbc.com%2Fselect%2Fhow-to-choose-high-yield-savings-account%2F&c=16633651954904945721&mkt=en-usEditor's Note: APYs listed in this article are up-to-date as of the time of publication. They may fluctuate (up or down) as the Fed rate changes. CNBC Select will update as changes are made public.
Jul 14, 2026 1:33 PM
news.ycombinator.com
Ask HN: PhDs, how have you organized your research visits?https://news.ycombinator.com/item?id=48906413Hi HN! Using a throwaway account but looking for advice from people having done research visits as PhD students, especially in terms of funding/accommodation/whether such an experience is worth the cost.I'm a second-year PhD candidate in France, working in NLP. In January I contacted a professor from another university in the Netherlands to ask about a research visit opportunity -- I did this because both my university and hers were part of a funding program for research visits. We had a call and she was very interested in my topic and the potential help I could give for her project (and I'm also very interested in what she's working on).I applied to this funding but my application was rejected because my university told me I should apply to another funding program specific to the university. I did that in March, but things have been going downhill, as the person who is supposed to deal with the applications left, and everything's mostly been on standby since. Thus, I haven't received
Jul 14, 2026 1:19 PM
news.ycombinator.com
Show HN: Proton – A pure Go GUI library with zero CGO and API immunityhttps://news.ycombinator.com/item?id=48905922Hey HN,I’ve been working on Proton, a lightweight GUI library for Go designed to offer a native desktop development experience without the usual headaches of external toolchains.It is built on top of Gio, but it completely wraps the underlying rendering engine. The public API exposes no raw Gio types, which means your application code is insulated from any upstream breaking changes or internal rewrites.Key features:Zero CGO: You can cross-compile to Windows and macOS flawlessly from any machine without fighting external compiler toolchains.Immediate Mode: Your draw function runs every frame. No state trees, no XML, and no setState boilerplate.Batteries Included: Built-in support for 40+ themes, custom hex/RGB colors, layout helpers (GrowRow, ResizeSplit), tables, overlays, and keyboard shortcuts.Cross-Platform: The exact same codebase runs on Windows, macOS, and Android.It is currently under active development (v0.2.x). I'd love to hear your thoughts on the API design and approach.GitH
Jul 14, 2026 12:41 PM
muffinman.io
Show HN: Parametric 3D models created using JavaScripthttps://muffinman.io/3d-models/I wanted to share a tiny website I created for the parametric models I made with Replicad[1]. I'm pretty sure I found Replicad oh HN and I've been using it since to create models for 3D printing.And yesterday I finally found time to create a small static site for them. Replicad has an option to export to SVG which I used to generate these previews.All models are open source under MIT license.[1] https://replicad.xyz/
Jul 14, 2026 12:06 PM
bing.com
The Best Standing Desks That Promote Productivity And Reduce Stiffnesshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d4082ba8745d799f7903ac6b5d232&url=https%3A%2F%2Fwww.forbes.com%2Fsites%2Fforbes-personal-shopper%2Farticle%2Fbest-standing-desk%2F&c=2907847787625001441&mkt=en-usAnyone with a standard desk job is prone to sitting in a chair for hours on end. This is especially true if you work from home, where you’re not moving between conference rooms for meetings or getting ...
Jul 14, 2026 11:44 AM
planetaryfacts.com
Show HN: Planetary Facts – food and product impacts against the planet's limitshttps://planetaryfacts.comHi HNI'm Mike, CTO of Planetary Insights, a small NZ team. With our partners, Planetary Accounting Network (PAN), we've just released https://planetaryfacts.com - a dashboard for consumers to understand the impacts of food, products and lifestyle decisions in context of the planetary sustainability limits.The idea: most environmental scores are relative ("30% less carbon than X") and/or carbon only. We put everything in context of the Planetary Boundaries, and the pathways to get back into the safe operating space of the planet. It means every product can be measured as a % of daily budget per category or in totality, and if everything you do is less than 100% across the board, then congratulations, you've got a lifestyle compatible with a long-term sustainable planet (including carbon, biogenic-GHG, water, nitrogen, phosphorus, biodiversity, forestland, ozone, air quality, waste).The comparison feature is meant to be flexible to make it practical for decision making. For example, put
Jul 14, 2026 11:19 AM