HackerTrans
TopNewTrendsCommentsPastAskShowJobs

urtie

no profile record

comments

urtie
·2 miesiące temu·discuss
Well, there was a neat feature that Mac OS X 10.4 and 10.5 had that got killed because the iPhone couldn't do it: you could call and send SMS through integration with a Bluetooth enabled phone. That functionality was then removed, and reintroduced a decade later with great fanfare, but only if you had an iPhone.
urtie
·7 miesięcy temu·discuss
There are projects such as https://github.com/wasmerio/wasmer-java and https://wasmtime.dev/ that extend this embeddability to Java, .net, C, C++, rust, Python, Ruby and Go. Wouldn't want to call those 'JS et al'.

Ofcourse, that ignores the fact that for many of these languages there are existing libraries and drivers to connect to databases that would not work with this embedded one, but still.
urtie
·w zeszłym roku·discuss
This reminds me of the Basicode system, which transmitted cross platform programs over the radio... and in the Netherlands, some of the programs could then be checked against the checksummed program listings on Teletext...
urtie
·2 lata temu·discuss
Well, for the Dutch market there's Luna: https://www.nedap-luna.com/. This has the advantage of being integrated fully into a formal care structure and of several years of research in how to best present information specifically for patients with cognitive issues.
urtie
·2 lata temu·discuss
Well, the costs for the 'in' and 'out' reader are really not the major issue for most companies, as you could conceivably set a particular perimeter that cordons of 'secure' from 'not secure' and would only have to configure anti-passback for that perimeter. The real trick (and therefore problem) is in making sure that people do not walk through doors together, that is, making sure that only a single person passes the perimeter for a single access request. Single-person passages are way more costly than the readers, and have the additional problem of not allowing all that many people to pass per hour. That means that you may even need multiple for a given people flow. And that's leaving aside the convenience issues.
urtie
·2 lata temu·discuss
From TFA: 'pretty substantial code base too. About 55,000 lines of ruby code'. Am I the only one to think that 55k LoC is not pretty substantial? That's the amount of code you can easily deal with as a single person, no team required. No wonder doing CI locally sounds tempting, as there's probably not all that much integration in the first place.