Live data from Hacker News

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

news.ycombinator.com

21–30 of 831 posts

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

#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 doesn't allow styling (like CSS), the downside being you get less flexibility but the upside being it will render correctly on any display with any resolution.

For this I have also written a new type of web browser called NAVI which takes ALFI code and produces (somewhat) beautiful widgets and renders them using OpenGL.

Source for both ALFI and NAVI: https://github.com/jezze/alfi

My own ALFI website: http://www.blunder.se/

You need NAVI to actually browse blunder.se properly. otherwise you will just see ALFI code. Also this is still very early so all features are not done yet.

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

#22

I've been mulling over an idea that is essentially a combination of personal ID, secure digital authentication and online communications all baked into one. There's a EU directive instructing on how citizens should be able to identify online with eIDAS. In my country, you can use eIDAS to authenticate in basically any governmental agency portal, but you can't get any eIDAS enabled auth method as a citizen. The curren…

Hi! I’m working on a similar thing aiming at bringing a digital identity to everyone. I’d love to hear more about what you’re working on. You can reach me at fabian (at) flapplabs.se

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

#23
I want to give everyone a digital identity. In some countries (including mine) basically everyone has an e-ID which we use to sign in to things like government services, banks, payment providers and much more. This is absolutely essential to everyday life and many startups are built around it.

Unfortunately, many countries don't have useful e-IDs and the ones that do are limited to that one country. I want to create a single digital identity which works for everyone, for all applications, across borders. The basic features are:

- App based with no special hardware necessary.

- Privacy friendly with the user always fully aware of what data they are revealing.

- Simple to integrate for developers. It's a standard SSO flow over OAuth/OIDC.

I'm currently calling it Pass: https://getpass.app. If anyone wants to have a chat about digital identities you can reach me at fabian (at) flapplabs.se

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

#24
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

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

#25
post #17

Trying to figure out what the next version of the internet would look like and start building it :p ps. Structured data and no blockchain :)

What about the (still in development) SAFE network?

Safe is interesting but it’s still pretty much still a ledger. I am not sure this will work at current-internet-scale, let alone in a couple of decades worth of data. In addition to that they still pretty much keep building on top of the web, which is really not accessible to machines.

Think more in terms or ipfs/ipld.

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

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

Mind posting some screenshots?

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

#27
post #26
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…

Mind posting some screenshots?

Sure! Just ignore my dwm desktop row on the top.

http://www.blunder.se/screenshots/s1.png http://www.blunder.se/screenshots/s2.png http://www.blunder.se/screenshots/s3.png

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

#28
Making leaking safe(er).

After the twitter account of DDOSecrets got shut down (due Blueleaks), this got me thinking: How would you leak / provide data but are not directly attributable. (At least like a retweet - not your tweet, just amplified.).

And how to add some resilience and protection to the distribution, since there were indicators that the torrent and download of leaked data was being attacked.

So far, I have come up with an encryption matryoshka: you distribute leaks without telling whats in and enable gradually a few to look inside until they are public.

All thats missing is a better document describing it and a command line tool to help to walk through the multi level encryption ... so there is 90% still to do ¯\_(ツ)_/¯.

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

#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 supplemental education and the rest languish.

Schools assign homework that is not easy to do when the student hasn’t fully grasped the concept. That burns time they could use to get better.

So... I am implementing Math common core in software. The first part is an automatic homework solver for math. Once we solved the student’s homework, we can teach them how to do it with generate problems. Crucially, there will be multiple perspectives and an ontology of topics do the student can backtrack to where they got lost in class weeks ago.

After we are good with math, we’ll do the same with English. It will probably not go too deep, but it will let students obtain the missing foundation of knowledge.

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

#30
I’ve been coming up with a new pedagogy for the fundamentals of interactive and computer art, and trying it out with kids on TikTok. Maybe you saw the software I put out a few weeks ago on HN called No Paint: https://nopaint.art. However, most of the time I’m using pen and paper for this work.
Post reply on HN