HackerTrans
TopNewTrendsCommentsPastAskShowJobs

beatcracker

no profile record

Submissions

Soundtrack to your annual ritual of consumerism, intoxication and schmaltz

xcdx.com
2 points·by beatcracker·5 ปีที่แล้ว·1 comments

Supply chain security shouldn't depend on up-votes

twitter.com
1 points·by beatcracker·5 ปีที่แล้ว·0 comments

comments

beatcracker
·3 ปีที่แล้ว·discuss
Agree, I might've stretched It a bit. Your descriptions is more accurate.
beatcracker
·3 ปีที่แล้ว·discuss
They were not the slaves, but unionized workers:

https://en.m.wikipedia.org/wiki/Burlak
beatcracker
·4 ปีที่แล้ว·discuss
https://en.m.wikipedia.org/wiki/Runaround_(story)
beatcracker
·5 ปีที่แล้ว·discuss
Author here, feel free to ask me anything.

Btw, currently I have a huge backlog of telemetry to add, so I wouldn't mind some help. If anyone interested, have a look at the GitHub issues in this repo. The repo itself contains all docs and examples to get you started.
beatcracker
·5 ปีที่แล้ว·discuss
I've built a tiny pet project [0] that uses JSON Schemas [1] extensively.

Data is defined by the schema and it's used to build a static JSON API on GitHub Pages.

OpenAPI [2] definition for API reuses data schema and you can use OpenAPI Generator [3] to generate clients.

The site uses docsify [4] to display repo's README nicely.

[0] https://beatcracker.github.io/toptout/

[1] https://json-schema.org/

[2] https://swagger.io/specification/

[3] https://github.com/OpenAPITools/openapi-generator

[4] https://docsify.js.org/