Readit News logoReadit News

Deleted Comment

gargarplex commented on Ask HN: Inherited the worst code and tech team I have ever seen. How to fix it?    · Posted by u/whattodochange
seasoup · 3 years ago
A lovely knot to unravel!

First, get everything in source control!

Next, make it possible to spin service up locally, pointing at production DB.

Then, get the db running locally.

Then get another server and get cd to that server, including creating the db, schema, and sample data.

Then add tests, run on pr, then code review, then auto deploy to new server.

This should stop the bleeding… no more index-new_2021-test-john_v2.php

Add tests and start deleting code.

Spin up a production server, load balance to it. When confident it works, blow away the old one and redeploy to it. Use the new server for blue/green deployments.

Write more tests for pages, clean up more code.

Pick a framework and use it for new pages, rewrite old pages only when major functionality changes. Don’t worry about multiple jquery versions on a page, lack of mvc, lack of framework, unless overhauling that page.

gargarplex · 3 years ago
This hacker agiles.

Deleted Comment

gargarplex commented on I'm Too Risk-Averse for Index Investing   paranoidvalueinvestor.sub... · Posted by u/joshuafkon
cissou · 3 years ago
100%. European markets are known to pay out more dividends whereas the US market is known to prioritize stock price growth. Return-wise that makes no theoretical difference.
gargarplex · 3 years ago
Makes a huge difference when considering the tax implications.
gargarplex commented on An Investigation of the Facts Behind Columbia's U.S. News Ranking   math.columbia.edu/~thadde... · Posted by u/jxding
ryan93 · 3 years ago
Columbia should not be ranked 2nd in US news college rankings
gargarplex · 3 years ago
Maybe rankings should be organized through preferences of applicants admitted to several schools.
gargarplex commented on Show HN: DontBeEvil.rip: Search, for developers (API, expressions, CLI)    · Posted by u/alangibson
gargarplex · 4 years ago
I guess blogs that are linked-to in non-killed HN comments should probably be crawled a bit. Have you considered using social user karma (this could be a 1-10 score uniquely calculated for users of each of HN, Twitter, Reddit as long as it's built in a modular way) as a weight in a PageRank style schema?

Here's how I am going to evaluate your search engine. Yesterday I searched Google for "get dynamodb table row count" and found this URL, https://bobbyhadz.com/blog/aws-dynamodb-count-items, which provides a terrible recommendation involving a full table scan.

With DontBeEvil, I didn't find the correct answer, to use the describe-table API.

If you really plan to dedicate a year to this, I would strongly encourage you to re-post again as soon as you have a strong update. Right now this has potential to provide value but really does not. So update us when you have confidence that you might be providing value! But we think you're on to a great opportunity.

gargarplex commented on Ask HN: What can I do with 48GB of RAM?    · Posted by u/zaptheimpaler
WithinReason · 4 years ago
gargarplex · 4 years ago
This is the kind of blog post that just ignites a passion for serious software engineering.

u/gargarplex

KarmaCake day2090December 23, 2013View Original