HN user

tkubacki

482 karma
Posts13
Comments266
View on HN

It's always "in most cases". I simply don't see space for WordPress on green field sites anymore. If something is so small it does not require CMS - it's better to use pure HTML. Otherwise "in most cases" it's better to use headless CMS.

This article could be titled what’s wrong with Linux desktop - but current title is plain stupid. Plenty of people are using it as main OS mainly because all other alternatives have either privacy issues or some dumb gold cage limitations and privacy issues. I don’t think author is dumb - it’s catchy title due to hubris issues.

1) EU can workaround you - you can't workaround EU. Size is not proportional.

2) It's obvious - fin-tech have virtual companies to lower taxes in Switzerland, lot of individuals try to get Swiss tax residence to lower taxes. Switzerland knows that and allows that.

5) My point is - if Switzerland want to be secure inside EU it should pay fee to secure external EU borders. That would be a fair deal.

I do consider Switzerland doings as hostile to EU.

1) Switzerland gain on using EU transportation and free market but does not contribute fair fee to maintain and build it.

You can tax EU - we will see who will survive.

2) Switzerland does unfair tax competition

3) Switzerland helped hide EU citizens untaxed money (maybe still does)

4) Switzerland helps Russian oligarchs maintain their wealth and many other criminals all around the world.

5) Last but not least: If Switzerland does not care about Ukraine dying because it is ‘neutral’ and yet still wants safe borders, then I don’t fucking care about Switzerland well being.

those are two separate questions.

Compared to old VS: First and foremost: feature richness of refactorings, code inspections and plugins - basically in the IntelliJ you have everything Reharper plugin can do for .NET and probably more. Second IntelliJ can run on non-spying operating systems. Third it's much more resource friendly for bigger projects. Last but not least ItelliJ is keyboard user friendly (e.g. you can jump and resize windows using only keyboard).

Can't say much about vscode vs IntelliJ. When I tried it last time Java plugin was not there. I could not use ItelliJ keyboard shortcuts - also code formatting and refactoring options were worse than in the itelliJ. That's to be expected it's paid product after all.

I went from C# to JVM/gradle and have the opposite experience.

1) default C# IDE is junk compared to IntelliJ 2) Gradle give you insane level of control over project you can even build dynamic template tasks shown in IntelliJ UI using Kotlin/Groovy 3) JVM ecosystem is much bigger and default framework SpringBoot is ready to use with houndreds of integrations which are either non existent or hards to use in .NET as opposed to SpringBoot where you have batteries included approach e.g. want outbox pattern? Simply use modulith, convention over configuration will give you some nice defaults… 4) There are plenty of widely used langs compared to .NET if you don’t like modern Java (which is on the same level as C# IMHO) you have: Kotlin which is a better lang than C#, Scala, Groovy from the mainstream ones and Clojure and probably many more lesser known. 5) There is nothing as expressive as Groovy Spock for testing in .Net world.

There are issues I see but can be easy mitigated e.g. I don’t like default Java heavy ORM (especially mapping complicated two way relations) but it’s very easy to not use them and simply relay on mapping foreign key.

To sum it up I bet your issues are mostly you don’t know ecosystem well enough.

Yes you are right - my intention was to show how to get to the point when you are ready for the book.

This book is good but I think it’s too hard for beginners. I would recommend to read ‘zero to production in Rust’ by Luca Palmieri first especially if you like more learning by doing approach

Well a bit exaggerated. Seen two Fortune 500 companies moving all never stuff to Kotlin on backend on my own eyes (for the reason I mentioned above) in some branches.

Don’t get me wrong F# seems like a nice lang but definitely not mainstream (non geeks don’t use purely functional langs).

You can’t deny Kotlin is bigger lang than F# by any ranking from those popular (Tiobe) to unknown ones and is build on top of much bigger ecosystem (JVM) - that’s IMHO much more important factor for anyone doing commercial projects.

Additionally there is a big incentive to use it over Java (if you are stuck with older JDK) contrary to using F# over C#

Kotlin as a lang is better than C# (which is normal - it’s newer) and has better default IDE (IntelliJ) than anything on the market.