HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pskinner

no profile record

Submissions

GitHub spamming feeds about VSCode releases

github.com
2 points·by pskinner·il y a 5 ans·0 comments

comments

pskinner
·il y a 2 ans·discuss
Here you go: https://www.gov.uk/government/publications/asbestos-properti...
pskinner
·il y a 3 ans·discuss
*graphql
pskinner
·il y a 3 ans·discuss
HL7v2 is just the schema - the mechanism for sending these messages is normally something called MLLP which is just a simple framing protocol and has no built in security. It is possible to send/receive HL7v2 over other protocols, MLLP is the most common.

Its normal to secure the endpoints via network level security - ipsec etc. HL7v3 transformed into FHIR which is done over HTTPS instead.
pskinner
·il y a 4 ans·discuss
King of the who?
pskinner
·il y a 4 ans·discuss
Well that's just not true.
pskinner
·il y a 4 ans·discuss
Comic chat
pskinner
·il y a 4 ans·discuss
This is because RoR projects do not do unit testing, they do integration testing with a real DB.

This approach is terrible and causes the poor performance.

There are whole sets of testing "tools" for RoR projects that promote this mechanism of testing - if you're testing an API you need to use an external tool to properly hit that API.

If you're writing unit tests, write unit tests with mocked dependencies.
pskinner
·il y a 5 ans·discuss
Funny because my anecdote is that any devs I've worked with who only use an IDE are average to flat out bad at software development.