* Posts by IvyKing

366 publicly visible posts • joined 3 Jul 2009

Page:

Everybody has a theory about why Nvidia dropped $20B on Groq - they're mostly wrong

IvyKing

Re: Dataflow architectures

I remember the BYTE article on dataflow architectures being the "new big thing". ISTR this was a mid 1980's issue, with BYTE's publication ending with the July 1998 issue.

Seems to me that the most common use is for signal processing as shown by the number of MAC blocks in most large FPGAs.

You don't need Linux to run free and open source software

IvyKing

Re: Amazingly title happens to be correct;

>The OG MIT License came in to being most likely in 1987, the OG BSD License definetly came to being in 1988, while the OG GPL came into being in 1989... AND RMS was working at MIT when he wrothe the OG GPL. So, if anything, MIT and BSD influenced the GPL not the other way around.

>Without MIT and BSD we would probably not have the GPL...

It could be said that the BSD license was influenced by the license SPICE was released with and SPICE was developed in the 1970's. SPICE being Simulation Package for Integrated Circuit Electronics.

IvyKing

Re: Nice to see Pegasus Mail is still around

FWIW, the IT guy did pay for the company's use of Pegasus Mail.

IvyKing

Nice to see Pegasus Mail is still around

I used Pegasus Mail from 1993 to 1997 as it was the preferred corporate email client in that time period. I found it easier to use than Outlook.

IvyKing

Re: And...

I was able to move my Thunderbird data from Solaris to MacOS with no major problems. A number of years ago, I was able to move Eudora data from my wife's first laptop to T-bird on a newer laptop.

Memory is running out, and so are excuses for software bloat

IvyKing

Re: Gonna get expensive!

The monitor debugger that was used by many of the early 6800 powered micro's was hard coded to start at 32K. The thinking at the time was that no one would have anything close to 32K of memory. The original MS-BASIC had a version that would run in 4K.

IvyKing

Re: Lovely idea - no chance of it ever happening

The "rendir.com" (rename directory) that shipped with SCP's version of MS-DOS 2.0 took up all of 47 bytes on the disk.

Starlink satellite fails, polluting orbit with debris and falling toward Earth

IvyKing

Re: Not content

The satellite and debris are in a low orbit, which means the drag from the atmosphere will quickly remove the objects from orbit. IIRC, SpaceX deploys the satellites at a lower orbit and then has the satellites boost themselves to the operational orbit. That way, a DOA bird will de-orbit in a relatively short time.

In case of a real Kessler Syndrome event, the lowest orbits will be cleared out in a relatively short time, but the more useful orbits will need some sort of active clearing to become usable.

UNIX V4 tape successfully recovered: First ever version of UNIX written in C is running again

IvyKing

IOW, UNIX is to Linux the way that CP/M is to QDOS/86-DOS/MS-DOS with both Linux and DOS written from scratch to emulate an earlier OS. The earliest fork of UNIX was BSD, which was released with license terms similar to the license that used with the release of SPICE.

Purdue makes 'AI working competency' a graduation requirement

IvyKing

Re: And that means...what?!?

One would hope that "thinking critically about AI" means taking AI output with a very large grain of salt.

IvyKing

Re: “his BS degree”

The troll icon was appropriate for your post.

There was intent in my post to suggest anything negative about his degree, the comment about CAD was based his experience learning SolidWorks in high school compared with freshmen who apparently had no significant exposure to CAD prior to their start at Purdue. A related note, we went computer shopping with him, popped into a Best Buy and was pleasantly surprised that the sales droids had a decent clue. Turns out the younger one was an EE major at Purdue.

IvyKing

We had root beers at XXX the first time he visited the campus when looking at options for college/university.

BTW, the Jerky store in Old Town San Diego carries XXX root beer.

IvyKing

President Chiang was rather dismissive about AI in his speech at the 2023 graduation ceremony where my son was getting his BS degree. To be fair, he was commenting on the quality of AI generated text as opposed to applications where AI may be of real benefit. From what my son has said about his working with freshmen, it sounds like more emphasis is needed on CAD, although AI may be of help with dealing with CAD.

WatchGuard sounds alarm as critical Firebox flaw comes under active attack

IvyKing

Glad to see I wasn't the only one confusing "b" and "f"!

