• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle
  • The corollary of that line of thought though is that by preventing tech companies from dabbling in microprocessors you reduce competition in the microprocessor space- a sector which has proven very prone to the formation of monopolies/duopolies. If anything, we want to encourage more new competitors in that space, not fewer.

    Also, it’d be essentially arbitrary. Is it OK for Apple to design its own microprocessors, but not Amazon- and if so, why? Is Google allowed if it uses them in phones like Apple, but not if it uses them in data centres like Amazon?




  • A small set-top box (essentially a Steam Deck with the screen, controls and batteries removed, and with components that don’t have the space restrictions that come with a mobile device) would still be an interesting proposition. Particularly if they partnered with the main video streaming services to port their apps across, and implemented Chromecast/AirPlay support.

    I can see a market for it, as a “Chromecast and Apple TV competitor that also plays all your games”.


  • I looked at Dino and another one mentioned here and they look dated. Windows 95 feel with better anti-aliasing, rounder corners, but same colors? Gtk 2 or something?

    Looks like a standard GTK4 app to me. Whether or not that is to someone’s tastes is obviously subjective, but it uses the same design language as every other GTK app under the sun.

    GTK apps always look out of place on Windows though. Looks far more sensible in its native environment (i.e. *nix running GNOME).


  • Valve’s Proton is open source but is it also free to use and distribute in commercial software?

    Yes.

    Valve’s Proton code is licensed under the BSD licence, which is a “do anything you like with this code” licence.

    Wine code is under the LGPL. You can ship this in commercial software as long as you “make the source code available” (which, assuming the distributor isn’t modifying the Wine code further, can be achieved by just linking people back to the main Wine project code repository).

    DXVK is licensed under zlib, which is functionally the same as the BSD licence.




  • “Rock star developer” was originally coined to mean literally the anti-pattern of what you want from a Dev team.

    It’s someone who undeniably has plenty of skill, but who also:

    • Has an unbearable ego.
    • Doesn’t work well with others.
    • Doesn’t document or comment their work properly.
    • Refuses to work to other people’s designs.
    • Becomes an enormous key man dependency.

    (Or some combination of similar traits).

    The fact that recruiters heard the term and thought “hey, rock stars are cool, let’s get as many of those as possible” is hilariously tragic.