refalo

joined 7 months ago
[–] refalo@programming.dev 1 points 1 day ago (1 children)

All services do eventually shut down, possibly moreso for higher privacy services, you might just disagree on when.

[–] refalo@programming.dev 1 points 1 day ago* (last edited 1 day ago) (3 children)

Doesn't work for me: https://0x0.st/Xkw4.png

Maybe it only works for some people.

[–] refalo@programming.dev 2 points 2 days ago (5 children)

it's not a bug and it's still not possible, it's for tracking who created the account of course.

[–] refalo@programming.dev 0 points 2 days ago

you think socialists can't be dumb? the russian propaganda sure is working on you

[–] refalo@programming.dev 38 points 2 days ago

Welcome to Costco... I love you!

[–] refalo@programming.dev 2 points 2 days ago (1 children)

Maybe, but if anything bad happens to originate from that number, the port history is still visible and now they have a suspect.

[–] refalo@programming.dev 2 points 2 days ago* (last edited 2 days ago) (1 children)
  • any carrier within range can still potentially track you, maybe not with airplane mode but Snowden says don't trust that

  • GPS still "works" without any signal, service or net access

  • AGPS mandate forces 911 calls to reveal your location

For max privacy without going completely analog you'd want a device with NO cellular radio at all

[–] refalo@programming.dev 2 points 2 days ago (1 children)

tor isn't email or phone

[–] refalo@programming.dev -3 points 5 days ago (1 children)

IIRC They were also trying to get kernel devs to let official structure definitions live in Rust instead of C, and got upset when they didn't want to do that.

[–] refalo@programming.dev 1 points 6 days ago* (last edited 6 days ago) (2 children)

This would be caught by ASan and other tools though, which should be part of any review.

 

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

 

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 6 months ago* (last edited 6 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.

 

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 ›