Spyke

Replies

world

Comment on

Viktor Orbán concedes defeat as Hungary's Tisza Party heads for election win

Reply in thread

He was known in the party as someone who disagreed on many decisions made by Orbán. He also stated it was not easy to leave and/or cut ties due to mafia-like behavior, fear of his or his family's life. His wife was head of Ministry of Justice, which she was kicked out due to also going against Orbán's wishes. pardoning a pedophile, and they divorced soon after.

You have to understand that Orbán is literally an oligarch with tons of money, ties to Russia and the underworld. Magyar only quite recently collected enough support (about 2 years ago I think) to start his own political movement.

games

Comment on

Gearbox founder says Epic Games Store hopes were “misplaced or overly optimistic”

Reply in thread

I kind of cracked up at "Steam does very little".

Hell, Epic does not have any social features, didn't have cart, refund process through support only, very basic search, I am not sure about cloud saves and if they don't break completely when you play offline (is there even offline mode?).

Steam, on the other hand, is constantly adding and improving features - like the new beta family sharing which is finally what an easy way to share with my GF and sister.

The only things that Epic has are free games, exclusivity, and lower fees - and that's about it. All three, as you can see, are not really hard to implement for the developer team, but easy to throw large sums of money at for a quick boost so they can boast numbers.

Fuck Epic, seriously. Money can solve lots of stuff, but not by throwing it at the wall. Meaningless.

Comment on

Companies That Tried to Save Money With AI Are Now Spending a Fortune Hiring People to Fix Its Mistakes

Reply in thread

This 1000x. I am a PHP developer, I found out about two months ago that the AI assistant is included in my Jetbrains subscription (All pack, it was a separate thing before). And recently found about Junie, their AI agent that has deep thinking (or whatever the hell it is called). I tried it the same day to refactor part of my test that had to migrated to stop using a deprecated function call.

To my surprise, it required only very minor changes, but what would've taken me about 3 hours was done in half an hour. What I also liked was that it actually asked if it can run a terminal command to verify thr test results and it went back and fixed a broken test or two.

Finally I have faith in AI being useful to programmers.

For a test, I took our dev exam (for potential candidates) and just sent it to see what it does just based on the document, and besides a few mistakes it even used modern tools and not some 5 year old stuff (like PSR standards) and implemented core systems by itself using well known interfaces (from said PSRs). I asked it to change Dependency Injection to use Symfony DI instead of the self-made thing, and it worked flawlessly.

Of course, the code has to be reviewed or heavily specified to make sure it does what it is told to, but all in all it doesn't look like just a gimmick anymore.