Live data from Hacker News

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

news.ycombinator.com

541–550 of 831 posts

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

#541
post #486

How can we document "human society" in 1000 pages or less? I've been casually researching for a while, and will eventually write a guide on going from zero to the moon. Step one is survival, basics of hunting, first aid and farming sort of stuff. That volume would end around homesteading and self-sufficient living. Volume two would be establishing society in larger groups than a family unit. Things like job specializ…

You should read this book:

How to Invent Everything: A Survival Guide for the Stranded Time Traveller

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

#542
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…

Have you considered developing a WebExtension?

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

#543
post #513

Existing mediums for note-taking (Evernote, Notion, Roam Research) are not sufficient for doing knowledge work over long periods of time. The functions these incumbents serve are primarily as “stores of knowledge” that we save because it’s interesting in the moment but never read through or “scratchpads” that we use once and never get rid of, which end up cluttering our information space like a junk drawer full of sh…

I tried so many tools in this category (currently using Trilium Notes). Quite a few times I almost embarked on making my own. Your approach resonates strongly.

Is there a mailing list or some other place to track progress?

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

#544

Automating cloud architecture creation. I'm building a "catalog" of architectures that you could use to create a complete cloud architecture on your AWS, GCP or Azure account in less than one minute. So, for example, you could create a docker-based architecture with CI/CD, auto-scaling, zero downtime deployment, SSL, load-balancing, high availability and MongoDB in less than one minute in your own AWS account. It's l…

Reminds me a bit of https://juju.is/. Haven't looked at it much, but it seems super powerfull and tries to solve at least some of the issues you mentioned.

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

#545

I’m working on a new way to talk online, with the goal of killing cancel culture, increasing understanding, and basically calming down current radicalization. Picture Reddit, but with the ability to anonymously share ideas with other people in your social circles. My theory is that most reasonable people stay off social media, so places like Twitter end up filled with unreasonable narcissists. At the same time, discu…

This is a great idea. I would love to use a service like this. One of the downsides of anonymity that many people raise (fallaciously) as an argument against it is that too many of the anonymous people are just trolls, therefore it is a negative quality. Having it be people that are known to the person brings about an assumption of character that can solve this issue, so long as the user associates with people that t…

> too many of the anonymous people are just trolls,

I have a different take on this: trolling becomes an optimal farming method when reward mechanisms isn’t working. When being a squeaky wheel is the best way to get the oil, people tries to be the worst shaped wheels. Fittest survive.

P.S. to parent:

> who cares if someone on the Internet is wrong.

( ಠ_ಠ)...

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

#546

Improving the performance of fountain codes and applying them securely to peer 2 peer file sharing. A fountain code is an almost magical algorithm that can split a file of size n up into a (practically) infinite stream of blocks of size b, such that collecting any n/b blocks out of the stream can reconstruct the file. Applied to p2p file sharing it effectively can eliminate rare pieces as well as the need to communic…

Erasure codes are so cool. This was posted to HN a while back, did you see it? https://www.cberner.com/2019/03/30/raptorq-rfc6330-rust-opti...

Yes, I've seen it. RaptorQ is a decent algorithm but I want to improve and simplify on it. It claims to be linear but it is not, it's actually O(n sqrt n) for large n and constant b.

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

#547
post #170

I hope this counts as weird enough ... PROBLEM: If time travelers from the future were to visit you, it would be difficult for them to quickly prove their authenticity. SOLUTION: Temporal passwords. At the start of each year, you devise a new password. You commit the password to memory, but you never write it down or divulge it to anyone until Dec. 31, when you submit it to the Temporal Password Registry, which publi…

This has a big flaw. If the future visitors copy all passwords to a usb stick and take it with them then anyone in the present time that gets a copy can pretend to be from the future. Worse still, everyone would believe the phoney future visitors without question.

I'm pretty sure no-one from the future will have a way to plug his/hers mini-USB-XC or whatever the usb name will be at the time in the future (USB standards are just a mess).

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

#548

I’m working on a new way to talk online, with the goal of killing cancel culture, increasing understanding, and basically calming down current radicalization. Picture Reddit, but with the ability to anonymously share ideas with other people in your social circles. My theory is that most reasonable people stay off social media, so places like Twitter end up filled with unreasonable narcissists. At the same time, discu…

[deleted]

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

#549

Earlier quoted context omitted.

I've worked on the same problem and came up with the same solution. My password was "Teapot Dome" from 2016-2018, and it's been "Cottage Cheese" since then. I have just come up with a new password, which I obviously won't share. This solution doesn't actually work. Maybe the people are mind readers rather than time travelers. Maybe they beat the password out of you and then wiped your memory. Maybe they are time trav…

Also, let's presume that some dinosaurs in the past were really smart, and evolved some thinking skills before the asteroid wiped them all out. They just so happened to evolve the same scheme. How do you prove to them that you're from the future?

I climb back into my cardboard box (with "time machine" scrawled on the side); jump forward 1 year, ask them what last year's temporal password was; go back one year and tell them.

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

#550
Why don't gig workers just work for themselves? Gig apps are basically trivial to engineer in 2020 until they get scaling problems, largely due to the contributions of the open source community. It would be nice if there were also open source tools for people's gig businesses, so they didn't have to sell their labor through a company extracting such a heavy rent.
Post reply on HN