Slashdot Mirror


User: DigitalisAkujin

DigitalisAkujin's activity in the archive.

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

Comments · 170

  1. I live in Philly a few blocks from the other gaming arena called Localhost. https://localhost.gg/

    They are usually packed on the weekends. Think a LAN center that turns into a place where people can come and watch on a giant projector. They have already hosted many events.

    Sadly the space is out of the way, has little parking, and can only comfortably hold about 100 people. I'm not surprised that Comcast wanted a bigger space.

  2. Re:Bitcoins weakness on Bitcoin Currency Surpasses 20 National Currencies In Total Value · · Score: 1

    is that anyone can create it.

    This is only half true.

    While it is true that anyone can create them, the amount of bitcoins produced is a fixed value. When you mine bitcoins you are actually competing with all the other people who are mining at the time. The total amount of bitcoins that will ever be produced will end in the year 2140 and will never change after that. It's like Gold but there's no way to get more.

  3. Re:SELL!!! on Bitcoin Currency Surpasses 20 National Currencies In Total Value · · Score: 1

    True but it's very difficult for the IRS to get you unless you use a Bitcoin exchange and you do a large transaction. Bitcoins can easily be transfered in-person in a public place for cold hard cash very easily.

    It also presents the possibility for extremely cheap (but risky) currency exchange. You can simply buy Bitcoins for cash by meeting a seller in person in the states and then go to Europe and do the opposite for Euros with the Bitcoins you just purchased. No bank has to be involved.

  4. Re:Blah, blah, blah on Should Techies Trump All Others In Immigration Reform? · · Score: 2, Interesting

    There is a shortage.

    I run a small team of four people in a small publishing company. My work is 9-5 to the dot. I don't work weekends or after hours unless the site is down in a catastrophic way and that's incredibly rare for us. I'm required to be a full stack web developer since the whole team is so small. I need to know Linux OS administration as well as engineering level PHP to maintain a number of web properties.

    When I was looking for our 4th developer by far the most impressive resume came from a guy in Moscow. When I looked him up I saw he had extensive open source experience working on a major PHP framework. The fact that I couldn't just hire him like anyone from the local market was incredibly frustrating. Eventually I did find a 23 year old economics major from Northwestern that beat out 25 other resumes. This process took about four weeks. You don't need 10 years of experience. You can become a full stack PHP/JavaScript developer in under 2 years.

    Being older doesn't disqualify you. Not being able to produce is what disqualifies you. No business is gonna spend months teaching you basic practices. When employees pay for training it's when you can already do something of value to the company and it's usually a weekend seminar or something to that effect.

    I'd much rather pay one good developer a higher wage that can do something for me in a day rather than pay an average developer an average wage.

    By the way if you want more evidence just look at how many recruiters are calling you. There is always a shortage when you get 5 phone calls a week minimum.

    Saying that employers should "pound sand" because they can't find a single person in 200+ resumes is incredibly short sighted. That person might be someone who needs to lead a project that will in-turn become a profit generator for a company and in-turn require new people to be hired. And yet because of a short sighted entitlement on the part of the american worker we instead block foreigners. Yes let's make them pay taxes in another country.

    By the way I make 75k and I'm 25. At one point I wanted to go into IT but I didn't see any money there. Development is where it's at. I started by writing little scripts in high school for gaming websites. Went onto start a few projects in college. And now I have 10 years experience despite being only 25.

    You can easily make 120-160k in NYC doing what I do. I just happen to work in the suburbs.

  5. Re:How about... on Should Techies Trump All Others In Immigration Reform? · · Score: 1

    Yes. If this sarcastic post doesn't make obvious they are all immigrants.

  6. Re:Not a fractal of bad design on Python Creator Guido van Rossum Leaves Google For Dropbox · · Score: 2, Informative

    Every point in that write up has been rebutted. Linking to that over and over doesn't make any of it true.
    http://forums.devshed.com/php-development-5/php-is-a-fractal-of-bad-design-hardly-929746.html
    http://blog.ircmaxell.com/2012/04/php-sucks-but-i-like-it.html

  7. Re:Internet meant to withstand nuclear war on The Countries Most Vulnerable To an Internet Shutdown · · Score: 1

    *sigh*

    All those internet history lessons in college were wrong!

  8. Internet meant to withstand nuclear war on The Countries Most Vulnerable To an Internet Shutdown · · Score: 1

    Remember that the internet was invented for the specific military purpose of withstanding a nuclear war. Granted a politically motivated attack on the internet would probably be easier since you're actually forcing engineers to go out and pull the kill switch.

    Still the best way to keep the internet running is to build out an extreme number of connections to other parts of the internet. Another thing that would force politics to stay out of the internet is to make business extremely reliant on it. One of the biggest reasons the internet in developed nations won't be turned off is because of how much of an extreme problem it would create for all of the industries that are actually in power economically. It would literally be shooting yourself in the foot.

  9. Re:Ugh, not this again. on Some Players Want Day-1 DLC, Says BioWare · · Score: 1

    Stop apologizing for complexity! Movies are also incredibly complex to make and you don't see movie studios forcing you to pay extra to see the last 15 minutes of a movie.

    There are plenty of examples of companies that make excellent money without bullshit DLC schemes. See: Valve and Notch.

    The DLC money machine will end with these companies dying from stupid marketing decisions and good riddance for that.

  10. won't be upgrading on BitTorrent Tries To Appease Users By Making Torrent Ads Optional · · Score: 1

    Saw this coming a mile away. I haven't upgraded my utorrent in a while and now have a real reason to not upgrade.

  11. Re:Written by a middle-class American on Will Speed Limits Inhibit Autonomous Car Adoption? · · Score: 1

    If only I could give you a million internet points.

  12. Re:SQL too on Java Apps Have the Most Flaws, Cobol the Least · · Score: 1

    Not implying that iOS mobile is any better.

    Just sad by Google's choice with Android.

  13. Re:SQL too on Java Apps Have the Most Flaws, Cobol the Least · · Score: 3, Insightful

    PHP is C-like just like Java but the path the two syntaxes take would bring them further apart than closer together.

    For example in PHP you would never see something like this:
    final Class d = mContext.getApplicationContext().getClassLoader().loadClass(mContext.getPackageName() + ".R$" + subClassName);

    It makes me sad that Google chose Java as Android's main language considering how much of a rats nest Java really is.

    It's sad that it takes 16GB of RAM just to compile a build of Android. And the funny thing is it kills the whole point of Android being "open". What person has 16GB of RAM on the off chance that they might wanna compile an Android build?

  14. Re:SQL too on Java Apps Have the Most Flaws, Cobol the Least · · Score: 1

    PHP coder here.

    No no no no!!!!

    Using mysql_real_escape_string WILL NOT PROTECT YOU from SQL injections.

    The function is made for escaping strings incase it contains a character that would break SQL. It's up to you to filter your inputs.

    PHP does not inherently promote SQL injections. Stupid design patterns do.

  15. Re:slashvermacment. on Apple Intros 17" Unibody MBP, DRM-Free iTunes · · Score: 1

    ..|.. cuter ;)

  16. Re:slashvermacment. on Apple Intros 17" Unibody MBP, DRM-Free iTunes · · Score: 1

    your*

  17. Re:slashvermacment. on Apple Intros 17" Unibody MBP, DRM-Free iTunes · · Score: 5, Insightful

    It is extremely important that Slashdot apprise us of every new product coming from Apple Corporation, in near-realtime fashion.

    Please slashdot, tell us more about Steve Jobs' health, Apple Corporation mythology, and Mac purchasing opportunities!

    Usually I'd agree with you but this news about DRM is pretty important because it completely changes the dynamic of the music industry in relation to the Internet considering iTunes recently surpassed Walmart in music sales. That is clearly stuff that matters and if you can't see that you're geek license should be revoked on your way out.

  18. Re:why aRe:They're glowing! on First Look At Windows 7 Beta 1 · · Score: 1

    I have that speedy feel NOW on Vista x64 lol

  19. Re:2016? In Obama's Term. on NASA Outsources ISS Resupply To SpaceX, Orbital · · Score: 1

    I don't want to move to Titan. I wanna turn Mars and Venus into Earth 2 and 3.

  20. Re:No power? on Karl Rove's IT Guru Dies In Small Plane Crash · · Score: 1

    Dunno why you got modded troll. it's true

  21. Civilization Upgrade on ACM Urges Obama To Include CS In K-12 Core · · Score: 1

    The move to teach CS to kids in a real way will make it so that at least every high school educated person would be able to understand computing on some low level. Since computers will never stop being ubiquities in the daily lives of so many people from now on it only makes sense that we as a civilization choose to make sure most of the people in the world can understand computing.

    With the amount of work now done on computers or daily life interaction with business, entertainment, and law it only makes sense to make sure everyone at least has an opportunity to learn it.

  22. Hmmm..... on Karl Rove's IT Guru Dies In Small Plane Crash · · Score: 0, Offtopic

    So if Ohio went for Kerry would we have gotten Obama?

  23. Re:XPS cases sucks on Dell's XPS 730x Core I7 Gaming System Reviewed · · Score: 2, Interesting

    I don't want it either because I have to buy a new case.

    If I'm just swapping out mobos and CPUs every now and then I don't wanna be buying new cases. Especially if I"m using a really good and very expensive one.

  24. Re:High-end isn't in demand anymore. on Abit To Close Its Doors Forever On Dec. 31, 2008 · · Score: 1

    The first Maximus Formula serves me well. I 3 it.

  25. Also don't forget to... on Why Use Virtual Memory In Modern Systems? · · Score: 1

    split the page file in windows across multiple hard disks to create a fake RAID effect. And if one of those drives is a RAID array then all the better ;)