No, and it has the single-maintainer problem (buses, lottery, etc.). The tool has a high learning curve and hidden/unexplained features that you have to read years-old forum posts to use correctly. Lunar magic is great, but there is tons of room for improvement. There has been at least one attempt to solve this problem, though progress has been slow: https://github.com/SMW-Editor/smw-editor.
Multiple non-unique SSIDs (name) can exist within a single router. More extremely, you and your neighbor can have the same SSID on two different routers.
Can you go into more detail about this? I may be misunderstanding, but I read 'never persisted' as meaning my users must provide credentials for every API call.
Ah, I meant plaintext passwords are never persisted in a db anywhere. The only time passwords are decrypted are when they are used to programmatically log in, so they're never stored anywhere except in memory.
Out of interest what’s the architecture you have gone with for key rotation and storage, and where the encrypted passwords are stored. (Understand that as an very early stage startup you probably haven’t optimised all this yet)
I know some other services that have had to go this route have used quite elaborate systems to ensure separation between keys, passwords and user details in the event of a hack.
I think this is where the disconnect is. As a best faith interpretation, I don't believe you made the statement in a condescending manner -- I think it just flowed naturally.
The comment I quoted seems to imply waking a patient is akin to disrupting the comfort of the patient. I read the arguments being made in this thread and in the article as: waking the patient and/or disturbing sleep of a patient causes detrimental effects on the patient's health which lie outside the realm of just comfort.
Multi-patient bays seem to act as an architectural reinforcement that sleep is a comfort.
I think you nailed the marketing of this change. Though, if Flickr posted the steps/goals to making the user a "priority" rather than a "product," I would be more convinced. A cursory read of their TOS doesn't indicate any changes (though this may be premature as the changes are not in effect), and their (1)non-blog upgrade post doesn't seem to indicate any changes in data collection/selling.
As an aside, if you were looking to subscribe to their Pro product, the link in the blog post contains a coupon for $15 off their yearly subscription.
You haven't received a print issue this year? That makes me think my story may not be unique.
I ordered a subscription to the physical magazine on May 1st of this year. Liz (managing editor) responded to my two inquiries about shipping. Each time she stated shipping was 2-3 weeks away. Both of those time frames were missed. Liz stated there were issues with the production of one issue (specifically #24).
Nearly four months after ordering, I am still product-less. I asked for a refund earlier this week, and I haven't gotten a response--I have escalated the issue to PayPal at this point. The order is marked as refunded on naultil.us's store page, but I haven't seem any action on the PayPal end.
From a previous post I made about it:
"We have HTTP endpoints set up to receive data from our ERP's accounting system to send data to Concur and to update customers' Lawson punchout ordering systems with shipment information. The 'E' is an HTTP post with an XML payload. The 'T' consists of using the payload to query other databases to build the 'L' payload, and the 'L' is an HTTP post to the consumer's endpoints."
There's often a misconception about Nifi being batch or file based and not streaming. This probably originates as result of data in Nifi being represented as a FlowFile, which is kind of a misnomer. As woqe stated above, Nifi can certainly doing streaming.
I think there is valid confusion to be had in interpreting this statement.
Usually, when a statement of "choose either x or y" is made, then the only valid options are exclusively x or exclusively y (None and Both are not valid).
Though, when the statement of "if either x or y then do action" is made, then the action is done with any of three valid options: x, y, or x and y (only None is not valid).
To change the second statement to mean the first, you could say "if only x or only y then do action." The "only" cancel Both as being an option.