MHard | 1 year ago | on: Tesla created secret team to suppress driving range complaints (2023)
MHard's comments
MHard | 1 year ago | on: We don't need startups, we need Digital-Mittelstand
Some of the ideas the author is proposing are already happening in Germany. There are grants to develop games for instance which pay you a monthly salary for 1 year and a while back there was a similar one for open source projects.
MHard | 1 year ago | on: Apple okays Epic Games marketplace app in Europe
After a court order they will know exactly where the limits are and tiptoe them as much as possible. If they proactively try to be "overcompliant" they might loose more money in the long run.
It's messed up to be honest. I would prefer harsher punishments, but on the other hand if companies are scared all the time it might have a chilling economic effect so there is a balance to strike as well.
MHard | 2 years ago | on: Can't be fucked: Underrated cause of tech debt
MHard | 2 years ago | on: A Decade of Rust, and Announcing Ferrocene
MHard | 3 years ago | on: “Invalid Username or Password”: a useless security measure (2014)
MHard | 4 years ago | on: A Visual Guide to React Rendering
For one of my clients projects it started out in what seemed like a simple crud app and so I did the few reactive changes in pure java script. The thing is: requirements changed and now after a while I couldn't get around adding VueJS simply because the reactive changes kept piling up.
Even though the HN sentiment seems to be that all "modern" frameworks are just huge piles of code that you add to your project without understanding how any of this works, my personal opinion is that using something like nextjs with server side rendering is not all that different from using a server side php framework like laravel. You still generate the same html unless you need reactive changes and when you do, you are happy to have chosen that. And to play a bit the devil's advocate: Unless you write your own webserver and template rendering engine you are already using a bunch of code you don't really understand.
MHard | 5 years ago | on: I Still Use D
As much as I love rust, I can see how as a language, D would be easier to teach devs who come from languages like java, javascript or php.
MHard | 5 years ago | on: A spellchecker used to be a major feat of software engineering (2008)
The ones I looked at work by encoding common spelling mistakes into a grammar (as in Chomsky grammar) and then running that over the text.
MHard | 5 years ago | on: What distinguishes great software engineers? (2019) [pdf]
I found this amusing but not necessarily wrong.
MHard | 5 years ago | on: For Complex Applications, Rust Is as Productive as Kotlin
On the other hand if you just need compiler errors, cargo check runs almost instantly for incremental checks.
MHard | 5 years ago | on: Good Law Project Forces HMRC to Collect £1.5bn in VAT from Uber
Personal labour in the sense of employment is exempt from VAT tax if the person is employed but then other forms of taxes, like the income tax apply.
The amount of tax as well as the form in which they are collected vary from country to country.
My personal opinion is that the tax system is actually quite clear and progressive, at least for me as a freelancer. I can file my taxes online without any hitches and the amount to pay and deductibles are easy to get (at least in Germany and Spain).
Then again this whole thing varies from country to country and Spain requires you to give quarterly justifications on the VAT tax you owe which amounts to a lot of paperwork but not too much in my mind.
MHard | 5 years ago | on: How tech workers at Kickstarter formed one of the only unions in the industry
For instance: Average salary for tech in Germany is roughly twice as high as in Spain, even though they are working in the same market zone and have comparable workers protection. Though there are some differences in fiscal policy like for instance Vat tax (Spain 21% for service industry, Germany 19%).
I believe the main reason why the USA have such a high salary in comparison is because of a few factors: Most importantly a huge zone speaking one single language that by now is spoken throughout the world, leading to a much bigger initial market, thus making it easier to create start ups and selling your goods. So you can easily invest in R&D.
Additionally, silicon valley is home to huge monopolies/duopolies like Google, Apple, Intel etc. And while these might hurt competition and the market as a whole, they also increase the demand for labour in the US.
Another contributing factor, though I don't have any numbers to back it up is that higher education is a privilege in the US whereas in Germany it is a commodity.