Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Why Nashville? (Score 1) 108

Direct tourism spend in Nashville was more than US$31 billion in 2024; country music is a global thing now and we get people from everywhere. The ‘Lower Broadway’ Downtown of bars, live music venues, hotels, and airBnBs is overwhelmed with them Thursday thru Monday. Getting in and out of the airport on travel days is, well, awful. Since it’s mostly point-to-point travel concentrated in just a few days every week pubic transportation might not be the best candidate. That doesn’t mean what’s being proposed is - a bright blue political bubble inside the red political sea of the state is usually the target of state politicians running around with sharp pointy objects trying to pop the bubble - so this is what they’ve decided to do to us this time.

Comment Re:Most cities really need this (Score 1) 108

Nashville is catering to a USD$31 billion per year tourism industry that brings hordes to a 4 to 5 block stretch of downtown where all of the live music honky-tonks are. The typical tourist arrives Thursday or Friday and leaves on Monday - so it’s a pile of people headed to a very small area only a couple of times a week. Mass transit would be nice, but this little blue bubble in the sea of red can’t afford it, and the red state politics won’t tolerate public transportation, anyway. And the non-tourist travel here really isn’t very large. Maybe these tunnels would work here because of the uniqueness of the situation.

Comment Re:What if there isn't enough passengers? (Score 1) 108

Nashville is a rather unique city. While we certainly get the usual business travelers, the bulk of our visits are tourists, coming to town for a few days - usually a weekend - to hit the live music honty-tonks on ‘lower broadway’ - a stretch of 4 or 5 blocks in all four directions that literally goes crazy starting Thursdays and not calming down until Monday. Nashville tourism generated more than USD$31 billion in direct visitor spend 2024 and more than USD$3 billion on taxes from tourists and that revenue is a noticeable chunk of city and especially state revenues. The typical Nashville visitor flies in on Thursday or Friday, heads to a hotel in or close to the downtown area (or the AirBnBs that are everywhere), parties like crazy for the weekend, and flies back out on Monday. A traditional public mass transportation solution would work but our tourist volume is concentrated in a few days every week and nearly all of them are headed to a pretty small area so the more general solution might not make much sense financially. There is no way they’d shoehorn above ground transport in the infrastructure here and the Bright Red politics of the state is beyond unaccepting of public transport even if the city, being a blue bubble in a sea of red, is (though we can’t afford it) - I don’t like to say it but the proposed Boring Company solution might stand a chance.

Comment Re:Wrong solution to the problem (Score 1) 31

If it shouldn't be legal for law enforcement to get that data without a warrant, why the hell is it legal for the data brokers to buy and sell it?

Government vs. non-Government. The laws control what the government can do because they can, well, stand you up in front of a firing squad, miss badly, and you die slowly. Or be more accurate and you die more quickly, or for lesser crimes, throw you in jail. So far non-Governmental entities (mostly) can't do that - they call it murder. Doesn't mean they don't - defective products, poisoning our planet in pursuit of money, and so on - but it is still nominally (if unenforced) illegal for that to happen.

Comment Re:My school had a closet (Score 1) 192

Fairfax County, Virginia by 1976 had an HP 3000 for student use (it might have done other things, I dunno), and they put 2 or 3 ASR33s and an ADM 3 (3A) in a room in (most of) the high schools that the students could use for whatever. Yup, acoustic couplers for access, but they stayed connected from morning until they closed the schools at night most every day. We only had access to a Basic interpreter to run programs, but we could create, edit, store, and run BASIC programs, and we could print our programs off to/load from paper tape on the ASR33s. The ADM3s were cursor addressable and everybody spent time writing programs that used ASCII graphics to play games. I have fond memories of how many feet of paper tape it took to print out the star trek game program that we passed around among ourselves and modified the heck out of. That was my intro to computing, and after being bitten by that bug I made a career of it in the industry.

Comment Amazon backtracking? (Score 1) 108

Arrived in my email today:

You recently signed up for the upcoming ad free subscription for Prime Video. You've been selected to continue to receive an ad free experience for a limited period of time as part of our ongoing testing so we have canceled your pre-order. You’ll get the same benefits as customers subscribed to ad free for Prime Video, but you won’t be charged. No action is required.

Comment Re:Which has the lowest... (Score 1) 145

The raspberry pi. Don't underestimate just how far technology has evolved, or more importantly just how bad things were before you were born. This $4million machine did a single instruction per clock and ran only at 80MHz. The raspberry pi is 2 orders of magnitude faster per core so even if it has a less efficient pipeline it wins out easily.

