Building a library to deduplicate data at scale in Apache Spark, where there is no unique record identifier (i.e. fuzzy/probabilistic matching). https://github.com/moj-analytical-services/sparklink It's currently in alpha testing, but the goal is for it to: - Work at much greater scale than current open source implementations (the ambition is to work at 100 million records plus) - Get results much faster than current…
Ask HN: What interesting problems are you working on?
651–660 of 709 posts
Re: Ask HN: What interesting problems are you working on?
#652https://www.instagram.com/starshiprobots
Technology and business do work, so we probably will have thousands of robots within a year, and millions not long after that )
Re: Ask HN: What interesting problems are you working on?
#653Dental treatments, besides being very expensive, are often (up to 28%) unnecessary. This happens because no-one keeps dentists in check. I am trying to make dental treatment and diagnosis reviews easy, cheap, reliable and fast.
I suppose it won't save me, but <3 for working on this. I need work done, but I don't have dental insurance, will have to pay out of pocket, and have yet to overcome the analysis-paralysis problem of finding someone who'll charge a fair price, do good work, and won't add any more holes than I need.
For some reason I keep hearing about people flying to Serbia to do this.
Re: Ask HN: What interesting problems are you working on?
#654Solving 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…
Re: Ask HN: What interesting problems are you working on?
#655A while back, I posted a list of my long term focus problems here [1] Short list: * Pollution and the climate * Privation * Avoidable death * Interplanetary settlement * Liberty and communication * Transportation My primary focus is developing and commercializing reliable clean energy, because I believe that is the most effective way to further progress in the majority of the above problems. To that extent, I've come…
Also, consider that "keep ~100% of my net worth invested in these main problems" may not be the better strategy for funding those problems, versus "put net worth in growth investments" that can fund the same problems later on.
Re: Ask HN: What interesting problems are you working on?
#656I am working on a blogging platform that does not need any backend (in terms of an app listening for http connections). The overall architecture is an web app that is talking to WebDAV and then pages get build by a static site generator. I use getpelican.com but you can use Hugo or Jekyll based on your preference.
Re: Ask HN: What interesting problems are you working on?
#657I'm working on figuring out four different ways for somebody with a light background in electronics (basic soldering really) and has a Technician or General class ham radio license to get on the air, from scratch, for $100. No added expenses. It's possible, and a fun challenge. Its research for some writing I'm doing.
Re: Ask HN: What interesting problems are you working on?
#658Earlier quoted context omitted.
May you succeed with this endeavor. An ex-dentist attempted to strong arm me into a receiving an occlusal adjustment because my TMJ popped during a single visit. I knew this permanent procedure is rarely the best solution for the scenario. The dentist subsequently became irate and told me, "You'll lose all your teeth and look like an AIDs patient!" You can probably guess what era he's from. I wanted to file a complai…
Our philosophy has to key rules: 1. Diagnostician shouldn't treat. 2. No-one should review themselves. This eliminates so much fraud and mistakes.
Re: Ask HN: What interesting problems are you working on?
#659My 'paid job' is boring - Identity Management for Blue Chip companies. My fun stuff at the moment: 1. Learning Windows IoT on a Raspberry Pi 3B 2. Working on proof-of-concept Search Engine Indexers for specific datasets and/or local file-systems (on network servers). 3. Exploring a new paradigm of allowing people to easily publish train-of-thought type content without having to post a long series of tweets or silo it…
Re: Ask HN: What interesting problems are you working on?
#660Earlier quoted context omitted.
I'm interested about your project #2. As you mentioned B-splines do you deal with trimmed surfaces? Would you have any reading recommendations for someone learning about surface optimisation?
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…
Most of the research is being done out at the Colorado school of mines by Paul Constantine. The basic idea is that you reduce your parameter space to the eigenvectors of the sensitivity matrix with the largest eigenvalues. Some of the work I have seen in constitutive modeling (and UQ) has effectively reduced parameters spaces of a couple hundred DOF to about 5-6.