Skip Navigation
Innovation
  • Not to defend them, but he did follow up with this:

    This is referring to the technology we just released into BETA for premium subscribers, which delivers one of the lowest latencies for livestreaming (significantly better than YouTube's latency).

    This does not refer to encoding

    https://xcancel.com/chrispavlovski/status/1856090182275215803

    Although quality != latency, so idk.

  • How does hypixel have their website and minecraft server on their root domain? (I would like to do something similar)
  • TCP and UDP can listen on the same port, DNS is a great example of such. You’d generally need it to be part of the same process as ports are generally bound to the same process

    They don't even need to be the same process. I'm pretty sure that's just a common practice if something needs both protocols, but there's nothing stopping you from having a web server on TCP 443 and a VPN server on UDP 443. Ports are an abstraction brought by each protocol, they aren't in anyway related.

  • Frontier Airlines jet appears to catch fire while landing at Las Vegas airport, FAA and NTSB investigating
  • Someone commented on another video that they saw the Ram Air Turbine extended. So they would've lost power, supporting your electrical fire theory. Also it seems extending the RAT disables some safeguards, that can cause the wheels to lock and catch fire.

    The other video: https://youtu.be/EPiNC5JpEYs

  • Having problems over installing and running py2wasm
  • For projects like this where they're hooking into the compiled python binaries, you really want to match the version.

    Like 3.11 and 3.12 were pretty much released a year apart, a lot can change implementation wise.

  • Gnome merges XDG session management wayland protocol (but disabled in Gnome 47 by default)
  • Does it also restore the content of unsaved files of the application?

    That's up to the application.

    If not, I'll prefer systemctl hibernate. I wonder, what this new feature is for.

    I believe this is for storing the position of specific windows, for multi-window applications (e.g. GIMP's multi-window mode). So hibernation is very unrelated.

  • Linux's Bedtime Routine
  • On Asus motherboards you can enable 'Memory Context Restore', and it'll remember the training. Unfortunately it seems rapid changes in the weather make my system unstable with it on.

  • FOSS App Idea: A browser with Wireguard built in

    I was basically thinking of a simple browser app for Android that automatically makes its requests over a Wireguard tunnel.

    I don't publicly expose a lot of my self hosted services, most are only available over a Wireguard VPN. I don't think my family could work that out, and I also don't usually keep it enabled all the time on my phone.

    It doesn't have to be a fully featured browser, I'm fine for it to be the built in Android WebView or something, and just have a configurable menu of pages that can be easily visited.

    I have some Android app experience from Uni, so I could maybe help out somewhat, but I feel I'm going to be in way over my head to do this alone. I'm happy to donate a little anyway.

    1
    KDE: Fix to weird theming in flatpaks

    This is more of a public note to self, but if anyone else had screwed up fonts, default cursors, and missing minimise/maximise buttons in flatpaks on KDE Wayland, put this in your /usr/share/xdg-desktop-portal/kde-portals.conf:

    [preferred] default=kde;gtk; org.freedesktop.impl.portal.Settings=kde;gtk;

    Then restart xdg-desktop-portal.

    Source: https://bugs.kde.org/show_bug.cgi?id=474746#c12

    Apparently this will be fixed in 5.27.9 releasing on the 24th anyway, but I've tried so many different 'solutions' and this had been annoying me for weeks.

    1
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ST
    SteveTech @programming.dev
    Posts 3
    Comments 378