I'm reworking the (already pretty old) concept of literate programming, basing my research on the implementation written originally by Dr Ross Williams in 70's called funnelweb. Given new hardware of modern times all the ugly hacks and compromises of the C implementation (including ugly delimiters, unnecessary terse syntax, not using a recursive descent parser but relying on byte values while parsing text) a new take…
Ask HN: What interesting problems are you working on?
231–240 of 709 posts
Re: Ask HN: What interesting problems are you working on?
#232Writing Mathematica software with Stephen Wolfram's support to extend the hyperoperators beyond exponentiation - tetration, pentation and so on, from the natural numbers to complex numbers and even matrices. I do this by extending the iteration of any smooth function to real and complex iterates. http://iteratedfunctions.com/ and http://tetration.org/ . Physics has two mathematical methods for it's representation, pa…
Re: Ask HN: What interesting problems are you working on?
#233I built a similar tool internally at my last company and we used it to alert on things like employees making google drive files public to the internet, okta configuration changes, github ssh deploy keys getting added, employees logging in from foreign countries, etc.
If anyone wants to check it out you can reach me at arkadiy{at}logsnitch.com (or just sign up at the same domain).
Re: Ask HN: What interesting problems are you working on?
#234Downloading has been resumable since HTTP/1.1 but people uploading content have a less reliable experience. Worse: typically upstream bandwidth is much lower so they are exposed longer to unreliable connections. Trying to fix uploading through tus.io (low level protocol) and uppy.io (user interface). Both open source and free to add to any project.
Re: Ask HN: What interesting problems are you working on?
#235I'm tackling the issue of managing Reddit saves. Across all platforms (not just Reddit), people including myself like to save/bookmark interesting content in the hopes of getting some use out of it later. The problem arises when you start accumulating too much content and forget to ever check that stuff out. I'm working on a solution to help resurface Redditors' saved things using personalized newsletters. I'm callin…
Re: Ask HN: What interesting problems are you working on?
#236Parsing enumeration and chronology data for serials. E.g. "v.1" is obviously volume:1. But throw in years, parts, editions, copies, supplements, numbers, page ranges, etc, shit gets weird.
Re: Ask HN: What interesting problems are you working on?
#237Writing Mathematica software with Stephen Wolfram's support to extend the hyperoperators beyond exponentiation - tetration, pentation and so on, from the natural numbers to complex numbers and even matrices. I do this by extending the iteration of any smooth function to real and complex iterates. http://iteratedfunctions.com/ and http://tetration.org/ . Physics has two mathematical methods for it's representation, pa…
I won't pretend to fully understand this, although I do understand the basic theory of higher-order hyperoperators. I'm curious, though -- where/what are the applications for this?
Re: Ask HN: What interesting problems are you working on?
#238Alleviating homelessness using technology and data. I recently learned that homelessness is not just about the people you see on the street every day, but that homelessness is in fact a funnel that people fall deeper into as their situation becomes increasingly desperate. At the bottom of the funnel are the aforementioned group known as the "chronically homeless". The top of the funnel however, looks a lot different,…
Re: Ask HN: What interesting problems are you working on?
#239Alerting people when proposals are put before municipal councils to develop natural land. I found out too late that a huge, beautiful forest where I live is going to be ripped up and turned into investment condos. So in the interest of giving natural land a fighting chance, I'm setting up a system that will notify users when an address they've submitted is being rezoned. The challenge is obviously scaling, since ever…
Sounds challenging..and agree that adapting this to each municipal area would suck big time of effort. I tried something similar but mostly to figure where the land is being purchased recently in a region. But then land/parcels/addresses system is all over the place and, even that info is not consistent across cities. have you looked at data providers who may have this data?
Both sound like interesting problems, and it would be awesome if municipal-level land data was available at scale.
Re: Ask HN: What interesting problems are you working on?
#240Alerting people when proposals are put before municipal councils to develop natural land. I found out too late that a huge, beautiful forest where I live is going to be ripped up and turned into investment condos. So in the interest of giving natural land a fighting chance, I'm setting up a system that will notify users when an address they've submitted is being rezoned. The challenge is obviously scaling, since ever…