I spent 3 months scraping 6 million pages from an extremely old political web forum (I think their backend was written in perl and hasn't been updated since 2001 and the response times for these pages were extremely high) in an effort to learn NLP stuff with a working database. Its cool because you get to see how old Boomers digested huge events during 9/11 up until now and the slow decline of web forums as a medium.…
Ask HN: What are you working on and why is it cool?
11–20 of 113 posts
Re: Ask HN: What are you working on and why is it cool?
#12I spent the last two years of my spare time putting together an RPG in Slack: https://www.chatandslash.com/ I think it's cool because it's almost definitely the most complex Slack bot out there (though I admit that's an arbitrary metric), but it's for sure the most advanced game on the platform.
Re: Ask HN: What are you working on and why is it cool?
#13A website that shows if there's a scene after credits for movies in theaters. So long for all that people standing on the stairs because a scene just started. Simple stuff, some scraping
Re: Ask HN: What are you working on and why is it cool?
#14A website that shows if there's a scene after credits for movies in theaters. So long for all that people standing on the stairs because a scene just started. Simple stuff, some scraping
Re: Ask HN: What are you working on and why is it cool?
#15http://ripplescan.com - A website to visually explore the Ripple XRP network, lookup accounts, and transactions, and subscribe to XRP news in your inbox every day.
https://exponentialbackoff.substack.com - A newsletter where I write about the soft skills side of software engineering that I've learned throughout my career. Hopefully it's helpful to some younger engineers that are just starting out in their careers.
Re: Ask HN: What are you working on and why is it cool?
#16The goal is to be able to say things like "give me a header element at the top - height 250, width 100%", and it'll inject it immediately.
Combined with mouseover inspection and positional guidance (e.g. moving the mouse to a particular spot and saying "put a folder icon here").
Re: Ask HN: What are you working on and why is it cool?
#17I spent the last two years of my spare time putting together an RPG in Slack: https://www.chatandslash.com/ I think it's cool because it's almost definitely the most complex Slack bot out there (though I admit that's an arbitrary metric), but it's for sure the most advanced game on the platform.
Very similar idea to Multi User Dungeon (MUD) RPG games back in the day. Was that your inspiration? If you're not familiar with those you should check out their history. https://en.wikipedia.org/wiki/MUD
Re: Ask HN: What are you working on and why is it cool?
#18Here's a demo: https://coinbase.onsites.co/o/aurora-h
I also redesigned the onsite experience. Demo here as well: https://airbnb.onsites.co/joe-zadeh
[1] As with many things in design, I think I should attribute the source of inspiration, which is Carta. They wrote about a new offer letter format back in 2016. I'm basically taking their Apple Keynote slides and moving them to the web.
Re: Ask HN: What are you working on and why is it cool?
#19- You install it with `npm install server` and use modern ES6+ including async/await very naturally.
- Node.js is the most popular "framework, library or tool" [1], but getting started with most of the current Node.js server frameworks has a really steep learning curve.
- Plugins are coming! They will be a really easy way to extend server in ways that middleware cannot by adding some lifecycle calls.
Feedback is welcome!
[1] https://insights.stackoverflow.com/survey/2018/#technology-f...
Re: Ask HN: What are you working on and why is it cool?
#20Sketch to React Native: https://github.com/nanohop/sketch-to-react-native It takes designs for mobile apps (from Sketch files), and tries to convert those into React Native components. It's still early days, but it's a promising start. It's cool because if I can get it working fully, it can replace a large chunk of my consulting projects (taking designs and converting them to the initial code)