Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:The BORG! (Score 1) 266

The serial rather than episode format was a brave choice for a hour long prime time show at the time

You mean it was brave of them to say 'this format is working well for Babylon 5, I wonder if it will work if we do it with a series with a lot more brand recognition and a much bigger budget?'

Comment Re:A question for all the"deniers". (Score 2) 497

Because we have had colder temperatures with more CO2 in the past

This is true, but those times also had significantly higher ice concentrations. Paint a big chunk of the ground (and sea area) white and you'll see the

the earth is primarily a self regulating eco-system leading to stability

If you can say this with a straight face, then you have no idea of the history of the climate.

Comment Re:I hope it works (Score 1) 60

I run my own DNS. I think it is strange that there is no easy DNS server available for Windows. And by basic I mean Install and forget (perhaps point your DNS to 127.0.0.1). So no additional settings. Just a very basic caching server for a single user.

Doesn't Windows come with one of these built in? I might be remembering from the Server version, as it's quite a few years since I last ran Windows, but in Windows 2000 it was something you could enable in the services management interface.

Comment Re:I hope it works (Score 2) 60

It's quite difficult to argue that something that is a transparent cache and will always provide the requested data, just sometimes from a local copy, is equivalent to something that either requests or does not request the remote data and instead substitutes something else based on some external policy are equivalent.

Comment Re:More proof (Score 1) 667

One of the big supermarkets in the UK used to have warnings on the backs of peanut packets saying 'Warning: may contain nuts'. I was confused by this until I found a packet that had been filled entirely with air due to an error at the factory. Then I understood the warning.

Although on further reflection, it's still a bit confusing as peanuts are peas, not nuts.

Comment Re:I hope it works (Score 3, Informative) 60

Depends. It's only snooping if they do it for recursive DNS lookups or DNS cache queries to third parties. If you set your DNS to 8.8.8.8 (Google's public DNS server) or OpenDNS or similar, then modifying this requires inspecting (and hijacking) traffic intended for a third party. Most of the time, however, users will have their DNS config set to whatever DHCP provides, which means that queries will go to an ISP's server. This doesn't require any interception or inspection of traffic, it just requires sending responses that don't match. If more places would roll out DNSSEC then this would be much easier to spot.

Comment Re:About 7-8 years ago? (Score 1) 302

Why is it that only software engineers are never allowed the time to do the job right? Would we put up with that mentality in our cars, bridges or airplanes?

Cars and planes also have software. The reason these engineers are allowed the time to do it right is the relative cost of doing it wrong vs doing it late. Having a web site a month late can have a big impact on a business. Having a web site with bugs or a security vulnerability is much less of a problem for a lot of places.

Comment Re:HTML = programming (Score 2) 302

The simplest place to draw the line: Does it have conditional flow control? If so, it's a programming language, if not then it isn't. If you can't write some equivalent of an if statement, then it's not a programming language. There are some languages (e.g. BPF bytecodes) that are intentionally not Turing Complete, because having finite and deterministic run time is a design goal, so they omit loops, but they do have conditionals (but only forward branches).

Comment Re:HTML = programming (Score 2) 302

You mean declarative, not functional. HTML does not have functions, which is a big clue that it isn't a functional language. Your other examples are just plain wrong (SQL is definitely not a functional language and isn't even a declarative language, PostScript is imperative language and is a functional language if you squint a bit).

Comment Re:Choose a CMS you like (Score 1) 302

If you don't need dynamic content, Jekyll is a very nice way to go. The template system is easy to use and it generates static HTML pages so you only need to worry about the security of the web server (which is comparatively easy). Even if you do need dynamic content, you might only need it for some parts of a page (e.g. comments) and so it's easy to embed an iframe that just provides comments for a page in a template and separate out the dynamic and static parts. This also has the nice effect of meaning that you can easily keep the content working if the comment system is compromised.

Slashdot Top Deals

Work continues in this area. -- DEC's SPR-Answering-Automaton

Working...