Live data from Hacker News

Ask HN: What are you working on?

news.ycombinator.com

91–100 of 751 posts

Re: Ask HN: What are you working on?

#91
Problem: too many bot and voice app platforms are emerging and writing apps/skills/actions for each one won't scale.

Project: I'm developing an SDK for building conversational apps that has pluggable "frontends" for different platforms. It's based around the AI concept of "frames" to organize your code and an MVC-style template renderer for building responses.

Challenges right now are learning more about Typescript and NPM modules, refactoring, writing tests, and getting it documented for release.

I also would like to build a business around it (already doing consulting building Alexa skills), but I'm not sure if it would be better to keep it closed source or dual license. Any advice?

Re: Ask HN: What are you working on?

#92
Problem: Finding newly-registered companies (to market services to them) in the UK is hard. The government releases an updated registry of all four million UK companies once every month, but they come in a huge five-part spreadsheet. It's difficult and painful to sort and filter through this data.

Project: I constantly poll the UK government's databases for newly-registered companies. I also geocode each company's registered office address. I can send you details of the newest UK companies by email every day (or week, or month), and you can choose to only see companies of a certain type (hospitality, technology, etc.), and/or companies in a certain area (within 10 miles of London, etc.). You can also log in to the dashboard and view historical company data at any time if you prefer.

Built with Haskell, Elm, Redis, and PostgreSQL, if you're interested :)

https://newbusinessmonitor.co.uk/

Re: Ask HN: What are you working on?

#93
post #87

In light of today's Apple Mac Pro announcements, I'll chime in... Problem: Building macOS desktop applications as an indie-developer. Project: Fileloupe for Mac and Videoloupe for Mac Fileloupe is a lightweight media browser that I actually announced on Hacker News a few years back. Videoloupe was just released and is a video player/editor in the spirit of the older QuickTime Pro 7. I work on both of these full-time…

I have to say the file size for File Loupe is impressive - only 5MB for all that functionality. PS Is it written in Swift or ObjC?

Both are 100% Objective-C. No plans to make the switch anytime soon. I'm comfortable with Objective-C and understand it reasonably well.

Applications can be pretty small when they're 100% native and include almost no artwork or auxiliary assets.

Re: Ask HN: What are you working on?

#95
Problem: Despite there being plenty of articles and discussion posts online, I've not found a way of easily tracking how a given corporation is conducting itself ethically.

Project: I started Suitocracy with a friend so we can log events as they're reported in the media, and also get peoples' thoughts. We're essentially trying to capture it in one place so we can see how companies improve (or not) over time.

https://suitocracy.com

Re: Ask HN: What are you working on?

#96
I'm working on https://programmercv.com, a résumé builder with superpowers:

- import from linkedin, xing or stackoverflow - multiple résumé versions - track your job applications - export to any format you need (doc, pdf, html, xml, json) - publish on Github Pages - No lock in: build on open source tools

(most features are still work in progress)

Re: Ask HN: What are you working on?

#98
Problem: in aggregate, k12 teachers spend enormous amounts of time creating (redundant) curriculum content which in turn limits how effectively they can personalize this curriculum for each student.

Project: starting with assessment - intending to move into lesson planning and performance - our project allows teachers to curate assessment elements from a collaborative library (on the subject area/school level initially) rather than creating them from scratch. This saves teachers time up front while also opening additional opportunities for iterative improvement of those resources and personalization for students.

This is a young project, currently in the design/MVP stage of development.

Re: Ask HN: What are you working on?

#100
Weekly Google Search Console email reports: https://clickpost.io

I was usually only looking at my data if I thought there was a problem, and then it wasn't always obvious to me what to look for. With this, I have already found some proactive ways to improve individual site performance.

There's a lot I can improve on and add to it. I would love some feedback!

Post reply on HN