Live data from Hacker News

Ask HN: What are you working on?

news.ycombinator.com

321–330 of 751 posts

Re: Ask HN: What are you working on?

#321
Project: In early prototyping a IMSI-Catcher Detector.

Why another IMSI-Catcher Detector?

Mainly trying to address the problems with the current open source solutions which is that they are tied to phones, the phones must be rooted. Given that there is no such thing as a secure phone something that runs on other devices using software defined radio would be better, it is also unreasonable to expect everyone that would like the provided security to be comfortable rooting their phone. It would also be of use to organizations to prevent corporate espionage too as it could operate as a centralized security device.

Technologies have been carefully chosen so that it is as portable as possible. Currently it runs across Linux, Mac, and Windows and everything should be portable to Android also in the future.

Also it is completely absurd companies charge $40,000+ for a small embedded computer with a SDR, I built a touchscreen ARM tablet for the prototype for about $200, even with a amazing SDR it would have only been about $700.

Re: Ask HN: What are you working on?

#323

I'm working on a tool to help dating app users get more matches in an honest and organic way: https://www.picbot.co/ Problem: People are really bad a choosing the right dating app photos and often end up frustrated thinking there's something wrong with them when they just have awful photos. Launching in a few days on iOS.

Maybe you could have people peer-review each other's photos and help them pick which one looks best. It could be based on a photo-liking mechanism whereby the most liked photo is the one shown to people first in the organic search. EDIT: I went to your site and saw what you're doing. Good job.

Re: Ask HN: What are you working on?

#326
Project: a lightweight budget app for my android device. I couldn't find anything that didn't want to sync with my bank account, and I'm sure not going to do that. Ideally, I open the app, it opens quickly, I punch in a $#, and close it.

So far this is going pretty well and while it isn't ready for public consumption I've been dogfooding dev versions for a month and successfully built a habit of using it, so it will work, at least for me!

Three problems: 1. I am not an android developer (yet)

2. there are difficult questions surrounding how to change a budget in the middle of a running period, for example two weeks into a month, altering the budget from $400/mo to $50/wk -- Those intervening two weeks must be handled neatly. What about dealing with time zones? A user could set up a budget to turn over on the first of every month, enter a neighboring timezone and spend money on the 31st while it's already the 1st in their primary time zone. This is tough, and how that is handled matters a lot to questions about what happens if a user permanently changes their time zone after setting up a budget. This is a fun data structures & UX problem.

3. Getting home from a long day of programming at work and wanting to continue programming is not easy.

Another project: Expression pedal router. Effects pedals that accept expression input are nice, and if you have more than one and want to control more than one with a single expression pedal in a live setting, you will be doing a lot of crawling, plugging & unplugging in the middle of a set. Even in a non-live setting this is a pain, especially if the pedalboard is crowded. The solution is a routing box that all the pedals can be plugged into as well as the expression pedal, and rout the signal from the expression pedal to an effects pedal selected by a rotary switch.

Unfortunately it is not that simple, because having the expression jack filled will alter the sound of the non-selected pedals, and with that circuit open will have whatever setting is controlled by the expression pedal fully dry or wet. The real solution is a much more crowded active circuit that drives a network of SSRs to either pass any given effects pedal through to the expression pedal or to a local potentiometer to replace whatever knob on the pedal is being overridden by the expression input.

That's a lot more expensive and can't be effectively hand-wired in a reasonably sized enclosure, so the problem I face is taking the dive and ordering the prototype boards, but I'm afraid to waste the money if it turns out I actually don't know what I'm doing laying out circuits with CAD systems. Instead of having my nice expression pedal router I've been sitting on this project for a few months for fear of throwing away $120 on (mostly) components & PCBs.

Re: Ask HN: What are you working on?

#327
Right now I'm focused on understanding political issues and trying to come up with realistic, pragmatic solutions to them. Most of my other projects (UE4 game project, stock-market research, etc) are on hold. Also, trying to finish up my BS (quit in the middle of college to do an IT support startup)

Re: Ask HN: What are you working on?

#328

Prime Factorization - Just as a fun side project. I do not expect that I will ever be able to solve it but at least once a week I learn something new about math! I've Been working on it for 3 years now and It's getting more and more fun every day. In fact, I have rediscovered so many things on my own that I thought never existed. My biggest "Eureka" moment was when I discovered factorization via the difference of squ…

What exactly is the problem? Finding the prime factors of numbers? Or doing it fast?

basically doing it fast for large integers.

Here is the challenge I am working toward: https://en.wikipedia.org/wiki/RSA_Factoring_Challenge

Re: Ask HN: What are you working on?

#330

Currently a student in college and I'm working on https://www.60secondseveryday.com , the fastest way of keeping track of your memories. You get a phone call every night and record your 60-second response to the question "How did your day go?". From there, your response is archived into your private online journal and displayed alongside your photos, twitter posts, check-ins, etc from that day. Soon, you'll start get…

That's cool I've been kind of thinking building something like this. Are you using Twilio? How are the transcriptions?
Post reply on HN