Earlier quoted context omitted.
Not tiring at all, when it's not a trope. This forum contains a surprising number of posts of sometimes ridiculously blind US-praising that is rooted in simple ignorance of how things run elsewhere and in the US. Concerning taxes though, I'll have to (quasi) side with you. 1040EZ is as easy as it gets. One could of course argue that in that case, in which the IRS has the numbers already, why do you have to be forced…
> Not tiring at all, when it's not a trope. The greatest fallacy of the pseudo-intelligent is comparing different first world countries to each other without considering demographics. It's a fallacy you have committed, along with everyone else who says "America is backwards lol". That is why it is a trope. It has nothing to do with American exceptionalism and everything to do with a relatively poor understanding of h…
Ask HN: What interesting problems are you working on?
271–280 of 633 posts
Re: Ask HN: What interesting problems are you working on?
#272How to get over my mid-life crisis.
Re: Ask HN: What interesting problems are you working on?
#273A new platform to play Magic: The Gathering digitally. Been working on it since the pandemic started. It's almost done. It's a multiplayer sandbox (no rules enforcement) that just allows you to play by providing all the different zones the game involves (play area, hand, lib, gy, ex) and letting you free-drag between them. It has features for every mechanic the game involves - tapping, turning face-down, switching ca…
What a cool idea! Not sure if you’ve done it already, but it’d be cool to embed video calls (maybe with WebRTC?) in your UI so you can have that more visceral sensation of playing against another person.
Re: Ask HN: What interesting problems are you working on?
#274To reduce the adverse effects of fake evidence (eventually called deepfake), off and on since 2004, and especially since ten years ago, I've been thinking up, NOT DETECTION methods, but prospective, pro-active methods to instrument a data stream, to increase the odds that video, audio, or other time-series data (including e.g. scientific experimental data) eventually can be proven to have been created from real life…
Re: Ask HN: What interesting problems are you working on?
#275Academic and Scientific publishing. It's the primary source material of human knowledge. It should be completely open and accessible to everyone with no barriers to access the literature or to add to the literature. The structure it currently takes - academic journals - made perfect sense in the 1600s when that structure was developed, and it continued to work reasonably well for distributing academic results up into…
I’ve been interested in building a similar platform for quite some time. I actually bought the scholar.io domain for that purpose, but never got around to it.
(Although, the first contribution would probably need to be getting the local working again in a new context... I've been going fast and taking on some techdebt that will need to be paid down soon.)
Re: Ask HN: What interesting problems are you working on?
#276The hardest part of it is actually deciding what do I want from the time I spend working. Many of the folks I know who do interesting work are either woefully underpaid or chronically overworked.
I'm hoping I can thread the needle on that one.
Re: Ask HN: What interesting problems are you working on?
#277How to get over my mid-life crisis.
Re: Ask HN: What interesting problems are you working on?
#278I'm going back to basics and learning to write a compiler in the dumbest way possible. I'm starting with a basic assignment (a = 3) and reverse engineering what it would take to turn that into a working executable. Then I'll add more features, lather, rinse and repeat. I'm hoping to eventually turn it into a series of blog posts so everyone can see just how little I remember from college.
This style of building compilers is called the Nanopass style (https://legacy.cs.indiana.edu/~dyb/pubs/nano-jfp.pdf), making it much easier to teach.
Source: I was a TA for the earlier iteration of the class.
Re: Ask HN: What interesting problems are you working on?
#279How I ended up working on this? There were a few ideas I wanted to work on. Most of them are much simpler and have easier path to monetization. But this kept coming back to the top of my thoughts stack, so I gave up fighting it. It ended up much harder than I even thought it was.
Niche tech? Explored F# Fable and ReScript. Both are really still too young so they added too much typing complexity to overcome, so it's just mainly JS and some typescript.
Re: Ask HN: What interesting problems are you working on?
#280Decentralization and bidirectional real-time communications. I don't mean blockchain. I mean no servers with end-to-end encryption, no third parties of any kind.
How do endpoints find each other?