Live data from Hacker News

Ask HN: What are you working on?

news.ycombinator.com

541–550 of 560 posts

Re: Ask HN: What are you working on?

#541

Reverse engineering a handheld device that is used to flash the Bosch ECU memory region related to engine tuning It features: * master/slave paradigm * public + private key encryption * XOR ciphers * hardware tokens * server-side validation * .NET obfuscation * Themida/WinLicense DLL packing/obfuscation * Debugger detection Car tuning is an industry where if your car costs $60k, tuners can charge you $999. If your ca…

Hell yeah!

Re: Ask HN: What are you working on?

#542
post #413

We have reached alpha on https://sitefitnesshq.com , an early warning service for website failures. We have just started reaching out to customers. Wish us luck.

Your certificate is expired. That's not exactly ideal for "early warning".

Thanks for visiting our website. We have been using our service to check some other websites and have been successful in providing early warnings.

Now we have added itself to the list of websites it should check. So it is self secured.

Your feedback and validation certainly helps. Thank you again.

Re: Ask HN: What are you working on?

#543

I'm writing a book that teaches people coding using JavaScript, the book that takes you from 0 (no coding background) to getting a job as a JS engineer. 2 years I ago, I had a hypothesis to see if anybody could learn coding if they tried. To test that, I reached out to random people with no coding background, most of them from underprivileged backgrounds. I figured they have fewer opportunities and are more likely to…

I am teaching myself JavaScript and have an open notebook on the web. May I have your permission to use your material in the ongoing notes?

Re: Ask HN: What are you working on?

#544
I'm going through the formalities of shutting down my failed startup. We're finishing up the few contracts we have, telling customers we're not extending their service, and trying to figure out how to split what little assets we have left.

This wasn't anyone's sole income, so it's not a disaster. It's certainly been a learning experience, so there's that.

Re: Ask HN: What are you working on?

#545
post #385

Earlier quoted context omitted.

Fascinating. Have you written at all about this elsewhere? Is it open source? Would love to learn more!

I have not written about it publicly at any length. Much narrower versions targeting specific data models have been used in production and I've licensed bits and pieces to big tech companies. The data structures and algorithms are non-obvious, and the join mechanics that enable arbitrary relationship type traversals on the representation hurts the brain (it really isn't visualizable). It is just an elegant instantiat…

Can you point to some companies and use cases they have?

Perhaps some of the companies have done conference talks on the systems built on top of your research?

Re: Ask HN: What are you working on?

#548
post #533

I'm currently working on a macOS application that allows users to save and load their working context, by which I mean sets of open applications and their internal states. It has helped me reduce information overload, and allowed me to switch between tasks more efficiently - and I hope other people will find value in this as well. It's an idea I've been toying with and prototyping in different forms on and off for ab…

I look forward to using this! Have you given any thought to being able to sync a working context between computers?

I've thought a little about it, but as it won't exactly be trivial to implement (internal app states will depend on specific files with specific contents existing at specific paths, and so on) it's not on top of my TODO-list, at the moment.
Post reply on HN