Ford shifts gears to build batteries for datacenters

IvyKing

A home sized battery system would be of interest to me, especially if it could do a whole house back-up.

BOFH: If another meeting is scheduled, someone is going to have a scheduled accident

IvyKing

Re: Talk about flash·backs…

The ammeter on the battery in the downtown L.A. exchange was reported to have a 12,000A redline. There was a red stripe on the floor signifying that metal tools were prohibited beyond that point in order to prevent formation of metal plasma.

The batteries on USn WWII fleet subs had cells weighing one ton, and would be about the same size as exchange batteries. It is my understanding that exchange batteries were built with glass cases, which wouldn't work to well in a sub.

FreeBSD 15 trims legacy fat and revamps how OS is built

IvyKing

Re: x86 versus x86-32

The point was that most of the "modern" Unix derivatives were not ported to the 8086 or the 80286 (Xenix/SCO was an exception). Lack of memory management precluded Unix being ported to the 8086, though Intel did build a few prototype machines with memory management (one of my classmates had one). The 80286 could support code that was originally written for the PDP-11 as both were 16 bit machines with tricks to extend the address space (16 bit segments in the case of the 80286), but the versions of BSD that were being ported to Intel architecture were originally developed on the Vaxen at UCB and the VAX had a 32 bit address space. The 80386 was the first in the x86 series to allow use of 32 bit segment and thus was more in tune with the way 32 bit Unix memory management worked. I would not want to subject any development to requiring use of 80286 code for any x86 software.

As far as "x86" code goes, the 8086 was designed so that 8080/8085 assembly code code be easily ported to the 8086. The 8080 was designed to allow easy translation of 8008 assembly code and the 8008 dates back to 1971.

The 80286 was designed before Unix was a niche OS and had some very impressive options for multi-tasking and multi-user systems. IIRC, OS/2 v1.x was designed around the 80286 and dynamic memory allocation involved the hardware more directly than more modern systems. One result was if 1K of memory was allocated, any attempt to access beyond that 1K would generate a fault.

