Skip Navigation
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/)RE
Posts 4
Comments 1.6K
Linux CoC Announces Decision Following Recent Bcachefs Drama
  • full of reactionaries shitting on Linux for having a CoC and enforcing it.

    Because they don't enforce it for Linus. Yea he "took a break" and went to therapy etc. (before the CoC was introduced IIRC), but he still routinely abuses people publicly with no remorse or empathy, and continues to do it for decades now. As another commenter said of the CoC and Linus's continued current behavior today, "Of the 10 bullet points there he violates 6 of them."

    And I don't agree with the people who claim "he has to be that way because blah blah and Linux wouldn't be what it is today etc.", I still think it's entirely possible to be a whole lot nicer while also being firm when necessary and still achieve the same end result.

    Of course people are upset over double standards.

  • How can a layperson learn enough about the law to adapt to a police situation?
  • And never open your front door for any reason. If the cops or anyone else really needed you that bad, they'd be busting the door down anyway and you're already fucked six ways to Sunday.

    Also cameras. Lots of them. Different brands. Offline recording. INSIDE AND OUT. Ask me how I know.

  • ICPP – Running C++ in anywhere like a script

    github.com GitHub - vpand/icpp: Running C++ in anywhere like a script.

    Running C++ in anywhere like a script. Contribute to vpand/icpp development by creating an account on GitHub.

    GitHub - vpand/icpp: Running C++ in anywhere like a script.

    Interpreting C++, executing the source and executable like a script.

    • Writing powerful script using C++ just as easy as Python;
    • Writing hot-loading C++ script code in running process;
    • Based on Unicorn Engine qemu virtual cpu and Clang/LLVM C++ compiler;
    • Integrated internally with Standard C++23 and Boost libraries;
    • To reuse the existing C/C++ library as an icpp module extension is extremely simple.

    There is also a Qt helper module: https://github.com/vpand/icpp-qt

    3

    403 on API endpoints

    Tried to use several different API endpoints as described in the link, but they all return 403 with a cloudflare "Just a moment..." html reply. Even tried copying an existing jwt token from a working logged-in browser but the same thing still happens.

    Any idea what I could be doing wrong?

    curl -v --request POST \ --url https://programming.dev/api/v3/user/login \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --data '{"username_or_email": "redacted", "password": "redacted"}' ... < HTTP/2 403 ...

    <!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title> ...

    6

    Some comments not appearing?

    I am noticing that some comments, which are coming from users on other verified (via /instances) federated instances, do not show up on a post. For example: https://programming.dev/post/13648105

    Does not show this comment on it: https://lemmy.ml/comment/10803786

    Any ideas why? I checked the modlog and the comment wasn't removed, and their post history to me does not look like someone that is likely to be banned from the instance, so I'm not sure what else it could be.

    7
    Lemmy Support @lemmy.ml refalo @programming.dev

    Is there a way to view the frontpage of another server, or get an RSS feed of another server's single community?

    My lemmy account is on the programming.dev instance but I use newsboat for RSS reading of some lemmy.ml communities, along with browsing the local homepage of lemmy.ml and some other instances in a regular browser. Is there a way to do either of these things from the programming.dev instance so that I can easily comment on posts without having to manually locate the same post by browsing to /c/foo@lemmy.ml on my own instance?

    12