Old school Unix guy here…vi,awk and sed are all that you need.
Old school Unix guy here…vi,awk and sed are all that you need.
Also, the final note on the bass is a mistake, but they left it in.
Thank God somebody got it.
“Intercourse!”
My first experience with this food was in Halifax decades ago. The Halifax Donair is a unique thing.
And it’s definitely Donair, not Doner.
Technically, he would have three drives and only two drives of data. So he could move 1/3 of the data off each of the two drives onto the third and then start off with RAID 5 across the remaining 1/3 of each drive.
I really like that water molecule analogy. Personally, I have always viewed it as so feature of the topography of our universe in a higher dimension. Think about two two dimensional people living in a spherical plane. The furthest actual distance they could get from each other would be the diameter of the sphere. Yet they wouldn’t even know of the spherical nature of their universe.
I’m not sure that they saw it as a “placeholder” at the time. It wasn’t until Mickelson and Morley demonstrated that the fixed frame of reference demanded by aether wasn’t there, paving the way for Relativity, that it was abandoned.
I don’t see people treating Dark Matter an a placeholder right now either.
But, like I said, I’m not qualified to comment.
I’m totally unqualified to comment on this, but something has always itched in my brain about dark matter. It smacks, to me, to be the aether of the 21st century.
Deal with the ethernet port issue by purchasing a 5 port ethernet switch. Maybe the rest of your issues go away?
It doesn’t. All I’m saying is that your assertion that free will requires that evil is a choice assumes the existence of evil in the first place. If God never created evil, then it’s simply not something you could ever choose, just like an infinity of other non-things that you cannot choose. But that doesn’t inhibit your free will.
For me Bazzera Magica and Baratza Vario grinder some time back. Better coffee than most cafes.
I choose hedbidittle!
Oh! I can’t have hedbidittle, because it doesn’t exist. It’s not even a concept.
Well then, I guess I don’t have free will.
I looked and Python has the library support for the GPIO and to do background threading to poll pins. My preference would be to go with a JVM language like Kotlin, but then I’m a programmer. Python, from the little that I’ve mucked about with it is really just one step in complexity from scripting. Maybe even easier, because some things in shell scripts are super difficult to do.
Maybe then you need to move one stop up from scripting into something closer to actually programming. I’d be surprised if Python doesn’t have the library support on a Pi for dealing with both serial and GPIO I/O.
the end stop in external to the serial communication
Does this mean that you have some kind of other signals or pin-outs? If so, this is starting to sound like a great project for a Raspberry Pi, because the GPIO pin array can handle that.
Keep in mind that it has been decades since I last used Kermit, but I’m pretty sure the use case it was originally designed for was…
Connect to a serial port, which had a modem attached. Talk to the modem and get it to dial a number. Presumably, the remote end answered and the port attached to its modem would issue a login prompt. Negotiate the login and then issue a bunch of commands to change directories and then launch Kermit on the remote system. After that Kermit to Kermit communications took over until you terminated the session. Finally, log off the remote system and hang up the modem.
All of this stuff could be done via scripts. I seem to remember that it would actually wait for a response, and then parse the response in the script. I don’t remember ever doing polling loops.
If you’re on a *nix box of some type, it’s totally possible to open up a serial port for manual I/O even in something like a bash script. Even if you have to reverse telnet to a terminal server.
Kermit on top of FTP can work really well. Kermit has its own communication and transfer protocol, IIRC, but updates in the 1990’s allowed it to be used with TCP/IP and FTP. So you can write a script to log into a remote system, run some commands and then initiate a file transfer. The scripting allows you to wait for responses and act on them.
I used KDE Connect on Ubuntu with Gnome. No issues.