Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

I typed "rm /tmp/ *"

Name: Anonymous 2012-08-28 5:32

And the Unix filth did it. Without moving files to trash can. And there is no way to get anything back, because WORSE IS BETTER and the the shitty Unix unlinks everything even when filesystem has enough free space. Why? Why Unix cant die and be replaced with a good OS?

Name: I am so hungry. 2012-08-28 22:16

Teenage *nix, you know by now, Do not feed the trolls

*nix was designed to be useful to developers. Windows was designed for users. I hope OP, you enjoy windows 8. It is leap for your future

Name: Anonymous 2012-08-28 22:28

>>57

I bet you think free() zeros out memory blocks as well.

Name: Anonymous 2012-08-28 22:49

>>82
Yep. Better to let the memory leak. That's the Windows philosophy !

Name: Anonymous 2012-08-28 23:00

>>81
;-; But it's so tempting to help feed them. I know I shouldn't but I'm finding it difficult to stop myself.

Name: Anonymous 2012-08-28 23:32

>>81
*nix was designed to be useful to developers. Windows was designed for users.
LOL. Look at these and tell me which one is better for developers:

http://msdn.microsoft.com/en-us/library/windows/desktop/hh447209%28v=vs.85%29.aspx
http://msdn.microsoft.com/en-us/library/windows/apps/br211377.aspx
http://en.wikipedia.org/wiki/.NET_Framework

http://www.gnu.org/software/libc/manual/html_node/index.html
http://www.lynuxworks.com/products/posix/function-calls.php3

Face it. UNIX and its spawn are useless to both developers and users. No one uses it unless they're faggots.

Name: Anonymous 2012-08-28 23:35

>>79
Actually /g/ cums all over UNIX and Linux--one of the reasons I hate that place so much

Name: Anonymous 2012-08-28 23:52

>>85
* Google's data centers
* Amazon's data centers
* Facebook's data centers
* Pixar's rendering farm
* Large Hadron Collider
* Windows Vista

Most of these things were built on *nix.

One was build on .NET.

Can you guess which one ??

Name: Anonymous 2012-08-28 23:53

>>87
Linux is free. Of course everyone is going to use it for raw, interaction-free computation.

Name: Anonymous 2012-08-29 0:02

>>86
Okay, then back to forums.thedailywtf.com with you, freedom-hating fagshit.

Name: Anonymous 2012-08-29 0:06

>>88
But Google has banned use of Windows internally, while offering Apple's substantially more expensive Unix-base Macs to their employs [http://www.telegraph.co.uk/technology/google/7792685/Google-bans-Microsoft-Windows-on-office-computers.html].

Pixar also use Mac OS X internally. As does Facebook, despite the fact that they are close business partners with Microsoft.

Why aren't these highly educated/skilled/paid developers flocking to your glorious superior development environment?

Name: Anonymous 2012-08-29 0:23

>>90
Why aren't these highly educated/skilled/paid developers flocking to your glorious superior development environment?
Because Java++.

Name: Anonymous 2012-08-29 1:04

>>21
Windows NT doesn't provide special facilities for the ``Recycle Bin'' either.  It's a shell construct just (un)like it is in Unix.

Name: Anonymous 2012-08-29 1:15

>>55
http://www.mcpressonline.com/operating-systems/ibm-i-os400-i5os/journal-management-on-the-as400.html
The journal receiver-the container into which OS/400 writes its journal entries-is a true audit trail: no one on the system can manually modify its contents, so there's never any question about its accuracy. You can, however, display the contents of the journal receiver anytime. Inside, you'll discover a surprising number of different types of entries, including a time stamp, a user ID, a job ID, and (if the journaled object is a database file) a picture of the actual record after it was changed. You can also configure the journal receiver to maintain a picture of the record before the record is changed.
If you ran a server that contained anything valuable, what would you rather have: OS-level file journaling that protects against accidents and malevolence, or rm -rf * .oops? No malware for either OS/400 or VMS has ever been discovered in the wild.

Name: Anonymous 2012-08-29 1:16