A BSD tidbit. The CS department at Cal bought a PDP-11 to replace the loss of the CDC6400 "B" machine, which was running the KRONOS time sharing OS (I got a couple of exposures to using Kronos during my first quarter at Cal. That PDP-11 was rotated between 3 different OS's, one being an experimental OS from Bell Labs was prompted comments such as "If Bell Labs hadn't invented the transistor, The Phone Company would still be using vacuum tubes" and describing the "C" language an "An abomination in the eyes of the Lord".

IvyKing
Headmaster

x86 versus x86-32

FWIW, the first x86 processor to support 32 bits was the 80386, which was introduced in 1985 and first machines using it shipped in 1986.

KDE Plasma sets date to dump X11 as Wayland push accelerates

IvyKing

Re: CDE

I've also used CDE on Sparcs as well as X86 (Solaris). Before CDE, I used HP's VUE, which was the original desktop environment based on Motif. I also have a copy of a book on the design of Motif, written when Motif was an HP project. FWIW, my favorite background for VUE and CDE was Ankh.

SpaceX loses debut V3 Super Heavy in ground test mishap

IvyKing

Re: Test stand

Knowing who to hire is the one of the most important if not the most important quality for the person in charge.

This security hole can crash billions of Chromium browsers, and Google hasn't patched it yet

IvyKing

Re: That's a bummer

I am not surprised, but I would guess that the fraction of "Chrome only" websites are less than "Internet Exploder only" websites back in its heyday. I suspect the SaaS websites you've mentioned do not expect to be accessed by iOS devices.

IvyKing

Re: That's a bummer

Firefox user here as well, but Apple's insistence on Webkit for iOS has probably done more to keep Chrome from being the second coming of Internet Explorer than anything Mozilla has done.

SpaceX is behind schedule, so NASA will open Artemis III contract to competition

IvyKing

Re: Go Fever

A bit of context: The program to develop the F1 engine used on the Saturn V started when Eisenhower was president.

Who gets a Mac at work? Here's how companies decide

IvyKing

Re: My company switched

I suspect the "post covid" switch to Mac laptops was more due to the long battery life with the M series processors than the aftereffects of COVID. One other thing is that the Mac trackpad beats the hell out of most PC trackpads.

An idea that won't sink: China planning underwater datacenter deployment

IvyKing

Re: Given how vulnerable underwater lines are 'accidental' damage

I was about to post a similar concern, but you beat me to it. It is a very real concern.

PC memory costs to climb as fabs chase filthy lucre in servers and HBM

IvyKing

I'd be more impressed if you had some 1103's...

Microsoft veteran's worst Windows bug was Pinball running at 5,000 FPS

IvyKing

Gato also had the same problem - it was insanely sped up when played on a 16MHz 386.

Microsoft open-sources the 6502 BASIC coded by Bill Gates himself

IvyKing

Re: At that time ...

Thanks for the correction!

I remember looking through the documentation for GE's timesharing service that was being used by the college where my dad was teaching circa 1969. My first exposure to computer programming was at the local CDC office a mile east or so of UCSD, and learned to like the IBM keypunches.

Working from home is a little bit different when using a fiber optic internet connection with 20 million times the data rate used by the model 33, along with a key board that's easier to type on the the model 33.

IvyKing

Re: claiming Bill Gates didn't write 'his' BASIC but stole it.

Intel stated that the 8086 instruction set was designed for source code compatibility with the 8080, which was source code compatible with the 8008. Seattle Computer Products had a program from translating Z-80 assembly code to 8086 assembly code, hence the hooks in 86-DOS to convert CP/M system calls to Int21H calls used in 86-DOS and subsequently MS-DOS.

IvyKing

Re: At that time ...

"I was hacking on the proto-BSD in C and assembler."

Which suggests you were at Cal ca 1976 and doing your dirty work in Evans Hall, or perhaps Corey Hall.

The first comment I heard about the C language was that it was "an abomination in the eyes of the Lord" and a comment "If Bell Labs hadn't invented the transistor, the phone company would still be using vacuum tubes".

FWIW, I got a BS degree and MS degree from Cal in '76 and '78 respectively.

After nearly half a century in deep space, every ping from Voyager 1 is a bonus

IvyKing

Favorite Voyager 2 memory

Was in 1989 when spending an afternoon at the Rueben H Fleet Space Theater watching live reception of images of Neptune. Seeing images of Pluto would be a bit more than a quarter of a century later.

FreeBSD Project isn't ready to let AI commit code just yet

IvyKing

BSD is dying

That joke was common on Slashdot circa 2000.

Mysterious X-37B spaceplane flies again, this time carrying a quantum GPS alternative

IvyKing

The author wrote that the Space Shuttle was launched "on a rocket", though the shuttle itself was part of the rocket. The X-37B, on the other hand, was the payload of the rocket.

Side note about the shuttle - the shuttle could have carried a bit more payload had it used the SSME's instead of OMS engines for final insertion to orbit but that would have meant that the external tanks would have had uncontrolled re-entry and landing who knows where.

Servers hated Mondays until techie quit quaffing coffee in their company

IvyKing

Re: HDD spindle bearings

The Deskpro 386 that I bought in September 1986 came with a 40MB CDC Wren drive. The connector was the same one as what was later called the IDE connector.

Advisor to Brit tech contractors Qdos confirms client data leak

IvyKing
Joke

Qdos? Isn't that a violation of a Seattle Computer Products trademark??

QDOS for me will always be the original name for what became 86-DOS then PC/MS-DOS.

Open source's superior security is a matter of eyeballs: Be kind to the brains behind them

IvyKing

The original FOSS benefits were due to porting

IMO, the reason FOSS was good at code quality and to a lesser extant security was that code was being ported to a variety of Unices running on different processors. This porting effort revealed a lot of bugs that would have taken longer to find had project only having one target.

If you're forced to use Windows 11, here's how to steal some of your time back

IvyKing

One reason why I prefer using MacOS over windows, the nag screens are much rarer and much quicker to disappear.

A software-defined radio can derail a US train by slamming the brakes on remotely

IvyKing

Re: US freight trains can be literally a couple of miles long,

The most famous helix is the Tehachapi Loop, which dates back to 1876.

IvyKing

Re: If pressure is lost, the brakes come on.

"it probably supplies pressure to the rear portion of the train (less than half)"

NO!!!!! The FRED (or EOTDD) DOES NOT have the ability to supply any pressure. All it can do is to release air in the trainline, which then causes to apply. The reduction in pressure when initiated by the FRED causes the pressure decrease to start in the rear and work its way forward at a few hundred feet per second. A very rapid decrease in trainline pressure would initiate an emergency brake application, which then would propagate at about 900 feet per second. What can happen if the locomotive brake valve is in the release position, the compressors on the locomotives could supply enough air to keep some of the brakes from applying.

IvyKing

Re: FRED only

FWIW, trucks and trains use different mechanisms to activate the brakes. Trucks use springs to activate the brakes. with air pressure acting against the springs to release the brakes and reduction in pressure then lets the springs apply the brakes. Trains use a brake valve that when the trainline pressure is reduced, causes the valve to release air from the service reservoir into the brake cylinder with the release ending when the service reservoir pressure drops to equal the pressure in the trainline.

CG1 is correct in that the FRED's valve performs the same duty as the conductor valve does in a caboose (cabin car for the Pennsy fans as well as a variety of other names). The worst case is the valve opening enough to trigger an emergency application of the brakes, though that is more likely to cause a break-in-two than a full blown derailment as the train would be under tension. The FRED doesn't have any means of increasing pressure in the trainline, so it can't act to release the brakes.

What hasn't been mentioned is security for distributed power control.

How to get free software from yesteryear's IT crowd – trick code into thinking it's running on a rival PC

IvyKing

Re: Gates did NOT buy Seattle Computer Products

"Q-DOS was a 'quickly' cobbled together clone of CPM which Seattle Computer Products would sell."

Tim Paterson cloned CP/M's API at the source level to make easy to port CP/M programs to 86-DOS. This included a utility for reading CP/M formatted disks and a program to do most of the work translating Z-80 assembly code to 8086 assembly code. The underlying structure was very different, with use of software interrupt 21H for accessing OS calls. One very distinct difference was 86-DOS kept records of file size in bytes.

FWIW, my first computer was an SCP S-100 system that came with the 86-DOS documentation.

Finally, the IBM PC and clones never properly implemented the time of day function call - SCP used an AMD 9513 for the clock and the time was incremented in 10ms steps.

Dilettante dev wrote rubbish, left no logs, and had no idea why his app wasn't working

IvyKing
Headmaster

Re: Divers log

Ahem - a pound weight is 4.44 Newtons, a pound mass is 454 grams.

Microsoft wants us to believe AI will crack practical fusion power, driving future AI

IvyKing

Re: "It's sort of foolish to imagine that we'll do fusion by trial and error"

I got a tour of the DIII facility 45 years ago - the rectifier and bus bars for the magnet were very impressive.

808 lines of BBC BASIC and a dream: Arm architecture turns 40

IvyKing

Re: Anybody know if that 808 line program is available?

Not 8008???

The passive aggression of connecting USB to PS/2

IvyKing

Kudos for correct D shell terminology

It warmed the cockels of my heart to see DE-9 as opposed to the incorrect DB-9.

Nvidia's Vera Rubin CPU, GPU roadmap charts course for hot-hot-hot 600 kW racks

IvyKing

Re: Surely, you're joking.

They may have to go to 380VDC busbars, which would reduce current to 1.6kA. Still pretty mental.

Names, bank info, and more spills from top sperm bank

IvyKing

Re: English Humor

Nice to see some classic El Reg humor. Do wonder which El reg measurement units would be appropriate for this subject, think Olympic sized swimming pools might be overstating the Banks liquid assets.

This one weird trick can make online publishing faster, safer, more attractive, and richer

IvyKing

Re: The economics of not serving ads

It was called Byte Buyer until McGraw-Hill claimed trademark infringement. Afterwards it went by ComputorEdge and my recollection is that lasted till at least 2005 if not a bit longer.

Pirate Bay financier and far-right activist Carl Lundström dies in plane crash

IvyKing

Shades of JFK Jr. Can't believe that is has been almost 26 years.

GCC 15 is close: COBOL and Itanium are in, but ALGOL is out

IvyKing

Re: Control Data Corporation ALGOL-60

It might very well have a CDC only restriction. The 6000/7000 series machines were not amenable to 7 or 8 bit characters, hence the upper case only restriction imposed by 6 bit characters. String processing on those beasts was -um- interesting, though SNOBOL worked fine.

Page: