should block inbound port 25 traffic from everywhere on the planet that you don't need email from. In other words; the fact that someone in country X wants to email you is unimportant unless you actually wish to receive mail from them.
Distributed botnets make that solution ineffective.
I think the real reason why most religions condemn suicide is to escape the following catch 22: If you really believe in god and you really think there is this great place called heaven, why don't you kill yourself to get there ASAP ?
And its "NEAR" operator allowed me to fine-tune the results in ways unmatched even by today's search engines.
Parentheses, boolean operators, the NEAR operator... Altavista was the true hacker's choice for powerful web search. We don't lose it today, though: We lost it when it was turned into a rebranded Yahoo.
Anyway, the "running gag" comment just goes to show how low this place has sunk.
Demand for bitcoins displaces demand for gold; lower demand drives the price of gold down; lower prices means lower profit margins and thus less gold mining.
That's an hypothesis, not a fact. Until that happens, bitcoin mining doesn't replace gold mining.
Bitcoin mining does not replace traditional mining. So, the fact that bitcoin mining has a smaller impact on the environment is irrelevant. It still counts as added impact.
Okay, that is fucked up. It's clearly the wrong behavior - BUT, why are you passing the incorrect filename and depending on the OS to match it as case-insensitive?
In my example, both filenames are correct and exist. The point is that the lowercase filename will replace the uppercase filename.
You have it wrong. The file system is not really case-insensitive as per the traditional sense. If you have a file named "SomeFile.pdf" and try to open "SomeFile.Pdf" it will fail. The case is sensitive just as with the other Unix based operating systems. Where it differs is that it will not allow you have files named "Readme" and "readme" in the same location.
> ls dir2 README > mv dir1/readme dir2/ > ls dir2 readme
Bye-bye README! Because of this nonstandard behaviour, I once lost a bunch of files. Thankfully, I realized soon enough and I had backups; but - since then - I know I can't trust shell scripts known to work on other Unixes.
It's not that. I've updated the db (and I let update it periodically, via launchd) but it still won't find everything (not even regular user-owned stuff).
man CpMac
Yeah, I had come across that one. Then again, you first have to know it exists. Apple won't warn you nor inform you. And when you investigate and find out, it's usually because the regular Unix tools have already wrought havoc.
It's a case-preserving filesystem by default. Because it's a Mac and needs backward-compatibility.
Whatever. Have fun developing on a case-insensitive file system and not noticing case mismatches that will suddenly stop the show when you run your stuff on a proper Unix.
That won't work, from at least 10.6 onwards. No cron by default. If you want it, you must use it in addition to launchd. If you want to start cron at boot, you have to tell launchd, by writing freaking XML!
Sounds to me like you don't like it because it's different from what you're used to and you don't know what you're doing because you didn't RTFM.
I don't like because it's a bastardized Unix that's not nearly Unix-like enough.
Correction to the above: it does have/dev, come to think of it, you just don't get to use it much, since you can't choose the mountpoint because mounting is automated!
OSX may have been certified as Unix, but it has been diverging from its ancestor so much that it no longer feels Unix-like in the least.
Some examples:
- no/dev (bye-bye Unix philosophy cornerstone "everything is a file"); - unusable "locate" that doesn't find all the stuff it should (because Apple wants you to use Spotlight, the command line is bad, you silly!); - much of the userland isn't aware of the HFS+ filesystem extensions (have fun cp'ing files, discovering months later that - oops! - the stuff had a resource fork and is now unusable -- verrry dependable!); - case insensitive filesystem by default, you could switch to case sensitive for compatibility with any other Unix in the universe (have fun reformatting and reinstalling) but - alas! - important application software won't support it (photoshop & others); - no cron! If you want to get it to do things periodically, you either gotta write freaking XML for launchd, or run Vixie Cron in addition to launchd. No thanks!
If OSX is Unix, it's the worst Unix I've ever seen. No serious command line nerd could ever like it (OTOH, it's perfect for know-nothings who like to click on pretty pictures). Using it is a totally different (as in "worse") experience than using any BSD (or Linux!), so spare me the old "OSX is BSD" hearsay!
A year and half in simulated mars mission where you know it is a simulation has to be worse. In a real Mars mission, the crew will be know their activities are important: for the excitement to be first on mars, for the knowledge that a serious screw up could them their lives. On a simulated mission, you're just guinea pigs. Staying motivated must very difficult.
Yeah, let's not give those NASA slobs the benefit of doubt. Clueless as they are, they surely haven't found a way to motivate the simulation crew. They could have told the crew "the results of this simulation will make or break the Mars mission", for example, but - as a Slashdot commenter - I'm sure they haven't thought this stuff out very well.
1. post critical article about $product (make sure the article also contains rebuttals); 2. followup 2 weeks later with new $product announcement that proves previous criticism wrong; 3. profit!
Not necessarily carried out consciously by news aggregation sites such as this one, but possibly still orchestrated by $product's marketing dept.
Distributed botnets make that solution ineffective.
Seconded. Procmail + bogofilter + spam.mbox = no problem.
I keep - and periodically review - a "spam" mbox for the rare false positive.
It's written in C, so it's very likely much faster and leaner than Spamassassin.
Reading comprehension FAIL.
What makes you think I don't know how vaccines work?
FTFY!
I think the real reason why most religions condemn suicide is to escape the following catch 22: If you really believe in god and you really think there is this great place called heaven, why don't you kill yourself to get there ASAP ?
I prefer moc. It doesn't waste CPU time with silly and useless animations, and it works from the console.
What's with this "slowing of Moore's law" nonsense?
That supposed "law" is either true or false, there's no speed change about it.
What was your magazine's stance on piracy, before it affected you?
Yeah, carry on and pay no attention to the man behind the curtain.
Better than most of their furniture.
And its "NEAR" operator allowed me to fine-tune the results in ways unmatched even by today's search engines.
Parentheses, boolean operators, the NEAR operator... Altavista was the true hacker's choice for powerful web search. We don't lose it today, though: We lost it when it was turned into a rebranded Yahoo.
Anyway, the "running gag" comment just goes to show how low this place has sunk.
That's an hypothesis, not a fact. Until that happens, bitcoin mining doesn't replace gold mining.
Bitcoin mining does not replace traditional mining. So, the fact that bitcoin mining has a smaller impact on the environment is irrelevant. It still counts as added impact.
I've been wondering the same thing about older news stories, on how the FBI was unable to crack PGP encryption. That too might be disinformacija.
In my example, both filenames are correct and exist. The point is that the lowercase filename will replace the uppercase filename.
> ls dir2
README
> mv dir1/readme dir2/
> ls dir2
readme
Bye-bye README! Because of this nonstandard behaviour, I once lost a bunch of files. Thankfully, I realized soon enough and I had backups; but - since then - I know I can't trust shell scripts known to work on other Unixes.
It's not that. I've updated the db (and I let update it periodically, via launchd) but it still won't find everything (not even regular user-owned stuff).
Yeah, I had come across that one. Then again, you first have to know it exists. Apple won't warn you nor inform you. And when you investigate and find out, it's usually because the regular Unix tools have already wrought havoc.
Whatever. Have fun developing on a case-insensitive file system and not noticing case mismatches that will suddenly stop the show when you run your stuff on a proper Unix.
That won't work, from at least 10.6 onwards. No cron by default. If you want it, you must use it in addition to launchd. If you want to start cron at boot, you have to tell launchd, by writing freaking XML!
I don't like because it's a bastardized Unix that's not nearly Unix-like enough.
Correction to the above: it does have /dev, come to think of it, you just don't get to use it much, since you can't choose the mountpoint because mounting is automated!
OSX may have been certified as Unix, but it has been diverging from its ancestor so much that it no longer feels Unix-like in the least.
Some examples:
- no /dev (bye-bye Unix philosophy cornerstone "everything is a file");
- unusable "locate" that doesn't find all the stuff it should (because Apple wants you to use Spotlight, the command line is bad, you silly!);
- much of the userland isn't aware of the HFS+ filesystem extensions (have fun cp'ing files, discovering months later that - oops! - the stuff had a resource fork and is now unusable -- verrry dependable!);
- case insensitive filesystem by default, you could switch to case sensitive for compatibility with any other Unix in the universe (have fun reformatting and reinstalling) but - alas! - important application software won't support it (photoshop & others);
- no cron! If you want to get it to do things periodically, you either gotta write freaking XML for launchd, or run Vixie Cron in addition to launchd. No thanks!
If OSX is Unix, it's the worst Unix I've ever seen. No serious command line nerd could ever like it (OTOH, it's perfect for know-nothings who like to click on pretty pictures). Using it is a totally different (as in "worse") experience than using any BSD (or Linux!), so spare me the old "OSX is BSD" hearsay!
Obvious practical joke. Not even close to being believable.
How does the Opera company stay alive?
They've been in operation since... about late '90s? But how exactly? A feature story on them is long overdue.
I've been doing that for years before 2013. Not to mention:
The Linux console has been doing all of the above (and more) for years. Remember, kids: Real geeks read the docs!
Yeah, let's not give those NASA slobs the benefit of doubt. Clueless as they are, they surely haven't found a way to motivate the simulation crew. They could have told the crew "the results of this simulation will make or break the Mars mission", for example, but - as a Slashdot commenter - I'm sure they haven't thought this stuff out very well.
1. post critical article about $product (make sure the article also contains rebuttals);
2. followup 2 weeks later with new $product announcement that proves previous criticism wrong;
3. profit!
Not necessarily carried out consciously by news aggregation sites such as this one, but possibly still orchestrated by $product's marketing dept.