Slashdot Mirror


User: darkain

darkain's activity in the archive.

Stories
0
Comments
1,463
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,463

  1. Re: We keep getting faster processors... on AMD Offers Full Details and Performance of Zen-Based Naples Server Platform (hothardware.com) · · Score: 1

    Microsoft is in Redmond, not Seattle proper. The outlaying areas are all served with symmetrical gigabit FttH, while Seattle itself in many neighborhoods is still stuck on shit POTS lines

  2. Re:Killed by the internet... on RadioShack Is Preparing to File For Bankruptcy Again (bloomberg.com) · · Score: 3, Insightful

    More than any other? Perhaps you forget video rental stores. An entire industry is gone. RadioShack sticking around this long is actually quite noteworthy!

  3. All those Galaxy Note 7's from South Korea's Samsung had to go SOMEWHERE...

  4. Oh trust me, this has exactly been my thought process too! My interview was right before the big public scandal about their toxic work environments. Considering the entire interview process (not just the one example posted), looking at it in retrospect, it was actually quite obvious how toxic their entire system is internally. I'm quite happy to not be apart of that team.

  5. Its worse for me, because I did electronics BEFORE programming. I see a bunch of P's and N's and think they're talking transistors, not algorithms

  6. Re:Do you have a better metric for Hiring? on Programmers Are Confessing Their Coding Sins To Protest a Broken Job Interview Process (theoutline.com) · · Score: 1

    "successful"? no. That's the job of marketing, not the quality of the developer.
    "functional"? yes. It should accomplish the task at hand given the parameters required.

    GitHub or other online repositories should be one of the highest value markers for any developer. There are other repos out there, but I also like GitHub because it tracks contributions other than just code, such as bug ports and general communication about development projects. It shows how well a person can document and address issues.

  7. Re:CS Fundamentals are important on Programmers Are Confessing Their Coding Sins To Protest a Broken Job Interview Process (theoutline.com) · · Score: 4, Insightful

    Quick cheat sheets are important. Not everyone can memorize every single library function in every single language they use on a daily basis, even simple functions.

    Is it:
    strlen(string)
    len(string)
    length(string)
    count(string)
    string.len
    string.len()
    string.length
    string.length()
    or any number of other variations.

    As a developer, I'm sure most everyone knows the task they're trying to do (get the length of a string), but there are so many variations of the same function between libraries and languages, that it is often quicker and easier just to search which one is appropriate for the given language, than to simply type each one out and test the code to see which one doesn't bail on execution.

  8. Hi, my name is Vince. I interviewed for Amazon, specifically for their PHP API for AWS development team. Despite an entire background of 10+ years of developing front-facing PHP APIs for other businesses, plus having a major part of my code available for public review on GitHub, I failed their interview process because they wanted me to write a specific type of searching and sorting algorithm, by hand, on white-board. This type of code would never have been used on the job, ever. Yet this is what they interview on. The job was to build a PHP API so PHP developers can call basic PHP functions, and the library would translate them over to HHTPS calls to AWS. All of the complex computing/searching/sorting is handled by the existing AWS services.

  9. Slashdot's Meta-Moderation is by no means perfect, but it is a hell of a lot better than 99% of the web sites out there, especially anything that has automated moderation. Don't feel like dealing with assholes? Then don't browse at -1. Odds are someone else with karma has already come along and moderated the assholes into oblivion.

  10. Almost all major sites I use have both 2FA enabled plus login notifications enabled. *IF* someone attempted to access one of those accounts, even failed attempts, I would have instant notifications. None have appeared for this, or for pretty much all previous leaks for that matter... Guess I'm just "lucky"? Or maybe the hype was simply turned up to 11.

  11. Another way to look at it: deviantArt is a top-100 site in the USA and top-200 globally. http://www.alexa.com/siteinfo/...

  12. Too Cheap on Website Builder Wix Acquires Art Community DeviantArt For $36 Million (techcrunch.com) · · Score: 3, Insightful

    40 million users for $36 million? It has been quite the long time since I've been a site sell for well below a dollar per user. dA really sold themselves really fucking short on this one.

  13. Re:Practical? on Google Has Demonstrated a Successful Practical Attack Against SHA-1 (googleblog.com) · · Score: 5, Interesting

    It is all about cost-benefit. CPU speeds continue to get faster, and renting CPU time on cloud providers become cheaper and cheaper.

    Why is this significant? There are still major certificate authorities out there with intermediate certificates using SHA-1. Find a collision for these certificates, and you essentially become a new intermediate certificate authority with the ability to issue domain certs for basically anything you want and they'll validate in browsers.

    Now thing of government agencies or crime syndicates that could afford the CPU/GPU time to do this. It is a highly practical attack vector now.

  14. Games on iPhone Owners in US Spent $40 Each on Apps in 2016 (cnet.com) · · Score: 1

    Since "analysts" keep claiming that phone are replacing consoles and desktops for gaming, let's look at this from a business perspective. That is equivalent to a single video game purchase on another platform. That is virtually nothing at all in comparison to other platforms right now.

  15. Still using HP LaserJet 2100's in the office I work in, all manufactured in 1998. As of Windows 10, there are STILL official drivers for these things. On top of that, the drivers are the absolute generic "you can print, and nothing more" drivers with no UI what so ever. They just WORK, with zero bullshit. They've all been upgraded with their optional NICs too so now they are network attached, instead of the shitty USB-to-LPT adapters we had ages ago for these. They are simply bullet proof, never failing.

  16. Re:The usual 2 Windows10 questions: on Microsoft Confirms Another 2017 Update After Windows 10 Creators Update (betanews.com) · · Score: 5, Insightful

    Win10 Ent is available as a volume license purchase only. I'm in an organization with less than 10 people but are required to be PCI Compliant. Microsoft literally offers 0 versions of Windows 10 that are both compliant and purchased in a small enough quantity for our business.

  17. Researchers on RSA Conference Attendees Get Hacked (esecurityplanet.com) · · Score: 4, Interesting

    And how many of those people who connected to these access points were doing the same type of monitoring, in reverse. Such as testing to see how exploitable these fake APs are!?

  18. Re:Where's my notification? on Yahoo Notifying Users of Malicious Account Activity as Verizon Deal Progresses (techcrunch.com) · · Score: 2

    I have not gotten mine yet, either! Oh wait, that's right, Yahoo just flat out deleted my account for being "Inactive" because I used it in the days of Yahoo Messenger and POP3/IMAP, but didn't log into the Yahoo Mail site directly. About 15 years of content, just gone.

  19. Re:If it gains popularity on Google's Not-so-secret New OS (techspecs.blog) · · Score: 2

    And thus why I always love the constant bitching about the classic LAMP stack here on Slashdot. Yeeeup, this is what I work with in my day job. Yeeeup, this has been what I've worked with for a decade now. Yes, I'll continue to use it, too. Yes, it has its flaws, but it is extremely well supported, and has a very clear support and development structure moving forward for the next 10 years.

  20. At least for the region mentioned (King County / Seattle WA), we're almost entirely hydro electric thanks to the Grand Coulee Dam https://en.wikipedia.org/wiki/... - I know others around the world are not so lucky.

  21. As a local boy, King County (Seattle, WA) makes sense for this. The downtown bus routes have overhead wiring. The city already has a vast network of electric buses running, so adding battery operated buses to transition on/off the connected wired network makes sense. They're probably one of the easiest metros to make such a transition.

  22. Re:Sigh on Microsoft Delays February Patch Tuesday Indefinitely (sans.edu) · · Score: 4, Insightful

    Look at the CEOs over the various eras of Microsoft, it seriously explains everything. The current CEO is from their cloud devision, and in distributed computing, take a few nodes offline from time to time for patching is perfectly normal as other nodes are online for redundancy. Rolling updates are the norm in this area. This logic however absolutely FAILS on the desktop. Updates are scheduled to Microsoft's maintenance windows now, rather than when is the most opportune time for the consumer actively using the operating system. Now think of this not only in terms of Windows Update, but Microsoft as a whole. Gates was a business man, all of their primary software focused on productivity within a business environment. Ballmer was all about DEVELOPERS DEVELOPERS DEVELOPERS, and as much as we all love to make fun of him for it, he was indeed quite good to them (Visual Studio had decent advancements during his time). Now we have Nadella, who's entire focus has been on automation, regardless of who all it effects. Again, this worked great in the datacenter, but he's entirely missed the mark when it comes to the end user perspective.

  23. Re:Not use it? on PayPal's 'Policy Update' Includes Price Hikes (paypal.com) · · Score: 1
  24. #FIRST! on RSA: Ban On Booth Babes Has Been No Big Deal (networkworld.com) · · Score: 1

    "a first such ban for the technology industry"

    PAX has had such a ban since at least 2012. Unless video and computer games no longer count as technology!?

  25. "Machine Learning" on Cortana Now Reminds You To Do the Things You Promised in Emails (theverge.com) · · Score: 2

    I love how "Machine Learning" is basically the new hit buzzword (phrase) of 2017. Everything is now "WITH MACHINE LEARNING!" - which is really usually just a static algorithm that searches for generic key words. If you use Facebook, you've probably already seen this in where they highlight words representing time or dates and if you click on them it'll generate a calendar item for you. Microsoft is literally just doing the same, only without the asking part now, but labeling it "Machine Learning" and calling it "OMGZ INNOVATION!"