• 0 Posts
  • 85 Comments
Joined 10 months ago
cake
Cake day: December 5th, 2023

help-circle
  • IBM argued that its patent, initially used to launch Prodigy, remains “fundamental to the efficient communication of Internet content.” Known as patent '849, that patent introduced “novel methods for presenting applications and advertisements in an interactive service that would take advantage of the computing power of each user’s personal computer (PC) and thereby reduce demand on host servers, such as those used by Prodigy,” which made it “more efficient than conventional systems.”

    According to IBM’s complaint, “By harnessing the processing and storage capabilities of the user’s PC, applications could then be composed on the fly from objects stored locally on the PC, reducing reliance on Prodigy’s server and network resources.”

    The jury found that Zynga infringed that patent, as well as a '719 patent designed to “improve the performance” of Internet apps by “reducing network communication delays.” That patent describes technology that improves an app’s performance by “reducing the number of required interactions between client and server,” IBM’s complaint said, and also makes it easier to develop and update apps.

    All I can say is yikes.







  • UnityDevice@startrek.websitetoMicroblog Memes@lemmy.worldEarbuds
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    11 days ago

    I’m only willing to buy a phone that has the jack, it reduces the selection, but I’m not willing to compromise on that. And someone gifted me some airpods recently (pro 2). Tried them out and they were ok I guess, but they also had too many downsides, so they sit on a shelf now. It’s not a good enough alternative for me.











  • Well personally if a package is not on aur I first check if there’s an appimage available, or if there’s a flatpak. If neither exist, I generally make a package for myself.

    It sounds intimidating, but for most software the package description is just gonna be a single file of maybe 10-15 lines. It’s a useful skill to learn and there’s lots of tutorials explaining how to get into it, as well as the arch wiki serving as documentation. Not to mention, every aur or arch package can be looked at as an example, just click the “view PKGBUILD” link on the side on the package view. You can even simply download an existing package with git clone and just change some bits.

    Alternatively you can just make it locally and use it like that, i.e. just run make without install.


  • Aur and pacman are 90% of why I use arch.

    Also fyi to OP: never install software system-wide without your package manager. No sudo make install, no curl .. | sudo bash or whatever the readme calls for. Not because it’s unsafe, but because eventually you’re likely to end up with a broken system, and then you’ll blame your distro for it, or just Linux in general.

    My desktop install is about a decade old now, and never broke because I only ever use the package manager.

    Of course in your home folder anything goes.