Is gnome.org down for anyone else?
  • petsoi petsoi 13h ago 100%

    Looks like it's up again.

    3
  • www.phoronix.com

    Userland library functions such as allocators and threading implementations often require regions of memory to act as 'guard pages' - mappings which, when accessed, result in a fatal signal being sent to the accessing process. The current means by which these are implemented is via a PROT_NONE mmap() mapping, which provides the required semantics however incur an overhead of a VMA for each such region. With a great many processes and threads, this can rapidly add up and incur a significant memory penalty. It also has the added problem of preventing merges that might otherwise be permitted. This series takes a different approach - an idea suggested by Vlasimil Babka (and before him David Hildenbrand and Jann Horn - perhaps more - the provenance becomes a little tricky to ascertain after this - please forgive any omissions!) - rather than locating the guard pages at the VMA layer, instead placing them in page tables mapping the required ranges.https://lore.kernel.org/lkml/cover.1729196871.git.lorenzo.stoakes@oracle.com/

    82
    0
    https://calibre-ebook.com/whats-new

    New features - PDF Input: Automatic header/footer detection and removal - Read Aloud: Allow configuring an extra pause at the end of every sentence when using the Piper TTS engine - PDF Output: Add _WIDTH_PIXELS_ and _HEIGHT_PIXELS_ variables to know the width and height of the header/footer area in templates - Windows: Use calibre's bundled SSL certificates instead of the system certificate store by default - Trim image tool: Add a control to adjust aspect ratio - Kobo driver: Add support for the new firmware used by the Tolino Shine 5

    36
    0
    discourse.ardour.org

    Digital Audio Workstation (DAW) for people who want to record, edit, mix and master audio and MIDI projects. When you need complete control over your tools, when the limitations of other designs get in the way, when you plan to spend hours or days working on a session, Ardour is there to make things work the way you want them to.

    165
    32
    forgejo.org

    Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job. Forgejo v9.0 is the first version to be released under a copyleft license, after a year of discussions. Among the motivations for this change is the realization that a pattern emerged over the years, exemplified by Redis, CockroachDB, Terraform and many others. They turned proprietary because people chose their own financial gain over the interest of the general public. Forgejo admins no longer have to worry about this sword of Damocles: relicensing it as a proprietary software is not allowed. The removal of the go-git backend is part of a larger effort to make Forgejo easier to maintain, more robust and even smaller than it already is (~100MB). When presented with go-git as an alternative to Git, a Forgejo admin may overlook that it has less features and a history of corrupting repositories. It would have been possible to work on documentation and new tests to ensure administrators do not run into these pitfalls, but the effort would have been out of proportion compared to the benefits it provides. The Forgejo localization community was created early 2024 with the ambitious goal of gaining enough momentum to sustain a long term effort. A daunting task considering there are over 5,000 strings to translate, verify and improve. There has been many calls for help in the past and the community keeps growing steadily. Fortunately, the translation hackathon (translathon) organized by Codeberg in October was exceptional. It attracted an unprecedented number of participants who improved or created thousands of translations.

    307
    59
    https://lists.freedesktop.org/archives/wayland-devel/2024-October/043851.html

    This full packed release comes with three new staging protocols: * system bell - allowing e.g. terminal emulators to hand off system bell alerts to the compositor for among other things accessibility purposes * fifo - for implementing first in first out surface content update behavior * commit timing - for adding time constraints to surface content update Other than this, the presentation timing protocol protocol got a version minor bump describing how to deal with variable refresh rate. Other protocols saw the regular clarifications and bug fixes, and some deprecated events is now properly indicated as such in the XML. Please see individual commits for details.

    95
    18
    www.heise.de

    On Thursday, the Bundestag's Budget Committee decided to increase the funding for the Sovereign Tech Fund (STF) with the majority of the parliamentary groups in the traffic light coalition. A total of almost 29 million euros is now available for 2025. This is around 4 million euros or 15 per cent more than initially planned by the Federal Cabinet. Almost 3.4 million euros of this is directly attributable to the STF, whose budget for 2025 was initially set at 15 million euros. 590,000 more than planned will also flow into the ‘Bug Resilience Programme’ coordinated by the STF, for which a total of 2 million euros will now be available in 2025. It is intended to ensure that security vulnerabilities in software are not only found, but also actually fixed. In total, the STF will end up with around 19 million euros, compared to just 17 million in 2024. The SFT plays a central role in the development of open source software as a basic digital technology. Among other things, the STF managers organised competitions to promote active collaboration on open source infrastructures. The government has so far disappointed free software advocates ‘These investments make us less dependent on large providers, more resilient to digital crises and promote Germany's digital sovereignty,’ emphasised Anna Kassautzki, digital policy rapporteur for the SPD parliamentary group. Maik Außendorf, digital policy spokesperson for the Greens, emphasised that Germany is thus taking on a ‘pioneering role in open source’ The Open Source Business Alliance (OSB) and the Free Software Foundation Europe (FSFE) had expressed their disappointment with the course taken by the Ampel in 2022. In its coalition agreement, the government had explicitly emphasised the importance of open standards and interfaces as well as open source for digital sovereignty. However, there are no concrete plans for an alternative hyperscaler, especially for cloud projects. Instead, dependencies on Microsoft, for example, would be further cemented. The federal government's licence costs for proprietary software providers have recently reached a high level in the billions. The OSB Alliance has just called for the administration to switch its IT completely to open source. Translated with DeepL.com (free version)

    129
    6
    Dear Gnome,
  • petsoi petsoi 3w ago 100%

    Could you please elaborate? I'm not sure if I get your points.

    5
  • gnome
    Gnome 1mo ago
    Jump
    GNOME 47 - The Best Release Yet?
  • petsoi petsoi 1mo ago 100%

    Strange... I'm using it for some time and I didn't experience anything like this.

    2
  • linux
    Linux 1mo ago
    Jump
    Radicle 1.0 released
  • petsoi petsoi 1mo ago 100%

    Radicle’s network of seed nodes help propagate and host code, forming a decentralized, censorship resistant, and ungovernable distribution system.

    https://radicle.xyz/2024/09/10/radicle-1.0.html

    3
  • linux
    Linux 1mo ago
    Jump
    Linux Directory Structure - FHS
  • petsoi petsoi 1mo ago 100%

    Cool. Thanks for sharing!

    8
  • gnome
    Gnome 2mo ago
    Jump
    Nautilus file chooser implementation merged
  • petsoi petsoi 2mo ago 100%

    That's very cool!

    5
  • gnome
    Gnome 3mo ago
    Jump
    #158 Mini Edition · This Week in GNOME
  • petsoi petsoi 3mo ago 100%

    Probably also due to the GUADEC...

    5
  • linux
    Linux 3mo ago
    Jump
    Effectively Use History Commands in Linux
  • petsoi petsoi 3mo ago 100%

    when calling cat <(echo data from the stdin stream) from_file.txt, you get the data in the first argument from a stream. With the .bash_logout I do not have much experience yet.

    1
  • linux
    Linux 3mo ago
    Jump
    Effectively Use History Commands in Linux
  • petsoi petsoi 3mo ago 100%

    Depending how deep you want to dive into Linux, there is a great ebooks collection available:

    https://www.humblebundle.com/books/linux-for-seasoned-admins-oreilly-books

    1
  • linux
    Linux 3mo ago
    Jump
    Effectively Use History Commands in Linux
  • petsoi petsoi 3mo ago 100%

    You mean sth like cat <(history | cut -c 8-) history.txt | sort | uniq > history.txt? Not sure if it possible to remove the file names.

    It should probably work to put it in .bash_logout.

    2
  • gnome
    Gnome 3mo ago
    Jump
    Screen Goes Black Immediately After Locking in GNOME 46 - Any Fixes?
  • petsoi petsoi 3mo ago 100%

    What would you expect and why?

    2
  • linux
    Linux 3mo ago
    Jump
    Learn X in Y Minutes Where X=bash
  • petsoi petsoi 3mo ago 100%

    Very cool. Thank you. I really love such compressed sheets. Also this time I learned something.

    1
  • gnome
    Gnome 4mo ago
    Jump
    Luminance 1.1.0 released with GTK4
  • petsoi petsoi 4mo ago 100%

    I didn't see the previous one and now I hesitate to delete this one with the existing comments.

    1
  • linux
    Linux 4mo ago
    Jump
    darktable 4.8.0 released
  • petsoi petsoi 4mo ago 100%

    I added a description.

    6
  • linux
    Linux 4mo ago
    Jump
    ONLYOFFICE 8.1 released
  • petsoi petsoi 4mo ago 100%

    Thanks. Fixed

    1