European Alternatives is a project that collects and analyzes European alternatives to digital services and products, such as cloud services and SaaS products. We regularly receive advice and suggestions from European Alternatives users, so feel free to reach out!
- Web analytics services
- Cloud computing platforms
- Content delivery network (CDN) services
- Email providers
- Virtual private server (VPS) hosters
- Search engines
- Transactional email service
- Domain name registrars
- Time tracking apps
- Navigation apps
- Uptime monitoring services
- File hosting services
- Machine translation services
- Object storage providers
- Microblogging services
- VPN services
- Managed DNS providers
- Professional networking platforms
- Function as a service (FaaS) providers
- Platform as a service (PaaS) providers
- Error tracking services
- Electronic signature software
- Public DNS resolvers
- Payment service providers
- Captcha services
- Spelling and grammar checkers
- Password managers
- Instant messaging apps
- Version control services
- Identity and access management (IAM) services
- Live chat software
- Web browsers
- Video conferencing software
- Document collaboration services
- Calendar services
- Email marketing services
- Font services
- WordPress hosting providers
- Team communication services
- Managed Kubernetes services
- Video hosting services
- Video platforms
- Maps API services
- Tag management systems
- DDoS protection services
- Session recording tools
- ACME SSL certificate providers
- Survey tools
- Marketing automation software
- Project Management Software
- SMS APIs
The idea for SQLite actually came out of his frustrations with an existing database called Informix that was installed on a literal battleship
they said, “Well, do you have any pricing information?” “Well, look, I tell you what, let’s have a call tomorrow and I’ll get back to you on that.”
Of course, inside, I was like, “What? You can make money with open source software? How does this work? How do I price this? I have no idea how to do this.”Somehow or another, and I don’t know how this happened, Mitchell Baker, she’s the woman who runs the Mozilla Foundation, she got wind of this and called me up, says, “Richard, you’re doing this all wrong. Let me tell you how to set up a consortium.” She laid down the law, says, “Look, the developers have to be in control. Their decision is final. No voting rights on what gets to go into it. The companies that are using, they get the honor of contributing money, but you make all the decisions.” She was very adamant about this and she laid out everything. She’s a lawyer.
I actually started following some of their processes, and one of the key things that they push is, they want 100% MCDC test coverage.
That’s modified condition decision coverage of the code. Your tests have to cause each branch operation in the resulting binary code to be taken and to fall through at least once.I looked at Git, I looked at Mercurial, and I looked at my requirements and I thought, “You know what? I’m just going to write my own,” so I wrote my own version control system (fossil), which is now a project unto itself, and that worked out very, very well
Source : https://sebsauvage.net/links/
How does a tiny repo cause git to run out of memory? The secret is that git de-duplicates “blobs” (which are used to store files) to make repositories smaller and allow using the same blob when a file remains unchanged between commits. Git also allows de-duplication of “tree” objects (which define the directory structure in a repository).
git-bomb
tries to make a billion files, however it only has 10 references to the file blob and only has 10 tree objects in all.
airspeed velocity is designed to benchmark a single project over its lifetime using a given set of benchmarks – i.e., little snippets of code that are timed
the result data is stored in JSON files alongside the benchmark suite and may grow quite large, and you may want to plan where to store it.
Un service Git auto-hébergé sans prise de tête
Gogs has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy! Gogs runs anywhere Go can compile for: Windows, Mac OS X, Linux, ARM, etc.