[-] refalo@programming.dev 7 points 2 hours ago

I think you're both right. I think the non-stupid people with successful self-developed systems simply aren't talked about, because they don't get caught, because they're not stupid.

[-] refalo@programming.dev 6 points 2 hours ago* (last edited 2 hours ago)

Yea and if a nation-state knows your phone number, they can track your exact whereabouts in real-time. Let's not pretend like we know better than them about what information matters :)

[-] refalo@programming.dev 1 points 19 hours ago* (last edited 19 hours ago)

have you seen how people decide their vote?

[-] refalo@programming.dev 11 points 4 days ago

Japan's penis festival comes to mind

[-] refalo@programming.dev -2 points 4 days ago

Please re-read the last line I wrote.

[-] refalo@programming.dev -1 points 4 days ago

Yes I think intelligence is a spectrum and that neither side is more "correct" than the other.

I think there's good and bad ideas from both sides depending on your perspective, and we have to concede that nobody has all the answers, and that we don't know what we don't know.

[-] refalo@programming.dev 3 points 4 days ago* (last edited 4 days ago)

apt purge snapd

If you use firefox there's an official mozilla PPA you can add to get normal packages back, not sure about other browsers.

There's also another apt command to "hold" and/or pin the snapd package so it won't accidentally get reinstalled later.

[-] refalo@programming.dev 3 points 4 days ago

No. Have you seen people?

[-] refalo@programming.dev 1 points 4 days ago

how is buying drugs reducing their suffering?

[-] refalo@programming.dev 1 points 4 days ago

Cool but still requires using a dev server or something that runs in the foreground... would be really nice if there was a way to debug remotely in production.

[-] refalo@programming.dev 3 points 5 days ago

all of this is true with literally any company.

35

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

6
403 on API endpoints (lemmy.readme.io)

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>
...
23
submitted 7 months ago* (last edited 7 months ago) by refalo@programming.dev to c/meta@programming.dev

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.

11

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?

view more: next ›

refalo

joined 7 months ago