Slashdot Mirror


User: llirik

llirik's activity in the archive.

Stories
0
Comments
18
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 18

  1. Re:Require pay and benefits parity on Microsoft Says H-1B Workers Among Those Losing Jobs · · Score: 2, Interesting
    That's bogus.

    I used to be an H1B holder, and one day decided to switch employer and start working for startup. The visa transfer application has been filed, I quit my job and moved to startup, without waiting for application to be approved (which is legal, as transfer considered to be pure formality). Few months later my transfer application gets refused on the grounds that startup doesn't seem to have profits and may fire me. Thank you very much Department of Labor for firing me out of fear that my employer may fire me.

    One can argue that its my fault, and I had to wait for transfer to get approved, but that's not the point. I knew that I was taking a risk, and was prepared, but to get refusal on such grounds? That's pretty lame.

    Anyways, getting back on topic. Suppose I were the best developer in the company and in rough times company had to downsize, but they would like to keep me and get rid of some slackers, however some legislation wouldn't allow them to do so, so they have to fire me. I pack my stuff move back home, and then economy picks up, there is shortage of qualified people in US, and US companies start to bombard me with offers. Do you honestly believe I would go there again?

    It is very shortsighted policy, you are risking to alienate the most qualified people. Way to go.

    Another argument against it -- it is pretty much unenforcible. What will business do? They'll just create new entity and move all H1B holders they would like to keep to that new entity. Oh, big brother patches this loophole? Fine. They'll create an independent "consultancy" business and move all H1B holders there, and hire them as consultants. I am sure there are thousand tricks to work around such restrictions.

  2. Re:Electronic voting's cousin? on Chipped Passport Cloned In Minutes · · Score: 1

    Depends on how you count. Use binary and you can count 2^10=1024 countries.

  3. Does anybody know more comprehensive list? on The World's 10 Dirtiest Cities · · Score: 4, Interesting

    It would be nice to find a list of all major cities ranked by their pollution level. I would be curious to see NYC vs London vs Paris vs Tokyo vs Beijing.

  4. Re:Well *I'm* ugly and stupid... on The Future of Subversion · · Score: 1

    You can do checkout-edit-checkin in SVN as well. That's what locks and svn:needs-lock property are for. See overview and details in official documentation.

  5. Re:180? on Encyclopedia of Life Launches First 30,000 Pages · · Score: 5, Informative

    Try http://eol.org/ not http://www.eol.org/. Yeah, how dumb is that? Could be a bug in their firefox support though.

  6. Re:3cm is a Good Thing on Sony Starts a Standards War Over Wireless USB · · Score: 1

    3cm is NOT a good enough security. Imagine someone bumping into you on a crowded train and stealing all your photos, sensitive files from memory stick, etc.

  7. Re:Can some Swiss citizens enlighten us on Swiss DMCA Quietly Adopted · · Score: 5, Informative
    Well, answering my own question. Wikipedia says

    By calling a federal referendum a group of citizens may challenge a law that has been passed by Parliament, if they can gather 50,000 signatures against the law within 100 days. If so, a national vote is scheduled where voters decide by a simple majority whether to accept or reject the law. Eight cantons together can also call a referendum on a federal law.
  8. Can some Swiss citizens enlighten us on Swiss DMCA Quietly Adopted · · Score: 3, Interesting

    How hard it is to strike down the law? If 50,000 citizens some petition or what not, would it be possible to hold a referendum?

  9. Re:Futuristing predictions are depressing. on Rare Soviet Retro-Future Space Art · · Score: 1

    The more you know, the more you understand how little you really know. I don't think we'll ever learn "origin and the end of all".

  10. Bad article summary! on Cannabis Compound Said To "Halt Cancer" · · Score: 2, Funny

    The article notes that smoking cannabis will not deliver significant quantities of CBD There you've ruined my ingenious punchline.
  11. Re:DRAM Based SSDs on Solid State Drives - Fast, Rugged, and Expensive · · Score: 1

    Looks like their domain has expired Nov 15th, the renewed, but haven't put the site back yet. Google cache still has their real home page, not much to see there though. http://64.233.183.104/search?q=cache:xKBxzHjlRfYJ:tigicorp.com/index.html+tigi+dram&hl=ru&ct=clnk&cd=1&gl=ru&client=firefox-a

  12. Good luck enforcing this on Italy Wants to Restrict Blogs · · Score: 1

    How would they stop some dodgy Nigerian site from hosting Italian blog?

  13. Re:This could be funny... on Microsoft Planning to Buy Open Source Companies? · · Score: 1

    Not useless but harder to execute. Instead of laying off dev team they'll have to let them work away for awhile and then slowly kill them with corporate bureaucracy and politics. Once people start quitting put some more devs on the team and steer development in non-portable direction and fragment the market.

  14. Re:If you can't beat 'em, buy 'em. on Microsoft Planning to Buy Open Source Companies? · · Score: 1

    Some high profile projects are hard to buy, because they already in hands of IBM, Sun and other Microsoft archrivals.

    Mozilla is a tad hard to buy out due to antitrust suit.

    They can however wreck some havoc on medium sized projects with corporate backing. Then again if there is corporate backing already what stops those corporates from forking?

  15. Re:I'm curious on AMD Finally Unveils Barcelona Chip · · Score: 3, Informative

    * 2347 - 1,9 GHz, $316
    * 2350 - 2,0 GHz, $389
    * 8347 - 1,9 GHz, $786
    * 8350 - 2,0 GHz, $1019
    * 2344 HE - 1,7 GHz, $209
    * 2346 HE - 1,8 GHz, $255
    * 2347 HE - 1,9 GHz, $377
    * 8346 HE - 1,8 GHz, $698
    * 8347 HE - 1,9 GHz, $873

  16. Re:base 1024 on Terabyte Hard Drive Put To the Test · · Score: 3, Interesting

    You realize that all non-removable media can be a single drive letter on Windows right? It's trivial to configure on win2k-XP Yeah, except for a small caveat that even Microsoft installers can't deal with it. I had to go back to letters once Visual Studio 2005 refused to install claiming there is not enough space, while in fact there was plenty of space at the mount point where I wanted it to install, but it stubbornly insisted for checking space at the root.
  17. Re:Faster approval? on Samsung's UpStage Looks To Trump iPhone · · Score: 1

    Maybe because it is based on existing platform, while Apple has to get approval for brand new platform?

  18. It certainly makes programs more complicated on Is Daylight Saving Shift Really Worth It? · · Score: 1
    Anyone who had programed complex systems would tell you that it overcomplicates a lot of logic.

    Just one example -- I used to work for energy trading company (think gas, power, oil, etc).

    We had a datastructure for storing actual gas flow hour by hour. Guess what, it is an array with 24 entries, except for DST change days, when it can be 23 or 25. Thanks god we didn't operate in those backward off by hour and a half timezones.