The Matrix and Jurassic Park come to mind.
The Matrix and Jurassic Park come to mind.
Must be a problem with floating point precision.
I thought that was…
mandated
Save you a click:
The second case that begins next month began with a lawsuit filed in the US District Court for the Eastern District of Virginia by the Justice Department and eight states in December 2020, during former President Trump’s administration.
Prosecutors allege that since at least 2015 Google has thwarted meaningful competition and deterred innovation through its ownership of the entities and software that power the online advertising technology market.
My partner suggested this to me once and I thought, “nothing to lose” so I gave it a go.
Correlation does not imply causation, so I can’t guarantee that the sugar is doing anything at all, but every time except once I’ve had a teaspoon of sugar with hiccups, they have stopped.
To that end, I’ll be doing it as long as it keeps on seeming to have an effect.
I’m sure there are ways to suppress output from stdin presenting in the terminal but I couldn’t tell you how to do it without looking it up myself.
The easiest entry point to this problem that I can think of off the top of my head is password input masking (e.g., when you run sudo and type your password, it prevents character output even though the characters are read by the application).
There is almost certainly a much better and more appropriate mechanism to prevent stdin characters from printing directly to the terminal (perhaps some kind of special character? A TTY control option?) but I don’t know it off-hand.
In general allowing content to be supplied in advance on stdin is desirable behavior, because it allows a developer to (for example) write applications that work as pipes that can have content queued on the input stream ready for processing.
If that behaviour doesn’t suit your use case and you need to only accept input after a certain point, you could read() and simply ignore/discard the current content of stdin before you write your question/accept the answer from the user.
Don’t forget the 300-comment-long “+1” feature request chains
I was once accused on Reddit of being a bot after spending half an hour crafting a reply to a question with detail and examples. It’s a great way to discourage people from trying to be helpful 🫠
Yep, hence the preface. Just offering up an alternative to using software they’re concerned about in case they don’t know they have the option. 🙂
I’m going to assume that by the way you’re describing it, using an excel alternative is totally out of the question or simply not possible, but just in case it isn’t…
If you haven’t heard of it, check out LibreOffice.
Ive been using Pixelfed since late June quite happily. I’ve never used stories, but it looks like they have them if that’s something that interests you:
You may need to log out and log back in for the addition of the sudo group to take effect.
The default config sudo should be fine, but if the above doesn’t work then you may also want to look up “visudo” to check/modify the sudo config.