Chewy7324

joined 2 years ago
[–] Chewy7324@discuss.tchncs.de 8 points 4 months ago (3 children)

"given the same source code, build environment and build instructions, any party can recreate bit-by-bit identical copies of all specified artifacts"

NixOS does not guarantee bit-by-bit identical results. NixOS hashes the inputs and provides a reproducible build environment but this does not necessarily mean the artifacts are identical.

E.g. if a build somehow includes a timestamp, each build will have a different checksum.

[–] Chewy7324@discuss.tchncs.de 17 points 4 months ago (2 children)

Letztendlich spiegelt Nuhr einen (mMn.) Großteil der Bevölkerung wieder. "Es wird schon nicht so schlimm sein" etc.

Bsp.: Das Ozonloch ist Maßgeblich verschwunden, weil etwas dagegen unternommen wurde. Bei einem "Weiter so" hätten wir es immer noch.

[–] Chewy7324@discuss.tchncs.de 7 points 4 months ago* (last edited 4 months ago) (1 children)

Der Name des Ministeriums hat sich seit dem Kabinett Merkel IV nicht mehr geändert. Das Ministerium wurde ursprünglich als Reaktion auf Tschernobyl gegründet.

Ich finde es aber auch amüsant wie bei den letzten Regierungswechseln sich die Namen der Ministerien immer wieder leicht ändern.

Einmal ist es Wirtschaft und Klimaschutz, und jetzt stattdessen Wirtschaft und Energie.

[–] Chewy7324@discuss.tchncs.de 6 points 4 months ago (1 children)

What I find interesting is that they don't increase the price and only remove those devices where they'd make a loss. I'd expected them to simply add the tariffs on top of the price and continue as usual.

[–] Chewy7324@discuss.tchncs.de 10 points 4 months ago* (last edited 4 months ago)

Das Verfahren wurde nach einer Spende an eine gemeinnützige Organisation eingestellt.

[–] Chewy7324@discuss.tchncs.de 28 points 4 months ago (15 children)

[...] what happens when everyone starts using it and torrents are no longer downloaded and properly seeded?

It's already happening. More and more people stream torrents and don't seed back which kills public torrents. Imo Debrid is not as big of an issue as they don't necessarily tax the P2P network as much as someone only streaming torrents and automatically dumping them directly.

Additionally downloading torrents after you watched them does not make much sense as you'd tax the network without benefit (unless you seed to say a ratio of 2+).

If you currently have torrents there's nothing stopping you from continuing to seed them if you don't need the storage. Long term seeders are especially important for keeping torrents alive and you won't need to redownload content you've watched just to seed it.

As long as you seed to 1.0 ratio (e.g. 1GB up, 1GB down) per torrent you don't hurt the network. More means you compensate for someone not seeding.

[–] Chewy7324@discuss.tchncs.de 7 points 4 months ago

It's great to see another open source OIDC provider (with more features). I've set up Pocket ID which is awesome because of it's simplicity and it's great.

[–] Chewy7324@discuss.tchncs.de 8 points 4 months ago

Hate the players not the game. Players being the rights holders.

[–] Chewy7324@discuss.tchncs.de 13 points 4 months ago

Yeah. Piracy being legal or Piracy not being sanctioned are two entirely different things. Idk about the former, but the latter is the case in many countries.

E.g. downloading and streaming is legal in Switzerland, while it's illegal in the EU. But it's not sanctioned, so nobody cares.

Uploading/seeding is illegal in both regions, thus torrenting copyrighted material is illegal. But Switzerland doesn't really prosecute torrenting, so nobody cares.

[–] Chewy7324@discuss.tchncs.de 2 points 4 months ago (1 children)

