HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mpd

no profile record

comments

mpd
·3 years ago·discuss
When something can be treated as a score to compare with others, it will be. Everything else just follows.
mpd
·3 years ago·discuss
I really enjoyed the recent Hackerbox[0] featuring an FPGA. I'd never worked with one prior to that.

https://hackerboxes.com/collections/past-hackerboxes/product...
mpd
·3 years ago·discuss
collect $1,329,063
mpd
·3 years ago·discuss
Having good error messages is one of the important priorities for me in my compiler, so I made the commitment early and am using codespan_reporting[0] to report the errors, which is going well so far.

0: https://github.com/brendanzab/codespan
mpd
·3 years ago·discuss
Did that include bugs due to encountering unexpected nulls?
mpd
·4 years ago·discuss
https://www.reddit.com/report to skip the subreddit mods and send it right to the admins.
mpd
·4 years ago·discuss
I have an old phone set up here, running Octo4a. It's working great.

https://github.com/feelfreelinux/octo4a
mpd
·4 years ago·discuss
Oh, it looks like the release command would fit the `build` step I mention.

As far as the after-deployment tasks go, we automate those just like migrations - they're (occasionally very slow) one-offs that we don't want to hold up a restart for. Really, an analogue to the release command that can run after restart is all that I'm talking about here.
mpd
·4 years ago·discuss
My big want here is containerized deployments with build + release steps to allow me to e.g. run migrations and after-deploy tasks (we use both). This prevented a move to Render for us previously.
mpd
·5 years ago·discuss
That explains the JVM, but why Java, specifically? JRuby offers everything you mention.
mpd
·5 years ago·discuss
My question is whether or not rubocop can autocorrect it to whatever. If so, I really dgaf about this.