Kinda sorta. The Crays had fully segmented instructions, register reservations for both scalar and vector registers, and independent hardware for each instruction type. An instruction could take, say, 6 clock cycles to complete, but after each cycle it could launch the same instruction again with different registers as input and output - so you could have 6 ADDs in flight if you used your registers carefully. It also allowed for register reservations, so you could run an add of two registers into a third, and a multiply instruction that wanted to reference the output register of the add wouldn't launch until the data was ready in the register. For the vector instructions specifically, as soon as the first result appeared in the output vector register - each register was 64 words of 64 bits - the next vector instruction could launch and start processing the output of the previous instruction as each data element popped out. There was no on-the-fly instruction reordering and no speculative execution as we understand it today - instructions would not launch if the registers they needed were reserved. However - each instruction type had its own hardware, so you could have a scalar add, scalar multiple, scalar memory load, scalar memory store, and the vector equivalents underway all at the same time. Until you ran out of registers :-). Instruction ordering was optimized by the compiler; you could add directives in your source to give hints to the compiler but if you wrote your code using the guidelines the compiler just figured it out. Seymour Cray's design was brilliant for the time. It was a fun company to work for during the glory days.

Comment Re:Which has the lowest... (Score 2) 145

Apparently the I/O design of the Cray 1 was less than ideal even by the standards of the day, and due to the hardware design I/O was CPU bound.

Former Crayon here... The Cray-1 had a dedicated I/O channel for each disk and supported something that looked like striped I/O across all disks at once. The Cray-1 was definitely limited by the number of channels the chassis could hold and disks you could fit in the room :-). Later models (Cray-XMP et. al.) added a dedicated external IO processor to offload all the disks from the mainframe so you weren't burning memory bandwidth while keeping the one disk per channel architecture and it's parallel capabilities. There was also an 'SSD' you could add to most of the Cray models (yup, a pile of memory external to the main chassis that looked like a filesystem of sorts to the OS) so you didn't have to wait for all of that slowly spinning rust to get to your data when you ran out of central memory. The combination of SSD and disk parallelism led to some interesting applications involving bursty very high speed (for the time...) data inbound from external sources; the processor would dump the burst to the SSD, and between bursts write it the collected data out to the disks in parallel to post-process at it's leisure.

Comment Re:Huh? (Score 2) 138

IIRC it wasn't a bath but a spray directly on the CPU, where it would evaporate to be condensed somewhere else.

Uh, no. The entire system was submerged in a 'fishbowl' of sorts and you had to drain the thing to replace a module. There was plumbing and pumps to drain and refill it pretty quickly. I worked for Cray as a software guy until SGI bought us out; I worked on many of those systems. Not that we sold very many...

Comment Re:Southern states (Score 1) 87

Parents wanting sexual material and political propaganda removed from their children's school libraries is not the same as banning books. Nobody has been stopped from writing, publishing or selling any books, but there are books that are not appropriate for school libraries.

I get to decide what my child can read, not someone else. They can control what their children can read, just like I do; remove a book from a school library and I've lost that right. My rights don't end where the religious beliefs of others begins.

Comment 'Required' vs. 'Enforced'. (Score 1) 56

The Feb 1 2022 date is when SFDC requires MFA in their contracts/licenses with their customers; actual, physical enforcement in the customer environments actually starts much later. Companies that use some form of 'Single Sign On' in their corporate environment, and their SSO itself implements a flavor of MFA, can meet the requirement by extending SSO to their SFDC production orgs if they haven't done so already. It looks like one of the limitations of the SFDC setup, however, is that you can't prevent someone from not using SSO even your company wants it - a user can go the MFA app route themselves and you can only catch it after the fact. You can use the SFDC developed MFA app, or any of the other MFA apps around - Google, Microsoft, whatever, that meets the SFDC requirements.

Comment Re:The whole basis is flawed. (Score 1) 75

So how do pilots maintain situational awareness so that when their autopilot disengages they can take control? I'm guessing that they are staying engaged, keeping up an instrument scan, maintaining situational awareness, and so on? I'd expect that drivers would be expected to do the same things. It is certainly what I do with my car when I have it's 'autopilot' engaged, and that active work does seem to help for me - I've aborted the autopilot early many a time when I can see it is about to make a stupid decision, and have been able to recover fairly quickly when it makes a stupid decision in a situation I've not seen it make a stupid decision in before. Not like it's going to happen with the general public, tho, and even if the car makers did get more explicit on what to do, would most people even do that?

Comment Re:USA's Shame (Score 1) 159

Our early puritanical foundations (many of our early colonists were orthodox/conservative/reactionary type escaping religious repression) and laissez-faire leanings (many of our early colonists were here mostly to make their fortunes) makes for a (by modern terms) a pretty dysfunctional society.

Slashdot Top Deals

PURGE COMPLETE.

Working...