But aren't those the same startups that think they need to run on AWS EKS instead of using a single cheap server? The cheapest used Hetzner server currently is €39.24 / month:
Similar to my favourite OVH servers, but I have unlimited traffic at 0.5Gb/s 64gb ram and dual mics. Similar price (with vat in Poland).
If you wanted to run same workloads on Aws it would cost you few hundred euro a month.
I see a silver lining to all this. At least maybe the silly "throw more horizontal scaling at it" will stop being a default response to all performance problems and people that are able to squeeze more processing out of the same hardware will be sought after again.
If your only need is a lot of bandwidth with very low server CPU use that’s fine.
That CPU is ancient, though. Over a decade old. That DRAM is 2-channel DDR3.
This could be a good deal for someone, but entrusting your startup’s operations to a 10 year old slow computer in Germany instead of using EKS would be an extremely short sighted move. A startup should be developing software and shipping it quickly to validate the market, not pinching pennies to save the equivalent of a couple hours of developer salary.
Right, for exactly that reason Hetzner offers brand new AX42 / EX63 servers with ECC memory and modern (Zen 4 / Arrow Lake) CPUs for just a little bit more.
I would guess that 99.9% of startups wouldn't notice the age of the CPU if they aren't in the business for CPU compute power.
Also, if you don't want to provision software systems, you probably shouldn't use Kubernetes at all. Both this and compute are niche businesses and neither would rent a budget server anyway.
No, that's actually a really good deal for dedicated hardware with those specs. For a project sized for hardware like that, the CPU is a lot less relevant than the RAM and storage and transfer.
Measuring CPUs by thread count and clock speed is not a good way to gauge performance. A current gen CPU would be several times faster than this old CPU.
Depending on workload, this old CPU might be as slow as a 2 thread or even 1 thread current gen server.
It does 8000 CPU marks with 4 cores. Sure Xeon 674X does 83641 with 28 cores. But show me where can you find it for less than 10 times the price? And with 320GB RAM, 10TB of NVMe SSD storage and 10 GBit/s of "unlimited" bandwidth
More than that, compare it to modern cloud CPUs. Epyc 9845 gets 153000 but that's with 160 cores / 320 threads. Per core it's under 1000 and 4 cores would be 3825 when the 11-year-old i7 is 8000.
Because those big systems are optimized for power efficiency. That Epyc is ~2.4W/core compared to ~16W/core for the old i7. It has a lower base clock and is Zen5c. If we cut the 8-core Ryzen 9850X3D's score in half, 4 Ryzen cores from the same generation but with a higher base clock and six times the L3 cache per core would be 20942. But it's also back up to 15W/core. The Epyc still has better performance per watt.
The newer cores are significantly more efficient. That doesn't mean they're unconditionally faster independent of all other variables.
> And with 320GB RAM, 10TB of NVMe SSD storage and 10 GBit/s of "unlimited" bandwidth
I think you’re talking about something else. The comment above was about a machine that didn’t have 10TB of storage, 320GB RAM, or unlimited bandwidth.
If you find 320GB of RAM and unlimited bandwidth for 40 Euro monthly then send it over!
The 39 eur machine has 32GB of RAM ~1TB of storage and 1gbit/s. So to make it a fair comparison the 10 times faster cpu should also have 10 times of those resources
> Except 40€ a month is extremely poor value for this CPU that's more than a decade old.
This is a rather baffling opinion to have. All cloud providers charge far more for a virtualized instance running on God knows what hardware. You are faced with a deal where you can run your software on bare metal, and you complain about... About what exactly?
I think they just meant to point out the petition was available in several languages and tsak was just using one such English versioned link, not to imply that using the main German link also solves mschild's notes.
I.e. it's one thing for a petition to not be on an official government platform/process but it's a completely different type of claim to say it's not even in the country's language when it, of course, is.
iPify | Legal Tech | Remote (EU or UK) | Full Time
Do you want to build the leading platform for the intellectual property industry? We want you to join us, a team of seasoned industry professionals growing an ambitious project in a niche market.
Bring your enthusiasm and expertise to help us build the B2B collaborative ecosystem supporting patent and trademark legal specialists with their business network management, legal workflows and financial flows.
Thank you for your thought experiment. As I was slowly typing a response into the HN response form, I had a feeling that my thoughts on this would be better suited as a blog post:
Before I eventually switched to PHP, I ended up writing multiple CMS-like solutions that would run via `cgi-bin` but write contents to the webroot (what we would now call a static site generator). As I was quite limited with the standard shared hosting at the time, I ended up inventing my own single file database format (it was a simple text file) to keep state. It worked quite beautifully and kept me afloat for the first few years of my life as a web developer around the early 2000s.
I was aware of ActivePerl and quite liked Komodo. Thankfully I could keep myself from doing things on Windows/IIS apart from a brief stint writing a single file CMS in ASP.
I wrote php2 + msql before starting in that company (and a bit of php3). Like in your case it was essentially static site generator but the management part was HTA (application hosted in internet explorer. you could write one using whatever activex/language: vbscript, python, perl).
as backend we had oracle. at first we tried oracle/linux (just released). but we never managed make it work (oracle engineers that came to us failed as well). So we got dedicated sun server for it.
One day I was bored, installed mysql on my workstation, made a changes in couple of queries and all of sudden i got x20 performance of sun box with oracle. Lead developer said that it's bad solution as mysql doesn't properly supports referential integrity (we didn't actually used it in oracle iirc)
> Really Read the Error Message and Try to Understand What’s Written
This is a surprising stumbling block for a lot of developers when they encounter a problem. Most times the solution is hiding in plain sight (albeit at least one level of abstraction lower sometimes) and reading what the error was can help to quickly solve an issue.
Anecdotal evidence: We use `asdf` for managing Python, Go and NodeJS versions for our main project. On a fresh Fedora/Ubuntu install, running `asfd install` fails to compile Python as it is missing a few dependencies that are required for Python's standard library. The output that is provided when the `asdf` command fails is pretty self explanatory IF you care to read it.
Honestly this one's been made a lot easier with LLMs.
Like just today I got a nebulous-ass error trying to compile some old cpp package, threw that into 4o and in a few seconds I get an in-depth analysis back and a one line correction that turned out to fix the entire thing. Literal hours saved lmao.
- Intel Core i7-6700 - 32 GB - 2 x 480 GB Datacenter SSD - 1 GB/s - 20 TB traffic
Their VPS are even cheaper. And you can run a lot on this.
reply