Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:That sounds about right (Score 1) 167

Sounds like a French formal garden, not some American thing. It's also one of the less likely varieties you'll find here.

No, I'm going to say that it is very much an American thing. They have to lay the perfectly flat layer of perfectly green grass because otherwise the little dictators in the HOA will put a lien on their property and force a sale because the grass was 3mm too tall, or not green enough in the summer heat because it wasn't watered enough, despite massive droughts.

For some reason, the nation that likes to beat its chest about its perceived freedoms from the big scary Government, seems unnaturally eager to run towards the neighbourhood oppressive dictatorships that HOAs are. All because they're scared shitless of a local municipal government taking out the trash

Comment Re: I don't understand (Score 4, Insightful) 1605

Trump and Trump supporters want actual citizens to decide the fate of the country...not have it decided by a bunch of people that just showed up from countries where they, as citizens of those countries, could not create a successful society.

Nor do they want them coming in at a rate that they all just end up living in enclaves, without making any effort to assimilate.

What do you mean by "actual citizens"? You can only vote if you're a citizen! Someone who took the oath yesterday is, with the sole exception of not being able to run for President, every bit as equal of a citizen as a natural born one.

How long do you propose new citizens wait before they be allowed to vote?
Do you propose that immigrants from certain parts of the world have longer waiting periods?
Or do you prefer to just go back to the time when voting was only for the landowners?

Comment Re:You okay over there, America? (Score 1) 408

So...

A lot of you guys keep harping on about how you need the 2nd amendment to protect yourselves from tyranny.

At what point do those guns get pointed at an obviously corrupt and absolutely crazy Supreme Court?

Also, what's the logic behind the Supreme Court being appointed for life and not voted in?
Seeing as you lot are keen to vote for pretty much anyone from the local dog catcher and up.

What's also with the apparent complete lack of ethical oversight? You've got one judge openly BRAGGING about receiving bribes FFS!

Comment Re:e-SIMs (Score 3) 59

You're old enough to remember when you had to go in-store or on a website to punch in your new device's IMEI before you could use your new device with your existing SIM. ....

Is this some sort of an American joke I'm to un-American to understand?

In the rest of the world we just popped the SIM into another phone and went about our day.

Comment Re:Is cash still common in the US? (Score 1) 183

I live in Australia and adding the surcharge is in fact legal, as long as you obviously detail what the surcharge is (typically 0-0.5% for EFTPOS, 0.5-1.0% for VISA/MasterCard debit cards, 1-1.5% for V/MC credit cards and 1.5-2.0% for Amex).

When you're rung up at the till you see a total of e.g. $10.00, and this is the number that is shown on the card machine; what the card machine however does then is add the surcharge and bill you that, i.e. $10.10. depending on what kind of card you're using to pay for the transaction.

Larger retailers will however typically eat this cost (i.e. include it in their markup).

Comment Re:You need laws protecting Unions (Score 1) 258

Have you received a refund from your car/travel/health/homeowners/renters insurance companies for not claiming recently?
I'm talking about an actual refund of the whole lot and not a lowered rate.

You have after all been paying for them and assuming you haven't filed a claim that's basically you dropping a lot of money into it and not receiving anything back.

Comment Re:if someone could tell me what docker is or does (Score 1) 141

We use Docker at my company for our development environment.

Developing Microservices that each need a few DB instances (Oracle, MSSQL and Postgres), a messaging service instance, document stores for caching, elastic search and kibana as well.

Having every one of those bits of our development environment dockerised meant that rather than spending a week or more getting every one of them up and running by following poorly document steps; I was able to have my environment up and running, and tests passing in half a day.

What used to be a shared instance of all of those services as a development environment, is now completely isolated from everyone else; and it stays on my laptop, so I'm not bound by network connectivity.

This means that if I'm for instance working on something requiring a schema change, however big or small, I don't have to worry about other people working on the codebase, their code will run just fine, as the changes I make won't be propogated until I've committed them, migration scripts and all.

Slashdot Top Deals

Nothing ever becomes real till it is experienced -- even a proverb is no proverb to you till your life has illustrated it. -- John Keats

Working...