Slashdot Mirror


User: Hulfs

Hulfs's activity in the archive.

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

Comments · 79

  1. Look up Amazon Aurora.

    They've basically created new a DBMS that runs on top of their cloud infrastructure and is optimized for their EBS (elastic block storage). They have Postgres and MySQL flavors of the database, both of which utilize the actual DB "engines", Amazon has written their own storage backends and added a bunch of other optimizations to the codebase (they've made most messaging asynchronous where possible). Because of the use of the actual database engines they claim 100% compatibility for both Postgres and MySQL. We use the MySQL flavor and haven't run into any compatibility issues with SQL queries or stored procs. Because of the performance optimizations inherent in how it was designed to run in their cloud, we were able to significantly reduce the amount of CPU/RAM utilized to run our application and still retain similar throughput - in essence, we were able to use a smaller RDS instance size, thus reducing our costs.

    One of the really nice things about it is virtually instant (and faultless) replication due to the way they rely on EBS itself to replicate data, rather than through a replication system sending queries (or binary data) to another remote system.

  2. I only tangentially use node for development work, but once I saw people on message boards tossing around sudo commands to install stuff I immediately looked up how to avoid that. The solution is here: https://github.com/creationix/....

    Basically, it installs node and all node executables into an .nvm directory in your home dir and then modifies your path to point to those distinct version. It also allows you to utilize multiple different node versions across different projects through the use of project specific .nvmrc files.

    Using nvm would have avoided this bug, assuming you run as a non-privileged user...you do, right?

  3. Re:You've gone mental Mr Huffpo on Apple Gives Employees $2,500 Bonuses After New Tax Law (bloomberg.com) · · Score: 2

    APPLE just announced they are hiring 200k employees over the next five years and spending tens of billions more in the US, since they can finally bring money back from overseas

    http://www.foxbusiness.com/fea...

    You're an order of magnitude off on that 200K figure...it's 20K jobs. Nothing to scoff at, but also not 200K new jobs.

    Also from the article, "most of the $350 billion reflects money that Apple planned to spend with its suppliers and manufacturers in the U.S. anyway, even if corporate taxes had remained at the old 35 percent rate." ...and...

    "After plowing nearly $46 billion into dividends and stock repurchases in its last fiscal year, Apple is likely to funnel a big chunk of overseas money to its shareholders."

    Translation...most of the repatriated money was already earmarked for spending and that which wasn't is going to fatten stockholders wallets.

  4. Re:Gmail for business email? on Google Launches Gmail Add-ons and Brings a Range of Business Tools To the Inbox (betanews.com) · · Score: 1

    Because you use Google's G Suite for work and pay them to be your email provider.

    Email is not absurdly cheap when you have to provide your own hosting hardware, make sure it stays online w/ 5+ 9's availability and provide near infinite inbox sizes. For $10/month/user you get all that from Google...plus access to their other apps (Drive, Docs, Sheets, etc).

    G Suite Business accounts are not data-mined.

    https://support.google.com/goo...

  5. Not sure how it works by you, but by us (Cook County, IL) there's a fleet of property tax lawyers you pay $50 to to get your property taxes appealed and lowered. They handle the paperwork to file the appeal and then they take the first year's savings. You pretty much always get a lower appraisal and rate. You repeat this process every 3 years when the tax appraisals are redone.

    It's a total racket, the appraisals are arbitrarily high specifically to account for this. My house's appraisal went up 30% this year. The appraisal is based on external square footage and nearby comps, and while I know the market has gone up since we bought a couple years ago, it hasn't gone up anywhere near that much.

  6. Re:Netflix outspends HBO more than 2:1? on Enemy Number One is Netflix: The Monster That's Eating Hollywood (business-standard.com) · · Score: 1

    You forgot......Silcon Valley, Veep, Last Week Tonight, The Night Of, Vice Principals, Band of Brothers, Pacific, Boardwalk Empire, Eastbound and Down, Flight of the Concords, The Jinx, The Larry Sanders Show, Mr. Show, Oz, True Detective (Season 1), The Wire. and I'm sure there's more I'm missing.

    All of these shows/mini-series are fantastic...most of the movies they play are filler.

    I like a lot of Netflix's offerings, but the quality of content HBO consistently puts out is on another level.

  7. Re:And the truth comes out! on Amazon Shares Data With Arkansas Prosecutor In Murder Case (ap.org) · · Score: 1

    You joke about knockoff versions, but I've been watching Schitt's Creek lately and there's a character named Alexis on the show and my Echo Dot wakes probably twice an episode due to hearing someone say Alexis (usually it's when Catherine O'Hara yells it). Every once in a while, it'll respond with something random, usually though it just says "Sorry, I couldn't understand what you are asking."

  8. At least it's probably cheaper than the 120K EUR squirrel bridge near The Hague and will get used more than 5 times:

    http://www.dailymail.co.uk/new...

  9. Re:Objective fraud on Study Finds Link Between Profanity and Honesty (neurosciencenews.com) · · Score: 2

    The 4chan claim about making up the dossier is utter bullshit.

    http://gizmodo.com/4chan-idiot...

  10. Re:Big - Small on Ask Slashdot: What's The Best Job For This Recent CS Grad? · · Score: 1

    The downside of this is that at a big company, you're likely to work the single role you were hired for and not much else. You're just the junior QA guy or the just the junior front end dev, etc. Unless you enrich your learning on your own time, you're can possibly get stuck siloing yourself off from a lot of career paths.

    At a small company, you WILL out of sheer lack of numbers to fill every job responsibility have to fill a ton of different roles - application support, development, infrustructure, QA, desktop support, project managment/planning, analyst.

    This scares some people and others (like me) enjoy the fact that even though I'm primarily a software developer that if our Oracle database for an application I have next to nothing to do with starts randomly puking that my boss is going to get me and the other couple senior guys who work for the company on the phone to brainstorm what to do to get it back online. Or if our primary desktop support guy is out, I may have to handle some tickets and help someone figure out why some random spreadsheet from a client won't open in Excel.

  11. Re:Price Biggest Factor For Me on Bad Reviews For Super Mario Run Are Sending Nintendo's Stock Tumbling (fortune.com) · · Score: 1

    At $2.99, I might consider it. At $10, though, I won't be buying it anytime soon.

    I'd agree, if it was me, but my son (6) spent his own money on the game and is loving it. He's beaten every single level already (there's 24, I think) and is now trying to get every pink coin in the game - which is considerably harder. There is more complexity to the game than just jumping and it's not an endless runner Temple Run clone by any means. There's a lot of pattern recognition, timing and some problem solving needed to figure out how to get some of the coins.

    He also loves being able to "play" against other people from around the world in Toad Rally and trying to beat them - you're playing against pre-recorded runs from others, not live ones.

    I'm pretty sure that this game will see a lot of use for quite a while.

  12. I've seen very little iteration or change from GitHub in a very long time.

    That's just plain disingenuous. They just released some nice code review stuff and projects support a couple months ago: https://github.com/blog/2272-i...

    Here's their new feature postings: https://github.com/blog/catego...

    They release something just about every couple weeks. It's not always huge, but they do iterate fairly often.

  13. Re:Insurance is a leech on US Life Expectancy Declines For the First Time Since 1993 (washingtonpost.com) · · Score: 2

    I don't entirely disagree with your assertion, especially in hospital billing, but you're aware of this thing called inflation right? A 1975 dollar has the buying power of $4.55 today (according to the dollartimes inflation calculator).

    My copays are $25 for a general visit. So, let's go with your assertion that $25 is what you paid for a full office visit in 1975 (I wasn't alive then, but I'll trust you), and convert that to today's dollar. That's $113.75, which is actually LESS than my insurance provider allows for a general office visit for in network doctors - I think it's about $95 if I remember my EOB the last time I checked.

    I did this with a gen doctor visit because my standard Dentist cleaning visits are $80 (without insurance - xrays are additional though, did they do those in 1975 once a year?), so that's an even bigger discrepancy in 1975 vs. 2016 buying power.

  14. Re:I like how this is just now a problem on Weather Channel To Breitbart: Stop Citing Us To Spread Climate Skepticism (weather.com) · · Score: 1

    You have no clue what Advance Care Planning is, do you? This is mostly about creating an Advanced Directive so hospitals, doctors and your families know what your wishes are should you be in the unfortunate condition of not being able to make medical decisions for yourself due to an illness or accident. This is about laying out your desires to let them go to extreme measures to revive you (the default case) or if you choose letting yourself to pass so you're not laying around braindead and force the decision of what to do with you on your loved ones. Those are both extreme cases on the care spectrum and care planning involves much more than just this.

    The reason it was written into the ACA is because you really do need a doctor to go over what can happen with you medically and what an Advanced Directive covers. Doctor's time is money and very few people are doing them, even though it really is a pretty important document to make for yourself, so the proposal in the ACA was to force reimbursement of that time by insurance to allow more people to fill out advanced directives. This is a good thing.

    BTW...your first fortune link labels the "Death Panels" comment by Palin the biggest lie of the year. The second latimes link indicates the Death Panels comment was "universally discredited". In short, you are a moron and have been hoisted by your own petard.

  15. Well, not giving a defeat speech is a little out of "best standard".

    Oh really..I suppose the liberal media just staged this whole event then?

    http://www.cnn.com/2016/11/09/...

  16. Re:Now one trusts the mainstream media anymore on Facebook Users Interacted Most With Articles From Fox News, CNN and Breitbart In Month Leading Up To Nov 10 · · Score: 1

    If the major media outlets were in the tank for Clinton then they wouldn't have spent so much time on lead stories about her emails, rehashing the scandal over and over and over again constantly. They wouldn't have spent hours talking about her feinting spell, they wouldn't have spent time on the Clinton Foundation...and yet they did.

  17. Re:"If" I offended someone.... on Cybersecurity CEO Gets Fired After Threatening To Kill Trump On Facebook (mashable.com) · · Score: 4, Informative

    You're either ignorant or lying about the joke involving gang rape.

    This is the joke..."One awkward moment for Sarah Palin at the Yankee game during the seventh inning, her daughter was knocked up by Alex Rodriguez."

    The joke was meant to be about Palin's 18 year old daughter, a spokesperson of sorts for teen abstinence and ironically a teenage mother at 18. Palin's younger 14 year old daughter had attended a Yankees game earlier that day or week and the writers mixed up which daughter it was that was there. The joke was not particularly well written but the punchline is that A-rod is so virile that he can make women pregnant just by attending the game - since the abstinence preacher surely wouldn't be having more pre-marital sex.

  18. Re:ObamaCare is too expensive! on President Obama Gives Up On The Trans-Pacific Partnership (theguardian.com) · · Score: 1

    Tell me how rate hikes are somehow the fault of the legislation and not pure greed on behalf of the insurance companies?

    Insurance companies got the biggest handout in their industry's lifetime (Obamacare requiring everyone to carry insurance) and yet they're still raising premiums at a 5% rate year over year.

  19. Re:No, she's not fine on Dilbert Creator Scott Adams Endorses Gary Johnson For President (dilbert.com) · · Score: 1

    Remember back in '92 when Perot got 19% of the popular vote and everything changed?

    Yeah, me neither...because nothing changed about the party system then and it won't now either.

    I won't be voting for either major party candidate (or Gary Johnson) simply because I refuse to lend voting support to any of them - vote your conscience. If you actually agree with Gary Johnson, then vote for him. If you actually support Hillary, vote for her.

  20. Re:basic features on Google Rebrands 'Apps for Work' To 'G Suite,' Adds New Features (thenextweb.com) · · Score: 1

    I'm going to call BS here. Folders DO exist as object in Drive, they're technically just specialized files with a mime type of application/vnd.google-apps.folder. Every file in Drive has parent(s) - which are either a folder or the drive root. It is very easy to walk the folder object hierarchy listing what files were in each folder and report on the sizes. Just using the public REST API I could write a script to do this in a few minutes, it's not going to be the fastest thing in the word, but it's not hard to implement. There's no way Google couldn't easily do this.

    There's a weak argument to be made that since files can technically belong to several folders that telling you how much data is in one folder and you added all your folder sizes together that they wouldn't match your total drive usage (your total usage may be smaller).

  21. It's special largely because of all the possibilities for integration into it with their SDK's and the automation you can very easily add into it that will allow you to build and execute all sorts of custom commands from the interface.

    The custom commands are pretty much just HTTPS requests (POST or GET) to any http endpoint, so the possibilities are pretty much endless what you can do with that.

    So it's not just a chat platform (though plenty of people use it solely for that), the real value is in it's dead simple integrations you can build with it.

    I'm sure there's like 5 other platforms that do something similar but Slack got the investment dollars so that's why it's popular.

  22. In this case, the saying definitely applies...there are a LOT of people who have no business creating code for important production systems doing so.

    As scary as it is, there's a non-insignificant portion of workers actively creating software, often connected directly to the web, who have no idea what a SQL Injection is, nor why you need to worry about one.

    Asking about what a SQL Injection is is one of my standard interview questions, you'd be shocked at the number of people who don't have a clue, even those who are interviewing for a senior position. Not really related, but I'm also shocked by the number of people who don't understand what an Outer Join is.

  23. Re:Another worthless stunt from Anonymous on Anonymous Hacks Donald Trump's Voicemail and Leaks the Messages (betanews.com) · · Score: 1

    How about when Trump said on air in a Fox "interview" that we should attack terrorist's families, which would constitute a war crime.

    http://time.com/4132368/donald...

  24. Seen something like this before on Pirates Hacked Shipping Firm's CMS To Plan Attacks, Find Valuable Cargo (softpedia.com) · · Score: 1

    I've worked in the Supply Chain / Shipping world for over 10 years now and have seen incidents like this multiple times.

    One of the more memorable ones was where someone in the container yard in China was breaking into the containers and skimming product from the cartons inside the containers. In order to try and go undetected they were peeling off the carton labels that were printed out from our tracking system and reprinting the labels from a local device to reflect the new unit counts after they stole several items from each carton.

    We ended up finding out about this because when the goods were received at the customer's distribution center they were complaining that they were scanning the same carton into their receiving system over and over again. Turned out that the guys printing the labels got the quantities right and the carton numbers correct and aped the design fairly closely, but couldn't figure out how to adjust the barcode on the label so they were reprinting the same carton barcode number over and over.

    Even after showing the customer the print logs of the actual labels that were printed from our system (and how the barcodes were not repeating there), and showing them the minor positioning difference in the labels and showing them the actual shipment amounts that should have been in the cartons they STILL claimed our system was printing labels wrong for months. They literally told us that thieves weren't sophisticated enough to do what we were telling them was happening. They finally believed us when they got a batch of cartons where the skimmers got lazy and just pasted their reprinted labels over top of ours.

  25. Re:This could be helpful. on Surveillance Culture Brought To the Masses, Courtesy of Verizon (consumerist.com) · · Score: 2

    I would like to have the ability to make my phone beep while on silent back so I can find the darned thing.

    All Android phones have this. Yes, the phone still rings if the phone is on mute.

    https://www.google.com/android...