Live data from Hacker News

Ask HN: What interesting problems are you working on?

news.ycombinator.com

321–330 of 633 posts

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

#322

A postgres foreign data wrapper for PACS so you can send and receive medical images with SQL. DICOM, the medical imaging standard, is from the 80's and you need a bit of domain knowledge to integrate e.g. AI with hospitals. This makes it a lot easier. And with Supabase on top you have a very cool backend for building medical imaging products in my humble opinion. We started out solving the problem of anonymizing medi…

Is there a Git repo, mailing list, newsletter, or website that I can follow the progress on this, perhaps even contribute?!

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

#323
post #134

Earlier quoted context omitted.

What's wrong with opening your own practice? Investors can only invest in scalable, replicable businesses. Veterinary practices are intensely personal, often specialize in different species and breeds, and can develop unique experimental treatments. The cost of labor is ridiculously cheap (people become Vet Tech's for love, not money), and buildings need not be in commercial centers, so capital costs are minimal. Hon…

> The cost of labor is ridiculously cheap (people become Vet Tech's for love, not money), and buildings need not be in commercial centers, so capital costs are minimal. This is absolutely not true and it's a big issue in the field currently (my wife is a Veterinarian). This kind of thinking is also what is causing a lot of mental health issues in the field.

You are saying two different things here. Are you agreeing with the poster's position that veterinary professionals aren't getting paid what they're worth (aka. cheap labor), or are you refuting it?

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

#324
Problem: how to make HTML5 elements responsive, interactive and (importantly) more accessible for end users.

Solution: an OS Javascript library to make it easier for devs to achieve the above

Progress: ongoing - possibly neverending

Why: in 2013 I was having real trouble breaking into the industry; a recruiter told me I might have more success if I had a project to showcase my skills. I settled on building a canvas library because I enjoy creating pretty graphics stuff. After I (finally) landed a job I just ... carried on with it because: fun! The drive to make the canvas element responsive/accessible/etc came much later when I was looking for an edge over the competition and realised all the other JS canvas libraries didn't seem interested in solving those problems.

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

#325
Not a big project, but just last week finished a visualization of electricity spot prices in Finland. Seems like a potentially difficult winter coming in Europe, using spot priced electricity and optimizing use would make sense. I didn't find a good visualization, so I made my own.

https://otsaloma.io/sahko/

Open source, GitHub link at the bottom of the page. The API used serves a large part of Europe, so you might be able to fork the code and adapt it to another country with fairly minimal work.

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

#326

I heard few song lines from a new artist I've discovered. It has me thinking on a problem I want solved. Although, I'm not actively working on it. Why aren't there more employee-owned companies? And I don't mean solely shareholder programs, I mean actually owned by every employee and they are paid dividends of profit after all planned R&D costs. Similar to the Alaska oil pipeline bonus. Even interns. All studies show…

I am involved with a company called Teamshares that helps small businesses convert to employee ownership. A big part of what makes it work is exposing company financials to all employees in a way that helps connect one's actions with financial performance.

We are hiring software engineers, in case anyone is curious. https://www.teamshares.com/careers

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

#327

Building a platform that accelerates the construction of protected bike lanes and car-free streets worldwide by connecting citizens, advocacy groups, cities, and urban planners: https://twitter.com/betterstreetsai/status/15705341894974832... (Backstory: Started a Twitter account in July (twitter.com/@betterstreetsai) posting DALL-E-generated street transformations, it immediately took off, got lots of press, etc. and…

NotJustBikes channel on youtube would love this stuff

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

#328
I'm building https://royal.io, which helps turn music royalties into an asset class people can invest in. When investors (fans, mostly) "buy" a portion of a song on our platform, they become entitled to a percent of the recurring royalty revenue stream. It's one of the few applications of crypto that I think genuinely makes sense right now, and I especially like it because crypto is not the star of the show, it's just the backend implementation detail

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

#329
I am working on trainable morphogenic functions for reaction-diffusion proceses. I.e., using Pytorch, the parameters of a neural net representing the reaction part are optimized to so the diffusion process converges in a complex, predefined structure. This is only a pet project, but I am fascinated by this because I imagine that in the future this could be used to design synthetic biological structures. All that will be needed is a compiler that translate the function to DNA...

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

#330
Our company uses Asana for tracking projects and their dependencies on a high level. However, for tracking programming projects in more detail we are using Linear. It is a pain to keep due dates, assignees, project status etc in sync if you need to do that manually. So I decided to develop a little bridge that syncs both platforms automatically. Once finished and fully tested I am going to open source it. Maybe someone out there has the same problem :)
Post reply on HN