HN user

dr_faustus

1,143 karma
Posts10
Comments150
View on HN

Has this not been common knowledge for a long time? The argument for high load/low reps has always been that it a) saves time and b) will increase your strength (vs. muscle size) more. Both of which are important factors, especially if you are doing strength training not for cosmetic but health reasons. The number of 8-12 reps to muscle failure has been promoted because a too low number of reps (too high load) seems not to induce as much hypertrophy and is bad for your joints, etc..

Your statements about Germany are not correct: Factur-X is not common in Germany at all, the German version of this standard (albeit very closely related to Factur-X) is called Zugferd and it is by no means mandatory in Germany.

Actually, most governmental agencies (which have required e-invoices for many years), only accept the pure XML files. Zugferd is a bit of an interim solution until everybody is familiar with an e-invoice visualizer. There are already many free (as in beer and source) solutions available for that. Zugferd (X-Factur) is a problematic standard, because there can be discrepancies between the PDF and the embedded file and its unclear, which is authorative. Concerning the platforms: I don't know about France, but in Germany, sending e-invoices by e-mail is explicitly permitted by the government.

Didn't they promise regulators, that they wouldn't exclude other platforms from Activision games, CoD in particular? So if they now give it away to the users of their platform but users of other platforms have to pay top dollar, is that not more or the less the same as excluding them. They basically use the Activision franchise to force users on their platform.

Hetzner GPU Server 2 years ago

Trustpilot is a scam which encourages bad reviews to force companies to buy their paid plan to “manage” those bad reviews and to feed it good reviews.

I don’t know about the US, but at least in Germany, Amazon has lost control of its inventory many years ago. Fake products, fake reviews, empty boxes, etc. have been very common. There are also many products having no or faked safety certificates. So it’s not surprising that you can buy stuff like spy cams intended for illicit use on there.

Be is it may, there are companies like iText (Java PDF library) which are actively harassing companies which use their software, even if the use is perfectly legal (e.g. internal server software). So it's not only Google spreading FUD but companies which try to use AGPL as a trojan horse and then strong-arm users into commercial licenses.

The problem with AGPL is, that the definitions are very open to interpretation. What is a network, how many systems do have to be between to the end user and the software component to still count as "interacting over a network", etc.

So I would also not recommend to use AGPL in your company...

Well the argument completely hinges on the assumption, that this Paxos outfit is not the same kind of shit show practically all the other crypto exchanges/issuers/brokers/funds are. Since the majority of major crypto companies have to be shown to be either incompetent or fraudulent, I for one would not bet on that.

Since there is almost no money to be made with the "stablecoin" business model (at least compared to the profits/illicit gains of other crypto business models), the probability that something shady is going on is unfortunately quite high.

Another problem is the reputation of veterans. While many countries with a closer relationship between military and population (e.g. USA and UK) have managed to make a military career a great feature on your resume, in Germany it‘s almost assumed that you weren’t able to get a proper job and therefore ended up in the Bundeswehr. Enlisting for a couple of years is more or less career suicide so almost noone with a sought after degree would consider it.

Those fines are ridiculously low considering VW had to pay 30$ billion in fines and other compensatory payments for the diesel emission standard violations (1). So anyone who thinks its the EU which is using fines compensate for tax evasion should have a hard look at what the US has been doing for years (and mostly to companies, which actually ARE paying taxes on their profits albeit not in the US)

(1) https://www.nbcnews.com/business/autos/judge-approves-larges...

I think, it's great and it will probably make me switch from Spotify to Apple Music. Spotify is a complete shit show if it comes to classical. The search results are mostly useless and the lack of standardization in the naming of classical "songs" makes it very hard to find different performances of the same piece.

Also whether and in which meta data field you can find the composer, soloist, conductor, etc. is also quite random. They don't enforce any standards on the meta data they get from the labels and the labels don't seem to care, either.

From what I've seen in the Apple Music Classical app, the do a very good job in aggregating and cleaning up the meta data. I don't find the interface to be super intuitive, but it's good enough.

Spotify also mangles the audio quality to such a degree that often the same recording on YouTube has better quality than the Spotify one (which I pay for...).

I just hope that Apple can convince some of the missing labels which have been holding out (looking at you, Hyperion).

The question is: are people stupid because they are smoking or are they smoking because they are stupid.

From the press release, it does not seem that they took any measures to establish causation (like comparing IQ tests from the time before people started smoking). I would wager that people with higher cognitive abilities might be more amenable to the advice of their doctors.

Not to offend anyone affected, but considering the cost/profit structure of those big companies has not really changed that much (except, maybe, Meta), I get the feeling, that this round of layoffs is in some ways welcomed by those companies.

In many cases, they are basically returning to pre-pandemic levels and instead of an actual financial need, these layoffs are probably a result of the fact that you cannot effectively incorporate an headcount increase of 20% in a high-tech company within 1-2 years. It seems like they hired to please investors because everyone else was also hiring like mad. Since the shareholder expectations have reversed, the companies are using the "opportunity" to return to manageable numbers of engineers and administrators.

[dead] 4 years ago

So more proof that atomic bombs just aren‘t as bad as they always say!

Reading that really makes you wonder what the hell (sorry if that offends some atheists or buddhists!) they are talking about in official meetings at the Stanford IT department. Gray beards? Pocahontas??? In my 20 years in IT, not once have I heard that anyone ever felt the need to discuss "hermaphrodites" in a meeting or document.

Drupal Is Dying 4 years ago

Spending some karma points here, but having worked with many stacks (PHP in the 90s, Java from J(2!)EE to Quarkus and also lots of RoR), the node/bun/whatever JS/TS/[10 other tools that need to be intricately combined] has always repelled me.

Just the fact, that every little piece of software typically relies on hundereds of dependencies, half of which are not maintained and readily break with every major node version has always left me completely incredulous that anyone who ever worked with a language with a half-way decent tool chain and dependency management would ever put up with such a hot mess.

I mean, sure, PHP is certainly far from elegant and to this day suffers from the fact, that it started as a minimal template language (I got into it in the PHP 2 days). Most higher level language features feel a bit bolted on. But that's just as true for JS where everything actually has to be bolted on by the developer on a daily basis (Typescript, JSX preprocessors, etc.pp.) and in terms of effort to just get going and maintaining even a project of medium complexity PHP is still running circles around the node stack.