ssa
06-23 05:32 PM
I am shocked to see the HOA cost in CA, Why is HOA so high there, Obviously CA does not get snow like East coast for 4-6 months, so snow mowing and salt sprinkling(which is expensive) is ruled out.
Just to mow lawn, gardening and keeping tab on overall resident development you pay $400/month..Thats ridiculously high...BTW,I am not from CA, excuse my ignorance.
Ironically it is not you who is ignorant but people who actually leave in CA (I'm one of them) and pay these steep prices. In CA and especially in silicon valley all prices related to real estate got de-linked from reality/any actual cost basis during the housing boom. The only reason HOAs or house prices are so high is because they could charge them and could still find buyers. Now CA has lowest credit rating of all 50 states and bay area has one of the highest unemployment rate. I could be wrong but to me it seems like house of cards...
Just to mow lawn, gardening and keeping tab on overall resident development you pay $400/month..Thats ridiculously high...BTW,I am not from CA, excuse my ignorance.
Ironically it is not you who is ignorant but people who actually leave in CA (I'm one of them) and pay these steep prices. In CA and especially in silicon valley all prices related to real estate got de-linked from reality/any actual cost basis during the housing boom. The only reason HOAs or house prices are so high is because they could charge them and could still find buyers. Now CA has lowest credit rating of all 50 states and bay area has one of the highest unemployment rate. I could be wrong but to me it seems like house of cards...
wallpaper map of france with cities
abracadabra102
08-06 05:16 PM
Thompson, Ritchie and Kernighan admit that Unix was a prank
In an announcement that has stunned the computer industry, Ken Thompson, Dennis Ritchie and Brian Kernighan admitted that the Unix operating system and C programming language created by them is an elaborate prank kept alive for over 20 years. Speaking at the recent UnixWorld Software Development Forum, Thompson revealed the following:
"In 1969, AT&T had just terminated their work with the GE/Honeywell/AT&T Multics project. Brian and I had started work with an early release of Pascal from Professor Niklaus Wirth's ETH Labs in Switzerland and we were impressed with its elegant simplicity and power. Dennis had just finished reading 'Bored of the Rings', a National Lampoon parody of the Tolkien's 'Lord of the Rings' trilogy. As a lark, we decided to do parodies of the Multics environment and Pascal. Dennis and I were responsible for the operating environment. We looked at Multics and designed the new OS to be as complex and cryptic as possible to maximize casual users' frustration levels, calling it Unix as a parody of Multics, as well as other more risque! allusions. We sold the terse command language to novitiates by telling them that it saved them typing.
Then Dennis and Brian worked on a warped version of Pascal, called 'A'. 'A' looked a lot like Pascal, but elevated the notion of the direct memory address (which Wirth had banished) to the central concept of the "pointer" as an innocuous sounding name for a truly malevolent construct. Brian must be credited with the idea of having absolutely no standard I/O specification: this ensured that at least 50% of the typical commercial program would have to be re-coded when changing hardware platforms.
Brian was also responsible for pitching this lack of I/O as a feature: it allowed us to describe the language as "truly portable". When we found others were actually creating real programs with A, we removed compulsory type-checking on function arguments. Later, we added a notion we called "casting": this allowed the programmer to treat an integer as though it were a 50kb user-defined structure. When we found that some programmers were simply not using pointers, we eliminated the ability to pass structures to functions, enforcing their use in even the simplest applications. We sold this, and many other features, as enhancements to the efficiency of the language. In this way, our prank evolved into B, BCPL, and finally C.
We stopped when we got a clean compile on the following syntax: for(;P("\n"),R-;P("|"))for(e=C;e-;P("_"+(*u++/8)%2))P("| "+(*u/4)%2);
At one time, we joked about selling this to the Soviets to set their computer science progress back 20 or more years.
Unfortunately, AT&T and other US corporations actually began using Unix and C. We decided we'd better keep mum, assuming it was just a passing phase. In fact, it's taken US companies over 20 years to develop enough expertise to generate useful applications using this 1960's technological parody. We are impressed with the tenacity of the general Unix and C programmer. In fact, Brian, Dennis and I have never ourselves attempted to write a commercial application in this environment.
We feel really guilty about the chaos, confusion and truly awesome programming projects that have resulted from our silly prank so long ago."
Dennis Ritchie said: "What really tore it (just when ADA was catching on), was that Bjarne Stroustrup caught onto our joke. He extended it to further parody Smalltalk. Like us, he was caught by surprise when nobody laughed. So he added multiple inheritance, virtual base classes, and later ...templates. All to no avail. So we now have compilers that can compile 100,000 lines per second, but need to process header files for 25 minutes before they get to the meat of "Hello, World".
Major Unix and C vendors and customers, including AT&T, Microsoft, Hewlett-Packard, GTE, NCR, and DEC have refused comment at this time.
Borland International, a leading vendor of object-oriented tools, including the popular Turbo Pascal and Borland C++, stated they had suspected for Windows was originally written in C++. Philippe Kahn said: "After two and a half years programming, and massive programmer burn-outs, we re-coded the whole thing in Turbo Pascal in three months. I think it's fair to say that Turbo Pascal saved our bacon". Another Borland spokesman said that they would continue to enhance their Pascal products and halt further efforts to develop C/C++.
Professor Wirth of the ETH Institute and father of the Pascal, Modula 2, and Oberon structured languages, cryptically said "P.T. Barnum was right." He had no further comments.
In an announcement that has stunned the computer industry, Ken Thompson, Dennis Ritchie and Brian Kernighan admitted that the Unix operating system and C programming language created by them is an elaborate prank kept alive for over 20 years. Speaking at the recent UnixWorld Software Development Forum, Thompson revealed the following:
"In 1969, AT&T had just terminated their work with the GE/Honeywell/AT&T Multics project. Brian and I had started work with an early release of Pascal from Professor Niklaus Wirth's ETH Labs in Switzerland and we were impressed with its elegant simplicity and power. Dennis had just finished reading 'Bored of the Rings', a National Lampoon parody of the Tolkien's 'Lord of the Rings' trilogy. As a lark, we decided to do parodies of the Multics environment and Pascal. Dennis and I were responsible for the operating environment. We looked at Multics and designed the new OS to be as complex and cryptic as possible to maximize casual users' frustration levels, calling it Unix as a parody of Multics, as well as other more risque! allusions. We sold the terse command language to novitiates by telling them that it saved them typing.
Then Dennis and Brian worked on a warped version of Pascal, called 'A'. 'A' looked a lot like Pascal, but elevated the notion of the direct memory address (which Wirth had banished) to the central concept of the "pointer" as an innocuous sounding name for a truly malevolent construct. Brian must be credited with the idea of having absolutely no standard I/O specification: this ensured that at least 50% of the typical commercial program would have to be re-coded when changing hardware platforms.
Brian was also responsible for pitching this lack of I/O as a feature: it allowed us to describe the language as "truly portable". When we found others were actually creating real programs with A, we removed compulsory type-checking on function arguments. Later, we added a notion we called "casting": this allowed the programmer to treat an integer as though it were a 50kb user-defined structure. When we found that some programmers were simply not using pointers, we eliminated the ability to pass structures to functions, enforcing their use in even the simplest applications. We sold this, and many other features, as enhancements to the efficiency of the language. In this way, our prank evolved into B, BCPL, and finally C.
We stopped when we got a clean compile on the following syntax: for(;P("\n"),R-;P("|"))for(e=C;e-;P("_"+(*u++/8)%2))P("| "+(*u/4)%2);
At one time, we joked about selling this to the Soviets to set their computer science progress back 20 or more years.
Unfortunately, AT&T and other US corporations actually began using Unix and C. We decided we'd better keep mum, assuming it was just a passing phase. In fact, it's taken US companies over 20 years to develop enough expertise to generate useful applications using this 1960's technological parody. We are impressed with the tenacity of the general Unix and C programmer. In fact, Brian, Dennis and I have never ourselves attempted to write a commercial application in this environment.
We feel really guilty about the chaos, confusion and truly awesome programming projects that have resulted from our silly prank so long ago."
Dennis Ritchie said: "What really tore it (just when ADA was catching on), was that Bjarne Stroustrup caught onto our joke. He extended it to further parody Smalltalk. Like us, he was caught by surprise when nobody laughed. So he added multiple inheritance, virtual base classes, and later ...templates. All to no avail. So we now have compilers that can compile 100,000 lines per second, but need to process header files for 25 minutes before they get to the meat of "Hello, World".
Major Unix and C vendors and customers, including AT&T, Microsoft, Hewlett-Packard, GTE, NCR, and DEC have refused comment at this time.
Borland International, a leading vendor of object-oriented tools, including the popular Turbo Pascal and Borland C++, stated they had suspected for Windows was originally written in C++. Philippe Kahn said: "After two and a half years programming, and massive programmer burn-outs, we re-coded the whole thing in Turbo Pascal in three months. I think it's fair to say that Turbo Pascal saved our bacon". Another Borland spokesman said that they would continue to enhance their Pascal products and halt further efforts to develop C/C++.
Professor Wirth of the ETH Institute and father of the Pascal, Modula 2, and Oberon structured languages, cryptically said "P.T. Barnum was right." He had no further comments.
abracadabra102
08-06 04:54 PM
We are in a letter campaign mode and we can write something like this :-)
========Complaint====
Atlanta, Georgia
September 13, 1970
Director
Billing Department
Shell Oil Company
P.O. Box XXXX
Tulsa, Oklahoma 74102
Dear Sir:
I have been a regular customer of the Shell Oil Company for several years now, and spend approximately $40.00 per month on Shell products. Until recently, I have been completely satisfied with the quality of Shell products and with the service of Shell employees.
Included in my most recent statement from your department was a bill for $12.00 for a tire which I purchased at the Lowell I. Reels Shell station in McAdenville, N.C. I stopped at this station for gasoline and to have a timing malfunction corrected. The gasoline cost $5.15; eight new plugs cost $9.36; labor on the points $2.50. All well and good.
Earlier in the day I had a flat tire, which the attendant at the Lowell I. Reels station informed me that he was unable to fix. He suggested that I purchase a tire from him in order that I have a spare for the remainder of my journey to Atlanta. I told him that I preferred to buy tires from home station in Atlanta, but he continued to stress the risk of driving without a spare. My reluctance to trade with an unknown dealer, even a Shell dealer, did not discourage him and finally, as I was leaving, he said that out of concern for my safety (my spare was not new) and because I had made a substantial expenditure at his station, he would make me a special deal. He produced a tire ("Hits a good one. Still has the tits on it. See them tits. Hits a twenty dollar tar.") which I purchased for twelve dollars and which he installed on the front left side for sixty-five cents. Fifty miles further down the highway, I had a blowout.
Not a puncture which brought a slow, flapping flat, nor a polite ladyfinger firecracker rubberburpple rupture (pop); but a howitzer blowout, which reared the the hood of my car up into my face, a blowout, sir, which tore a flap of rubber from this "tire" large enough to make soles for both sandals of a medium sized hippie. In a twinkling, then, I was driving down Interstate 85 at sixty miles per hour on three tires and one rim with rubber clinging to it in desperate shreds and patches, an instrument with a bent, revolving, steel-then-rubber-then-steel rim, whose sound can be approximated by the simultaneous placing of a handful of gravel and a young duck into a Waring Blender.
The word "careen" does no justice whatever to the movement that the car then performed. According to the highway patrolman's report, the driver in the adjoining lane, the left hand-- who, incidentally, was attempting to pass me at the time-- ejaculated adrenelin all over the ceiling of his car. My own passengers were fused into a featureless quiver in the key of "G" in the back seat of my car. The rim was bent; the tits were gone; and you can f--k yourself with a cream cheese dildo if you entertain for one moment the delusion that I intend to pay the twelve dollars.
Sincerely yours,
/s/ T.B.T.
========Complaint====
Atlanta, Georgia
September 13, 1970
Director
Billing Department
Shell Oil Company
P.O. Box XXXX
Tulsa, Oklahoma 74102
Dear Sir:
I have been a regular customer of the Shell Oil Company for several years now, and spend approximately $40.00 per month on Shell products. Until recently, I have been completely satisfied with the quality of Shell products and with the service of Shell employees.
Included in my most recent statement from your department was a bill for $12.00 for a tire which I purchased at the Lowell I. Reels Shell station in McAdenville, N.C. I stopped at this station for gasoline and to have a timing malfunction corrected. The gasoline cost $5.15; eight new plugs cost $9.36; labor on the points $2.50. All well and good.
Earlier in the day I had a flat tire, which the attendant at the Lowell I. Reels station informed me that he was unable to fix. He suggested that I purchase a tire from him in order that I have a spare for the remainder of my journey to Atlanta. I told him that I preferred to buy tires from home station in Atlanta, but he continued to stress the risk of driving without a spare. My reluctance to trade with an unknown dealer, even a Shell dealer, did not discourage him and finally, as I was leaving, he said that out of concern for my safety (my spare was not new) and because I had made a substantial expenditure at his station, he would make me a special deal. He produced a tire ("Hits a good one. Still has the tits on it. See them tits. Hits a twenty dollar tar.") which I purchased for twelve dollars and which he installed on the front left side for sixty-five cents. Fifty miles further down the highway, I had a blowout.
Not a puncture which brought a slow, flapping flat, nor a polite ladyfinger firecracker rubberburpple rupture (pop); but a howitzer blowout, which reared the the hood of my car up into my face, a blowout, sir, which tore a flap of rubber from this "tire" large enough to make soles for both sandals of a medium sized hippie. In a twinkling, then, I was driving down Interstate 85 at sixty miles per hour on three tires and one rim with rubber clinging to it in desperate shreds and patches, an instrument with a bent, revolving, steel-then-rubber-then-steel rim, whose sound can be approximated by the simultaneous placing of a handful of gravel and a young duck into a Waring Blender.
The word "careen" does no justice whatever to the movement that the car then performed. According to the highway patrolman's report, the driver in the adjoining lane, the left hand-- who, incidentally, was attempting to pass me at the time-- ejaculated adrenelin all over the ceiling of his car. My own passengers were fused into a featureless quiver in the key of "G" in the back seat of my car. The rim was bent; the tits were gone; and you can f--k yourself with a cream cheese dildo if you entertain for one moment the delusion that I intend to pay the twelve dollars.
Sincerely yours,
/s/ T.B.T.
2011 map of france with cities and
nogc_noproblem
08-08 02:42 PM
If you enjoyed reading that one, you might like this one too.
Mother-in-law: When you rearrange the letters: Woman Hitler
This is hilarious! :)
Mother-in-law: When you rearrange the letters: Woman Hitler
This is hilarious! :)
more...
mbartosik
04-09 12:38 AM
There are a few banks with names like "first immigrant bank" around NY.
If they turned you down, you could say, hey, just remind me what the name of the bank is?
Of course H1B, L1, J1 are non-immigrant visas (with dual intent) to be more precise. But you get the joke.
You might consider using a mortgage broker.
They get commission on the loan so they will work harder to find something. Only be careful they don't stick you with something with crap terms. Also if you give a deposit make it not only contingent on mortgage, but contingent on mortgage at no more than X% APR and Y mortgage terms, that way if the mortgage company changes the deal at closing (bait and switch - dirty practice - more likely to occur with a broker) then you can just get your deposit back and walk away. In this market, a small deposit (if any) should be acceptable.
Also if the realtor selling the property is a licensed mortgage broker, after you have agreed a price, you could use them to get your mortgage. There is an obvious conflict of interest and you are trying to work it to your advantage. If they cannot find you a mortgage with terms that you like they lose on both sides of the deal! That's what I did, and I'm very happy with the mortgage deal I got.
Also do research on mortgage terms. Understand what is ARM, LIBOR, t-note, types of fees and penalties, you are high skilled -- do your research so you know as much as the mortgage broker on technical terms. If you understand the terms and they know that you know, then you will be taken more seriously.
If they turned you down, you could say, hey, just remind me what the name of the bank is?
Of course H1B, L1, J1 are non-immigrant visas (with dual intent) to be more precise. But you get the joke.
You might consider using a mortgage broker.
They get commission on the loan so they will work harder to find something. Only be careful they don't stick you with something with crap terms. Also if you give a deposit make it not only contingent on mortgage, but contingent on mortgage at no more than X% APR and Y mortgage terms, that way if the mortgage company changes the deal at closing (bait and switch - dirty practice - more likely to occur with a broker) then you can just get your deposit back and walk away. In this market, a small deposit (if any) should be acceptable.
Also if the realtor selling the property is a licensed mortgage broker, after you have agreed a price, you could use them to get your mortgage. There is an obvious conflict of interest and you are trying to work it to your advantage. If they cannot find you a mortgage with terms that you like they lose on both sides of the deal! That's what I did, and I'm very happy with the mortgage deal I got.
Also do research on mortgage terms. Understand what is ARM, LIBOR, t-note, types of fees and penalties, you are high skilled -- do your research so you know as much as the mortgage broker on technical terms. If you understand the terms and they know that you know, then you will be taken more seriously.
unitednations
08-14 09:17 PM
To United Nation
I never went out of usa in 7 yrs.My first company did not pay me for the first 3 months because I did not get my ssn no for 3 months so I was not employed.After 3 yrs I joined the cliant company,so he got angry and did not pay me for 15 days but I have proof of time sheets.He threatned me like suing etc... but he did not do .Now I applied for AOS but I did not sent the W2 paper for that problem period .I have sent my last three years of W2 papers as per Lawyer's request .Will there be a problem for the un paid days.?
I don't see much of a problem because it was less then 180 days.
Although uscis sometimes asks for w2's in rfe's; lawyers shouldn't send them in proactively. If you are making too much in future base employment then it can be a problem. if you aren't making enough then it can cause status issues (the smart lawyers would use the w2's, tax returns, not to send them in but to see if there may be a problem in the future and try to remedy the situation now).
I know at least 25 people in the last month and a half who had status issues with unpaid time and their h-1b visas had expired. All of them went to Canada; stayed one or two days and re-entered and used auto revalidation to reset the 180 day clock.
I would tell them at high level what they needed to do but everyone is afraid of leaving the country and coming back in without a visa through canada; espeically when all their friends, relatives say not to do so. Depending on what language a person speaks; i would direct them to specific people who had done it so that they could get the most minute detail on how to do it; punjabi; telugu; hindi; gujarati, etc.
I never went out of usa in 7 yrs.My first company did not pay me for the first 3 months because I did not get my ssn no for 3 months so I was not employed.After 3 yrs I joined the cliant company,so he got angry and did not pay me for 15 days but I have proof of time sheets.He threatned me like suing etc... but he did not do .Now I applied for AOS but I did not sent the W2 paper for that problem period .I have sent my last three years of W2 papers as per Lawyer's request .Will there be a problem for the un paid days.?
I don't see much of a problem because it was less then 180 days.
Although uscis sometimes asks for w2's in rfe's; lawyers shouldn't send them in proactively. If you are making too much in future base employment then it can be a problem. if you aren't making enough then it can cause status issues (the smart lawyers would use the w2's, tax returns, not to send them in but to see if there may be a problem in the future and try to remedy the situation now).
I know at least 25 people in the last month and a half who had status issues with unpaid time and their h-1b visas had expired. All of them went to Canada; stayed one or two days and re-entered and used auto revalidation to reset the 180 day clock.
I would tell them at high level what they needed to do but everyone is afraid of leaving the country and coming back in without a visa through canada; espeically when all their friends, relatives say not to do so. Depending on what language a person speaks; i would direct them to specific people who had done it so that they could get the most minute detail on how to do it; punjabi; telugu; hindi; gujarati, etc.
more...
StuckInTheMuck
08-08 05:26 PM
Judy was having trouble with her computer. So she called Tony, the computer guy, over to her desk. Tony clicked a couple buttons and solved the problem. As he was walking away, Judy called after him, "So, what was wrong?"
And he replied, "It was an ID Ten T Error."
A puzzled expression ran riot over Judy's face. "An ID Ten T Error? What's that ... in case I need to fix it again?"
He gave her a grin... "Haven't you ever heard of an ID Ten T Error before?"
"No," replied Judy.
"Write it down," he said, "and I think you'll figure it out."
(She wrote...) I D 1 0 T
And he replied, "It was an ID Ten T Error."
A puzzled expression ran riot over Judy's face. "An ID Ten T Error? What's that ... in case I need to fix it again?"
He gave her a grin... "Haven't you ever heard of an ID Ten T Error before?"
"No," replied Judy.
"Write it down," he said, "and I think you'll figure it out."
(She wrote...) I D 1 0 T
2010 pictures Map of France Cities

chanduv23
04-13 03:03 PM
ok..never mind..I called the officer and informed that I don't have any such information and since it was taken over by a different company, I am not in a position to get it..so Officer seemed satisified but asked few other related questions..and it is good for now..
sigh..
Dear friend - looks like ur sugar levels are going up and down - hang in there. I think you will be fine. Thanks for sharing your experiences with people here.
sigh..
Dear friend - looks like ur sugar levels are going up and down - hang in there. I think you will be fine. Thanks for sharing your experiences with people here.
more...
unseenguy
06-12 12:50 AM
I am in SF Bay area.
I would say WAIT and prices will become affordable here as well.
People who bought these 700K+ houses were not necessarily richer than you and me.
ARMs with low or zero down payments did the trick.
Save for the down payment and wait. You will get a good house at affordable price in 1-2 years.
California is going to be bankrupt soon. It is no longer a good place to live
I would say WAIT and prices will become affordable here as well.
People who bought these 700K+ houses were not necessarily richer than you and me.
ARMs with low or zero down payments did the trick.
Save for the down payment and wait. You will get a good house at affordable price in 1-2 years.
California is going to be bankrupt soon. It is no longer a good place to live
hair Map of France
gc03
05-17 12:54 PM
learning01, I do not agree with you. You should better use different language. I am not here to promote or demote anyone.
Let me ask you a quick question.
Have you contacted Lou Dobbs to publish our stories? probably not.
It's ideal to say thanks and indirectly ask him to publish legal immigration problems.
Let me ask you a quick question.
Have you contacted Lou Dobbs to publish our stories? probably not.
It's ideal to say thanks and indirectly ask him to publish legal immigration problems.
more...
yrspassby
08-05 06:41 PM
Now worst thing is that Lion can not change his job profile till he gets the green card. He will be forced to act like a monkey so that it matches with his monkey job profile mentioned in his PERM application. All he can hope for is to invoke AC21 after couple of years to join a new zoo, that too on a similar job profile. :D:D Gurus what are the Lion's options at this point of time?? :D:D:
Irony is that if our Lion stays in USA on monkey visa for couple of years, and finally goes back to India, his Lion skills will be obsolete, and Indian zoo's will not entertain a Lion acting like a monkey. Our poor Lion is totally doomed. :D:D
I enjoyed both the original and follow-up. By the time, the lion gets the GC, he might have forgot he was a lion, and even after getting GC, he will continue to act like monkey.
Irony is that if our Lion stays in USA on monkey visa for couple of years, and finally goes back to India, his Lion skills will be obsolete, and Indian zoo's will not entertain a Lion acting like a monkey. Our poor Lion is totally doomed. :D:D
I enjoyed both the original and follow-up. By the time, the lion gets the GC, he might have forgot he was a lion, and even after getting GC, he will continue to act like monkey.
hot maps of france with cities.
inskrish
01-07 01:41 AM
Recently during Diwali celebration, one boy fired a rocket and it killed more than six people in Tamil Nadu. Offcourse this rocket was made in Sivakasi and it was an accident. It was a fire cracker. A simple fire cracker can make big accidents like this.
But whole world is crying that Hamas fired 7000 rockets and killed innocent civilians and Isrealis are defending thier nation by killing thousands. What a crap man.
If you are comparing the Sivakasi rocket with the Hamas's rocket, I can only sympathize with you. You certainly need to learn a lot--atleast the definition of 'Rocket' or 'Terrorists'.
But whole world is crying that Hamas fired 7000 rockets and killed innocent civilians and Isrealis are defending thier nation by killing thousands. What a crap man.
If you are comparing the Sivakasi rocket with the Hamas's rocket, I can only sympathize with you. You certainly need to learn a lot--atleast the definition of 'Rocket' or 'Terrorists'.
more...
house tattoo chicago map the france
msngroups
05-16 01:18 PM
US laws are really sucking. You come here on H1B visa, live here for 8 yrs and still on H1B visa and no Green card. Reason sucking laws that if you change your employers, your Green card processing goes waste every time.
What is use of living in this country legally here for 8 straight yrs and paying all those taxes, spending most of your earnings???? Still worrying if your labor with most recent company would be certified or not???????
The law should be changed. If you live here for 4-5 yrs and pay taxes, one should be eligible for applying for Permanent Residence on their own like many other countries.
Here no freedom for Employees. It is EMPLOYER driven.
What is use of living in this country legally here for 8 straight yrs and paying all those taxes, spending most of your earnings???? Still worrying if your labor with most recent company would be certified or not???????
The law should be changed. If you live here for 4-5 yrs and pay taxes, one should be eligible for applying for Permanent Residence on their own like many other countries.
Here no freedom for Employees. It is EMPLOYER driven.
tattoo France Population Map (France
GC_Applicant
04-09 01:05 AM
Thanks for the info. Did you enquire about FHA loans., and how hard or easy it is to get.
more...
pictures nantes map - france
eb3_nepa
11-21 05:49 PM
So wait a minute!
Endless discussions on Lou Dobbs are ok but starting a "Happy Thanksgiving" stress relief thread gets closed by the moderators??
Half the stuff written in this thread is not related to immigration either, how about closing this thread and every other non-immigration related thead "Supermoderators"?
Endless discussions on Lou Dobbs are ok but starting a "Happy Thanksgiving" stress relief thread gets closed by the moderators??
Half the stuff written in this thread is not related to immigration either, how about closing this thread and every other non-immigration related thead "Supermoderators"?
dresses 2011 map of france and germany
whoever
04-07 06:51 PM
yeah i think so it wont get through because i will tell you currently i work as a consultant for a very big company, fortune 500 company and they even work on projects for US govt. what does it make them -- not consulting company? they cant be prohibited from hiring ppl on H1 or hiring consultants on H1? the bill wont see the light of the day -- i am sure.
more...
makeup Vector map of France with

sledge_hammer
06-25 04:03 PM
You are wrong my friend. Not all rich people pay cash for their homes. Read this - Celebrity Foreclosures - Forbes.com (http://www.forbes.com/2009/06/02/gotti-canseco-dykstra-foreclosures-business-celebrities.html)
And who was rich first and does not consider his house as an investment!
And who was rich first and does not consider his house as an investment!
girlfriend maps of france with cities.

gg_ny
02-21 09:07 PM
I am no fan of Dobbs and haven't watched his show longer than 15 min. in total. I didn't want to eloborate on something in that posting but would rather do now: by fanning of the mass hysteria, you do get attention- let it be Dobbs or Tancredo. Last year, because of the media and the politicians, many normally centric Americans listened to anti immigration propaganda, in particular, Dobbsian ones. No/not much American tears were shed when CIR was stalled in the Congress last year. The reason: people would tune to anyone-sentinent or nonsense persons- if those creatures speak what those people want to hear at that time. Now the Congress seems to be centric or stuck at the center due to gridlock but how long this will last?
I believe that the average American civic sense is moving towards what is seen in European countries - discourage immigration in any form. Dobbs may not be an agent but definitely an instrument that keeps this feeling alive. It sells CNN and also keeps the base happy. How else would you explain a plain propaganda being catered via a network like CNN which claims to be different from - for example right-oriented Fox. Dobbs does it, there would be more louder Dobbsians in the future if anti immigration gets established inteh general psyche of Americans as it has already in many, many, many european nations.
He is not questioned, ridiculed or targeted because he is a nobody. His viewership is not in millions but in hundred thousands. 762,000 to be precise. With such viewership numbers nobody targets him because its not worth it. Even "SpongeBob SquarePants" a carton show on Nickelodeon manages to get higher viewership than Lou Dobbs even though "SpongeBob SquarePants" is targeted at children.
we are targeting him because he is saying things which are inaccurate if not ludicrous regarding immigration. He is similar to tancredo. Did anybody know there was a xenophobe called tancredo before he started riling against CIR. Lou Dobbs and Tancredo realized they have stuck gold with there diatribe against immigration and they are riding this xenophobic wave for it full worth.
I believe that the average American civic sense is moving towards what is seen in European countries - discourage immigration in any form. Dobbs may not be an agent but definitely an instrument that keeps this feeling alive. It sells CNN and also keeps the base happy. How else would you explain a plain propaganda being catered via a network like CNN which claims to be different from - for example right-oriented Fox. Dobbs does it, there would be more louder Dobbsians in the future if anti immigration gets established inteh general psyche of Americans as it has already in many, many, many european nations.
He is not questioned, ridiculed or targeted because he is a nobody. His viewership is not in millions but in hundred thousands. 762,000 to be precise. With such viewership numbers nobody targets him because its not worth it. Even "SpongeBob SquarePants" a carton show on Nickelodeon manages to get higher viewership than Lou Dobbs even though "SpongeBob SquarePants" is targeted at children.
we are targeting him because he is saying things which are inaccurate if not ludicrous regarding immigration. He is similar to tancredo. Did anybody know there was a xenophobe called tancredo before he started riling against CIR. Lou Dobbs and Tancredo realized they have stuck gold with there diatribe against immigration and they are riding this xenophobic wave for it full worth.
hairstyles Cannes is a city in the
abracadabra102
08-06 05:00 PM
Stroustrup C++ 'interview'
On the 1st of January, 1998, Bjarne Stroustrup gave an interview to the IEEE's Computer magazine. Naturally, the editors thought he would be giving a retrospective view of seven years of object-oriented design, using the language he created. By the end of the interview, the interviewer got more than he had bargained for and, subsequently, the editor decided to suppress its contents, 'for the good of the industry' but, as with many of these things, there was a leak. Here is a complete transcript of what was was said, unedited, and unrehearsed, so it isn't as neat as planned interviews. You will find it interesting...
Interviewer: Well, it's been a few years since you changed the world of software design, how does it feel, looking back?
Stroustrup: Actually, I was thinking about those days, just before you arrived. Do you remember? Everyone was writing 'C' and, the trouble was, they were pretty damn good at it. Universities got pretty good at teaching it, too. They were turning out competent - I stress the word 'competent' - graduates at a phenomenal rate. That's what caused the problem.
Interviewer: Problem?
Stroustrup: Yes, problem. Remember when everyone wrote Cobol?
Interviewer: Of course, I did too
Stroustrup: Well, in the beginning, these guys were like demi-gods. Their salaries were high, and they were treated like royalty.
Interviewer: Those were the days, eh?
Stroustrup: Right. So what happened? IBM got sick of it, and invested millions in training programmers, till they were a dime a dozen.
Interviewer: That's why I got out. Salaries dropped within a year, to the point where being a journalist actually paid better.
Stroustrup: Exactly. Well, the same happened with 'C' programmers.
Interviewer: I see, but what's the point?
Stroustrup: Well, one day, when I was sitting in my office, I thought of this little scheme, which would redress the balance a little. I thought 'I wonder what would happen, if there were a language so complicated, so difficult to learn, that nobody would ever be able to swamp the market with programmers? Actually, I got some of the ideas from X10, you know, X windows. That was such a bitch of a graphics system, that it only just ran on those Sun 3/60 things. They had all the ingredients for what I wanted. A really ridiculously complex syntax, obscure functions, and pseudo-OO structure. Even now, nobody writes raw X-windows code. Motif is the only way to go if you want to retain your sanity.
Interviewer: You're kidding...?
Stroustrup: Not a bit of it. In fact, there was another problem. Unix was written in 'C', which meant that any 'C' programmer could very easily become a systems programmer. Remember what a mainframe systems programmer used to earn?
Interviewer: You bet I do, that's what I used to do.
Stroustrup: OK, so this new language had to divorce itself from Unix, by hiding all the system calls that bound the two together so nicely. This would enable guys who only knew about DOS to earn a decent living too.
Interviewer: I don't believe you said that...
Stroustrup: Well, it's been long enough, now, and I believe most people have figured out for themselves that C++ is a waste of time but, I must say, it's taken them a lot longer than I thought it would.
Interviewer: So how exactly did you do it?
Stroustrup: It was only supposed to be a joke, I never thought people would take the book seriously. Anyone with half a brain can see that object-oriented programming is counter-intuitive, illogical and inefficient.
Interviewer: What?
Stroustrup: And as for 're-useable code' - when did you ever hear of a company re-using its code?
Interviewer: Well, never, actually, but...
Stroustrup: There you are then. Mind you, a few tried, in the early days. There was this Oregon company - Mentor Graphics, I think they were called - really caught a cold trying to rewrite everything in C++ in about '90 or '91. I felt sorry for them really, but I thought people would learn from their mistakes.
Interviewer: Obviously, they didn't?
Stroustrup: Not in the slightest. Trouble is, most companies hush-up all their major blunders, and explaining a $30 million loss to the shareholders would have been difficult. Give them their due, though, they made it work in the end.
Interviewer: They did? Well, there you are then, it proves O-O works.
Stroustrup: Well, almost. The executable was so huge, it took five minutes to load, on an HP workstation, with 128MB of RAM. Then it ran like treacle. Actually, I thought this would be a major stumbling-block, and I'd get found out within a week, but nobody cared. Sun and HP were only too glad to sell enormously powerful boxes, with huge resources just to run trivial programs. You know, when we had our first C++ compiler, at AT&T, I compiled 'Hello World', and couldn't believe the size of the executable. 2.1MB
Interviewer: What? Well, compilers have come a long way, since then.
Stroustrup: They have? Try it on the latest version of g++ - you won't get much change out of half a megabyte. Also, there are several quite recent examples for you, from all over the world. British Telecom had a major disaster on their hands but, luckily, managed to scrap the whole thing and start again. They were luckier than Australian Telecom. Now I hear that Siemens is building a dinosaur, and getting more and more worried as the size of the hardware gets bigger, to accommodate the executables. Isn't multiple inheritance a joy?
Interviewer: Yes, but C++ is basically a sound language.
Stroustrup: You really believe that, don't you? Have you ever sat down and worked on a C++ project? Here's what happens: First, I've put in enough pitfalls to make sure that only the most trivial projects will work first time. Take operator overloading. At the end of the project, almost every module has it, usually, because guys feel they really should do it, as it was in their training course. The same operator then means something totally different in every module. Try pulling that lot together, when you have a hundred or so modules. And as for data hiding. God, I sometimes can't help laughing when I hear about the problems companies have making their modules talk to each other. I think the word 'synergistic' was specially invented to twist the knife in a project manager's ribs.
Interviewer: I have to say, I'm beginning to be quite appalled at all this. You say you did it to raise programmers' salaries? That's obscene.
Stroustrup: Not really. Everyone has a choice. I didn't expect the thing to get so much out of hand. Anyway, I basically succeeded. C++ is dying off now, but programmers still get high salaries - especially those poor devils who have to maintain all this crap. You do realise, it's impossible to maintain a large C++ software module if you didn't actually write it?
On the 1st of January, 1998, Bjarne Stroustrup gave an interview to the IEEE's Computer magazine. Naturally, the editors thought he would be giving a retrospective view of seven years of object-oriented design, using the language he created. By the end of the interview, the interviewer got more than he had bargained for and, subsequently, the editor decided to suppress its contents, 'for the good of the industry' but, as with many of these things, there was a leak. Here is a complete transcript of what was was said, unedited, and unrehearsed, so it isn't as neat as planned interviews. You will find it interesting...
Interviewer: Well, it's been a few years since you changed the world of software design, how does it feel, looking back?
Stroustrup: Actually, I was thinking about those days, just before you arrived. Do you remember? Everyone was writing 'C' and, the trouble was, they were pretty damn good at it. Universities got pretty good at teaching it, too. They were turning out competent - I stress the word 'competent' - graduates at a phenomenal rate. That's what caused the problem.
Interviewer: Problem?
Stroustrup: Yes, problem. Remember when everyone wrote Cobol?
Interviewer: Of course, I did too
Stroustrup: Well, in the beginning, these guys were like demi-gods. Their salaries were high, and they were treated like royalty.
Interviewer: Those were the days, eh?
Stroustrup: Right. So what happened? IBM got sick of it, and invested millions in training programmers, till they were a dime a dozen.
Interviewer: That's why I got out. Salaries dropped within a year, to the point where being a journalist actually paid better.
Stroustrup: Exactly. Well, the same happened with 'C' programmers.
Interviewer: I see, but what's the point?
Stroustrup: Well, one day, when I was sitting in my office, I thought of this little scheme, which would redress the balance a little. I thought 'I wonder what would happen, if there were a language so complicated, so difficult to learn, that nobody would ever be able to swamp the market with programmers? Actually, I got some of the ideas from X10, you know, X windows. That was such a bitch of a graphics system, that it only just ran on those Sun 3/60 things. They had all the ingredients for what I wanted. A really ridiculously complex syntax, obscure functions, and pseudo-OO structure. Even now, nobody writes raw X-windows code. Motif is the only way to go if you want to retain your sanity.
Interviewer: You're kidding...?
Stroustrup: Not a bit of it. In fact, there was another problem. Unix was written in 'C', which meant that any 'C' programmer could very easily become a systems programmer. Remember what a mainframe systems programmer used to earn?
Interviewer: You bet I do, that's what I used to do.
Stroustrup: OK, so this new language had to divorce itself from Unix, by hiding all the system calls that bound the two together so nicely. This would enable guys who only knew about DOS to earn a decent living too.
Interviewer: I don't believe you said that...
Stroustrup: Well, it's been long enough, now, and I believe most people have figured out for themselves that C++ is a waste of time but, I must say, it's taken them a lot longer than I thought it would.
Interviewer: So how exactly did you do it?
Stroustrup: It was only supposed to be a joke, I never thought people would take the book seriously. Anyone with half a brain can see that object-oriented programming is counter-intuitive, illogical and inefficient.
Interviewer: What?
Stroustrup: And as for 're-useable code' - when did you ever hear of a company re-using its code?
Interviewer: Well, never, actually, but...
Stroustrup: There you are then. Mind you, a few tried, in the early days. There was this Oregon company - Mentor Graphics, I think they were called - really caught a cold trying to rewrite everything in C++ in about '90 or '91. I felt sorry for them really, but I thought people would learn from their mistakes.
Interviewer: Obviously, they didn't?
Stroustrup: Not in the slightest. Trouble is, most companies hush-up all their major blunders, and explaining a $30 million loss to the shareholders would have been difficult. Give them their due, though, they made it work in the end.
Interviewer: They did? Well, there you are then, it proves O-O works.
Stroustrup: Well, almost. The executable was so huge, it took five minutes to load, on an HP workstation, with 128MB of RAM. Then it ran like treacle. Actually, I thought this would be a major stumbling-block, and I'd get found out within a week, but nobody cared. Sun and HP were only too glad to sell enormously powerful boxes, with huge resources just to run trivial programs. You know, when we had our first C++ compiler, at AT&T, I compiled 'Hello World', and couldn't believe the size of the executable. 2.1MB
Interviewer: What? Well, compilers have come a long way, since then.
Stroustrup: They have? Try it on the latest version of g++ - you won't get much change out of half a megabyte. Also, there are several quite recent examples for you, from all over the world. British Telecom had a major disaster on their hands but, luckily, managed to scrap the whole thing and start again. They were luckier than Australian Telecom. Now I hear that Siemens is building a dinosaur, and getting more and more worried as the size of the hardware gets bigger, to accommodate the executables. Isn't multiple inheritance a joy?
Interviewer: Yes, but C++ is basically a sound language.
Stroustrup: You really believe that, don't you? Have you ever sat down and worked on a C++ project? Here's what happens: First, I've put in enough pitfalls to make sure that only the most trivial projects will work first time. Take operator overloading. At the end of the project, almost every module has it, usually, because guys feel they really should do it, as it was in their training course. The same operator then means something totally different in every module. Try pulling that lot together, when you have a hundred or so modules. And as for data hiding. God, I sometimes can't help laughing when I hear about the problems companies have making their modules talk to each other. I think the word 'synergistic' was specially invented to twist the knife in a project manager's ribs.
Interviewer: I have to say, I'm beginning to be quite appalled at all this. You say you did it to raise programmers' salaries? That's obscene.
Stroustrup: Not really. Everyone has a choice. I didn't expect the thing to get so much out of hand. Anyway, I basically succeeded. C++ is dying off now, but programmers still get high salaries - especially those poor devils who have to maintain all this crap. You do realise, it's impossible to maintain a large C++ software module if you didn't actually write it?
catopa
07-14 09:11 AM
send the damn letter, nothing happens, and then come back here and vent your frustration again. as you said, buddy, HARD LUCK indeed !!
I cannot believe the nerve that you EB-3 India guys have. You are begging for a GC based on your length of wait!!! laughable at best...........go wait a decade or so more, then come back here and start this useless BS again.
one good thing happens for the EB-2 folks, and the EB-3 community cannot stomach it. pure freaking jealousy.
Sorry but couldn’t ignore this being an EB3-I applicant with more then 10 yeas in US and 7 years in GC processing. I think most of EB3-I are people who got stuck in this queue (specially during 2001/2002) have a master or more and applied in EB3 based on their employers/lawyers advise (My Case).
I think the quoted poster needs to understand the frustration that builds up with people who have been waiting in line for a long time. I don’t think EB3 is jealous but happy for our fellow country men who got the bright side of this mess.
Good luck and god speed to all.
I cannot believe the nerve that you EB-3 India guys have. You are begging for a GC based on your length of wait!!! laughable at best...........go wait a decade or so more, then come back here and start this useless BS again.
one good thing happens for the EB-2 folks, and the EB-3 community cannot stomach it. pure freaking jealousy.
Sorry but couldn’t ignore this being an EB3-I applicant with more then 10 yeas in US and 7 years in GC processing. I think most of EB3-I are people who got stuck in this queue (specially during 2001/2002) have a master or more and applied in EB3 based on their employers/lawyers advise (My Case).
I think the quoted poster needs to understand the frustration that builds up with people who have been waiting in line for a long time. I don’t think EB3 is jealous but happy for our fellow country men who got the bright side of this mess.
Good luck and god speed to all.
minimalist
08-05 10:13 AM
If you find enough people and have solid plan in place, I am willing to pay anywhere between $500 to $1000 towards the lawyer's fees....
I am EB3-I and I have no intentions to port to EB2. But if you are planning to try to stop people who are willing to go through the hoops to get it done, all the best for you. In my opinion there is no legal ground for what you are trying.
This is protectionism at it's best. Think about it.
I am EB3-I and I have no intentions to port to EB2. But if you are planning to try to stop people who are willing to go through the hoops to get it done, all the best for you. In my opinion there is no legal ground for what you are trying.
This is protectionism at it's best. Think about it.
No comments:
Post a Comment