• 10 Posts
  • 457 Comments
Joined 4 years ago
cake
Cake day: May 31st, 2020

help-circle
  • Problem is, you don’t always get error codes. An error code is only useful, if you can output it to somewhere, so lots of machine manufacturers or programmers save themselves the trouble.

    And error codes are an incredibly limiting interface. You can’t provide dynamic information with them. Or, programmers may choose to include an error into another error code, because it’s “close enough” for them to not want to update the manual.

    Meanwhile, text logs get all the detailed information you actually need for debugging, with the downside of being an entirely unstable interface.

    I’m not happy about this state of the industry either. I’m just saying, many companies will gladly take 95% accuracy over having to upgrade their machines or investing time to ingest the various signals.




  • Ephera@lemmy.mltoLemmy@lemmy.mlWelcome Reddit refugees!
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Could you create the issue? I don’t use GitHub and I just won’t spend half an hour to create a throwaway mailbox + account, to paste some text into the appropriate place.

    Here’s the issue text, as I would formulate it, and a screenshot, if you want it:

    Account Inbox RSS-Feed has broken URLs

    The feed reachable via the RSS-button in the account inbox has been broken for a couple weeks.

    It uses URLs like this: https://lemmy.ml/post/971001/comment/442247

    Which, if loaded in a browser, gives an error:
    404: TypeError: Cannot read properties of undefined (reading 'send').

    If the section “post/971001/” is removed from the URL, it loads the intended comment: https://lemmy.ml/comment/442247

    Steps to reproduce:

    1. Log into your account.
    2. Go to <Lemmy-instance-URL>/inbox, e.g.: https://lemmy.ml/inbox
    3. Click on RSS-button.
    4. Open the downloaded file in a text editor. You should be able to spot the wrong URLs in the XML.

    This issue was reported by https://lemmy.ml/u/Ephera .

    Screenshot of the account inbox, showing the RSS-button that leads to the broken feed.







  • Well, cool that it works for you, but that is kind of why I stay away from the GUIs, too: I do not want to forget how the CLI works. Or even just become less comfortable in it.

    When you need to look anything up about Git, you get told commands, and I need to mess with Git repos on remote servers every now and then.
    Also, even if I can’t help colleagues in their GUI, they generally have the CLI somewhere.

    I do use a shell with type-ahead suggestions to alleviate the typing somewhat.



  • That’s me with Git. If my colleagues need help and they’re on the CLI, I can just literally spell them out everything they need. But if they’re using some sort of Git GUI, it’s always like, WTF are all these buttons? Are you sure, Git even has that many features? How do I tell it to do XYZ with certain flags? Are you sure, this isn’t missing some Git features?



  • Ephera@lemmy.mltoLemmy@lemmy.mlWelcome Reddit refugees!
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    There’s no setting, as far as I’m aware.

    You can use a browser extension to tweak webpage styles, like for example Stylus.
    And then add a rule like this:

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1337px;
    }
    

    Tweak the 1337 to however wide you like it.

    But absolutely no guarantee that this rule will continue working, if the Lemmy devs do any updates to the UI, nor that it doesn’t lead to visual glitches now or in the future.
    I mean, that probably sounds scarier than it really is. I’m rather saying, appreciate that a hack like this is possible, don’t take it for granted.

    @GuyDudeman@lemmy.ml







  • Ephera@lemmy.mltoPrivacy@lemmy.mlSo is EFF rightwing or did they miss 2016?
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    1 year ago

    They did not say that there’s no relation to politics at all. But we do not need to hold a particular political position to agree that the government should not censor people’s opinions.

    It only starts to become a right-wing talking point when liberally applied to everything else. When even government officials argue your opinion should be censored, because it is critical of their opinion. That has nothing to do with the actual free speech principle. Quite the contrary.