justJanne
- Karma
- 41
- Created
- December 21, 2015 (10y ago)
- Submissions
- 0
Janne Mareike Koschinski, CompSci student.
https://github.com/justJanne
Current maintainer of QuasselDroid https://quasseldroid.info/
https://github.com/justJanne
Current maintainer of QuasselDroid https://quasseldroid.info/
No? http://www.kn-online.de/News/Aktuelle-Politik-Nachrichten/Na... This is not happening? The EU is suing Germany in front of the ECJ because Germany is far above the levels. The EU Commission is literally suing…
Or you could have people use busses or other transit methods. Yet a common criticism when that is suggested is that only the poor use public transit, and that everyone in public transit smells bad. Which is what I’m…
> Maybe self driving cars can be the "last/first mile" in transit so that more people actually will use public transit. So the Park+Ride concept. That’s already possible today, yet completely underutilized. A criticism…
I edited the gist, but sadly can’t edit the post anymore. Thanks, btw. I completely missed those.
Well, I’m just extending the previous’ posters list. But Amazon will lower your CPU quota as well, if you use it for too long, so it’s not like the numbers of Amazon themselves even really mean anything. The same story…
Could you link the offer? I couldn’t find any in their VPS or Dedicated offers better than the 16$ VPS (which I then used for the 40$ and 80$ tier, too)
Simple: Seperate documents, interactivity, and programs. If I browse the web, I usually want documents. Sometimes I also want interactivity, like in comment forms, which could be a seperated widget which could only…
In theory, yes, in practice, Google can terminate the contract whenever they want – so they just would terminate the contract with the first company, regardless if the second company is actually the same legal entity.
It’s not in the article – but in the actual complaint from the European Commission. An example where this happened is http://arstechnica.com/gadgets/2012/09/google-blocked-acers-...
Yes, they aren't for-profit entities. But they still require history, easy to use chat systems, easy integration into Dev systems, etc. That's what was better about IRC: you can self-host and get all of slacks features…
> in what real business is $7/user/mo too expensive for anything? The whole Open Source community? Volunteer driven, donation funded projects? Non-Profit charities, mostly composed out of volunteers?
There are subreddits with a CSS that fixes that issue. Take https://www.reddit.com/r/geopolitics/comments/4a46s0/china_h... – the indent markers at the left actually allow to collapse that comment
By the way, your statistics are for English. For German, where we have 14.3 characters per word on average[1], we get: 10'000/14.8 = 676 words. 676 words @ 250 wpm is 2 Minutes 42 Seconds. A 2½ Minute article is very…
Regarding trains: In German long-distance rail, we separate between Ruhewagen (silent cars) and normal ones – if you want to have a quiet ride, go into one of the silent cars.
Well, the idea was to do stuff like @media(max-size: 200px) { #container { background: url(tiny_mobile.png); } } @media(max-size: 400px) { #container { background: url(small_mobile.png); } } @media(max-size: 800px) {…