Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:What about Amazon? (Score 1) 100

The source is mostly anecdotal: my wife worked for Amazon in Germany. They don't actually break the law but they treat employees extremely poorly [by German standards]. Strikes are frequent and unionization is coming, so things are bound to change.

If you Google for amazon deutschland betriebsrat and similar terms you will find a myriad of articles on the topic.

Comment Re:Most famous quote in such a situation (Score 1) 217

I live abroad (in Europe) and Facebook is the main concentration point for expats from my home country. The groups will often have hundreds of thousands of expats and most of the time it's the easiest & fastest way of getting information on virtually any topic relevant to expat life.

Comment Re:The terms "master" and "slave" are not racially (Score 1) 350

Here in Germany the word Meister, which is the German word for master, is used in so many contexts to mean someone who is responsible for, or specialist in something, that it would be impossible to avoid it completely. For example, the landlord or the one responsible for janitorial services in a building is the Hausmeister. A professional house painter is a Malermeister. The (almost mythical) chap that comes once an year to clean the chimney is a Schornsteinfegermeister.

Comment Re:Somebody should invent network mounts! (Score 1) 38

First of all they are not building and running anything. It is interpreted server side code and front end code that gets loaded by the target browser at runtime.

It's been a while since Facebook ran on simple PHP files and static JavaScript.

if it was code that gets built they would build on the server

Yes, this is what they're describing in the article.

You simply have no idea how software development work

I'm not disputing that, but I do work for Facebook, and (anecdotally) I find that my beefy dev server helps a lot for my large builds and runs.

Comment Re:Somebody should invent network mounts! (Score 2) 38

A network mount is not a good solution for working with massive server software in a monorepo.

You end up downloading a hundred gigabytes of source material across millions of files, with the associated latency of on-demand access, just to build and run on laptop hardware.

Slashdot Top Deals

Advertising is a valuable economic factor because it is the cheapest way of selling goods, particularly if the goods are worthless. -- Sinclair Lewis

Working...