Live data from Hacker News

Ask HN: What are you working on this year?

news.ycombinator.com

51–60 of 514 posts

Re: Ask HN: What are you working on this year?

#51
I'm constantly chipping away at Zigpoll (https://www.zigpoll.com).

Flexible surveys are an incredibly broad challenge both from the client side and the analytics/dashboard side. Since it's by nature solving long tail problems the level of complexity is such that you have to have several different user paths which "just work" under the same umbrella. And entering into different markets ensures a constant flow of new features to roadmap. I am focused on e-commerce currently but it could continue to branch out into multiple sectors given enough polish and tighter integrations with relevant third party providers.

Re: Ask HN: What are you working on this year?

#53
Wrapping up a system where I can pay people per image and annotation for building computer vision data sets. Applying for my federal firearm manufacturer license so I can 3d print guns in California. Hopefully landing SBIR funding to go full time on my projects.

Re: Ask HN: What are you working on this year?

#58
I am working on Magny [1] for the last 5 months. It is a universal search service, like a command palette. For those who don't know what a command palette and how SaaS companies use it, refer to [2].

Basically, you sign up for the service, integrate in your SaaS app, add commands and your users will be able to reach to actions/documentation/menus easily with Cmd-K.

The biggest hurdle is that there are several command palette libraries [3] but not many (even not a handful) services, hence we are trying to build something which is fairly new to others.

The platform is based on PostgreSQL, Nodejs, GraphQL and React Native, running on AWS.

We were supposed to announce it on December but decided to build a few more (required) features after talking to several product managers.

[1] https://magny.io

[2] https://blog.magny.io/command-palettes-with-examples/

[3] https://commandpalette.org

Re: Ask HN: What are you working on this year?

#59
This year I don't anticipate having much free time, so I'm trying to engage more contributors in side projects,

* Automotive ECU tooling, https://github.com/bri3d/VW_Flash

* DJI FPV forward/reverse/all sorts engineering, https://github.com/fpv-wtf

I've been working a lot with various folks using Discord and contributions are gradually shifting from me towards others, which has been great to see. As the old adage goes, teaching a project is truly the final form of knowing one - much harder than hacking alone, but ultimately more fulfilling.

When I started my automotive ECU journey my goal was to demystify the "tuning" scene for a broader software engineering community, and I think I've generally been successful at this.

Re: Ask HN: What are you working on this year?

#60
Building a tool for running secure enclaves called Enclaver (https://github.com/edgebitio/enclaver). There is a big opportunity for keeping data encrypted while running code against it within enclaves.

And a more secure software supply chain is possible with device attestation and cryptographic measurements of software.

Post reply on HN