HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kylejrp

no profile record

Submissions

AI Plays Rollercoaster Tycoon

labs.ramp.com
3 points·by kylejrp·6개월 전·0 comments

comments

kylejrp
·2년 전·discuss
eBay did a similar experiment with ZBar in WebAssembly in 2019: https://innovation.ebayinc.com/tech/engineering/webassembly-...
kylejrp
·3년 전·discuss
"I'm the video game boy! I'm the one who wins!"
kylejrp
·3년 전·discuss
I really like using The Git Parable to help people understand the motivations behind Git. Remotes and staging seem really weird at first.

https://tom.preston-werner.com/2009/05/19/the-git-parable.ht...
kylejrp
·3년 전·discuss
I once helped someone create a monstrosity of an SVG - they exported a flowchart SVG from Visio that would show the current state of different steps of a project. The status of each step was stored in a SQL database. I helped write some JavaScript inside the SVG that would create an ActiveX object that would open up a ODBC connection and execute a SQL query to get the latest states, which would update the colors on the flowchart every time you loaded the SVG. It would obviously only work in IE11. Plaintext credentials stored right inside the SVG!