45,198 results for de

github.com
Show HN: I MitM'd Plex to make remote streaming suck lesshttps://github.com/inhumantsar/plex-proxy/I've been hoarding media for a long time. Longer than I care to think about honestly. At this point the collection is large enough that several of the friends and family members I've shared my Plex server with have cancelled their streaming service subscriptions.After getting laid off a while back, I started working on a degree online. It seemed like a good opportunity to spend some time traveling too, so I signed up for Starlink and got a friend to host my Plex server in his basement for the duration. Surely that would be good enough to watch whatever from where-ever.Turns out that no, it's not. Plex really doesn't like streaming over Starlink. It would top out at 8-9mbps in good conditions, often dropping down to 2 or 3, while other streams and downloads would happily hum along at 100mbps+.I spent a little time looking into the issue early on. None of the remote or server network changes I could think of made a noticable difference. Customizing Plex's internal MPV configuration to in
Jul 14, 2026 12:25 AM
spacenews.com
L3Harris, Sierra Space to build 36 satellites to expand U.S. missile-tracking networkhttps://spacenews.com/l3harris-sierra-space-to-build-36-satellites-to-expand-u-s-missile-tracking-network/The Space Development Agency awarded the companies a combined $1.75 billion for next batch of missile-tracking satellites The post L3Harris, Sierra Space to build 36 satellites to expand U.S. missile-tracking network appeared first on SpaceNews.
Jul 13, 2026 9:08 PM
duiduidui.app
Show HN: Duiduidui is a new Chinese dictionary and flashcard apphttps://duiduidui.app/en/Hello everyone! I'm a solo developer, and intermediate Chinese learner, and I just launched a new Chinese app I want to share with you.My own Chinese language study stack used to be Pleco (and Goog Translate) for dictionary lookups, and then Anki for flashcard reviews, with a lot of manual copy-pasting in between. Which worked... okay. But the two sides never talked to each other. Pleco doesn't know what I'm studying, and Anki doesn't know anything about Chinese. So it treats 好吃 and 好 as totally unrelated cards, even though getting one right obviously tells you something about the other.So I built duiduidui! (对对对), which is basically those two tools fused together, with a study engine that actually models how Chinese is structured:- A dictionary with 200k+ entries, always available/searchable offline (characters, words, phrases, sample sentences, speech audio) where everything is linked. Every character links to the words it appears in, and the radicals it's built from, so you can (for
Jul 13, 2026 7:15 PM
europeanspaceflight.com
Netherlands Adopts Mandate for Its New Space Agencyhttps://europeanspaceflight.com/netherlands-adopts-mandate-for-its-new-space-agency/The Netherlands has formalised the mandate of its rebranded space agency, adding the Ministry of Defence to its steering committee for the first time. The formation of the new agency was announced on 3 March at the Amsterdam Space Symposium, with the Netherlands Space Office becoming the Netherlands Space Agency (NLSA). At the time, secretary […] The post Netherlands Adopts Mandate for Its New Space Agency appeared first on European Spaceflight.
Jul 13, 2026 3:29 PM
esa.int
ESA releases 2026 Space Economy Reporthttps://www.esa.int/About_Us/Business_with_ESA/ESA_releases_2026_Space_Economy_ReportThe European Space Agency’s (ESA) newly released Space Economy Report gives a comprehensive overview of the latest developments shaping Europe's space sector.
Jul 13, 2026 2:09 PM
spacenews.com
Reditus Space completes first reentry vehiclehttps://spacenews.com/reditus-space-completes-first-reentry-vehicle/Reditus Space, a startup developing recoverable and reusable spacecraft, has completed its first vehicle for launch later this year. The post Reditus Space completes first reentry vehicle appeared first on SpaceNews.
Jul 13, 2026 1:02 PM
esa.int
ESA and Poland to establish a new civil security and resilience centre in Warsawhttps://www.esa.int/About_Us/Corporate_news/ESA_and_Poland_to_establish_a_new_civil_security_and_resilience_centre_in_WarsawThe European Space Agency (ESA) and the Republic of Poland have announced that a new ESA centre focusing on civil security and resilience will be located in Warsaw, supporting the efficient and coordinated development of European capabilities in these strategically important fields.
Jul 13, 2026 12:34 PM
wanderinghorse.net
Show HN: Rules-free solo-only client for the Paperback tabletop gamehttps://wanderinghorse.net/gaming/paperback/solo.htmlMy past couple of weeks were spent writing an app with which to play the word-spelling tabletop game Paperback in the browser.Tim Fowers, creator and publisher of the game, has given me permission to post my homemade electronic copy of the game (initially built so that i could print-and-play a copy with "US-Mini" size cards), and recently sent me (much to my surprise) the publisher's official graphical assets and an invitation to use them in this little side-project(!!!).The version housed at that link has a known bug or two (there's one too many 7-cent W's, for one thing) but it's otherwise believed to be usable for its intended purpose: allowing an experienced Paperback player to sit and play solo mode without the app interfering rules- or dictionary-wise. (My only real fuss about their official app is the locked dictionary. It does not allow the word "pawn", nor a wide range of other perfectly viable words. Secondarily, i'd like to be able to customize the game more and remove all o
Jul 12, 2026 6:04 AM
spacenews.com
FCC approves first Reflect Orbital satellitehttps://spacenews.com/fcc-approves-first-reflect-orbital-satellite/The Federal Communications Commission has given its approval for a satellite that will test the ability to reflect sunlight into nighttime regions, a project sharply criticized by astronomers and environmentalists. The post FCC approves first Reflect Orbital satellite appeared first on SpaceNews.
Jul 11, 2026 12:29 AM
spacenews.com
Earth observation satellites pass telecom in European space industry saleshttps://spacenews.com/earth-observation-satellites-pass-telecom-in-european-space-industry-sales/MILAN – European space industry sales rebounded in 2025 after a contraction in 2024, Eurospace reported in its latest Facts and Figures report, presented July 7. The growth is driven […] The post Earth observation satellites pass telecom in European space industry sales appeared first on SpaceNews.
Jul 10, 2026 6:12 PM
github.com
Show HN: 9lives – Self-healing test runner that refuses to mask real bugshttps://github.com/Quality-Max/9livesI built 9lives because coding agents kept breaking my Playwright tests in the dumbest way: rename a button, the test goes red, and the agent — or I — rewrites a perfectly good test.9l heal login.spec.ts runs the test, classifies the failure, and heals it in tiers:Tier 1 is offline and deterministic. When a selector stops matching, 9lives re-finds the element in the page snapshot Playwright captures at failure (data-testid > id > aria-label > text > class — the most stable surviving anchor wins) and rewrites the locator. No LLM, no network, no account. Most selector drift heals in seconds, for free. Unlike Healenium-style tools, it needs no baseline DOM from previous green runs — it works from the failure itself.Tier 2 uses the subscription you already pay for. For structural changes it shells out to your installed claude / codex / opencode CLI in headless mode, so the fix rides your existing coding-agent plan. No new API key to mint. (Raw ANTHROPIC_API_KEY / OPENAI_API_KEY work too.)Ev
Jul 10, 2026 6:01 PM
spacenews.com
China unveils members of state-backed commercial space consortiumhttps://spacenews.com/china-unveils-members-of-state-backed-commercial-space-consortium/HELSINKI — A Chinese government body has published a national commercial space consortium membership list, offering a rare indication of which companies the state considers established players. The list was […] The post China unveils members of state-backed commercial space consortium appeared first on SpaceNews.
Jul 10, 2026 5:07 PM
spacenews.com
The space industry is weighing ambitious hiring against heritagehttps://spacenews.com/the-space-industry-is-weighing-ambitious-hiring-against-heritage/Space is hard, as the decades-old adage goes. For much of the industry’s history, “rocket science” was as much a barrier to entry as a byword for difficulty. But now […] The post The space industry is weighing ambitious hiring against heritage appeared first on SpaceNews.
Jul 10, 2026 2:05 PM
spacenews.com
Space capitalism needs more than a bull markethttps://spacenews.com/space-capitalism-needs-more-than-a-bull-market/By most measures, commercial space is thriving. Washington produced a flurry of activity over the past year: two major executive orders, a raft of directives, and “space superiority” elevated to […] The post Space capitalism needs more than a bull market appeared first on SpaceNews.
Jul 10, 2026 1:00 PM
mojavepaint.app
Show HN: Mojave Paint for macOS, edit images like it's 1999https://mojavepaint.app/We all need a swiss army knife for images. A tool for really getting in there and dealing with the pixels precisely. You might be combining images into a sprite sheet, you might be matting images to squares, cutting out solid backgrounds, re-tinting graphical elements. For a website, a video game, for an app.There's a million photo editors, there's a million design tools, and Mojave Paint can do those things in varying degrees but "graphical asset production" is its first and primary mission.It's cheap! $9.99 (one-time, sad I even have to say that) for the "Pro" version. It's Mac-only, and Apple Silicon Mac at that. Does it look a little like Photoshop 5.5 from the year 1999? Maybe a little but also it's got plenty of its own original ideas. (Blog post on that is forthcoming…)I've always been passionate about image editing tools for the technically-minded so I'm throwing my hat in the ring in that space. And sure GIMP is for the technically-minded but boy is it ugly on the Mac!
Jul 10, 2026 12:29 PM
spacenews.com
ElevationSpace advances work on commercial reentry vehiclehttps://spacenews.com/elevationspace-advances-work-on-commercial-reentry-vehicle/A Japanese startup developing reentry vehicles is signing up customers and preparing for its first mission while keeping a watchful eye on SpaceX’s entry into the market. The post ElevationSpace advances work on commercial reentry vehicle appeared first on SpaceNews.
Jul 10, 2026 11:25 AM
bing.com
The 10 Biggest Generative AI News Stories Of 2026 (So Far)http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a895633888e42399a133f9473236eaa&url=https%3A%2F%2Fwww.crn.com%2Fnews%2Fai%2F2026%2Fthe-10-biggest-generative-ai-news-stories-of-2026-so-far&c=12446119234109626191&mkt=en-usCRN has put together some of the biggest generative AI news stories to emerge so far in 2026 to help cut through the noise around AI and identify what solution providers need to focus on. From ...
Jul 10, 2026 8:00 AM
news.google.com
Kernel Fusion in NVIDIA CUDA: Optimizing Memory Traffic and Launch Overhead | NVIDIA Technical Bloghttps://news.google.com/rss/articles/CBMirgFBVV95cUxOdjg1ZVQ5R1ZVZ0Q2YmdHZEZfVklaUzh3NXNtVG9uRENrQk9ac2JvRUNjOWVKS19JQjI1SGtuVF9mM05qemJDVG41a2tTSmllVWgzSjdpeWZGRkFWeWdLUjgxOE4wWm5pTlF6Um94cHc4bjJZOFFObGFwVUYwLVJHQnYyckpnbzVZaklycW5NMnBNYzdEZ3Z2VUtId3k4a3dJcFdRRkVyYlJKaEh1NkE?oc=5Kernel Fusion in NVIDIA CUDA: Optimizing Memory Traffic and Launch Overhead | NVIDIA Technical Blog  NVIDIA Developer
Jul 10, 2026 7:00 AM
news.google.com
These 7 Dog Breeds Have the Most Peaceful Personalitieshttps://news.google.com/rss/articles/CBMiWkFVX3lxTE9UTmRSUW9TRVdyUlFVOXhRV1lYN1ZOcW0xSzJZRlVMVkl4WGJ4aXIyVUJpRHZJeFZOZkQxeDZyZXEycHJNa1l6ZENBV3B1b3JINFhRSzNmQWlGUQ?oc=5These 7 Dog Breeds Have the Most Peaceful Personalities  ParadePets
Jul 10, 2026 7:00 AM