Forgot your password?
typodupeerror

Comment Destined for failure (Score 1) 14

These drone delivery services that have to operate in line-of sight and comply with a gazillion FAA regulations are doomed to failure. You could deliver the order faster using a trebuchet over such distances and with fewer liabilities or costs.

Manna Aero has moved to the USA for its trials because it effectively had so many problems in it's home of Ireland and Just the other day another 85lb Amazon drone crashed and burned.

Given the costs, both from a hardware, labor and systems perspective, they'll never compete with a gig-worker on an ebike.

Comment Re:this (Score 2) 53

These are the same lazy dolts that call them selves "Software Engineer" yet don't know shit on how software actual works beyond an ID, don't understand software developer ethics, and think the can be sloppy because "computers have a lot of RAM" completely blind to the idea there janky ass software isn't the only thing running on a computer.

Modern IDEs have lead to this industry being full undisciplined half wits.

Comment Re:An elegant chip (Score 1) 42

I wrote a lot of assembly (back in the day) for both the Z80 and the 6502. The Z80 was like a Mac truck. It had some really powerful instructions (LDIR etc) and a great register-set but the 6502 could be a lot faster on one condition -- that you had space available in page zero to exploit the indirect addressing mode that relied heavily on the first 256 bytes of RAM. The Z80 had the advantage that it had on-chip support for refreshing dynamic RAM so systems with more than 4K or so of memory were much easier and cheaper to build using a Z80 than a 6502.

If you were building and programming a system from scratch then the 6502 was the obvious choice but if you were programming a "store bought" 6502 system such as the Apple, Atari or Commodore, many of those valuable first 256bytes (page zero) were already in use by the ROM-based system software so things became a bit trickier.

Ah... happy days.

Slashdot Top Deals

Some people pray for more than they are willing to work for.

Working...