I didn't pretend to make a perfect code but just a functional code, and I share it because it can maybe help people who would encounter the same problem as me.
Parkopedia was founded with the mission of being able to answer any parking question, anywhere in the world. Today, Parkopedia is the world’s leading digital parking services provider used by millions of drivers and organisations such as Apple, TomTom and 18 automotive brands ranging from Audi to Volvo.
We are looking for a Senior PHP/Full-stack Developer to be based in London to support our existing systems as well as to architect and to develop new solutions that run on top of our global AWS based infrastructure (APIs, public/customer facing web applications, payments transaction platform, etc).
Our benefits include unlimited vacation policy / flexible working hours / cash bonus
/ annual company trip / time off for volunteering
I am mystified as to why Google keeps ignoring Linux especially for Drive. Don't a non-trivial number of Google employees run Linux? It also rules out Drive for company wide deployment if any of the people are using Linux, since they will be excluded.
If memory serves, Google runs a custom build of Ubuntu which they've never released--probably due to licensing with Canonical. My guess would be that the Linux Google Drive client may, too, have some restricted licensing. We do know they have one, however:
Linux marketshare is around 1.5%, and I'd speculate those choosing Linux tend to be less willing to trust google/the cloud with their data than average.
It's just not worth it when the best-case outcome is indistinguishable from a rounding error,
You are talking about individual deployments where plain market share is reasonable. I'm talking about group deployments where multiple people need to work together. In that case the solution has to work for everyone.
for the .ro (Romania) domains this is not really true. the national domain registrar (rotld.ro) doesn't charge anything for updating name servers. probably the additional fees you're talking about are imposed by some third-party / reseller.
what I also found interesting or at least peculiar is that the Romanian registrar charges a one-time only fee for registering a domain and it has been doing so for as long as I know. you pay 50 Euros per domain but you get to keep it for your whole life or as long as they don't decide to charge on a yearly basis. I'm curious if there's any other domain provider offering lifetime registration?
I spent quite a bit of time on AppLens, an icon matching app for iOS (take a photo of an icon --> download the app).
The backend (in C) is pretty fast and stable (current uptime 384 days) and it can be used for other types of images (i.e. not icons but photos, covers, etc.).
I stumbled over it few months ago and the issue was that readdir(), used by rm on the box I was using, by default alloc'd a small buffer (the usual 4KB) and with millions of files that turned in millions of syscalls (that's just to find out the files to delete).
A small program using getdents() with a large buffer (5MB or so) speeds it up a lot.
If you want to be kind to your hard drive then sorting the buffer by inode before running unlink()s will be better to access the disk semi-sequentially (less head jumps).
I made AppLens (formely AppSnap) a iphone app that lets you install any other iphone app by taking a picture of its icon (on other phones or laptop screens or anything else).
It's a free app + ads, most of its users are from china and japan.
Money-wise definitely not an hit!
I spent quite a bit on time to develop the backend part (in C) and optimized it to query 3mil icons in few ms on a commodity server (cheap).
That's fairly standard legalese for large companies. I'm not saying it makes any sense, I'm just saying I've seen it a lot. I believe this is an attempt to lay some groundwork to support the removal of links from sites that you don't want any corporate association with.
The entire web is based off linking. If they don't want linking, then they shouldn't use HTML and HTTP. "HT" stands for Hypertext https://en.wikipedia.org/wiki/Hypertext