[-] refalo@programming.dev -5 points 13 hours ago

If you don't have anything nice to say...

[-] refalo@programming.dev 3 points 13 hours ago

I would rather be beautiful because then I wouldn't realize everyone else around me is so unfathomably stupid.

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

if you're beautiful you don't need to be smart.

[-] refalo@programming.dev 1 points 13 hours ago

Wouldn't smartness imply discipline?

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

[-] refalo@programming.dev 158 points 6 months ago

I have nothing to hide

Ok, pull down your pants and hand me your unlocked phone.

[-] refalo@programming.dev 94 points 6 months ago

Join our Discord Support Server

Right into the trash.

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>
...
[-] refalo@programming.dev 63 points 7 months ago

Only took 18 years since it was first reported.

23
submitted 8 months ago* (last edited 8 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.

[-] refalo@programming.dev 98 points 8 months ago* (last edited 8 months ago)

Privacy measures currently being rolled out, such as end-to-end encryption, will stop tech companies from seeing any offending

Front doors also stop them from seeing things... is that next? What about clothes to conceal drugs?

[-] refalo@programming.dev 73 points 8 months ago

That was probably me. You can check it here among other scary fingerprint stuff https://abrahamjuliot.github.io/creepjs/

[-] refalo@programming.dev 75 points 8 months ago* (last edited 8 months ago)

The server is proprietary and last I checked you can't even turn off auto-updating or verify the binaries they push to you.

https://www.zdnet.com/article/linux-mint-dumps-ubuntu-snap/

In the Ubuntu 20.04 package base, the Chromium package is indeed empty and acting, without your consent, as a backdoor by connecting your computer to the Ubuntu Store. Applications in this store cannot be patched, or pinned. You can't audit them, hold them, modify them, or even point Snap to a different store. You've as much empowerment with this as if you were using proprietary software, i.e. none. This is in effect similar to a commercial proprietary solution, but with two major differences: It runs as root, and it installs itself without asking you.

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 8 months ago