• 1 Post
  • 151 Comments
Joined 6 months ago
cake
Cake day: June 23rd, 2024

help-circle
  • We’re not suggesting moving away from the HTTPS protocol. Gmail and other web email apps, as well as Word Online etc. still use HTTPS to communicate with their backend infrastructure. They are just registered in your browser as apps that can handle the mailto:// or ms-word:// URL schema. This registering most likely happens automatically when you have visited a page that supports the schema so fediverse:// links would continue working for Fediverse users - they’d see a prompt to open the link with their home instance’s web app (its web interface like the default web UI) or a dedicated web app they are already using like Voyager. What would need to change is just a minor thing: browsers would need to offer the default web UI of target instance as fallback: for example, even if you haven’t visited any Fediverse site yet, the link fediverse://lemmy.example.com/post/1337 will show “lemmy.example.com web interface” in the “Open with…” option list, redirecting to https://lemmy.example.com/post/1337.









  • ChaoticNeutralCzech@feddit.orgtolinuxmemes@lemmy.worldVim go brr
    link
    fedilink
    English
    arrow-up
    38
    arrow-down
    1
    ·
    edit-2
    4 days ago

    Yes, all Linux system files are readable text files. The only exceptions are bitmap graphics assets and the contents of /bin, /sbin, /usr/bin, /usr/sbin, /usr/local/bin etc., which is where any corrupted files go, hence the name. You can check the files, they are indeed unreadable garbage. Reminder to clean your PC’s bin directories to save disk space!

    /s










  • If you have a recent phone, websites and PWAs are about as fast as native apps. I’m using a 2014 flagship Sony Xperia Z that came out with Android 4.4 and can barely run Android 13 — it will overheat and sytem UI (thankfully not apps) will restart if rendering stuff for too long. (The difference is staggering: basic old apps like Phyphox and static websites run indefinitely. Modern apps or JS-enabled pages like Voyager or 480p30 video for 10 minutes. Post-modern bloated crap or 720p30 video, 4 minutes. Imgur, new Reddit and 1080p video turn the phone into a hand warmer immediately and the framerate goes from 15 to <1 in 10 seconds, followed by a slew of ANRs and the battery percentage going down every 20th frame rendered. Should I have applied more heatsink compound after replacing the battery? Yes but I’d argue no app with a simple purpose and basic GUI should require 5 W to the CPU while running at half rate.)



  • ChaoticNeutralCzech@feddit.orgtoProgrammer Humor@programming.devMicrosoft Please Fix
    link
    fedilink
    English
    arrow-up
    36
    arrow-down
    8
    ·
    edit-2
    19 days ago

    That’s what happens when people stumble across that website called GitHub, get hooked and now have unrealistic expectations for the real git.

    “I just installed Git for Windows. Where is the drag-to-upload box?”

    — A statement dreamt up by the utterly deranged

    Real git involves a lot of sweat, requires you to clean up any mess you make, and communicate with any partners about their preferred techniques instead of rawdogging it and waiting for issues. The pushing and pulling will come naturally but you need to know how and when to release, and be clear about how you wish to commit. Nightly is an option but good luck getting everyone on board. People might judge you for using the word “master” but it should be alright in private.