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

 



Forgot your password?
typodupeerror
×

Comment Re:Well, there's one logical consequence (Score 1) 149

People will start to think like professional athletes: I have to earn a life's wage by the time I'm 35, because after that I won't have an income anymore.

To be fair, an athlete is more likely to experience a career-ruining injury than the average worker and then be unable to continue in that career. I'm not trying to justify the insane salaries many seem to get, but can understand why they'd want to earn while they can. Of course, being responsible with those earnings would go a long way toward future financial security. (Good advice for everyone.)

Submission + - Voyager 1 Is Communicating Well Again (scientificamerican.com)

fahrbot-bot writes: Scientific American is reporting that after [5] months of nonsensical transmissions from humanity’s most distant emissary, NASA’s iconic Voyager 1 spacecraft is finally communicating intelligibly with Earth again.

When the latest communications glitch occurred last fall, scientists could still send signals to the distant probe, and they could tell that the spacecraft was operating. But all they got from Voyager 1 was gibberish—what NASA described in December 2023 as “a repeating pattern of ones and zeros.” The team was able to trace the issue back to a part of the spacecraft’s computer system called the flight data subsystem, or FDS, and identified that a particular chip within that system had failed.

Mission personnel couldn’t repair the chip. They were, however, able to break the code held on the failed chip into pieces they could tuck into spare corners of the FDS’s memory, according to NASA. The first such fix was transmitted to Voyager 1 on April 18. With a total distance of 30 billion miles to cross from Earth to the spacecraft and back, the team had to wait nearly two full days for a response from the probe. But on April 20 NASA got confirmation that the initial fix worked. Additional commands to rewrite the rest of the FDS system’s lost code are scheduled for the coming weeks, according to the space agency, including commands that will restore the spacecraft’s ability to send home science data.

Also: Voyager 1 is sending data back to Earth for the first time in 5 months and NASA's Voyager 1 spacecraft finally phones home after 5 months of no contact

Comment Re: months of coding training and a half-year Web/ (Score 2) 39

months of coding training and a half-year Web/VoTech degree can tech more then an 4 year theory loaded school.

Except for the theory parts, which can come in handy if you want to get past being just a code monkey. There's also plenty of coding done during a 4-year degree program -- at least there was in mine. And I was a grader. My OS class had us simulate an interactive operating system and another class had us write a functional linking loader, both in C. (my concentration, back in the mid '80s, was operating systems design) I also took classes using LISP, Pascal and x86 assembly (on new PCs as the printer for the IBM 370 caught fire and destroyed everything in the room the previous summer) I was also a research assistant doing programming in LISP (on a Xerox 1108) and Prolog for a NASA grant on automated programming techniques -- they wanted a grad student, but couldn't find one with LISP experience. I also ported programs, like the Franz LISP interpreter/compiler, from 4.3BSD on a VAX 11/785 to SunOS on a Sun4 and debugged lpd -- we had BSD source code. I also had a jerk system administrator on those BSD/Sun systems who made us RTFM *and* the BSD source code before he would answer even the simplest question -- and I have to thank him for that very much.

Pretty sure you're not going to get all that at a six-month coding boot camp. People keep dismissing the value of a 4-year CS degree, but a lot of you get out of it is what you're willing to put into it.

Comment Ya, but (Score 1) 39

The business, which claims on its site it will help students land their "dream job" in tech at companies like Amazon, Cisco, and Google, ...

Con or not, some of this is on the students. I mean, those companies aren't really known for hiring people with only a few months of coding training and a half-year Web/VoTech degree. That said, taking advantage of their gullibility and/or desperation isn't cool.

Comment Re:Brought to you by... (Score 1) 124

Trump, Pump, and Dump

Noting that Trump didn't actually buy his stock so no matter how low it goes he won't lose any money. Other shareholders, on the other hand ...

Small-time investors in Trump’s Truth Social reckon with stock collapse.

Several people have a majority of their money invested in this stock and one guy has invested his whole "nest egg" -- $25,000 -- and wants to buy more. He believes the stock could "go to $1,000 a share, easy." I wish him luck.

Comment Re:Ctrl-Z (Score 1) 202

I am familiar with UNIX shell job control, and I was not stating that undo came first... only that your insinuation it was some ("modern") Windows-centric thing was in error.

Got it, thanks! I've never been an Apple/Mac/iOS, etc... user -- though I did use, and develop on, a Xerox 1108 Dandelion from 1985-87 using InterLISP-D (still have that LISP manual), but I was first raised on BSD...

Comment Re:Ctrl-Z (Score 1) 202

Job Control was a feature of the 4.1BSD Kernel, released in June 1981. Csh, first released in 1978, was (I believe) the first application to incorporate it to suspend a running job using Ctrl-Z. That job could then be either restart in the foreground using the command "fg" or restarted in the background using "bg". Running jobs could be monitored using the "jobs" command.

Comment Re:Real question (Score 2) 202

I used to be "civil unions for all, if you want to be married, find a priest/religious official to do the ceremony", but I've moderated over the years.

As I noted elsewhere, before I saw your post, I think there should be two entities. A Civil Union for the legal/tax part and a marriage for the religious part, if desired and/or there is one. The first is a contract with The State and the second is with your Religion. Maybe that would make things clearer/simpler.

Comment Re:Real question (Score 1) 202

Because it's a civil matter of a marriage being a contract. Like a domestic partnership.

That's why I think they should be separate entities. A Civil Union for the legal/tax part and a Marriage for the religious part, if there is one -- and they could both be applied at the same time if desired. Maybe this would cut down on the pedantic "marriage is between ..." arguments.

Slashdot Top Deals

An Ada exception is when a routine gets in trouble and says 'Beam me up, Scotty'.

Working...