Initially I was sure you were talking about my Scoutmaster. (The details diverged in the end.) The expected arrival time for camping trips was always something like 9:59am - that way people would hopefully show up at 9-something or maybe just a few minutes late like 10:10. If the expected arrival time was 10:00, people would interpret it as 10-something and show up at 10:45.
Most of the Reason article's criticism is of its factual reporting. The JEDI thing is indeed an opinion piece (and it's legitimate to criticize a magazine for its opinion pieces being stupid), but the puberty blocker stuff (not linked directly from the article, but it's at https://www.scientificamerican.com/article/what-are-puberty-... ) was an article, not an opinion piece.
The developer of curl has done an analysis of what percent of his CVEs would have been avoided in a memory safe language. I think the answer was a bare majority.
The issue may be that your filters act as ORs whereas someone might interpret them as ANDs. If I filter for Social+Kids and Culinary, the CBD/space cake ones come up.
Is this basically https://www.ssllabs.com/ssltest/ but for SSH? If so, that is great. In the past, it has been great to point my sysadmin team at that site and say "My goal is get to an A+ on SSLLabs, the site will tell us what settings to tweak to get there" or to tell external stakeholders "SSLLabs gives us an A+, now stop telling me that LetsEncrypt is somehow not good enough". I'd love to have a simple tool I can point at my internal SSH servers and get a single letter grade like that.
I tried this with a Brother HL-L23200 printer and an old raspberry pi, and couldn't get it to work. Seemed like something in the stack was OOM'ing - it worked fine for just a page or two, but when I tried to print a longer document it would crap out. I gave up and now on the rare occasion when I need to print something I carry my laptop over and physically plug in the USB cord like a neanderthal.
The website is mine to modify. I wouldn't go to great lengths to change things to support virtual COM, but if it's just a question of adding a few lines of javascript to listen to virtual COM and map to keypress events that would be possible.
What do you mean by barcode numbers? UPCs? Barcodes can encode many many different things, some of which are internal, some are proprietary datasets you can buy/license for $$$, and so on.
Yes, the scanner is operating as a keyboard HID. I'll look into whether virtual COM could work. Will that still let it type into random webapp pages (how I use it now), or does that tie it rigidly to specific applications? (This question is based on this language from the Realinn manual - "9.2 USB virtual COM mode
In USB virtual COM mode, the scanner needs to work with driver and serial software.Expected final behavior is that even if you open up another page, the scanned information will show up in the window of serial software. Please let us know if you need to set it to USB virtual COMmode,we will send you the driver."
I assume that Virtual COM works with both USB and bluetooth?
Unrelated barcode question, to take advantage of a technical audience with knowledge in such things:
I have a use case where users are trying to scan 2d Pharmaceutical Product barcodes (https://www.gs1.org/docs/healthcare/GS1_Healthcare_Implement...) containing lot number, expiration date, and so on. We're mostly using Realinn 6200 scanners, some bluetooth some hardwired. In my testing, the FNC1 character gets sent to my Mac as '29', and to the warehouse PCs as '↔'. They also have chromebooks in the warehouse, and as far as I can tell the Chromebooks are just dropping the FNC1 character entirely from the barcodes.
I can not figure out how to program the RL6200 scanners to replace FNC1 with another character - only to add/remove a prefix/suffix.
Is this a known issue? Do I need a different scanner which can be programmed to substitute characters? Throw out the chromebooks in favor of Windows machines?
Way to Health (Penn Medicine) | Full-time | Philadelphia, PA | Hybrid | Software Developer
Join a team that has launched over 200 research studies and clinical programs, improved the lives of over a million patients and citizens, and facilitated top-notch scientific research.
[Way to Health](https://www.waytohealth.org/) is a patient engagement and research platform, which has powered hundreds of research studies and clinical programs improving the health of our patients. We've launched 200+ different research and clinical programs, and there are ~100 running at any given time. The platform is built and managed at Penn Medicine by our team of developers, implementation specialists, innovation managers, and more.
We currently have 5 developers on the team, and are looking to hire two more. Requires 3+ years experience with application development (especially but not only PHP) and a Bachelors degree. We work 98% remotely, but you must live in PA/NJ/DE.
More details and link to application at https://www.waytohealth.org/careers/. Email me at <my HN username> at waytohealth.org with any questions.
c22 is "speaking as someone who has been in jail and also involuntarily committed on multiple occasions". The bail and time served are regarding the jail time, not the mental treatment.
Any suggested starting points for my research? DDG search for "ansible docker-compose" brings up some suggestions like [1] and [2] but I'm curious if you have other suggestions.
And just so I understand how these work together - I'd use Jenkins+ansible to push containers to my servers, I'd run consul within docker as well, and ... would Ansible register services with consul as it pushes them? Do the services need to be modified to speak with consul directly?
I'm considering k8s, but that also means moving services from on-prem to AKS, getting INF to open up the necessary firewall rules to make the services reachable from on-prem, and so on. And as you said, it's definitely days of investigation. I'm not closed to the option.