HN user

wokkel

203 karma
Posts0
Comments111
View on HN
No posts found.

Those can also be explained by favouring usa/venezuela oil while still supporting Russian politics. For example: in the Ukraine war he is constantly seeking ways and arguments to support putins position even though he is one of the few leaders worldwide who do this.

When using Lombok it will use a compiler plugin for this so maven builds have @nonnull generated as if-statements. I dont know if intellij uses their own plugin but they do support Lombok in maven projects, so maybe thats where this is coming from. Afaik intellij has no built in compiler but relies on java .

It's a stupid situation that banks and payment processors force their ethics upon while other companies take the blame (valve in this case). They should just dommoney transfers and as long as the transfer itself is legal should not have any opinion on the parties or product involved in the transaction.

It barely works on non MS platforms,has had many slightly incompatible versions so it's a non starter for many projects where I run into that might benefit from c#. I spoke to a manager recently who had invested in silverlight in the past. Based on that alone it was a no MS policy for his development teams.

But it does. The same holds for Google and stackoverflow: the majority of developers have trouble with sql.since the introduction of or mappers and plenty of other examples. Ask a junior dev about the difference between a stack allocated and a heap allocated object and be amazed.

So by your definition a real artist should have more than 1000 plays. I listen to small artist from my country which will probably never reach a global audience and they definitely do not get 1.000 plays but are verified artists according to spotify. This policy basically drives more drivel music and leaves out alternative and indie bands. It's a bad policy that needs an investigation by the authorities to force Spotify not to discriminate smaller artists.

The main thing that i remembered from thread/matter is that vendors can lock out devices and other users hostile stuff. I sure hope plain zigbee is here to stay as having bigtech decide the brand of my in-wall switches are wrong would truly suck.

The pi is largely undocumented and otherwise proprietary. It's owned by broadcom who are otherwise known for putting everything behind an nda. No, the pi is a lot, but it's not a platform i would bet on to be available in 50 years.

No, getting a 100% equivalent working Java system is trivial. But the goal is having something that looks like it was Java from the start not Java as written by a cobol expert. So proper use of classes. Not al globals. Sensible naming etc. The real cost is in maintenance of the code: having in idiomatic Java could help. Translating to idiomatic Java is very hard

I have the pleasure of supporting a transpiled rpg (system i) to Java codebase. Shit that's come up: almost everything is a global. State machine are used for crud logic which is implicit in the rpg runtime and explicit in the Java codebase. Magic constants all over the place. Magic blobs of screen configuration mapping. Transpiling and directly supporting the transpiled codebase is basically masochism.