balder1993

joined 2 years ago
[–] balder1993 1 points 5 days ago (1 children)

Huh? It seems to me these are all books about technical skills.

[–] balder1993 4 points 5 days ago* (last edited 5 days ago)

Also AWK is made to be fast, right? I suppose doing something in CPython in a non efficient way might not be noticeable with a bit of text, but would show up with a large enough data stream.

[–] balder1993 14 points 1 week ago (4 children)

They can’t close the source code as long as they use the Linux kernel, right? Besides, Android is popular among other companies because they can customize part of it as they see fit.

This change isn’t really that drastic, because Android never really followed the open source way of doing things. The article even explains that this won’t change much even for ROM developers, since they’re not creating releases based on “work in progress” branches.

Really the only difference is that Google will spare the work of merging two separate branches often and solving conflicts that might as well be turning into a nightmare as the code base has grown.

[–] balder1993 5 points 1 week ago (2 children)

Yeah, just a note, basically these Linux distros are the same at their “core”, but what differs among them is mostly about the software they have and the way they’re managed.

So you have distros that offer only open source software in their repository, some include proprietary drivers. Some distro families will have some differences in the path of certain folders, different families use different formats of their packages (which include the actual binary of the software together with the metadata about how to install them in the system), although a purely Linux binary should be executed in any Linux distro. Some offer more guidance during installation and setup, some offer a more “raw” experience that force you to chose every little detail, and so on.

Another difference is in their philosophy of how the packages and dependencies are made available. Distributions such Arch Linux and its derivatives always offer the latest versions of each package, reason why they’re called “rolling release”. Distributions such as Debian offer a specific version that’s “frozen” and tested thoroughly until a new version of Debian is released with more updated software.

Some say a rolling release distro is better for gamers because you always get the latest features and performance improvements, but they’re naturally less reliable than a stable distro.

So I’d say the important thing is to understand the trade-offs so that you can choose the best thing for you. And also there’s no downside of experimenting different distros in a virtual machine, for example.

[–] balder1993 11 points 1 week ago

Also has an interface that clicks easier with people used to Windows.

[–] balder1993 27 points 1 week ago* (last edited 1 week ago) (6 children)

Here’s a nice pic that make you feel less “lost” about how some popular distributions relate to each other:

[–] balder1993 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I think we’re naturally a bit suspicious of freeware as “misleading” because so many old software used to be just vectors to install malware (mostly spam) alongside it. At least for me, I only trust it either if it is open source or it has a sustainable business model.

[–] balder1993 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

The whole point of the GUI is to be more intuitive. If you need to go to the internet to realize how to do the basic stuff, that means your GUI “failed” in its purpose.

That’s still unavoidable for very complex UIs though, but still you measure how good a UI is at helping people accomplish their tasks.

[–] balder1993 1 points 2 weeks ago

As a company, Microsoft doesn’t reward anyone for improving the performance of the OS. That should be enough of an explanation 😆.

[–] balder1993 2 points 2 weeks ago* (last edited 2 weeks ago)

Yes, they made it unrestricted which means they’re charging you considering you can use it a lot. That’s what I mean. Using LLMs APIs isn’t free so it has a cost embedded, which they certainly calculated, or else they’d run the risk of it being abused.

[–] balder1993 3 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

You do not pay anything different for AI prompts. You should really actually try the product before you make up all these things about it.

But what you pay involves the calculated cost of using the AI, otherwise they’d be losing money if a lot of users were to make too many prompts. So it should be possible to have a lower price that didn’t give you any prompts.

 

Apps uploaded to App Store Connect must be built with Xcode 16 or later.

 

“An issue introduced by macOS 14.4, which causes Java process to terminate unexpectedly, is affecting all Java versions from Java 8 to the early access builds of JDK 22. There is no workaround available, and since there is no easy way to revert a macOS update, affected users might be unable to return to a stable configuration unless they have a complete backup of their systems prior to the OS update.”

 

Y-Charts is a Jetpack Compose-based charts/graphs library that enables developers to easily integrate various types of charts/graphs into their existing UI to visually represent statistical data.

 

What happens when you set "font_size": 32 in your favorite editor? I would’ve told you anyway, but I’m glad that you asked.

 

The Kotlin type system is amazingly designed. Many features that look like special cases are just a natural consequence of how the type system is designed.

13
submitted 2 years ago by balder1993 to c/cpp
view more: next ›