I created this tool for myself because I always start my projects by buying a domain name. The other similar tools I used often gave me false positives, so I decided to do something about it. I hope it will save you some time.
Stupid question, if we find a commercially viable way of converting CO2 into fuel is there a danger of "global cooling" because people will get too greedy with this?
I'm Ruby developer, and tried multiple times to switch to vscode or one of these heavy IDE like plugins. All the time I'm back to my simple setup which is basically vim + fzf(powered by ripgrep). CTRL+P I run fzf to find files, CTRL+F to scan files content.
It's so fast, that every time I'm doing the test switch to another tool, I'm missing this speed and get back to it. Some time ago I wrote an article for company that I used to work for, describing my workflow: https://thecodest.co/blog/rails-development-with-tmux-vim-fz... you can check it for more details.
I thought only people knowing game of life will play it, so I didn't explain it. The way they transition is exactly the same as in original game of life. The only difference is this grey dead cells area, where cells are always dead no matter what's their neighborhood. Anyway, I think you're right, I'll add this info. Thanks.
Author here. Maybe it's too early to post it here, as I'd like to add few more things, but I couldn't wait :). There is one board per day, so if you're bored with today's grid please wait for tomorrow. Stack: Rails + Stimulus, no AI :)
Good question, and I'm not sure what's the correct answer for this. Sometimes you just want to build something. I guess my main motivation was nostalgia for the times when I first discovered Internet (late 90s) and I remember it as a network of personal sites, usenet and irc :) Besides that I thought it's something people here on HN would like.
Hi,
IndieFeeds is a HN clone, where submissions come from personal websites only. For now I add feeds manually while reading HN. If I see submission coming from personal website I check if it uses RSS and in case it does, I add it to IndieFeeds.com. So now HN works as a filter of content for IndieFeeds :).
Site is probably lacking some functionality, but for now I wanted to share it with you and see what you think about this idea.
Besides that I love concept of RSS, so wanted to play with it :)
How does it compare to Lenovo Thinkpad L15? As I understand there is no problem with running latest Linux on it, and currently I'm thinking about buying it (mostly Rails development + docker). Do you recommend any other machine?
What do you think about running live coding stream on YT vs Twitch? I'm about to start streaming myself, but not sure what platform should I use. Last time I checked Twitch it looked a little bit overwhelming.
It's tool to help find resources related to subject of your interest.
If you read some interesting article and would love to explore this subject (to write article about it or because you're just curious) you paste it to ScanSpider and it will scan Reddit and HackerNews, find discussions about it and extract webpages mentioned in these discussions to read more.
What do you think about this idea? I thought it could be great tool for journalists to collect information about given subject and context in which people are talking about it.
Do you see any other groups that could use something like this?
Three months ago I submitted it to HN as a bookmarking tool with feature of finding online discussions for bookmarked items. It was on a HN homepage for a while, I got some feedback, but at the end people didn't use it. Neither did I, as I prefer saving articles to my Pocket account.
I decided to rewrite it just to be a simple tool. You connect it with your Pocket account and any time you add a link to Pocket, it tries to find discussions for it (on HN and Reddit). If it finds any, it sends them to your Pocket account with "Discussions" tag.
Now it rescans only number of comments.
It starts with n = 15 minutes and schedules next scan in n*2 if there were no new comments or n/2 if there were any.
Fetching new discussions after initial scan is in my todo list.
I used Pocket only, and main way of using it was to discover new things. As I love reading comments it was little annoying to find interesting article and have no information about online discussions about it. Besides that I wanted it to have options to share lists of links by making them public, so my wife could eaisly share her cooking recipies :)
Thanks, I know this project is a little buggy, I'll work as fast as I can to fix them. Finishing tags edition, and searching like on stackoverflow is one of the things in my "next" board in Trello :)