then you don't know enough about programming to be considered an expert by the rest of us.
There's often an obsession attached to the definition by those of us that consider ourselves hackers. If you stay up until 4 am with school the next morning, working on a program for no profit or wage, you can consider yourself a hacker.
Exceptions include VB programmers, or |-|@X0Z, and those that break into computers using exploits written by others, where targets are chosen because of apparent vulnerability, aka script kiddies.
Breaking into computers is NOT an essential part of hacking, that's a misunderstanding by the media. Then again, is "ya'll" a valid contraction in the south-east?
MSIE cheats in two ways, first by violating the TCP standard, leaving zombie httpd processes and pretend connections already exist for better performance with IIS.
The former means that you are ALWAYS dealing with the bloat of MSIE, even if you aren't browsing. The latter is invalidated by the effects of most routers. MSIE at work is pathetically slow, and no other browser compares the blinding speed of lynx.
Opera is my current browser, for no particular reason other than its conveniant mail client. It's reasonably faster than mozilla, but chokes on a few sites (ebay.com for one) and loses any semblance of speed.
if you purchase a license from SCO, you are directly violating your license from Linus. Given a choice between the two, I'd assume that Linus has a few more lines of code in the kernel than SCO does.
SCO is also violating the Linux copyright by distributing it outside of the GPL, I see another trillion dollar lawsuit on the horizon. I bet Linus's "look at me, I'm rich enough to own all of you" house will crash a lot less than Bill's.
then why not a generic commerce patent? Should the person that first started selling water be able to patent that? Should I be able to patent overclocking graphing calculators as a business?
Whatever happened to the 20% different dealy, whereby eBay isn't affected because its code (the way it works) is 20%(100%?) different from the subject of the patent? This is why software patents are so moronic, any re-implimentation works differently, or falls under the original copyright.
I am on a small ip block, with losers that catch the latest winshit worm and start spamming every few weeks.
Because of this, AOL has blocked my mailserver despite 7 requests to whitelist it (3 from myself, 4 from AOL victims^H^H^H^H^H^H^Hconsumers). It gets whitelisted for a few days, then group punishment kicks in and it's blacklisted again.
I have never spammed, I never intend to spam. Getting accused of sending half a billion unrequested emails in half an hour from a upstream as small as mine is both hilarious and insulting.
Fighting spam is one thing, blanket bombing to prevent spam is quite another. If anyone at the evil empire's apprentice is reading, "Hope you're glad that my dad left you because of your stunts. See you in court."
but "binary only" probably means "x86-32 binary based upon libs from FreeBSD 3.1"
I'm still waiting for a PowerPC(G3/750cx) build of J2DK 1.4.1. Sun won't offer it, blackdown won't offer it, and IBM's build just promptly segaults when run.
#!/usr/bin/perl use LWP::Simple; use Math::BigInt; my $html = get("http://www.utm.edu/research/primes/curios/485 65...29443.html"); my($prime) = $html =~ m{
([^};
$prime =~ s{\D+}{}; $prime = Math::BigInt->new($prime); my $binary = ''; while ($prime > 0) {
$binary = pack("N", ($prime % 2**32)) . $binary;
$prime/= 2**32; } $binary =~ s{^\0+}{}; open(my $fh, "| gunzip -c 2>/dev/null") or die "cannot gunzip, $!"; print $fh $binary; close $fh;
Mac OS 9 and Linux have the edge on Winshit's gui once again with rollup windows, where double clicking a titlebar shrinks a window to just said bar.
Does the evil OS have virtual terminals? Hell, does it even support serial terminals by default?
I think the biggest turning point for Linux should be the processing power it can offer business users with OpenMosix. If you merge all of the computers in a building, the idle ones can give processing power to the oness in use. If my school did this, they would be able to avoid buying any new equipment for half a decade.
But I'll hold oon to my zaurus until someone fits GCC on a phone.
I'm a hardcore VI(M) zealot. Any other ideas?
There are a lot of exceptions to the "if you break into systems" rule.
He uses Lindows/BeOS/etc! Lynch him!
(Logging in as root is stupid, remember? And logging in as "toor" has so much more geek potential.)
then you don't know enough about programming to be considered an expert by the rest of us.
There's often an obsession attached to the definition by those of us that consider ourselves hackers. If you stay up until 4 am with school the next morning, working on a program for no profit or wage, you can consider yourself a hacker.
Exceptions include VB programmers, or |-|@X0Z, and those that break into computers using exploits written by others, where targets are chosen because of apparent vulnerability, aka script kiddies.
Breaking into computers is NOT an essential part of hacking, that's a misunderstanding by the media. Then again, is "ya'll" a valid contraction in the south-east?
80286 laptop + 2400 baud + terminal software + phone number list of BBSes for the country
If only I had known about minix five years ago. (Yes, I was quite behind the times.)
No boss could make me work this long, with such little pay. I doubt I'll ever learn to tell myself "no" at 4am a terminal in front of me.
40 hours a week!? Productive for 30% of that!? You panzy. I have worked 40 hours in two days on many occasions. (Yes, I also have a "real" job.)
here
Slashdot likes to break up long strings (such as URLs), so it's best to make them a link.
ASCII!
Does anyone know of a good ANSI editor for X?
MSIE cheats in two ways, first by violating the TCP standard, leaving zombie httpd processes and pretend connections already exist for better performance with IIS.
The former means that you are ALWAYS dealing with the bloat of MSIE, even if you aren't browsing. The latter is invalidated by the effects of most routers. MSIE at work is pathetically slow, and no other browser compares the blinding speed of lynx.
Opera is my current browser, for no particular reason other than its conveniant mail client. It's reasonably faster than mozilla, but chokes on a few sites (ebay.com for one) and loses any semblance of speed.
Gentoo was too incomplete for my taste. I use Debian (Sid/PPC and Sarge/X86), OpenZaurus, OpenBSD, and my own custom-made bootable Linux disc.
When I get a G4 or Sparc64, I'll give Gentoo another shot.
if you purchase a license from SCO, you are directly violating your license from Linus. Given a choice between the two, I'd assume that Linus has a few more lines of code in the kernel than SCO does.
SCO is also violating the Linux copyright by distributing it outside of the GPL, I see another trillion dollar lawsuit on the horizon. I bet Linus's "look at me, I'm rich enough to own all of you" house will crash a lot less than Bill's.
Think I'll be forgiven for not realizing that was today? I expected OSDN to shut down, but no...
then why not a generic commerce patent? Should the person that first started selling water be able to patent that? Should I be able to patent overclocking graphing calculators as a business?
Whatever happened to the 20% different dealy, whereby eBay isn't affected because its code (the way it works) is 20%(100%?) different from the subject of the patent? This is why software patents are so moronic, any re-implimentation works differently, or falls under the original copyright.
SCO's gone, let's all DoS the patent office next!
Why the hell won't AOL accept my innocense while blocking them!?
I am on a small ip block, with losers that catch the latest winshit worm and start spamming every few weeks.
Because of this, AOL has blocked my mailserver despite 7 requests to whitelist it (3 from myself, 4 from AOL victims^H^H^H^H^H^H^Hconsumers). It gets whitelisted for a few days, then group punishment kicks in and it's blacklisted again.
I have never spammed, I never intend to spam. Getting accused of sending half a billion unrequested emails in half an hour from a upstream as small as mine is both hilarious and insulting.
Fighting spam is one thing, blanket bombing to prevent spam is quite another. If anyone at the evil empire's apprentice is reading, "Hope you're glad that my dad left you because of your stunts. See you in court."
It's those communist dual-booters that we have to worry about.
you'll just be annoying unless someone things you'd really scream in hex.
(Use case and punctuation)
0x4669726421
0b0100011001101001011100100110010100100001
{'F','i','r','e','!'}
(Come to think of it, by leaving off the null terminator, we're inviting a nasty memory access exception...)
but "binary only" probably means "x86-32 binary based upon libs from FreeBSD 3.1"
I'm still waiting for a PowerPC(G3/750cx) build of J2DK 1.4.1. Sun won't offer it, blackdown won't offer it, and IBM's build just promptly segaults when run.
that it is utterly rediculous to make a number illegal, and yet it is.
If they rank a non-secret of trade above the first ammendment, then consider it an act of civil disobedience. If not, enjoy the code.
but a briefcase full of cash and a pre-screening DVD of the Return of the King sure do...
("This DVD is a pre-screening meant to bribe Judge Joe, any other viewer of this video is in violation of...")
8565078965 7397829309 8418946942 8613770744 2087351357
9240196520 7366869851 3401047237 4469687974 3992611751
0973777701 0274475280 4905883138 4037549709 9879096539
5522701171 2157025974 6669932402 2683459661 9606034851
7424977358 4685188556 7457025712 5474999648 2194184655
7100841190 8625971694 7970799152 0048667099 7592359606
1320725973 7979936188 6063169144 7358830024 5336972781
8139147979 5551339994 9394882899 8469178361 0018259789
0103160196 1835034344 8956870538 4520853804 5842415654
8248893338 0474758711 2833959896 8522325446 0840897111
9771276941 2079586244 0547161321 0050064598 2017696177
1809478113 6220027234 4827224932 3259547234 6880029277
7649790614 8129840428 3457201463 4896854716 9082354737
8356619721 8622496943 1622716663 9390554302 4156473292
4855248991 2257394665 4862714048 2117138124 3882177176
0298412552 4464744505 5834628144 8833563190 2725319590
4392838737 6407391689 1257924055 0156208897 8716337599
9107887084 9081590975 4801928576 8451988596 3053238234
9055809203 2999603234 4711407760 1984716353 1161713078
5760848622 3637028357 0104961259 5681846785 9653331007
7017991614 6744725492 7283348691 6000647585 9174627812
1269007351 8309241530 1063028932 9566584366 2000800476
7789679843 8209079761 9859493646 3093805863 3672146969
5975027968 7712057249 9666698056 1453382074 1203159337
7030994915 2746918356 5937621022 2006812679 8273445760
9380203044 7912277498 0917955938 3871210005 8876668925
8448700470 7725524970 6044465212 7130404321 1826101035
9118647666 2963858495 0874484973 7347686142 0880529443
extract it with:
#!/usr/bin/perl
use LWP::Simple;
use Math::BigInt;
my $html = get("http://www.utm.edu/research/primes/curios/48
my($prime) = $html =~ m{
is that Linux just gets one thread, and another probess gets the other.
I assume that traditionally, Linux just dominated both, with the DSP threads forced to fight with Linux threads for dominance of clock cycles.
Mac OS 9 and Linux have the edge on Winshit's gui once again with rollup windows, where double clicking a titlebar shrinks a window to just said bar.
Does the evil OS have virtual terminals? Hell, does it even support serial terminals by default?
I think the biggest turning point for Linux should be the processing power it can offer business users with OpenMosix. If you merge all of the computers in a building, the idle ones can give processing power to the oness in use. If my school did this, they would be able to avoid buying any new equipment for half a decade.
I would give a long winded explanation in binary, hex, or base-42, but the lameness filter prevents it. (Belgian censorship garbage...)