0 Followers
0 Following
1 Posts
For example filesystems like btrfs can be very sensitive to errors in ram due to all the checksumming. On the positive side you’ll know about it fast!

They messed up on this only days ago! Has been fixed though:

https://blog.documentfoundation.org/blog/2026/03/05/cra-guidances/

UPDATED Request to the European Commission to adhere to its own guidances - TDF Community Blog

The European Commission has accepted our request, and starting from today – Friday March 6 – has added the Open Document Format ODS version of the spreadsheet to be used to provide the feedback. We are grateful to the people working at DG CONNECT, the Commission’s Directorate-General for Communications Networks, Content and Technology, for responding to our request within 24 hours. At this point, the rest of this message is no longer relevant, and the call for action is no longer necessary. ARCHIVED MESSAGE The European Commission has spent years advocating for open standards, vendor neutrality, and digital sovereignty. The European Interoperability Framework explicitly recommends open formats for public sector digital services. The EU’s own Open Source Software Strategy calls for reducing dependency on proprietary technologies, and the Cyber Resilience Act itself is designed to address systemic risks from unaccountable technology dependencies. On March 3rd, 2026, the European Commission published a request for feedback on to the guidances to be provided in relation to the CRA, which must be provided through the linked spreadsheet in .xlsx format, a proprietary format that makes interoperability extremely difficult due to its ever changing and undocumented features. This is not a minor procedural oversight.

TDF Community Blog

Not used bacula myself, couldn’t say.

You might also want to keep an eye on vykar which is promising all the best bits from restic/borg:

https://github.com/borgbase/vykar

GitHub - borgbase/vykar: Fast, encrypted, deduplicated backups in Rust — with friendly YAML config, a desktop GUI, and support for S3, custom REST and SFTP storage.

Fast, encrypted, deduplicated backups in Rust — with friendly YAML config, a desktop GUI, and support for S3, custom REST and SFTP storage. - borgbase/vykar

GitHub
Tinymist vs typst.vim vs typst-preview.nvim?

Please ignore the original post, and refer to latest tinymist doc and typst-preview.nvim README! Tinymist doc on nvim has been updated in docs: revise neovim's install section by SylvanFranklin · Pull Request #1090 · Myriad-Dreamin/tinymist · GitHub, and lazy.nvim also changed its install guide.

Typst Forum

For restic:

  • Every backup is incremental after the first or rather restic makes no distinction because it chunks and dedups the data on the way in so if it’s already in the repo it doesn’t get stored twice.
  • Restic has customisable ‘forget’ cmd that can do whatever you want
  • Restic has filtering flags, you can use a gitignore style file also. Many people use a wrapper though like autorestic.
  • The ghost files are interesting. Restic has nothing special for this. A script that mirrored those files and wrote them all as 0 bytes which restic could then backup would be possible, this would work same for any backup tool.
  • You get that summary after every restic backup. You can also compare snapshots and mount them all to run your own analysis if you want.
  • Again if you mount a restic backup you have access to every file and snapshot taken in the repo. You could compare or diff them using usual tools.
  • There is a ‘exclude-if-present’ option where you can say if a file with the name of your choosing is present do not backup that dir etc
  • Hello

    Somebody developed a Home Assistant integration for monitoring and managing sourdough starters

    I think he would agree with you that many don’t have good choices

    He said the food available on high streets in places like Wigan or Blackpool was “completely different” to equivalent towns in France and it was not the fault of people living there when presented with “wall to wall” junk food.

    The danger being raised with the licensing is that you can’t license something if you’re not considered to be the author. There are growing examples of courts and lawmakers determining AI output to be public domain:

    The US Supreme Court recently refused to reconsider Thaler v. Perlmutter, in which the plaintiff sought to overturn a lower court decision that he could not copyright an AI-generated image. This is an area of ongoing concern among the defenders of copyleft because many open source projects incorporate some level of AI assistance. It’s unclear how much AI involvement in coding would dilute the human contribution to the extent that a court would disallow a copyright claim.

    https://www.theregister.com/2026/03/06/ai_kills_software_licensing/

    This is an evolving, global situation and hard to know what to do right now. I think what you’ve got is fine though - you’ve made it clear your intention is to license with AGPL. It’s just that depending on the jurisdiction it might be public domain instead.

    This is another reason to be clear about the use of AI in the README so your users can make an informed decision.

    If curious:

    • Tap quickly twice anywhere on the map, but don’t lift up a finger after the 2nd tap.

    • Move your finger up or down to zoom out or zoom in.

    The config file has some settings that might help

    https://github.com/0ad/0ad/blob/master/binaries/data/config/default.cfg

    Such as

    scale = 1.0 ; GUI scaling factor, for improved compatibility with 4K displays

    And maybe

    ; Enable Hi-DPI where supported, currently working only for testing. hidpi = false

    Finally

    ; Force a particular resolution. (If these are 0, the default is ; to keep the current desktop resolution in fullscreen mode or to ; use 1024x768 in windowed mode.) xres = 0 yres = 0