NativePHP & Bifrost https://nativephp.com https://bifrost.nativephp.com A two-man team, we're enabling PHP developers to get into mobile app development as easily as possible - no need to learn new languages, no new skills, just a few commands and away you go. NativePHP is the library. Bifrost is the build and release service, getting apps into the stores faster than anything else. This month we're planning to releas…
https://bifrost.bativephp.com unreachable from my machine, there may be a typo
Ask HN: What are you working on? (September 2025)
651–660 of 1001 posts
Re: Ask HN: What are you working on? (September 2025)
#652https://github.com/Roshanjossey/code-contributions.
Users will go through a tutorial, add an HTML file and submit a pull request to the same repository on GitHub.
Re: Ask HN: What are you working on? (September 2025)
#653Re: Ask HN: What are you working on? (September 2025)
#654It’s a free app called Just for Today, inspired by a poem I found in the book How to Stop Worrying and Start Living (amazing book). - It’s completely free; - No ads; - No account; - All offline - Everything stays on your device;
The poem is a gentle reminder: - You don’t need to fix everything today; - You just need to be present — Just for Today;
That simple idea became the heart of the app.
Each morning, the app invites you to: - Set a kind intention; - Check in with how you’re feeling; - Practice gratitude; - Write a little — just for you;
If you try it, I’d love to hear what you think.
Re: Ask HN: What are you working on? (September 2025)
#655Hi HN, I am working on Circuitscript, a language based on python to describe electronic schematics/circuits: https://circuitscript.net/ Recently, I have released a simple IDE (called the Bench) to try Circuitscript online: https://bench.circuitscript.net/ The next steps are to create more schematics with Circuitscript as examples to test the limitations of the language and to generate PCB designs with KiCAD. The Circ…
As a big openscad fan I love the idea of designing circuits with code. I do wonder though about designing circuits vs designing schematics. I see you have ‘wire down 100’ making it a more visual language than defining the nets. Be interesting to separate the schematic layout from the nets, so rule base schematic layout can then be applied.
I did explore automated layout algorithms for components in the schematics, however the readability and flow of the schematics might not be ideal, depending on what the algorithm prioritizes.
In the end, I realized that the actual layout and arrangement of the schematic itself was critical in the overall understanding. That was when I decided to add the "wire" command and give more control back to the schematic designer.
In the future, I do plan to add some automated way to generate these "wire" commands for automated layout. If the designer ever chooses to edit this automated schematic layout, he would be able to edit the wire commands for finer control.
In the end, I do believe that the visual part of the schematic plays an important role in understanding it. I, too, have spent hours puzzling/being misled by poorly drawn/disorganized schematics. Especially during troubleshooting or creating an updated revision, having a good understanding of the schematic saves time.
One of the aims of Circuitscript is to make the visual part easier, so at least more time can be spent thinking and organizing the schematic itself.
Re: Ask HN: What are you working on? (September 2025)
#656Re: Ask HN: What are you working on? (September 2025)
#657I've spent the last couple of months porting the compiler from Julia to TypeScript. That's nearly done, so I'm hoping I can post an interactive web demo next month!
Re: Ask HN: What are you working on? (September 2025)
#658In a docs-first approach, before building the framework above, I actually first wrote the following guide where you build a static blog, and implement a to-do list app: once with plain JavaScript, then reactively. Finally, you run a server with a REST API, and learn about caching and different architectures:
Re: Ask HN: What are you working on? (September 2025)
#659Re: Ask HN: What are you working on? (September 2025)
#660On the side, custom coloring books for kids using nano banana, started with a project for my son, and its a little janky for some photos but have had some interest already: https://bespokebooks.io . I think it needs to be a phone app to really work for most people though, so that's next on my to do list besides some prompt tweaking. Notebook to do it yourself here: https://github.com/dbish/bespoke-books-ai-example I…
I've had similar ideas involving bespoke print on-demand books, could you share how you actually get these printed/published?
My hope for this project is to get enough demand that I have an excuse to figure out a printing option myself and buy some new equipment :)