Live data from Hacker News

Ask HN: What are you working on? (September 2025)

news.ycombinator.com

651–660 of 1001 posts

Re: Ask HN: What are you working on? (September 2025)

#651

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

Thanks! Fixed

Re: Ask HN: What are you working on? (September 2025)

#652
I'm working on a project for people who are new to web development and open source. It's called code contributions

https://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)

#654
I'm building a mindfulness app to help people set daily intentions and practice gratitude — https://www.justfortoday.app/

It’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)

#655
post #547

Hi 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.

You can actually skip all the wire commands and still generate a valid netlist, however the schematic might be a bit hard to decipher if there are many components!

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)

#657
I'm working on a little hobby language that compiles to wasm: https://mikeinnes.io/posts/raven/

I'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)

#658
I wanted to figure out the simplest, most lightweight abstraction, that unifies static site generation and web server for both HTML, JSON, etc. What I arrived at is ~700 lines of TypeScript:

https://mastrojs.github.io/

In 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:

https://mastrojs.github.io/guide/

Re: Ask HN: What are you working on? (September 2025)

#659
i’m working on instantrows, basically trying to kill the pain of dealing with csv/json/excel/parquet exports when all you really want is to join them together, do some quick aggregations, and share the result without begging a data engineer or spinning up a whole warehouse. excel breaks, bi tools are overkill, emailing final_v2.csv is a nightmare. the idea is a browser based, no download tool where you drop files in, it just works, and you get a live link you can send around. curious if anyone else here runs into this every week and what hacks you use today.

https://instantrows.com

Re: Ask HN: What are you working on? (September 2025)

#660
post #59

On 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?

Currently using Lulu because they have a developer api and allow printing a single book programmatically, many places I found either didn’t have an api or required a min order of books that isn’t needed for a one off custom design. https://developers.lulu.com/home

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 :)

Post reply on HN