Live data from Hacker News

Ask HN: What weird or hard problems are you trying to solve?

news.ycombinator.com

31–40 of 831 posts

Re: Ask HN: What weird or hard problems are you trying to solve?

#31
Dreams.

I've been journaling my dreams for years and I'm working on an app that makes it easier to (visually) map them out & find patterns: https://oneironotes.com/

I like the idea of accessing other (inner) dimensions during sleep, like an explorer (an "oneironaut"). The problems to overcome are related to capturing and recollecting experiences that only take place in the mind. You asked about the weird stuff...

Re: Ask HN: What weird or hard problems are you trying to solve?

#33
post #5
post #3

Not sure if this is weird so much as an area of business that not a lot of people think actively about, but get bit by. THE PROBLEM How do you automate and aggregate context across business departments for various forms of activity, and then map that to marketing analytics in a way that gives relevant and sufficient insights beyond just channel or user data? How do you more fully answer the question of "what happened…

I've experienced this problem in small companies/side projects I've started. This a great perspective and great take on the problem. I'd love to help out in development/anything you'd need help with, email is in my profile.

I've had the same experience in larger corporations, especially the global ones. I'm interested in helping as well so if there's a need for concept development and ux let me know :)

Re: Ask HN: What weird or hard problems are you trying to solve?

#34
post #29

Education. Schools are functionally no different from part-time prisons. You must attend daily under penalty of law. Many teachers are plain awful. They rely on students being additionally taught by their parents. That forces parents to go to school with their children, which perpetuates the vicious cycle. The teacher recalibrates the class to the students who either understood everything the first time or had supple…

Do you expect that students will utilise the backtracking aspect of the software? I think 12 year old me would just use the solver and then log off.

Re: Ask HN: What weird or hard problems are you trying to solve?

#35
post #21

I am trying to reinvent the web. Replacing HTML/JS/CSS with a language called ALFI. It is stupidly simple in its design but still very powerful. Similarly to HTML you use it to create widgets, place them, and define their behavior. It is humanly readable like HTML but line-based instead of markup-based. Instead of nesting it uses references. This allows it to be streamed. A big difference is that the language itself…

Are widgets stateful in any way? Could this be used to create more efficient (and constrained) client side apps without JavaScript?

Re: Ask HN: What weird or hard problems are you trying to solve?

#36
I’m trying to evaluate ethical licensing so that we can have a flourishing Commons of code projects to build on.

https://ethicalsource.dev/

The hard problem is multifaceted:

I would argue that open source as we know fails to balance the market. We now have monopolistic tech incumbents in the “GAFAM“ companies, that thrive on open source while paying little tax and outcompeting actual tax paying businesses. I see maintainers either burning out or selling out to venture capitalists.

I want to believe in free and open source, but I also see that it fully enables surveillance capitalism, casino capitalism and tax avoiding monoliths.

So, I realize that I need to move past classic licensing and consider ethical licensing that try to remedy society’s inequalities and injustices.

Call me a cyber hippie, but if I want to build cool stuff in my spare time to share I want to maximize its chances of doing something good in the world. To that end I’m evaluating some ethical licenses.

There are many ethical licenses out there which are evolving. Presently, I’m evaluating this one: The (Cooperative) Non-Violent Public License: https://thufie.lain.haus/NPL.html

After the weekend I’ll try to get in touch with a Lawyer to review the license implications. It’s arguably not open source in definition, but maybe more so in spirit.

Re: Ask HN: What weird or hard problems are you trying to solve?

#37
post #34
post #29

Education. Schools are functionally no different from part-time prisons. You must attend daily under penalty of law. Many teachers are plain awful. They rely on students being additionally taught by their parents. That forces parents to go to school with their children, which perpetuates the vicious cycle. The teacher recalibrates the class to the students who either understood everything the first time or had supple…

Do you expect that students will utilise the backtracking aspect of the software? I think 12 year old me would just use the solver and then log off.

I am optimistic :)

The entire curriculum is extremely easy when properly explained at correct pace.

Re: Ask HN: What weird or hard problems are you trying to solve?

#38
Knowledge.

Working on building a self-hosted app that would alow you to save, organise and search your knowledge in one center.

It would contain information like notes, bookmarks (it would download the links contents) and in general provide a programmable, opensource interface to preserve the info you'll find useful and even sync with external apis to save your online presence locally (think reddit posts, hn links, etc...)

Re: Ask HN: What weird or hard problems are you trying to solve?

#39
post #2

I'm trying to find a way to generate stories using tropes as the building blocks. There's a sample at https://random-character-generator.com/ There's an unreleased version, which focuses more on how to portray characters, rather than just what they are. For example, instead of saying "energetic", they'll be pacing about a bit. I might just pivot it into a story/plot tracker for writers, and use it to fill out the bla…

you'd be interested in dwarf fortress

I donate to DF, lol. While there are plenty of epic moments in there, I think it takes a while to build up, and it comes in between a lot of mundane moments as well. And I think a lot of stories are built with a romance element in mind and there hasn't been a lot of procedurally generated games that do that well.

Re: Ask HN: What weird or hard problems are you trying to solve?

#40
post #6

Since I live in Tokyo, it’s about a 3 - 4 hour drive to various ski resorts. I want to snowboard every weekend. So I’m trying to find the best* ski resort I can head to next weekend. Best is a mix of - the ones I enjoy most - but not one that I just visited last weekend - where there has been recent snowfall / is predicted to snow - that I have may have a season pass for - where costs of highway tolls, petrol, hotels…

Such a crazy difference with the amount of resorts in japan. In Colorado there are <10 resorts within 3-4 hours, and your pass only works at a couple of them. Our problem is optimizing the time you leave to reduce traffic time and maximize skiing time.
Post reply on HN