I replicated an $86M project in 57 lines of code
read.acloud.guru
I replicated an $86M project in 57 lines of code
1–10 of 12 posts
Re: I replicated an $86M project in 57 lines of code
#2> To be fair, I have absolutely no clue what the $86M figure includes — nor can I speak to the accuracy of my open source tool with no localized training vs. the pilot BlueNet system.
While I have no doubt that the author's solution is a cleaner approach more suited to real government than the cronyism probably involved in that 86M figure, sensationalizing the difference doesn't help FOSS government advocates. 57 lines of code also doesn't include the libraries involved, so I feel like this is just meant to grab attention. It's pretty rad, but the way it's presented doesn't lend itself to credibility and adoption.
Re: I replicated an $86M project in 57 lines of code
#3Re: I replicated an $86M project in 57 lines of code
#4Re: I replicated an $86M project in 57 lines of code
#5Re: I replicated an $86M project in 57 lines of code
#6Re: I replicated an $86M project in 57 lines of code
#7SELECT * FROM websites WHERE title like '%dancing cats%';
Re: I replicated an $86M project in 57 lines of code
#8This is like saying I can replicate Google with: SELECT * FROM websites WHERE title like '%dancing cats%';
SELECT * FROM websites WHERE LOWER(title) LIKE '%dancing cats%';Re: I replicated an $86M project in 57 lines of code
#9https://news.ycombinator.com/item?id=18681759 https://news.ycombinator.com/item?id=21844164 https://news.ycombinator.com/item?id=20774985 (It was flagged here as a duplicate to 18681759)
Flagging it again.
Re: I replicated an $86M project in 57 lines of code
#10This is like saying I can replicate Google with: SELECT * FROM websites WHERE title like '%dancing cats%';
Dude you've replicated alta vista at best. I'm going to take my google to market and dominate: SELECT * FROM websites WHERE LOWER(title) LIKE '%dancing cats%';