Live data from Hacker News

Ask HN: What can I build for you?

news.ycombinator.com

1–10 of 20 posts

Ask HN: What can I build for you?

#1
With the current pandemic and most things shut, I have a lot of free time at hand. I am looking for something to build.

So, is there anything I can build for you?

Skills - HTML, CSS, Javascript, Node.js, Python, etc.. I can pick up anything else that might be required.

I just want to stay busy / engaged. I don't need money. I would be happier if I could open source it.

Let me know.

Re: Ask HN: What can I build for you?

#4
post #2

An app to scrape reddit subs for stock sentiment allowing users to trade on the retail market sentiment or avoid pump and dumps.

That sounds interesting. Which reddit subs are these?

I believe a straightforward sentiment model from /r/investing would be simple. If you want a challenge /r/wallstreetbets would be harder because the vernacular changes quickly and it’s more context sensitive. /r/news or /r/worldnews if you want to try a “trade the rumor sell the news” sort of classification.

Re: Ask HN: What can I build for you?

#6
post #2

An app to scrape reddit subs for stock sentiment allowing users to trade on the retail market sentiment or avoid pump and dumps.

That sounds interesting. Which reddit subs are these?

Investing, stocks, options, pennystocks, undervalued. I'd stay away from wallstreet bets due to all the sarcasm and junk posts.

Re: Ask HN: What can I build for you?

#7
I have cells in a notebook on Google Colab that I need to run at a given time every day. To do that, I open a web browser and surf to Google Colab and start the cells by clicking the run button on the respective cells. I need a script to automate that process that I can invoke from the command line.

Re: Ask HN: What can I build for you?

#10
A command line based countdown timer gui

(yes, I can slap together something that works, but it's ugly)

COMMAND: countdown_timer

~ countdown_timer 60 m

... and a 60 minute timer pops up and counts down. Maybe turns red and flashes 00:00 when done?

Has sensible defaults (and pref file) and tucks away in a corner always on top. 7 segment LED fonts are awesome.

All the timers I can find and gui monstrosities with hella parameters and button measles.

Post reply on HN