HN user

cHaOs667

150 karma
Posts0
Comments30
View on HN
No posts found.

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.

"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.

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.

"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...

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.

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.

It's not Ruby, it's your code... :D

class Mess

  OUTPUTS = {
    1 => ->(i) { i.odd? ? "odd" : "even" },
    2 => ->(_) { "trying" },
    3 => ->(_) { "other" }
  }.freeze

  def chaos(x)
    return puts "negative" unless x.positive?
    
    [1, 2, 3].each do |i|
      puts OUTPUTS[i]&.call(i) || "other"
    end
  end
end

As someone who uses macOS for 11 years as the daily driver for his work, I can just say that it would be a bloodbath.

Not only is the driver support abysmal, kext are gone, and the actual quality of macOS has declined significantly over the years.

10 years ago, there was the rule of thumb to wait one update before you do the “big” OS upgrade, now it's better to wait for 3–4 updates as Sanoma crashes on our working machines (1500 people company) frequently.

Speaking of crashes, my m1 MacBook Pro 13, still running Ventura, has crashed more than ANY OTHER mac before. And I'm talking about crashes like, you close the lid, drive to the airport, take a seat, open the lid and just see that macOS starts completely fresh and presents you with a system crash message.

And this is the first Mac where I don't use any kext, strange tools, and completely abandoned software development…

The only thing that let me keep the m1 is the battery life...

I have a different perception; Apple Vision Pro is not the MVP for AR but just the next iteration of these devices.

The original MVP for AR was Microsofts HoloLens and especially HoloLens 2. The later one has many of the AVP features already in place (hand and eye tracking, spatial awareness etc.) and has proven on a professional level to be a useful tool.

f.lux 4 years ago

I also still run it on every Mac I own. Love the tool and its functions.

An Ode to Ruby 5 years ago

A big shoutout to the author to include the Nokogiri installation "experience"... :D <3

Well done!

AirTag shows what Nokia tried to achieve with their Treasure Tag system back in 2014. Hopefully they work more reliable and that the Find My Network Accessory program will be implemented by more manufactures. Stuff like this can be useful for some people.

Zoomquilt 2 (2007) 6 years ago

idk - the old IT admin had activates this and till today nobody has even bothered...

...but what caused way more trouble was the situation where the blocked all "alcohol" related sites and within five minutes he had a note from one of the CEOs... :D

This heavily depends on the model. My 2017 MBP has a worse (less bright and worse antireflective coating) display than my 2015 MBP.

Why without an Nvidia GPU? Just go with an XPS 15 or 17 and embrace Nvidia on Linux. I have three developers running Linux on HP zBooks with Nvidia GPUs without any hassle.

You can also buy any newer Thinkpad (my recommendation). They are also available with AMD CPUs.

It's pretty easy to buy Linux laptops these days.

Toonify Yourself 6 years ago

Does someone remember "Kai's Power Tools"? The sample pictures instantly reminded me of that...

I HATE the touch bar.

I simply H A T E it.

I hate it so much that I started to carry an TKL keyboard all the time with me just to avoid using this piece of sh*t touch bar and internal keyboard (MBP 2017).

As a developer it is crucial that I can use my keyboard without any looks but as there is no way to tell which function key you press on the touch bar the bar itself is completely useless for me.

Beside the butterfly switches one of the worst things Apple has ever introduced to their computers.