Live data from Hacker News

Ask HN: What interesting problems are you working on?

news.ycombinator.com

481–490 of 709 posts

Re: Ask HN: What interesting problems are you working on?

#481

I'm tackling the issue of managing Reddit saves. Across all platforms (not just Reddit), people including myself like to save/bookmark interesting content in the hopes of getting some use out of it later. The problem arises when you start accumulating too much content and forget to ever check that stuff out. I'm working on a solution to help resurface Redditors' saved things using personalized newsletters. I'm callin…

Curious if you've thought about this as a browser extension where it injects what you've saved into the main reddit feed. For example, one saved item per refresh. So you naturally rediscover and engage with items you've saved in the past, with a decent algorithm to help prevent any fatigue from seeing the same item too many times.

canada_dry also brought up the idea of a browser extension (for privacy's sake). I think that paired with your idea of inserting saved content into the main feed is very enticing.

I would need to figure out how injection would work for saved comments, do you have any ideas? I'm definitely going to save this idea so thank you!

Re: Ask HN: What interesting problems are you working on?

#482
post #252

Earlier quoted context omitted.

Hey, thanks for your interest! I've avoided trimmed surfaces, in part because I'm interested in doing one or another kinds of analysis on or with the parametric geometry, and trimmed surfaces are not so easy to work with for some of the finer control I want from my optimization tools. (They often cause comparability issues with export between programs as well, but that becomes more important only if somebody uses you…

What library are you using for automatic differentiation. I am working on building code to optimize (and later build) high quality finite element meshes for structural analysis. For the initial proof of concept, I am simply doing finite differences, but would prefer to eventually add AD. I am unsure which packages are suitable (currently all numpy and scipy).

Both in the python version and so far in c++, I am using my own forward mode implementation in Numpy and Eigen, respectively. (Why? Well, it was easy, I wanted to learn, it’s been fast enough, and most critically, allowed me to extend it by using interval valued numbers underneath the AD variables) Here’s where I do something kind of funny In the AD implementation: Basically just write a class that overloads all the basic math ops with a structure containing the computations of the value, the gradient, and the hessian. The trick, if there is any, is to have the basic AD variables store gradient vectors with a “1” in a unique spot for each separate variable. (And a zero elsewhere). Hessians of these essential variables are zero matrices. Mathematical combinations of the AD variables automatically accrue the gradient and hessian of ...whatever the expression is. Lagrange multipliers are AD variables which extend the size of your gradient. Oh, and each “point” in, say 3D, is actually 3 variables so your space (and size of gradient) is 3N + number is constraints in size. Write a newton solver and you are off and running.

This would be pretty hefty (Expensive) for a mesh. I’ve used it successfully for splines where a smaller set of control points controls a surface. Mesh direct sounds expensive to me. I assume you looked at constrained mesh smoothers? (E.g. old stuff like transfinite interpolation, Laplacian smoothing, etc?). Maybe newer stuff in discrete differential geometry can extend some of those old capabilities? What is the state of the art? I have a general impression the field “went another way” but not sure what that way is.

As for the auto diff, I’ve also got a version that does reverse mode via expression trees, but the fwd mode has been fast enough so far and is very simple. Nice thing here is that overloading can be used to construct the expression tree.

Of course if you do only gradient optimization you may not need the hessian. It’s there for Newton’s method.

Re: Ask HN: What interesting problems are you working on?

#483
Helping fintechs and other startups access temporary cybersecurity defenders: https://www.getblueteam.com

Having run a cybersecurity services business for three years and previously working for federal clients, I know that government and large banks are sucking the talent up, leaving fintechs two options: ignore security or overpay.

On the reverse side, there are lots of talented independent providers who simply need somebody to vouch for their skills. We meet with and vet everybody on our platform to make sure they have the capabilities.

Will be launching a prototype to replace this landing page shortly. If you're in the New York area and are either looking for cybersecurity contractors or looking for a project, I would love to get your input!

Re: Ask HN: What interesting problems are you working on?

#484
post #37

This problem will only apply to very few people. But over the past 2.5 years I've been tracking everything and deriving insights on my activities. This produced some astounding results. e.g. Chewing gum makes me more comfortable in a conversation. Recently I've found a community of robot-like people on reddit who also do this. So I decided to build a platform. It's still in its early stages but feel free to check it…

I would like to have something like that too.

A centralized place to record things like that: - Arts: cinema, theater, books, ... - Travels: from, to, flight? car? - etc...

Started writing some code but let it for other things, maybe I would come back.

Re: Ask HN: What interesting problems are you working on?

#485

Alerting people when proposals are put before municipal councils to develop natural land. I found out too late that a huge, beautiful forest where I live is going to be ripped up and turned into investment condos. So in the interest of giving natural land a fighting chance, I'm setting up a system that will notify users when an address they've submitted is being rezoned. The challenge is obviously scaling, since ever…

Do you know of or recommend land trust organizations that collect money from donors to simply buy this type of land to protect it?

Re: Ask HN: What interesting problems are you working on?

#486

Solving the world's trillion-dollar energy storage crisis. (multi-trillion, actually.) https://www.terramenthq.com/ About a year ago, I started spending more time researching about climate change. I learned how important energy storage will be to enable renewable energy to displace fossil fuels. The more I read, the more fascinated I became with the idea of building underground pumped hydro energy storage. I found a…

Pumping water up a mountain to store energy has been used around the world with much success, in my opinion it seems to be the most realistic way to store energy efficiently.

If you can remove the mountain you could scale this out to every one in the world and single handedly solve this problem.

There will be other problems to overcome but someone will figure it out why not you? I wish you all the best in this very important effort.

Re: Ask HN: What interesting problems are you working on?

#487
I am working on an underwater recording studio. We are building a "3D Telescope" underwater to listen to the ocean. 28 hydrophones mounted on five 5 meter beams connected like a starfish. It will then compress the data and telemeter it home real time.

https://www.whoi.edu/press-room/news-release/whoi-awarded-1-...

Additionally I just won a grant at work to begin designing and building an open source underwater glider. Underwater gliders are one of the best ways of carrying instruments to sample the ocean. They can last 6+ months and be directed to interesting area's. The billion dollar companies that make and sell underwater gliders are focused on oil+gas+military business and are not giving the service, support or product depth the science community needs. They are in dire need of a tech refresh - they fail a lot for an old technology and run DOS. The only way we have a chance of understanding the ocean is to make sampling the ocean more affordable, reliable and accessible.

Re: Ask HN: What interesting problems are you working on?

#488

Solving the world's trillion-dollar energy storage crisis. (multi-trillion, actually.) https://www.terramenthq.com/ About a year ago, I started spending more time researching about climate change. I learned how important energy storage will be to enable renewable energy to displace fossil fuels. The more I read, the more fascinated I became with the idea of building underground pumped hydro energy storage. I found a…

I hope to convey this in the least volatile manner, but I must bring it up. > I learned how important energy storage will be to enable renewable energy to displace fossil fuels. The above is a reasonable statement, however, your website says the following: > We can’t quit carbon without energy storage. To stop climate change, renewables must replace fossil fuels. > Without energy storage, renewables will fail to reac…

> Without energy storage, renewables will fail

but none of the below are renewables

* Massive adoption of nuclear fission alone * Development & massive adoption of nuclear fusion alone * Shift from coal&oil to natural gas, cleaner fossil fuels + scaling carbon capture/sequestration

Re: Ask HN: What interesting problems are you working on?

#489
I'm working (at Chequeado.com) on automated fact checking using Machine Learning and NLP. Our first product works in Spanish (it's already been used in Chequeado's newsroom) and we're working towards a Portuguese version for fellow brazilian fact-checkers.

I'm also working as a contractor on automated valuation systems for real estate properties, mainly for the argentinian market. The company have already sold the service to a big international bank to periodically update their mortgages.

And now I'm pondering about starting a research+prototype AI consultancy.

Re: Ask HN: What interesting problems are you working on?

#490
post #434
post #336

Earlier quoted context omitted.

I call it "verified diagnosis". We use game theory to extract the truth. Think prisoner's dilemma for dentists. Edit: Not in US, but building planning to launch there. You can't practice dentistry in US if you haven't got US diploma. However, diagnostic dental work (at least in some states) is exception to this.

Too bad there is no safe or easy way to get X-rays just by sending a home kit to customers.

I don't think that's necessary. Most people living in urban areas have x-ray practice in a close vicinity. Even for those who don't, a home kit wouldn't justify the cost. You want to make a standard high quality x-ray set 2 times a year. Professionally done. Most of people on the planet can make a trip to a city 2 times a year.
Post reply on HN