Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:f-35, beta feature set (Score 1) 417

If Australia, Canada, Japan and South Korea got together, they could get the F-15 Silent Eagle built to the appropriate specs. It can be more stealthy than the F-35, it would be cheaper, faster, it is a proven air frame and it would meet the internal defense roles as well as the role of supporting allies. The F-15 Silent Eagle (or F15 Advanced as that might be its current name) is an more modern F-15E Strike Eagle air frame with modifications taken from the failed F-23 prototypes.

Comment Re:... really 13 years to update? (Score 2) 341

When a hammer works, you don't get a new one just because there is a new one. Upgrades cost a fortune for most businesses and upgrades nearly always break some part of the business process. Most businesses have been burned by the upgrade process in the past and when they start putting a dollar figure on the upgrade vs the cost of not doing the upgrade, it is often cheaper to not do the upgrade.

Comment Re:Obsolete (Score 1) 164

Oddly enough, it wouldn't. You could use NAT hardware in front of old gear and everything will just keep working. Stuff that gets updated, could just use the new syntax and deal with things correctly. Stuff like core routers and switches wouldn't care. It would be fare less disruptive than trying to install ipv6.

Comment Re:Obsolete (Score 1) 164

Early ip resolver libraries would sometimes parse octal ip addresses with commas as in your example of /.'s ip address as 330,42,265,55. Many of those would also deal with a 0xd822b52d or sometimes without the 0x. Many systems will let you do something like "ifconfig en0 0xd822b52d/32 alias"

Some of the early proposals to expand the IPv4 address space was to allow use more of the bits from the ports source and destination addresses so you could do things like "ping 8.8.8.888" or "ifconfig en0 8.8.8.8/32/13/2 dstbits 4 srcbits 8"

Comment Re:Hash (Score 1) 195

Microware OS-9 from 1979 used program and modules somewhat like DLL or shared libraries. The code to load a module would CRC check them when loaded and that bit of code could check a list and that list could either allow or deny any module. If you loaded the right data module, you had built in white listing about 3 and a half decades ago.

Comment Re:x86 IS efficient (Score 2) 168

There is one disadvantage of the different ARM modes and that is the an arbitrary program will contain all the needed bit patters to make some useful code. This means that any reasonable large program will have enough code to support hacking techniques like Return Oriented Programming if another bug can be exploited. I would love to see some control bits that turn off the other modes.

Slashdot Top Deals

"Everything should be made as simple as possible, but not simpler." -- Albert Einstein

Working...