Ask HN: What are you working on this year?
141–150 of 514 posts
Re: Ask HN: What are you working on this year?
#142Narrator: it will never be done.
Re: Ask HN: What are you working on this year?
#143I run a tabletop RPG for some friends over the Internet using Roll20. As a player in other (in-person) games, there have been times where we've collaboratively made a map as we've gone along rather than the GM providing one, and I wanted to be able to provide a similar experience for my players. Since we found Roll20 didn't really work for this use case, I'm cobbling together an app that tries to make the experience as fluid as possible. It's only really intended for my group when I'll be on hand to explain how it works and I'll be the only one deploying it, so the docs are somewhat sparse, but in case anyone is interested:
https://github.com/mwilliamson/ttrpg-map-sketcher
I've also been working on a compiler for the most boring programming language in the world: https://github.com/mwilliamson/clunk
I maintain a library with ports to multiple languages (JavaScript, Python, Java). They have very similar structure, which means doing the same thing in pretty much the same way three times each time I make a change.
The idea I wanted to test with my language is: is it possible to extract a common subset that compiles into reasonably idiomatic code for those target languages? The compiled interfaces should be sensible (i.e. use of the code from the target language should be as good as if written in the target language directly), while implementations can be a little less tidy, but ultimately still readable and easily refactorable if the user ever decides to eject from my language and write everything in the target language(s) instead.
I doubt I'll ever use it in anger, and since it's nowhere near ready for use of any kind there aren't really any docs. In the unlikely event someone is interested, the most illuminating thing to look at would be the very beginnings of the reimplementation of the aforementioned library. Since I use snapshot testing with examples, you can see the source code, generated code and result of running the compiled test suite in one file:
Java: https://github.com/mwilliamson/clunk/blob/main/snapshots/%5B... Python: https://github.com/mwilliamson/clunk/blob/main/snapshots/%5B... TypeScript: https://github.com/mwilliamson/clunk/blob/main/snapshots/%5B...
Re: Ask HN: What are you working on this year?
#144I'm planning on transforming allergy care. There's no reason for you to be allergic to things. The way we treat allergies today, with antihistamines and nasal spray doesn't solve the underlying problem; it just tries to cover it up. Accessible allergy immunotherapy is the future. And in the future, taking antihistamines for allergies is going to seem like taking a painkiller for an ear infection. Why would you treat…
Re: Ask HN: What are you working on this year?
#145[2] https://finance.yahoo.com/news/techstars-invests-120-000-dlt...
Re: Ask HN: What are you working on this year?
#146I'm sick of having to decide between using cloud software and using local software. Cloud software so often needs subscriptions, and if the company dies I lose access to my data. Local software isn't collaborative. I don't want to email files around to myself, or think about versions. So I'm building a software platform for local first applications on top of CRDTs. Its called Replica, though we haven't talked much ab…
I like the sound of this. Got a website or any mockups I can check out?
Re: Ask HN: What are you working on this year?
#147I'm planning on transforming allergy care. There's no reason for you to be allergic to things. The way we treat allergies today, with antihistamines and nasal spray doesn't solve the underlying problem; it just tries to cover it up. Accessible allergy immunotherapy is the future. And in the future, taking antihistamines for allergies is going to seem like taking a painkiller for an ear infection. Why would you treat…
I've concluded from recent research that SLIT is clearly far more effective and safer when started super early, ideally before age 3 and even before 1 if possible. And with so many kids having life-threatening food allergies these days, that seems like a big opportunity both from a business perspective and a helping people perspective. What are your barriers to offering treatment for food allergies, and to very young children?
Re: Ask HN: What are you working on this year?
#148Re: Ask HN: What are you working on this year?
#149The same thing we worked on last year Pinky, trying to take over the world!
Re: Ask HN: What are you working on this year?
#150- choosing a 'green' time of day to charge an EV
- 'overdrive' heating/cooling during times of high greenness, reducing usage during
- dream: a large scale user could take greenness into account when scheduling
- dream: the nightly weather report includes a green forecast
Feedback on idea/execution greatly appreciated!