[-] [email protected] 28 points 4 days ago

Go has a heavy focus on simplicity and ease-of-use by hiding away complexity through abstractions, something that makes it an excellent language for getting to the minimum-viable-product point. Which I definitely applaud it for, it can be a true joy to code an initial implementation in it.

The issue with hiding complexity like such is when you reach the limit of the provided abstractions, something that will inevitably happen when your project reaches a certain size. For many languages (like C/C++, Ruby, Python, etc) there's an option to - at that point - skip the abstractions and instead code directly against the underlying layers, but Go doesn't actually have that option.
One result of this is that many enterprise-sized Go projects have had to - in pure desperation - hire the people who designed Go in the first place, just to get the necessary expertice to be able to continue development.

Here's one example in the form of a blog - with some examples of where hidden complexity can cause issues in the longer term; https://fasterthanli.me/articles/i-want-off-mr-golangs-wild-ride

[-] [email protected] 61 points 5 days ago

Go really does do well in the zero-to-hero case, that's for certain. Unfortunately it doesn't fare nearly as well in terms of ease when it comes to continued development.

[-] [email protected] 63 points 2 weeks ago

Well, one part of it is that Flatpak pulls data over the network, and sometimes data sent over a network doesn't arrive in the exact same shape as when it left the original system, which results in that same data being sent in multiple copies - until one manages to arrive correctly.

39
submitted 2 weeks ago by [email protected] to c/[email protected]

It's nice to see the continued balancing and optimization work that they're doing, and more modding capabilities is always great.

37
submitted 3 weeks ago by [email protected] to c/[email protected]
29
submitted 4 weeks ago by [email protected] to c/[email protected]
20
submitted 1 month ago by [email protected] to c/[email protected]

Not sure how well bombastic brass will do over longer periods of play, but I'm sure Wube have thought of that - going to be really interesting to see/hear this in action.

[-] [email protected] 85 points 1 month ago* (last edited 1 month ago)

To be fair, having to interact with MS Teams with any part of your body is painful.

280
Microsoft 365? (lemmy.ananace.dev)
submitted 1 month ago by [email protected] to c/[email protected]
238
Microsoft 365? (lemmy.ananace.dev)
submitted 1 month ago by [email protected] to c/[email protected]
32
submitted 1 month ago by [email protected] to c/[email protected]
54
submitted 1 month ago by [email protected] to c/[email protected]

The quality of life just keeps on coming.

65
submitted 1 month ago by [email protected] to c/[email protected]

The QoL work keep on coming, really feels like it's going to become a whole new game once they get the expansion ready for release.

[-] [email protected] 114 points 3 months ago

He won't be allowed to perform at Eurovision with the Windows 95 name/trademark/logo, so it would be hilarious if he switches to a name like Linuxman during it.

[-] [email protected] 71 points 3 months ago

Well, there are people running Linux in all manner of ways, like VRChat shaders.

34
submitted 3 months ago by [email protected] to c/[email protected]

It's really nice to see how they continue to cater to player quality of life, lots of great improvements both for new and returning players here.

34
submitted 3 months ago by [email protected] to c/[email protected]

Some more general improvements to trains, the upcoming patch (and DLC) just continue to collect quality of life improvements it seems.

72
With Buns of Steel. (lemmy.ananace.dev)
submitted 3 months ago by [email protected] to c/[email protected]
[-] [email protected] 41 points 3 months ago
[-] [email protected] 36 points 4 months ago* (last edited 4 months ago)

Flatpak already creates executable wrappers for all applications as part of regular installs, though they're by default named as the full package name.

For when inkscape has been installed into the system-wide Flatpak installation, you could simply symlink it like; ln -s /var/lib/flatpak/exports/bin/org.inkscape.Inkscape /usr/local/bin/inkscape

For the user-local installation, the exported runnable is in ~/.local/share/flatpak/exports/bin instead.

[-] [email protected] 43 points 5 months ago

A lot of that data doesn't actually exist, ostree hardlinks data blobs internally, so the actual size on disk is much smaller than most disk usage tools will show.

[-] [email protected] 52 points 5 months ago

People love to complain about CMake, often with valid complaints as well. But it - to this day - remains the only build system where I'll actually trust a project when they say they are cross-platform.

Being the Windows maintainer for OpenMW, it used to be absolute hell back a decade and half ago when an indirect dependency changed - and used something like SCons or Premake while claiming to be "cross-platform", used to be that I had to write my own build solutions for Windows since it was all hardcoded against Linux paths and libraries.

CMake might not be the coolest, most hip, build system, but it delivers on actually letting you build your software regardless of platform. So it remains my go-to for whenever I need to actually build something that's supposed to be used.
For personal things I still often hack together a couple of Makefiles though, it's just a lot faster to do.

[-] [email protected] 67 points 8 months ago

I love their response to (paraphrasing) "Are you going to do another Darth Vader and alter the deal on us in the future?" - "Oh yes, potentially every year."

[-] [email protected] 71 points 8 months ago* (last edited 8 months ago)

It's rather interesting to me how nobody puts any value on the Deck trackpads in comparisons like these, and yet they are basically essential if you want the device to be able to play anything but console-optimized games / games that are built for gamepads first.

Playing something like Skyrim on one of the alternative portables can certainly be done, but being able to comfortably play games like Against the Storm, Anno, Civilization, Dwarf Fortress, Factorio, Homeworld, Northgard, OpenTTD, Stellaris, etc is where the Deck really shines and where all the "alternatives" fall completely flat.

Edit: Not to mention that trying to run Windows without any kind of direct mouse input is really painful, and all the "alternatives" keep doing exactly that.

view more: next ›

ace

joined 11 months ago
MODERATOR OF