refalo

joined 5 months ago
[–] refalo 1 points 1 hour ago

Perhaps they meant to say "zero perceived latency on a very specific hardware setup"

[–] refalo -1 points 19 hours ago* (last edited 19 hours ago) (3 children)

Several solutions have already been posted in here, please do not try to act authoritative when you don't know the answer. We already saw you asked what VNC is.

[–] refalo 4 points 1 day ago* (last edited 1 day ago)

People hate being told to use magnetic tape

Because there are still horror stories of them falling apart and not lasting even in proper controlled conditions

[–] refalo 2 points 1 day ago

Yes I mean google wallet. I've never heard of a banking app supporting NFC payments by itself, I was not aware that was even a thing... googling suggests that might be an EU-only thing.

[–] refalo 5 points 2 days ago (2 children)

Every time I think about running custom roms or degoogled stuff, I remember that NFC payments will no longer work and then I get sad.

[–] refalo 2 points 2 days ago (1 children)

just be aware that there's only one user and it's root

[–] refalo 2 points 2 days ago (1 children)

curious what people are asking and where you are when this happens? I would be shocked if I was just walking around my local grocery store and someone has any clue what Haiku is.

[–] refalo 8 points 2 days ago* (last edited 2 days ago) (1 children)

network namespaces can do it, firejail makes it easy but there's several other methods as well.

if you already know the IP address(es) you will be communicating with, it's even easier just by adding a static route with a gateway of the VPN interface.

[–] refalo 20 points 2 days ago (1 children)
[–] refalo 23 points 2 days ago (6 children)

what the hell is a Ford Sudan

[–] refalo 2 points 3 days ago (1 children)

not saying you're wrong, but there's no denying there are an unbelievable amount of dicks in this world and I wish that could be improved.

 

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)
submitted 3 months ago by refalo to c/meta
 

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 4 months ago* (last edited 4 months ago) by refalo to c/meta
 

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

view more: next ›