Live data from Hacker News

Ask HN: What Are You Working On? (June 2025)

news.ycombinator.com

531–540 of 1001 posts

Re: Ask HN: What Are You Working On? (June 2025)

#531
The cursor for sales: a co-pilot for founders who sale or AEs that analyses all the channels the sale happens in (email, meeting minutes, LinkedIn, slack etc) and able to take actions like writing followups or detecting hot leads. Helpful for startups who feel pain in their mid-funnel. https://closer.so

Re: Ask HN: What Are You Working On? (June 2025)

#533

I'm finally getting my online presence in order... This week, I'll set up a Hugo blog with the Ed theme, love it, looks exactly what I'm looking for, and as a former LaTeX enthusiast, it's pretty close. It's readable, minimalist. I'll need to customize the theme, though. I plan to publish blog posts about anything I find interesting. https://gohugo-theme-ed.netlify.app/ In parallel to this work, I'm setting up a simp…

As a non-developer, I played with rust and various copilots over the last couple of months. I ended up with a backtesting engine.

Now I figured out I want to go all in actually learning rust and doing the deep dive in crypto. Enjoy the trip.

Re: Ask HN: What Are You Working On? (June 2025)

#534
I've been building small programs in Zig, C and ARM64 assembly without relying on libc and only using Linux syscalls directly.

Some examples:

- A minimal C shell with built-ins like cd, pwd, type: https://gist.github.com/rrampage/5046b60ca2d040bcffb49ee38e8...

- Terminal Snake game which fits in a QR code using Linux syscalls for drawing: https://gist.github.com/rrampage/2a781662645dc2fcba45784eb58...

- HTTP server with sendfile support in ARM64 assembly: https://gist.github.com/rrampage/d31e75647a77badb3586ebae1e4...

I learned to handcraft a static ELF binary using just GNU assembler (no linker): https://gist.github.com/rrampage/74586d0a0a451f43b546b169d46... . Trying to see if I can craft a small assembler in ARM64

Re: Ask HN: What Are You Working On? (June 2025)

#535
We have been working on optimizing performing web platforms that scale for businesses primarily engaged in eCommerce or custom web apps. One idea we have been exploring closely is greater emphasis on mobile-first UX and ERP/CRM backend integration for clients that want to have accelerated growth. At eGrove Systems, we are also refining our process around Core Web Vitals and modular development to increase delivery speed and optimization while maintaining flexibility. Would be delighted to connect with others if there are similar challenges.

Re: Ask HN: What Are You Working On? (June 2025)

#537
i am working on GenAI email-based service in my spare time. It is still in its infancy but let me explore LLama3 feature on Ollama. I plan to open source its core if no similar ideas are out of there.

My Misterio docker based tool is searching new feature request... https://github.com/daitangio/misterio/

Also, I am playing a bit with Zulip Chat, which I find quite well done and easy to self-host, considering its complexity: https://github.com/zulip/docker-zulip

Last but not least, I suggest a new Murderbook novel... https://amzn.to/3TMJdlh because there is not only coding!

Re: Ask HN: What Are You Working On? (June 2025)

#538
Sometimes you wish you had best of hn summarised somewhere but that 'best' may be different to different people based on their interests. I'm therefore collecting links I find important, from hn and beyond.

https://linkshof.com

Thinking about:

How will various Human Computer Interaction change as many of current apps (which are screen based UI with some background code) simply get replaced with chat/voice/gesture based requests to LLM

Re: Ask HN: What Are You Working On? (June 2025)

#539
"Nosy Agent": A stateful life-optimization AI built on Anthropic’s API with a “Memory Trinity” (SQLite, ChromaDB, evolving brain files), time-aware context and secure CLI/Telegram interfaces; it proactively reminds you of projects, learns your energy rhythms and adapts its tone, dynamically evolves its memories and goals..
Post reply on HN