

My recollection is that the DVD included that library, but it’s been a while…
My recollection is that the DVD included that library, but it’s been a while…
No, I’ve been a strict vegetarian for a long time, mostly vegan now but not strict about it. I did eat fish a few years ago because it was an invasive species (and also, delicious).
But also, I have no problem getting the food/nutrients I need from a plant based diet, which isn’t always easy for other folks.
Thanks for the thoughtful response! 1) makes a lot of sense, and 2) makes a lot of “emotional sense” to me (as opposed to “intellectual sense,” I guess).
What’s the conventional wisdom as to why this is so bad, but eating meat basically gets a pass? Like, meat offers sustenance, yes, but it’s by no means required. So basically, humans eat meat because it tastes really good — it’s great “culinary entertainment.”
This is a different kind of entertainment, but it’s deeply offensive to many folks. I’m not trying to be a dick about it, just curious why this is seen as such a sin.
Is it that these animals weren’t “supposed” to be killed? Would a movie about a beef cow who ends up getting slaughtered, both onscreen and IRL, be seen as better? Worse?
Because not all humans strive for honor.
Can you explain the Ethernet requirement more? Was that just that the computer didn’t have WiFi, or was it set up such that only the wired interface worked with their VPN, or…?
Can you explain your travel router situation? Did you use the travel router to access WiFi and provide an Ethernet port for the computer (I think this is called “WISP mode”)? Or was this an 4G/5G router?
In any event, at least on Android you can connect to WiFi and tether to a computer over USB. It’s very useful for setting up a computer without WiFi drivers, as Linux will almost always recognize the shared Internet (so, it’s functionally a USB wifi dongle with very good driver support).
That’s what I heard about Chevy’s, too.
What strings are you referencing here? Is the financial counseling mandatory?
Not everyone is eligible for this, but that’s kind of a different issue.
Others mentioned virtualization — I have had issues with COW filesystems (btrfs), as COW does not always play nicely with VM drives (extreme fragmentation and very poor performance).
Maybe there’s some interplay between amd64 and x64 architectures.
AMD64 and x64 are the same thing. Do you mean AMD64 and x86? There is definitely interplay there, as AMD64 implements the x86-32 instruction set.
I just wish we’d have neither inflation nor deflation.
Some tech has followed this pattern. For example: entry level Mac laptop in ~2000 was the iBook, priced at $1599 ($3k+ in today’s dollars). The current entry level Mac laptop (M4 Air) starts at $999 — cheaper in absolute dollars, and way cheaper in relative dollars.
(Macs are just an example since Apple doesn’t have a very extensive product list, so there’s only one “entry level” laptop to choose from. And yes it’s fair to ask if the relative specs have just gotten worse, but I think this is also the opposite — the iBook was iirc criticized as being underpowered, whereas the M4 Air is afaik well regarded.)
Interesting, TIL — thanks!
Books has become e-books.
To some extent — but have you been to a hip bookstore recently? They exist, and are very much alive.
Cashless requires power all the way from PoS to wherever the servers live.
Edit: see below
It’s for 5 performances on the calendar, tickets are $30. It’s a 49 person theater — and some of those seats are sure to be friends and family comps. Venue costs between $200-$250 per performance.
It would be a miracle if they got $6k from tickets after venue fees. And that’s not counting time, cost for props, transportation, etc.
This is small time artsy theater. Suggesting that it’s a cash grab is a bit insulting to those involved.
And you’re worried that the show is starting small???
I didn’t say I was worried; the headline left a lot of wiggle room for interpretation, I was adding some detail.
Looks like it’s Taylor Street Theatre, a 49-seat venue.
You mentioned ham radio — definitely fun! It’s a process to get into it though, as you need to study/pass an exam, and then you need a radio. Radios range from cheap ($25 or so) in the VHF/UHF (“walkie talkie”-style) to more expensive for an HF rig ($1000 range for 100W HF). If you want to get into low power (“QRP”) it can be much cheaper. You also need a fair amount of space for a good antenna setup…
There are tons of different communication modes, some without a computer and, like you mentioned, some that use computers. wsjtx
and fldigi
are popular programs.
Good luck!
A lot of non-graphical utilities — basically the *NIX coreutils, plus stuff like rsync, ssh, compression/archival tools (tar, gzip, bzip2, etc.), grep, and the like. Git also comes to mind.
I think part of this is that the UNIX philosophy is “developer friendly” — tell a good dev they need to make a compression utility that follows this protocol, and they will make a compression utility that follows the protocol.
It’s interesting that, with Python, the reference implementation is the implementation — yeah there’s Jython but really, Python means both the language and a particular interpreter.
Many compiled languages aren’t this way at all — C compilers come from Intel, Microsoft, GNU, LLVM, among others. And even some scripting languages have this diversity — there are multiple JavaScript implementations, for example, and JS is…weird, yes, but afaik can be faster than Python in many cases.
I don’t know what my point is exactly, but Python a) is sloooow, and b) doesn’t really have competition of interpreters. Which is interesting, at least, to me.