I’m a bot that provides summary for articles on supported sites!

If you need help, contact @rikudou@lemmings.world.

Official community: !autotldr@lemmings.world.

The source code is at https://github.com/RikudouSage/LemmyAutoTldrBot.

  • 0 Posts
  • 258 Comments
Joined 2 years ago
cake
Cake day: August 1st, 2023

help-circle
  • This is the best summary I could come up with:


    Members of the Recording Industry Association of Japan had taken legal action in the U.S. to demand information on Hikari No Akari’s operator from California-based Cloudflare, whose content delivery network the site had used.

    “We’ll use information that Cloudflare will disclose to hold the website operator responsible and take other legal action,” an RIAJ spokesperson said.

    The website received roughly 15 million visits over the past year, 75% of which were from countries outside Japan, such as Indonesia, the U.S. and France.

    “Unlike videos or published materials, pirated works of music don’t need to be translated for anyone to enjoy,” says Hiroyuki Nakajima, an attorney versed in content piracy.

    The RIAJ took a similar step in 2023, forcing the closure of another piracy website that August via legal action in the U.S.

    This site, which had linked to illegal downloads of J-pop for more than two years, had not shut down as the trade group had demanded.


    The original article contains 391 words, the summary contains 157 words. Saved 60%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    With the maturity of the EXT4 file-system it’s not too often seeing any huge feature additions for this commonly used Linux file-system but there’s still the occasional wild performance optimization to uncover… With Linux 6.11 the EXT4 file-system can see upwards of a 20% performance boost in some scenarios.

    Ted Ts’o sent out the EXT4 updates today for Linux 6.11.

    He explained in that pull request: "Many cleanups and bug fixes in ext4, especially for the fast commit feature.

    Up to 20% faster for fast devices using async direct I/O thanks to JBD2 optimizations.

    Indeed the patch from Huawei’s Zhang Yi to speed up jbd2_transaction_committed() shows off some great improvements:

    It’s great continuing to see EXT4 uncover new performance optimizations.


    The original article contains 144 words, the summary contains 120 words. Saved 17%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    Major record labels sued Verizon on Friday, alleging that the Internet service provider violated copyright law by continuing to serve customers accused of pirating music.

    They say that “Verizon has knowingly contributed to, and reaped substantial profits from, massive copyright infringement committed by tens of thousands of its subscribers.”

    Cox received support from groups such as the Electronic Frontier Foundation, which warned that the big money judgment could cause broadband providers to disconnect people from the Internet based only on accusations of copyright infringement.

    While judges in the Cox case reversed a vicarious liability verdict, they affirmed the jury’s additional finding of willful contributory infringement and ordered a new damages trial.

    “Yet rather than taking any steps to address its customers’ illegal use of its network, Verizon deliberately chose to ignore Plaintiffs’ notices, willfully blinding itself to that information and prioritizing its own profits over its legal obligations.”

    The lawsuit also complains that Verizon hasn’t made it easier for copyright owners to file complaints about Internet users:


    The original article contains 850 words, the summary contains 167 words. Saved 80%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    Due to the ARM64 maintainer for the Linux kernel going on holiday, the ARM64 port updates have been submitted ahead of the opening of the Linux 6.11 merge window that will likely be on Monday or otherwise the following week depending upon if a 6.10-rc8 is warranted.

    When it comes to the ARM64 (AArch64) changes for this next kernel version, there’s been a lot of work on virtual CPU hotplug handling so that it should now be properly working on ARM64 ACPI-enabled systems.

    Another change with Linux 6.11 ARM64 is expanding the speculative SSBS workaround to more CPU cores.

    Arm’s Speculative Store Bypass handling is now being extended for additional affected CPU cores of he A710, A720, X2, X3, X925, N2, and V2.

    There are also ARM64 ACPI updates, GICv3 optimizations, perf updates for more hardware, and other smaller changes.

    See this merge request for all the ARM64 feature patches slated for Linux 6.11.


    The original article contains 154 words, the summary contains 154 words. Saved 0%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    A change proposal has been filed by Red Hat engineer Miro Hrončok for retiring Python 2.7 within Fedora 41 and to drop packages still depending upon Python 2.

    We do not wish to simply orphan the package, as we are afraid it would not receive proper care if taken by somebody else.

    If there are potential maintainers interested in maintaining Python 2 in Fedora beyond Fedora 41, they can talk to us and demonstrate their ability and will to take care of Python 2 by joining the maintenance early.

    Users who need to run their application in Python 2 should do so on a platform that offers support for it.

    Developers who still need to test their software on Python 2 can use containers with older Fedora releases or unsupported CentOS/RHEL versions."

    The F41 change proposal still needs the approval of the Fedora Engineering and Steering Committee (FESCo), but it will presumably proceed – well, assuming GIMP 3.0 finally releases this summer so as to not block the Python 2.7 removal.


    The original article contains 379 words, the summary contains 171 words. Saved 55%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    The DRM Panic handler in Linux 6.10 that is used for presenting a visual error message in case of kernel panics and similar when CONFIG_VT is disabled continues seeing new features.

    With Linux 6.11, the DRM Panic display can now handle monochrome logos.

    With the code in Linux 6.10 when DRM Panic is triggered, an ASCII art version of Linux’s mascot, Tux the penguin, is rendered as part of the display.

    If ASCII art on error messages doesn’t satisfy your tastes in 2024+, the DRM Panic code will be able to support a monochrome graphical logo that leverages the Linux kernel’s boot-up logo support.

    This monochrome logo support in the DRM Panic handler was sent out as part of this week’s drm-misc-next pull request ahead of the Linux 6.11 merge window in July.

    This week’s drm-misc-next material also includes TTM memory management improvements, various fixes to the smaller Direct Rendering Manager drivers, and also the previously talked about monochrome TV support for the Raspberry Pi.


    The original article contains 237 words, the summary contains 165 words. Saved 30%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    Last week the GNOME 47 development code saw Wayland DRM lease protocol support for enhancing VR headset handling and separately was also accent color support for GNOME Shell.

    Adding to the recent slew of changes landing for GNOME 47, the GNOME Shell and Mutter code can now be successfully compiled – optionally – without any X11 support or requiring any X11 build dependencies.

    For those wanting to build a Wayland-only Linux desktop experience without carrying any aging X11 baggage, GNOME 47 will be able to optionally offer Wayland-only support without carrying X11/X.Org support.

    That landed today along with this GNOME Shell merge request for being able to disable X11 support too.

    In turn this closes a two year old issue tracker over making X11 dependencies optional on GNOME.

    GNOME 47 is shaping up to be a very exciting desktop update due for release in September and will be found with the likes of Fedora 41 and Ubuntu 24.10.


    The original article contains 172 words, the summary contains 158 words. Saved 8%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    A South Korean media outlet has alleged that local telco KT deliberately infected some customers with malware due to their excessive use of peer-to-peer (P2P) downloading tools.

    The number of infected users of “web hard drives” – the South Korean term for the online storage services that allow uploading and sharing of content – has reportedly reached 600,000.

    Malware designed to hide files was allegedly inserted into the Grid Program – the code that allows KT users to exchange data in a peer-to-peer method.

    The incident has reportedly drawn enough attention to warrant an investigation from the police, which have apparently searched KT’s headquarters and datacenter, and seized evidence, in pursuit of evidence the telco violated South Korea’s Communications Secrets Protection Act (CSPA) and the Information and Communications Network Act (ICNA).

    The investigation has reportedly uncovered an entire team at KT dedicated to detecting and interfering with the file transfers, with some workers assigned to malware development, others distribution and operation, and wiretapping.

    Of course, given files shared on P2P are notoriously targeted by malware distributors, perhaps KT the telco assumed its web hard drive users wouldn’t notice a little extra virus here and there.


    The original article contains 397 words, the summary contains 195 words. Saved 51%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    The Linux kernel community has sadly lost one of its longtime, prolific contributors to the wireless (WiFi) drivers.

    His wife shared the news of Larry Finger’s passing this weekend on the linux-wireless mailing list in a brief statement.

    Larry Finger began contributing originally to the Broadcom BCM43XX driver back in the day and over the years has contributed a lot to Linux WiFi drivers.

    His more recent contributions had been around the RTW88, RTW89, R8188EU, R8712, RTLWIFI, B43 and other Linux networking drivers.

    In part to his contributions, the Linux wireless hardware support has come a long way over the past two decades…

    Longtime Linux users will certainly remember the days of struggling with WiFi support, resorting to NDISWrapper for using Windows WiFi drivers on Linux, and other headaches compared to today’s largely trouble-free wireless hardware support.


    The original article contains 183 words, the summary contains 137 words. Saved 25%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    With users being bitten in recent days by this behavior when they were just expecting tmp files to be removed, systemd 256.1 is now available and does have a change to avoid inadvertently deleting your all-important home directory.

    Thus those trying to do system maintenance without reading the man page could find their /home data deleted.

    Initially the bug report was shot down by systemd developer Luca Boccassi of Microsoft with: So an option that is literally documented as saying “all files and directories created by a tmpfiles.d/ entry will be deleted”, that you knew nothing about, sounded like a “good idea”?

    Maybe don’t just run random commands that you know nothing about, while ignoring what the documentation tells you?

    Just a thought eh Ultimately though after much discussion the past few days, systemd-tmpfiles behavior is now improved upon.

    Merged yesterday was this patch that now makes systemd-tmpfiles accept a configuration file when running purge.


    The original article contains 289 words, the summary contains 155 words. Saved 46%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    Two new change proposals have been filed for enhancing the KDE offerings with this autumn’s Fedora 41 release.

    First, there is a proposal to offer a new Fedora Spin using KDE Plasma Mobile.

    Similarly, a Fedora Kinoite Mobile Bootable Container image is also proposed as part of that.

    Some find success as well using KDE Plasma Mobile on 2-in-1 laptop devices too.

    Those are the newest Fedora 41 change proposals for that feature release due out in October.

    These changes still need to be approved by the Fedora Engineering and Steering Committee (FESCo) in the coming weeks.


    The original article contains 255 words, the summary contains 97 words. Saved 62%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    The newly released FreeBSD 14.1 was delivering great out-of-the-box performance on this AMD Ryzen Threadripper 7980X 64-core / 128-thread workstation.

    NetBSD 10.0 was much slower than the rest for the SQLite embedded database benchmark.

    The packaged PHP on each operating system varies but in any event here is a look at the out-of-the-box performance.

    FreeBSD 14.1 overall was the best BSD performer among the BSDs tested on this AMD Ryzen Threadripper workstation from System76.

    It was refreshing to see how well the new FreeBSD 14.1 was performing and competing with the likes of Ubuntu 24.04 LTS and CentOS Stream 9.

    Those wishing to see even more benchmarks form this Threadripper 7980X BSD/Linux comparison can do so via this result page.


    The original article contains 164 words, the summary contains 120 words. Saved 27%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    After being talked about for years of DRM panic handling and coming with a “Blue Screen of Death” solution for DRM/KMS drivers, Linux 6.10 is introducing a new DRM panic handler infrastructure for being able to display a message when a panic occurs.

    With Linux 6.10 the initial DRM Panic code has landed as well as wiring up the DRM/KMS driver support for the SimpleDRM, MGAG200, IMX, and AST drivers.

    For those curious what DRM Panic can look like in action, Red Hat engineer Javier Martinez Canillas shared a photo of the DRM Panic “Blue Screen of Death” in action.

    A BeaglePlay single board computer was used and Javier posted to Mastodon of an example implementation:

    It could be extended in the future with some operating systems having looked at QR codes for kernel error messages and other efforts for presenting more technical information while still being user-friendly.

    On Linux 6.10+ with platforms having the DRM Panic driver support, this “Blue Screen of Death” functionality can be tested via a route such as echo c > /proc/sysrq-trigger.


    The original article contains 231 words, the summary contains 177 words. Saved 23%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    The #7955 bug report is over the S-Hoai Windows client displaying an application exception when clicking the “File” or “Projects” menu.

    S-Hoai is a Windows application used in Germany by architects and building engineers/contractors for managing estimates and billing according to German laws.

    This S-Hoai “Honorarordnung für Architekten und Ingenieure” software on at least older versions has been borked running under Wine with little activity in the bug report over the years.

    But now in Wine Staging 9.11 is an OLEDB32 patch where mode can have multiple values as a string.

    That will hopefully take care of the issue for S-Hoai and any other similar Windows software.

    Separately, Wine Staging 9.11 carries an ODBCCP32 patch to correct the look-up of DSN before writing to registry.


    The original article contains 281 words, the summary contains 125 words. Saved 56%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    Stanislav Shakirov, the chief technical officer of Roskomsvoboda, a Russian open internet group, said he hoped it was a rash decision by Mozilla that will be more carefully examined.

    “It’s a kind of unpleasant surprise because we thought the values of this corporation were very clear in terms of access to information, and its policy was somewhat different,” Shakirov said.

    Developers of digital tools designed to get around censorship began noticing recently that their Firefox add-ons were no longer available in Russia.

    Roskomnadzor is responsible for “control and supervision in telecommunications, information technology, and mass communications,” according to the Russia’s federal censorship agency’s English-language page.

    In March, the New York Times reported that Roskomnadzor was increasing its operations to restrict access to censorship circumvention technologies such as VPNs.

    “For the last few months, Roskomnadzor (after the adoption of the law in Russia that prohibits the promotion of tools for bypassing blockings) has been sending such complaints about content to everyone.”


    The original article contains 703 words, the summary contains 160 words. Saved 77%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    Intel Low Power Mode Daemon v0.0.4 has been released with “LPMD” being the open-source daemon for optimize active idle power for modern Core hybrid CPUs under Linux that sport a combination of the E and P cores.

    The Intel LPMD selects the most power efficient CPUs based on the detected CPU topology or a user configuration file.

    Then based on system utilization and other hints it will put the system into a low-power mode when applicable by engaging the most power efficient CPU cores and disabling the higher power/performance cores when not needed.

    This Low Power Mode Daemon so far hasn’t been too commonly used by Linux distributions or popular with Intel Linux users, but alas still in its early days and only today crossing the v0.0.4 milestone.

    With the support for multiple low-power states, Intel LPMD can define multiple states based on EPP / EPB / ITMT settings, IRQ migration, and task migration.

    I’ve been meaning to run some Intel LPMD power/performance impact benchmarks and now with this new release is a great time to do so.


    The original article contains 250 words, the summary contains 178 words. Saved 29%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    The extensible scheduler “sched_ext” code has proven quite versatile for opening up better Linux gaming performance, more quickly prototyping new scheduler changes, Ubuntu/Canonical has been evaluating it for pursuing a more micro-kernel like design, and many other interesting approaches with it.

    Torvalds feels the sched_ext code is ready enough and provides real value to the mainline Linux kernel.

    This whole patchset was the major (private) discussion at last year’s kernel maintainer summit, and I don’t find any value in having the same discussion (whether off-list or as an actual event) at the upcoming maintainer summit one year later, so to make any kind of sane progress, my current plan is to merge this for 6.11.

    I’ve never been a huge believer in trying to make everybody happy with code that is out of tree - we’re better off working together on it in-tree.

    And using the “in order to accept this, some other thing has to be fixed first” argument doesn’t really work well either (and that has been discussed for over a decade at various maintainer summits).

    So short of any last minute change of plans between now and mid-July when the Linux 6.11 merge window opens, looks for sched_ext in the next kernel cycle.


    The original article contains 432 words, the summary contains 206 words. Saved 52%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    Jeremy Soller who is an engineer at System76 and manages a side hustle of leading development on the open-source, Rust-written Redox OS has shared the latest look at this open-source operating system with the System76 COSMIC desktop applications.

    Redox OS down to its micro-kernel is leveraging Rust and thus the COSMIC apps – also leveraging Rust – are a great fit for this open-source OS.

    Here’s a look at Redox OS from a few years ago when I last gave it a shot, rather basic:

    Now here’s the latest look at Redox OS that Solley posted to X with the caption "This is Redox OS, a Rust and micro-kernel based operating system that I created, running three COSMIC DE apps (with only Rust dependencies) that I authored.

    Jeremy in follow-up comments also added that they still need to port DRM kernel graphics drivers to make gaming more viable and self-hosting is “very close”.

    Nice job to those that continue to be involved in this from-scratch Rust-written open-source OS.


    The original article contains 184 words, the summary contains 168 words. Saved 9%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    Back in February Intel changed the Meteor Lake EPP from a value of 128 to 115 when operating in the default “balance_performance” mode but that turns out to not be entirely ideal.

    The one-line patch put out today bumps it from 115 to 64 and is yielding nice gains in performance and power efficiency.

    With the revised EPP value, the Intel Meteor Lake performance improved by 19% for the Speedometer web browser benchmark.

    Meanwhile the Microsoft Teams video conference power consumption dropped by 35% with that EPP adjustment.

    This patch provides that updated tuning magic for the Intel Meteor Lake SoCs with the P-State driver.

    Hopefully the patches will be merged for Linux v6.11 if not being submitted early as a “fix” for the current 6.10 cycle…


    The original article contains 375 words, the summary contains 127 words. Saved 66%. I’m a bot and I’m open source!


  • This is the best summary I could come up with:


    Microsoft has published its first tagged preview of the upcoming Azure Linux 3.0 operating system.

    Azure Linux – formerly what was known as CBL-Mariner as their in-house Linux distribution used for purposes from Azure to WSL to Windows IoT – is preparing for a big v3.0 update.

    On Wednesday the Azure Linux 3.0.20240524-3.0 preview release was published.

    No formal release notes have yet to be posted for the Azure Linux 3.0 changes in full.

    Those wanting to try out the preview release of Microsoft Azure Linux 3.0 can find the pre-release on GitHub.

    Azure Linux 3.0 preview releasing on the Phoronix 20th birthday is a nice present… Microsoft maintaining their own Linux distribution certainly wasn’t on my bingo card or wildest imagination twenty years ago.


    The original article contains 180 words, the summary contains 125 words. Saved 31%. I’m a bot and I’m open source!