Maybe part of the efforts to fight spam. The spam issue does get better TBH.
HN user
lucaslee
Not sure if police got this right. Currently only Autopilot is available on highway. FSD is for local road.
Doesn't look like phantom break, which is usually very sudden and no lane change. Most likely the driver was hands off the wheel and was warned multiple times before the car pulled itself over.
The curbside pickup at Walmart is surprisingly good. You pay the same price as in-store shopping and the grocery selection is very good. Instacart is just too expensive. I like honest pricing.
Read the early versions, that's exactly what I am doing too!
I read Bitcoin 0.1.5 [1], which only has 15,000LOC and is the first tagged version on Github. Compared with the current Bitcoin codebase with 320,000LOC, it's much less daunting!
[1] https://github.com/CodeReaderMe/awesome-code-reading/issues/...
I saw the Linux kernel was recommended many times here, but how many people actually read it? Where do you even start? The Linux kernel has around 60,000 files and 25 million lines of code...
I think smaller projects are better for learning purposes. If you are interested in reading some smaller projects, check out my project here https://github.com/CodeReaderMe/awesome-code-reading.
Great list! Did you personally read all of them?
TL;DR, drinking coffee may reduce the risk of Alzheimer's and Parkinson's disease. It doesn't matter if it's dark or light roasted.
This recent post has some recommendations for open sourced games [1].
Check out my project as well for some smaller projects suitable for reading [2]. I think we have the same ideas-finding smaller but good quality projects to read and learn. Feel free to connect (email in my bio).
[1] https://news.ycombinator.com/item?id=18293159 [2] https://github.com/CodeReaderMe/awesome-code-reading
Probably start with some api. Check out Quantopian https://www.quantopian.com/help or IEX https://iextrading.com/trading/market-data/.
This subreddit has a lot of information https://www.reddit.com/r/algotrading
For example http://norvig.com/sudoku.html
Thanks for the link. The list is solid. I have seen them being talked about many times in various threads here. Bookmarked.
Thank you! I just subscribed to your newsletter. I especially like the "code to read" section. Checked several past issues and props to you for the consistency there.
For sure, heard a lot of good things about the Lua source code. I just checked Lua source code quick. It looks well documented, and the size of the project is very manageable. Added to my todo list. Thanks for the recommendation.
Thanks for checking out my project. Here is some background information.
I contributed to a few open source projects over the years, but I only focused on solving the problem I had, either a bug I wanted to fix or a feature I wanted to add. Once my issue was resolved, I didn't really care much about the rest of the project. I found it was less of a learning opportunity.
That's why I created this project to really track down the codebases that you can read from start to finish and learn how they are designed and implemented. Currently it only lists a few codebases that I actually have read. They are mostly small-size projects. I'd like to hear advice on how to approach and learn from a large project.
Hi, thanks for sharing these games related projects. I noticed some of them are fairly large projects with tens of thousands lines of code, which is a major roadblock for many people to learn something from a large codebase. What do you look for in them? For example, do you just want to see how a particular component, like a rendering engine, is implemented? (just guessing, I know nothing about games)
Hi, thanks for checking it out. I am sure there are a lot good python projects, but this project just gets started and hopefully we can get some good nominations on python projects. PR welcome :)
I agree what the article says.
For example, if you compare the nutrition of almond and peanut, they are pretty close:
Peanut: https://nutritiondata.self.com/facts/legumes-and-legume-prod... Almond: https://nutritiondata.self.com/facts/nut-and-seed-products/3...
They both have the same amount of total fat (49g). Other nutrients are mostly comparable too.
However, almond is often perceived as healthy food, while peanut is often perceived as not too healthy (peanut does have a little more saturated fat than almond--3.2g more per 100gram).
I think people should eat more seasonal, local, and fresh fruit and vegetables than whatever marketed as healthy food/drink that is actually heavily processed.
Urgent care or walk-in clinics will likely cost much less. If it's a simple wound, a CVS clinic will work too.
Some urgent care clinics post wait time online so you can find out how to see a doctor the fastest way.
wired apple keyboard
Whenever I see sad news like this, that a great person dies too early, it reminds me that life is too precious and I am lucky to have more time to do something meaningful. Take care of your body and do something that really matters. RIP
Why only backend? You are competing with other solutions out there that have a frontend available directly from db schema. Some examples: https://www.salesforce.com/products/platform/overview/ https://github.com/sferik/rails_admin
I am not totally clear who your target customers are. I think backend alone will be a barrier for a non-technical person. For a developer, as said by others, CRUD/authentication usually isn't the most time consuming part.
With that said, congrats on shipping! I know this is a work in progress. I think your landing page needs more work/content too. Good luck!
I like the idea, and congrats on the launch!
The resource page you put together looks high quality.
One suggestion is to make each challenge focus on one thing, like flexbox (or even layout in general), font etc. I saw you are giving feedbacks on twitter, which is awesome. Maybe you could collect all the solutions and your feedbacks for each challenge, present them nicely on your site, and maybe also highlight what can be learned from each of them.