>>1                            `
>2012
>not using Haiku


ISHYGDDT

Name: Anonymous 2012-08-29 1:25

Name: Anonymous 2012-08-29 1:36

>>93
OS/400's journaling and VMS' Files-11 are two very different things. What they have in common are (1) they aren't pure filesystems, and (2) they both have significant computational and storage costs. As long as you're muddying the waters, why not compare Oracle DB, Volume Shadow Copy, and ext3 too.

Name: Anonymous 2012-08-29 1:43

http://packages.ubuntu.com/quantal/safe-rm

wrapper around the rm command to prevent accidental deletions

Name: Anonymous 2012-08-29 1:54

>>79
The entire internet and the web and the whole entire infrastructure that depends on Unix is just a really big toy.
The internet depends on PHP and JavaScript too. Unix is a toy because it was designed for single-user non-networked operation, like MS-DOS. Unix ("castrated Multics") was to Multics what MS-DOS ("Quick and Dirty Operating System") was to various DEC OSes. Both are cut down toy versions of OSes that were big for their time but small by today's standards. The whole idea behind Unix and MS-DOS security is that nobody would try to attack the machine on purpose. Microsoft realized that DOS was obsolete and created Windows NT.

Name: Anonymous 2012-08-29 2:06

>>96
Here are more different things: Trash/Recycle Bin and FAT Undelete. What they all have in common are (1) ways to recover a file that has accidentally been deleted and (2) they aren't part of Unix. Ext3 journaling is more like the USN Journal which are not ways to recover files that have accidentally been deleted.

Name: Anonymous 2012-08-29 2:21

>>98
Networking was a bolt-on thing for Multics too. Not that Multics is the best example of this anyway - the canonical ARPANET OS was Tenex.

Windows NT is hobbled forever by its Win32 userspace.  The kernel is the only part of NT that's even remotely defensible. As of the 2.6 Linux kernel, there isn't even a whole lot left that's special about *that*.

Name: Anonymous 2012-08-29 2:55

>>93
If I was running a server with anything valuable, which I do, I would have backups, because guess what: HARDWARE FAILS

Name: Anonymous 2012-08-29 2:58

>>100
Saying that Unix and MS-DOS were non-networked helps explain that they were "secure" because "nobody would try to attack the machine on purpose" when they were created. They were toy OSes, not designed for the real world of the internet and/or multiple users on one machine simultaneously. In the modern world where everything is connected to the internet and there are malware writers, Unix and MS-DOS are inadequate. ``Fixing'' a buffer overflow by writing a note in the man page doesn't work anymore.
Networking was a bolt-on thing for Multics too.
Of course, an OS created before the internet would not be expected to have ARPANET networking until it was actually invented.

Name: Anonymous 2012-08-29 2:59

>>98
The whole idea behind Unix and MS-DOS security is that nobody would try to attack the machine on purpose.
The whole idea behind Windows security is ``do you want to install this toolba...oh fuck it, of course you do, toolbars are fucking awesome !''

Name: Anonymous 2012-08-29 3:03

>>99
Linux is not a certified UNIX.

OS X is a certified UNIX.

OS X has a trashcan for retards.

Therefore, all your criticisms are invalid. HAND !

Name: Anonymous 2012-08-29 3:08

>>104
Hell, even desktop Linux has a Retard Bin.

Name: Anonymous 2012-08-29 3:39

>>104-5
The Desktop Linux Retard Bins are actually superior to Windows and OSX, because Window and OSX change the icon when something is in them, almost like a notification. Instinctually, I empty the bin whenever it's ``full'' just to keep it ``clean''. Whereas on my Linux machine, there is no trash icon; I have to open Nautilus, ctrl+l, "trash:///" to even see it, so just about every file I've ever deleted on the desktop is still in there, because it isn't always in the corner of my eye begging me to delete it.

As it so happens, I've never had to recover anything from it. Ever. Because I don't delete file I want to keep. So complicated!

Name: Anonymous 2012-08-29 3:44

>>98
>>102
Repeating your platitudes doesn't make them more compelling.  Provide a real alternative.

Name: Cudder !MhMRSATORI!fR8duoqGZdD/iE5 2012-08-29 3:47

Unix is a toy because it was designed for single-user non-networked operation
Wrong.

Windows inherited much of the socket API from BSD Unix.

Did a bunch of skiddies just discover The UNIX Hater's Handbook again?

Name: Anonymous 2012-08-29 3:54

>>108
Got it in one.

The sad thing about the Handbook is that it still stings, just a little bit. (Whatever happened to all those theoretically wonderful, persistent, capabilities-based systems? I'd like to have one of those ``toys'' to play with sometime...)

Name: Anonymous 2012-08-29 4:01

>>109
Whatever happened to all those theoretically wonderful, persistent, capabilities-based systems?
Stallman and other GNU Jews killed them.

Name: Anonymous 2012-08-29 4:04

>>104
OS X has a trashcan for retards.
"rm -rf *" still goes around trash can and undelete still doesnt work.

Name: Anonymous 2012-08-29 4:06

>>110
rms is an AI lab refugee. emacs still exists because he didn't want Unix to assimilate what remained of that culture.

Name: Anonymous 2012-08-29 4:12

>>91
Java++
U MENA .NET?

Name: Anonymous 2012-08-29 4:13

>>112
Yay! And "GNU is Not Unix!"

Name: Anonymous 2012-08-29 4:13

>>109
Capabilities never made it out of academia because people are too invested in Unix and Windows. ;-; GNU was exploring how to get capabilities in Hurd. Unfortunately, multi server capability design is very difficult to do properly - just like the rest of the Hurd architecture.

Name: Anonymous 2012-08-29 4:19

>>111
Neither does del/erase on Windows. So what's your point?

Name: Anonymous 2012-08-29 6:06

Name: Anonymous 2012-08-29 7:08

If you ran a server that contained anything valuable,
you would have backups of anything valuable, and wouldn't be mucking about as root all the time anyway.

Name: Anonymous 2012-08-29 8:37

>>103
Unix wouldn't stop anyone from installing an adware toolbar as root, but there are no adware toolbars for Unix because one uses Unix.

Name: Anonymous 2012-08-29 9:29


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List