HackerTrans
TopNewTrendsCommentsPastAskShowJobs

poplarstand

no profile record

Submissions

Ask HN: Implement API Testing on Legacy Codebases

1 points·by poplarstand·4 jaar geleden·3 comments

Ask HN: How to Teach Git Rebase

18 points·by poplarstand·4 jaar geleden·13 comments

Ask HN: A Pragmatic Guide to Web Dev

2 points·by poplarstand·4 jaar geleden·1 comments

comments

poplarstand
·4 jaar geleden·discuss
Thank you so much for this!

I didn't realize Swagger/OpenAPI had a way to auto-generate its specification. Your comment led me down the rabbit hole and helped me to find a few options that might do the trick.
poplarstand
·4 jaar geleden·discuss
I agree. Part of the motivation for this post is that I've been doing triage on a maimed branch that got incorrectly squashed.

That being said, the workflow for this project is unlikely to change. And, to be fair, the workflow has its benefits. The project history is very clean, PR code reviews are straightforward, etc.
poplarstand
·4 jaar geleden·discuss
There's some pretty clever tricks on that site that I wasn't familiar with. Much appreciated!
poplarstand
·4 jaar geleden·discuss
That is a very cool website that I'd never seen before today. Thank you!
poplarstand
·5 jaar geleden·discuss
Something dead simple.

I want code that's easy to write and easy to read. No fancy tricks. No decorators, no hundred-character lines for a print statement, no manual memory management or custom operators. A child should be able to use it.

I want code that's easy to maintain and deploy. Never worry about language/tooling versions again. No gcc, no g++, no rbenv, no Maven, no venv/pipenv/poetry whatever.

My target audience is anyone that doesn't have a computer science degree. A language for accountants and office workers. For school teachers and twelve-year-olds.

Throw out the foobar tutorials and Tower of Hanoi logic puzzles.

"Here's how you can download all your students' submissions from Blackboard in one button click."

"Here's how you automatically format a spreadsheet without having to click on every columns."

"Here's how to make your computer wiggle its mouse so you can skip the mandatory attendance checks for your online classes."
poplarstand
·5 jaar geleden·discuss
"Above all, do not lie to yourself. A man who lies to himself and listens to his own lie comes to a point where he does not discern any truth either in himself or anywhere around him, and thus falls into disrespect towards himself and others. Not respecting anyone, he ceases to love, and having no love, he gives himself up to the passions and coarse pleasures..."

- Brothers Karamzov, Fyodor Dostoevsky