I found the guide/examples on their website a bit irritating at first (that's on me) but it works well once understood and configured.

[–] Chewy7324@discuss.tchncs.de 2 points 4 months ago* (last edited 4 months ago) (1 children)

Yes. 127.0.0.0 is the localhost. This is the IP the container is listening on. Even if there was no firewall it wouldn't allow any connection except from the host. If it's set to 0.0.0.0 it means it'll allow connections from any IP (which might not be an issue depending on your setup).

The reverse proxy runs on localhost anyway, so any other IPs have no reason to ever have access.

[–] Chewy7324@discuss.tchncs.de 2 points 4 months ago (1 children)

It's mostly to allow the reverse proxy on localhost to connect to the container/service, while blocking all other hosts/IPs.

This is especially important when using docker as it messes with iptables and can circumvent firewall like e.g. ufw.

You're right that it doesn't increase security on case of a compromised container. It's just about outside connections.

89
submitted 2 years ago* (last edited 2 years ago) by Chewy7324@discuss.tchncs.de to c/linux@lemmy.ml
 

Kando will be a pie menu for the desktop. It will be highly customizable and will allow you to create your own menus and actions. For instance, you can use it to control your music player, to open your favorite websites or to simulate shortcuts.

It will be available for Windows, Linux and maybe macOS.

 

Features

  • Support multiple shells: bash/zsh/powershell/fish/nushell/elvish/xonsh
  • Support multiple platforms: windows/macOS/linux
  • Built-in completions for 1000+ commands (full list)
  • Automatically generate completion script from help-text/man-page
  • Lazy completing, lower memory consumption and faster startup time
 

Roc Toolkit implements real-time streaming over unreliable networks like Internet and Wi-Fi. It works on Linux and macOS and provides C library, CLI tools, modules for PulseAudio and PipeWire, and Android app.

https://github.com/roc-streaming/roc-toolkit

92
Wlroots 0.17.0 released (gitlab.freedesktop.org)
submitted 2 years ago* (last edited 2 years ago) by Chewy7324@discuss.tchncs.de to c/linux@lemmy.ml
 

Release highlights:

  • New protocol implementations:

    • content-type-v1 to tag surfaces with their content type (audio, video, game, etc).
    • xwayland-shell-v1 to improve XWayland reliability.
    • wp-fractional-scale-v1 to allow clients to submit buffers with a non-integer scale factor matching the output.
    • tearing-control to allow clients to opt-in for tearing page-flips.
    • security-context-v1 to identify clients running in sandboxes.
    • cursor-shape-v1 for server-side cursor themes.
  • Introduce a new output layers API to leverage KMS planes.

  • Add a new renderer API with improved design and performance. Add an API to query the time taken to render.

  • Continued work on the Vulkan renderer: add more RGB formats, add YUV buffers, add interoperability with implicit synchronization instead of blocking.

  • Add support for the new wl_surface.preferred_buffer_{scale,transform} events.

  • Improved scene-graph, including support for linux-dmabuf feedback and clipping surfaces.

  • Improved wlr_cursor which now keeps track of the current cursor image.

  • Add an implementation of the wl_shm interface, replacing libwayland's for improved reliability and performance.

  • The Wayland backend supports embedding a wlroots compositor inside an existing Wayland client.

  • wl_surface roles have been refactored.

 

Features:

  • Manage compose.yaml
    • Create/Edit/Start/Stop/Restart/Delete
    • Update Docker Images
  • Interactive Editor for compose.yaml
  • Interactive Web Terminal
  • Reactive
    • Everything is just responsive. Progress (Pull/Up/Down) and terminal output are in real-time
  • Easy-to-use & fancy UI
    • If you love Uptime Kuma's UI/UX, you will love this one too
  • Convert docker run ... commands into compose.yaml
  • File based structure
    • Dockge won't kidnap your compose files, they are stored on your drive as usual. You can interact with them using normal docker compose commands
33
submitted 2 years ago* (last edited 2 years ago) by Chewy7324@discuss.tchncs.de to c/linux@lemmy.ml
 

easylkb is a simple script designed to make Linux Kernel Debugging easier and more accessible.

 

What does this mean? Practically, it means that we can pass the entire Vulkan conformance test suite.

There will still be bugs, of course, but those bugs are likely to be app-specific.

view more: ‹ prev next ›