HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cHaOs667

no profile record

comments

cHaOs667
·3 bulan yang lalu·discuss
But the Windows Phone UI had sooo much personality - every phone looked different, showed different information etc.

My own phone changed every couple of months and it feld sooo good to have the changing tiles with information, pictures etc. I was a huge fan of the concept.
cHaOs667
·7 bulan yang lalu·discuss
"ProtonDB tracks compatibility, and counts 7000+ games that are verified to work as well or almost as well as on Windows" - I always laugh when a media outlet uses ProtonDB as an example as the reality is something different. I have a ~1500 games big Steam Library and I'm also a Linux User for 20+ years - yes, I do use Windows only for gaming and on my work pc.

When I fire up my linux workstation or steam deck and browse my library, there are countless games, marked as "platinum" in ProtonDB, but do not work OOTB. Sometimes it's a later Proton version that broke the compatibility, sometimes you still need to tinker in the settings in addition to choose the correct proton version. All in all, I've spent quite some time getting games to run I just wanted to play a single afternoon as nostaliga hitted hard.

As long as issues like this are not resolved, I don't believe in Steam Machines as alternatives for consoles in the living room space.

And yes, I'm still considering a steam machine for my living room, even though I will need to support my wife and kids in getting games to run on the TV.
cHaOs667
·7 bulan yang lalu·discuss
As chiii already pointed out, you are looking at the wrong end of the spectrum.

Decision in Enterprise organizations are not done by the end user and non of your options, not even Google Docs, offers the equality of features.

M365 is far more than just Word, Excel, Outlook, Teams (apart from some apps depending on the M365 tier you are in like Access, Project, Visio etc.), you buy a whole workspace. Users can seamlessly share and work together on documents, not only in their organization but also with others. It's easy to process information from one app to the other etc.

Yes, Google Docs might be the closest thing when it comes to features (but no match), however, looking at local restrictions and laws, Microsoft is one of the few companies that can host you M365 solution in an environment that, for example, matches european laws.

And that is the big problem, there are no alternatives for companies that are already on M365 and using the features of it.
cHaOs667
·9 bulan yang lalu·discuss
"If they’re really so confident on the LLM’s effectiveness, why not just keep it voluntary, why force it on people?" To answer this question: To justify the investment.

No, for real, LLM solutions costs a shitload of money, and every investment needs to be justified on a management level. That's the reason they are enforcing it.

My bigger problem is that there are a whole lot of "developers" who do not read the generated code properly, why do you end up in review sessions where the developer does not know what is happening and why the code acts in a particular way. And we have not yet discussed clean code principles throughout the whole solution...
cHaOs667
·10 bulan yang lalu·discuss
Depending on the XML structure and the servers RAM - it can already happen while you approach 80-100 MB file sizes. And to be fair, in the Enterprise context, you are quite often not in a position to decide how big the export of another system is. But yes, back in 2010 we built preprocessing systems that checked XMLs and split them up in smaller chunks if they exceeded a certain size.
cHaOs667
·10 bulan yang lalu·discuss
That's what you call a DOM Parser - the problem with them is, as they serialize all the elements into objects, bigger XML files tend to eat up all of your RAM. And this is where SAX2 parsers come into play where you define tree based callbacks to process the data.