Ask HN: As a Developer, what API would you like to use, but does not exist?
I would like to create an API for developers, but not sure what API is needed at this time.
Can you share any requests that you have for an API that would be helpful to you? It could make your life easier or be more convenient than existing solutions (such as a gem or library).
It could be something difficult such as Face Recognition. Or something simple such as converting from feet to meters or getting current time in UTC.
Alternately, it could be an API that is useful to you, but is too expensive or does not offer a free tier.
And yes, this API will offer a free tier. (And, it will be completely free for a while.)
36 comments
[ 3.3 ms ] story [ 93.1 ms ] threadhttps://en.wikipedia.org/wiki/CRISPR
Is there software that runs locally on your machine?
Can you explain? What would you send, a string? What would the response be? Can you please provide an example?
Yes (or an URL).
> What would the response be?
JSON or CSV with options to allow filtering on certain types of tokens (only numbers or strings for example).
The output could be a tree (with children for a block) or flat.
I'm on freenode (see my profile) if you want to talk about that.
How would an API control Bash? Is the Bash shell running on your machine?
Regarding a real time stock price API, I thought of this as well. I will look into it. If I can find a good source of data this seems like a great feature.
if bash supports an api to send and execute command and query for states. that will make many things easier.
for example, query for the current location "pwd". many terminal emulator just send this command and parse the returned string and hide it from the user.
if bash supports an api for you to directly query for this information, the terminal enumerator can be implemented cleanly.
for gdb, I want to understand a code by generating flame graph like execution history.
for that I want to step over each line of the program and dump a call stack. gdb has python support within it, but it doesn't seem to provide an api to control it from the outside.
They told you what they want - now go build something in your vision. Once you have users they will tell you what they want.
It's not my vision.
And, besides that, I already launched the service. That's pretty far for 1 day.
Difficulty of the implementation would be gathering public holiday info for different country as it would change every year.
fits the bill?
I'll look for a source...
I would like to have someone (a Java or Kotlin developer) take over https://github.com/MachinePublishers/ScreenSlicer and rework it. It's a project that intends to do exactly this. You enter a url, it finds a search box, enters the user's search query, uses single-layer neural nets and text munging to extract the search results, and then separates each result into a few fields (url, date, title, summary).
But it was written as a complete app and so is of limited use to most people. If it were remade to be a library it would have much more utility.
Beware there are lots of ugly regexes and terrible hacks. This is html afterall, the Cthulhu way.
Recently re-licensed from AGPL to Apache 2.0.
Also my time is busy on other things. I would be able to answer some questions occasionally but largely I can't provide much help.