HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mdoliwa

no profile record

Submissions

Show HN: HN Rant – HN front page as a daily 25th Hour rant scene

hnrant.com
1 points·by mdoliwa·5 เดือนที่ผ่านมา·0 comments

Ask HN: Websites of people making cool projects

1 points·by mdoliwa·7 เดือนที่ผ่านมา·0 comments

Ask HN: How do you use the knowledge gained in a day?

5 points·by mdoliwa·ปีที่แล้ว·5 comments

Show HN: Show HN: NameIgniter – Simple .com domain name suggestion tool

nameigniter.com
2 points·by mdoliwa·2 ปีที่แล้ว·1 comments

Show HN: ChaosPixels: Collaborative Website Building Experiment

github.com
5 points·by mdoliwa·2 ปีที่แล้ว·2 comments

Show HN: RubyPilot – Ruby/Rails resources aggregator

rubypilot.com
26 points·by mdoliwa·2 ปีที่แล้ว·1 comments

Why Rails Is a Great Choice for Startups in 2024?

gregnavis.com
3 points·by mdoliwa·2 ปีที่แล้ว·2 comments

Show HN: Playcells.com – simple game based on Game of Life

playcells.com
3 points·by mdoliwa·3 ปีที่แล้ว·3 comments

Show HN: IndieFeeds.com, HN clone where submissions come from personal websites

indiefeeds.com
52 points·by mdoliwa·5 ปีที่แล้ว·18 comments

comments

mdoliwa
·6 เดือนที่ผ่านมา·discuss
I wonder how HN front page would look like with positive ones only.
mdoliwa
·ปีที่แล้ว·discuss
yeah, so basically 1 we have available places, 0 we do not.
mdoliwa
·ปีที่แล้ว·discuss
so this just says if we have free places or not? students.size < maximum_number_of_students
mdoliwa
·2 ปีที่แล้ว·discuss
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.
mdoliwa
·2 ปีที่แล้ว·discuss
No, I believe it was some kind of science paper.
mdoliwa
·3 ปีที่แล้ว·discuss
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?
mdoliwa
·3 ปีที่แล้ว·discuss
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.
mdoliwa
·3 ปีที่แล้ว·discuss
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.
mdoliwa
·3 ปีที่แล้ว·discuss
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 :)
mdoliwa
·5 ปีที่แล้ว·discuss
I added it already.
mdoliwa
·5 ปีที่แล้ว·discuss
I'd like it to be something on its own, and it's exactly like you said HN is only a method to jump start.
mdoliwa
·5 ปีที่แล้ว·discuss
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.
mdoliwa
·5 ปีที่แล้ว·discuss
Not sure where I found it, but I have it coded like this:

scope :ranked, -> { select('posts.*, ((posts.upvotes_count + 1) / POWER(EXTRACT(EPOCH FROM (NOW() - posts.published_at)), 1.8)) AS rank').order('rank DESC') }
mdoliwa
·5 ปีที่แล้ว·discuss
yep, that's correct, in most cases I visit about page and see if it's single person's site.
mdoliwa
·5 ปีที่แล้ว·discuss
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 :)