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
5
Comments
1,688
Joined
1 yr. ago
  • I looked it up and didn’t find any straightforward solutions.

    There aren't any to my knowledge.

    All 3 OS's would have to expose some kind of facility that makes this straightforward. But not even FUSE is easily usable across all the platforms.

  • Can you name any private trackers that actually have a need for federation?

    The biggest issue I personally have with BT (v1) is not being able to search for a file by its checksum. I think v2 can do this, but almost nobody uses it in my experience.

  • "Only my opinions are valid and there can be no other use-cases!"

    But seriously... this is the reason there are multiple standards, I think it's quite obvious the situation is more complex than you think. If it was universally so easy and so much better, we'd all already be using it, but of course we are not.

  • Georgia (and probably many other states) already doesn't have restrictions for 16 and 17 year olds, and the rest of these things are just choices that each business can make on their own. Plus it's not like the workers are being forced... if they don't like the conditions they are free to leave.

    I really don't see why there is such an outrage over giving businesses more choice in how they want to operate. The employees already have the choice to work there or find somewhere else that aligns with what they want.

  • Privacy @lemmy.ml
    refalo @programming.dev

    F-Droid has received funds from US Congress (via OTF), just like Signal

    Programming @programming.dev
    refalo @programming.dev

    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

    Programming.dev Meta @programming.dev
    refalo @programming.dev

    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?

     undefined
        
    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
    ...
    
      
     undefined
        
    <!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title>
    ...
    
      
    Programming.dev Meta @programming.dev
    refalo @programming.dev

    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.

    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/[email protected] on my own instance?