7,137 results for More

apps.apple.com
Show HN: AppScout – App Store downloads, revenue and widgetshttps://apps.apple.com/us/app/appscout-app-metrics/id6770866569Hey hackers!Signing in to App Store Connect just to check downloads or MRR is a friction. I wanted a simpler way. Ideally, just to look at a widget on my iPhone. There are some apps, but the design and implementation made me think here's a gap that I can potentially fill it with a new polished product. So I've built this app.It took me several months to start beta testing. But then I got feedback from users that they don't really want to share their App Store key credentials with a third-party app that uses a backend and collects data. So, I spent one more month pivoting to a private app by dropping a backend and storing credentials on a user's device in a keychain. So, now the app directly talks to Apple's API and there's no account registration. You add a team key - the app fetches data. App also uses background tasks to fetch most recent data so you don't need to open it every day to keep the data fresh. And as a final point - I added widgets to both home and lock screens.Please let
Aug 5, 2026 4:09 PM
news.ycombinator.com
Do You Think OpenAI Is Apple Circa the 1980s?https://news.ycombinator.com/item?id=49178393OpenAI is a deeply mismanaged company. Most recently, a blog post that feels like it has got to have dozens of PR violations, responding to the Apple lawsuit.More broadly, OpenAI’s main problem is that it does not have a real competitive advantage. No real models do; the real differentiation is price; they will become commodities. The need to move upwards in the market in enterprise software is difficult since the current stack should remain the same, since sticking with Salesforce plus its new AI features is much simpler than the cost of switching to an AI-first startup version, which won’t be around 3 to 5 years from now. So consumer hardware and trying to become the next Apple could work, except you would likely have to focus on people not in the Apple ecosystem because of the double-sided lock-in Apple has.The opposite dynamic works in consumer and mobile, really. Apple with AI is a much worse experience than something AI-first built from the ground up. Especially considering the c
Aug 5, 2026 3:50 AM
spacenews.com
Military demand shapes market for satellite propulsionhttps://spacenews.com/military-demand-shapes-market-for-sat-propulsion/Startups and established spacecraft manufacturers are investing in engines designed to give small satellites more freedom to change orbit The post Military demand shapes market for satellite propulsion appeared first on SpaceNews.
Aug 4, 2026 3:00 PM
github.com
Show HN: Guide AI coding agents on how to use libraries securelyhttps://github.com/Reware-Labs/securitycardsHi HN,TL;DR: AI Code Security Cards give coding agents library- and version-specific guidance to generate safer code.AI coding agents can generate working code, but they often lack library- and version-specific security knowledge. We've developed AI Code Security Cards, an open-source security knowledge layer, to provide that missing context.The project is related to my PhD, in which I focused on the security of LLM-generated code. During my research, I studied how code generation models behave, how they introduce security issues, and how we can guide them toward generating safer code.My research [1] and several other studies [2–4] show that at least 40% of code generated by state-of-the-art models contains one or more security issues. Similar problems also affect AI coding agents.One reason is that these models often lack sufficient library-specific security knowledge in their context. They may not know which configurations are unsafe, which validation steps are required, or what secu
Aug 4, 2026 2:12 PM
bing.com
Best Rural Internet Providers for 2026http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a89075c057a4b099ccd756cbb9e3925&url=https%3A%2F%2Fwww.cnet.com%2Fhome%2Finternet%2Fbest-rural-internet-providers%2F&c=9966963766815911794&mkt=en-usCompare the top rural internet service providers of 2026, from satellite to cable, DSL and more. Find internet available in your area on CNET.
Aug 4, 2026 12:08 PM
nasa.gov
NASA Brings Space Exploration to the FIFA World Cuphttps://www.nasa.gov/centers-and-facilities/johnson/nasa-brings-space-exploration-to-the-fifa-world-cup/From June 11 through July 19, NASA’s free interactive exhibit at FIFA Fan Festival™ brought space exploration to soccer fans in East Downtown Houston. More than 500,000 visitors explored the exhibit during the tournament, learning how the agency’s missions, research, and technology benefit life on Earth. The exhibit introduced a global audience to the Artemis program, Moon Base, the International Space Station, […]
Aug 3, 2026 1:55 PM
dmerullo.github.io
Show HN: Project ESPAÑOL: Find level-appropriate Spanish-language poemshttps://dmerullo.github.io/project-espanol/I made this application while taking Spanish lessons to find texts that used verb forms I was learning (present, past, future, subjunctive, etc.). First, I scraped ~10,000 Spanish-language poems from the web that are in the public domain. Then, I built a conjugation dictionary for the 550+ most common verbs, using rules to generate regular verbs, and scraping irregular verbs from the web. From this alone, you can identify which poems contain the most type of verbs you're trying to target. To take it further, I used a k-means clustering algorithm in Python to classify the poems into four difficulty levels based on verb form frequencies (poems with lots of verbs in subjunctive future perfect are more difficult than only present tense, for example).I first completed the project in December 2024, almost entirely by hand, using LLMs primarily to make an interactive Plotly Dash application. (I have a lot of experience with data visualization, especially ggplot2; that was my first time using
Aug 3, 2026 1:12 AM
marnetto.net
Show HN: A mod for Grand Prix Circuit (DSI/Accolade, 1988)https://marnetto.net/projects/grand-prix-circuitHello HN,I have built a mod for Grand Prix Circuit, an old 2.5D racing game: the latest episode of a long series of community efforts to reverse-engineer and improve the games made by Distinctive Software (today's EA Vancouver) in the DOS era.I've been dabbling in hacking old DOS games for almost two years, but this time I think my project is big enough to be worthy of a “Show HN“.From the gaming point of view, the mod offers a variety of new cars and tracks, from Spa to the Space, and more sophisticated EGA backgrounds than the original game.From the technical point of view, it was an interesting effort combining reverse engineering, development, design and pixel art, all of which both in classic and LLM-assisted variants.From the literary point of view, I have documented the making of the game in a series of (fully human-written) posts [1]. There is something for everyone: war stories, hacking techniques, the word “boustrophedonic” and, as bonus, an outdoor game to keep your kids awa
Aug 2, 2026 2:40 PM
d2ykijtrvb890q.cloudfront.net
Show HN: Vein, a minimalist open-source resource management gamehttps://d2ykijtrvb890q.cloudfront.net/Recently I've been working on Vein, a small open-source resource management game built with Godot.I've always loved resource management board games, and I wanted to see how minimal I could make one. The core idea is simple: keep the heart beating by supplying it with the resources it demands. I tried to strip the mechanics down as much as possible while still leaving room for interesting decisions, and I added a short tutorial to help players get started.The problem is that I still don't feel like I've found the right gameplay loop. It works, but it isn't yet the game I imagined. I'd really appreciate any feedback—whether it's about the mechanics, pacing, tutorial, UI, or anything else that stands out. I'm especially interested in ideas for making the core loop deeper without making the game more complicated.Most of the development was done with Claude Sonnet as a coding partner, while I focused on the design, gameplay, and iteration. The game engine is Godot.You can play it here: http
Aug 2, 2026 9:44 AM
github.com
Show HN: Open OneNote Viewer in Rusthttps://github.com/emsi/OneNoteViewerFor more than 15 years, I accumulated hundreds upon hundreds of notes in OneNote. I loved the application and still consider it one of the best and most distinctive note-taking tools available. Its free-form canvas supports a way of organizing information that Markdown-based tools simply cannot reproduce.The problem was that using OneNote became increasingly inconvenient for me. Microsoft never released a native Linux client, so I kept a Windows VM and later even a separate Windows small PC largely for OneNote. The OneNote Web Clipper for Firefox eventually stopped being supported, removing one of the ways I regularly captured information.The web version did not solve the problem. In particular, it could not search across all my notebooks at once. To find a note, I first had to remember which notebook contained it, which rather defeated the purpose of having a searchable archive. I also found the web application slow and substantially more limited than the desktop client.I looked at al
Aug 1, 2026 7:57 PM
spacenews.com
Space Force picks 15 companies for $981 million training range contracthttps://spacenews.com/space-force-picks-15-companies-for-981-million-training-range-contract/Vendors will compete for orders to build satellites, sensors and systems for more realistic military space exercises The post Space Force picks 15 companies for $981 million training range contract appeared first on SpaceNews.
Jul 31, 2026 1:18 PM
spacenews.com
K2 Space raises $500 million for commercial, defense satellite expansionhttps://spacenews.com/k2-space-raises-500-million-for-commercial-defense-satellite-expansion/The Series D more than doubles the satellite manufacturer’s valuation in seven months and will fund a production ramp to as many as 100 large spacecraft a year The post K2 Space raises $500 million for commercial, defense satellite expansion appeared first on SpaceNews.
Jul 30, 2026 6:42 PM
select.supply
Show HN: I made a game where you build a CPU from logic gateshttps://select.supply/game/chipbuilderI built ChipBuilder to make computer architecture more approachable through interactive puzzles.You start with basic logic gates like AND, OR, and NOT, then gradually combine them into adders, multiplexers, memory, an ALU, and eventually a complete CPU. Once you've built the hardware, you can write assembly programs that run on the processor you created.The game is inspired by courses like Nand2Tetris, but everything runs directly in the browser with a visual circuit editor, simulations, and progressively harder challenges.
Jul 30, 2026 11:33 AM
europeanspaceflight.com
ArianeGroup Completes Themis Wet Dress Rehearsalhttps://europeanspaceflight.com/arianegroup-completes-themis-wet-dress-rehearsal/ArianeGroup has completed a wet dress rehearsal of the Themis reusable booster demonstrator at the Esrange Space Centre in Sweden, providing the first substantive update on the vehicle’s test campaign in more than ten months. The rehearsal was conducted on 23 July by teams from ArianeGroup and SSC Space, the commercial entity that manages the […] The post ArianeGroup Completes Themis Wet Dress Rehearsal appeared first on European Spaceflight.
Jul 30, 2026 9:54 AM
thebigobook.com
Show HN: Data structures as containers – sample chapter from my Big O book [pdf]https://thebigobook.com/downloads/data-structures-sample-chapter.pdfI was a self taught software engineer that later went to grad school to get a masters in software engineering. What I learned along the way was that many of the intimidating subjects around algorithms and data structures were much simpler and less scary than I ever thought.My hope for this book is to try and help the self taught developers get on more equal footing with people who have a CS degree - at least the algorithms class - which I always thought was most important for interviews. Along the road, I realized Big O, logs, and algorithmic complexity weren't as confusing as I first thought. This book hopes to close the gap between self taught developers and formal CS knowledge - which often gave me imposter syndrome.The linked PDF is a complete chapter from the book about common data structures you'll encounter in javascript - and leaving out some of the data structures you may never see (like Linked Lists).Note - this is one chapter of the book that was published and is available o
Jul 29, 2026 9:47 PM
github.com
Show HN: MandoCode Desktop – Native Windows AI Coding Assistant on Ollama .NEThttps://github.com/DevMando/MandoCode.DesktopQuick backstory on how this version came to be: the original MandoCode is a CLI, and its UI is built with RazorConsole — Blazor components rendered into a terminal. Genuinely clever tech! I wanted tabs, though, and when I attended MS Build this year I got a good look at what WinUI apps could do and saw the potential to give the original agent some actual windows and tabs. Having up to 4 agents running in one window is pretty cool. Aside from that — tabs! I feel like everything is a chat these days, and for some reason my brain keeps screaming AGENTS, not chats, at me. I love the tabbed-browser experience a lot moreSome of the stuff I got to toy with once the plumbing worked:- Context snapshots — closing an agent archives the conversation instead of deleting it, and you can snapshot mid-conversation to get an AI-written recap you can hand to a different model or a fresh agent and have it pick up the thread. You pick the LLM from a dropdown right when you create the snapshot.- Transcript
Jul 29, 2026 4:48 PM
flipcloc.com
Show HN: FlipCloc for Mac out now. A gorgeous flip clock and screensaverhttps://flipcloc.comAfter months of work FlipCloc for Mac is finally here. I’ve always wanted to make an app and seeing it on the App Store is something I’m extremely excited about! App Store link - https://apps.apple.com/app/id6786569507One app, two ways to use FlipCloc. On first launch, choose either App or Screensaver. If you want both, you can unlock the other option with a one time in app purchase. No subscriptions, no ads. FlipCloc costs $9.99 and the in app purchase another $9.99FlipCloc is the prettiest and most customizable flip clock availalbe. Personalize every single aspect of the clock, fonts, colors, flap design, sounds, backgrounds, and more. Customize it to match your aesthetic, style, or your moodFlipCloc is gorgeous, aesthetic, and a great productivity tool. Use it to stay focused while working, track your sessions, run Pomodoro timers, or just watch the time pass byRefinement, smooth animations, and optimizations are all things I take very seriously. FlipCloc is highly optimized so you’
Jul 29, 2026 2:36 PM
bing.com
40 Pasta Recipes for Every Kind of Pasta Nighthttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8960be088e485289bec3d53fac8a74&url=https%3A%2F%2Fwww.foodandwine.com%2Fpasta-noodles%2Fpasta&c=6156538225482754723&mkt=en-usNo matter what's in season or what's in your pantry, there's a pasta here for it. Jodie Kautzmann is an editor, baker, and confectioner with more than 15 years of experience in content creation, ...
Jul 28, 2026 8:06 PM
openotp.app
Show HN: My First OSS as a Teenhttps://openotp.appHey! I'm Jenin, a 14 year old in Toronto, Canada! This is my first proper Open Source software I made, called OpenOTP! I have 6 emails :sob: and grabbing OTP's from them can be hard, even with a good email client. So I built this tool to make it easier for me! I made it in native Swift :)I did this for Hack Club Horizons, which is an event where they're flying teens to 7 countries around the world for hackathons! You can find out more about Hack Club at https://hackclub.com and horizons at https://horizons.hackclub.com.I'd love if you guys could check out my software and let me know what you think :)
Jul 28, 2026 4:57 AM