refalo

joined 1 year ago
[–] refalo@programming.dev 1 points 5 days ago

Photoshop works fine for me in wine, no VM necessary, and performance is near native.

[–] refalo@programming.dev 5 points 2 weeks ago

Nothing, but it won't work forever as more and more sites start to use it, eventually (if they keep blocking it for years) their users will keep complaining and/or just leave if they cannot access the sites they want.

[–] refalo@programming.dev 2 points 3 weeks ago

I can't imagine what they would do if a blind person walked in.

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

Was the entire inside area closed off to foot traffic completely? Or are you saying the inside kiosks worked (and people would still hand you your food) but they somehow refused to actually take orders manually?

[–] refalo@programming.dev 1 points 1 month ago* (last edited 4 weeks ago) (5 children)

I never said I was surprised... I am fully aware that many locations are run poorly.

But I have never once in my life encountered a location where it was impossible to order at the counter from a human and only the kiosks worked. I mean they still have to hand you your food, why would they refuse to take your order at the counter? What if you were blind?

I asked several friends and they all said the same thing. I know that's a small sample size, but I still doubt your "half the time" number.

[–] refalo@programming.dev 3 points 1 month ago (7 children)

Half the time you can’t even order with a person.

Pretty sure that is not true. Maybe if they were breaking their own rules at your particular location or something.

[–] refalo@programming.dev 2 points 1 month ago

we all know that isn’t 100% factual

Source:

[–] refalo@programming.dev 3 points 1 month ago (1 children)

I thought this wasn't allowed per the Play Store terms?

https://support.google.com/googleplay/android-developer/answer/9858738?hl=en&ref_topic=9857752&sjid=16260947845819804194-NA

Play-distributed apps requiring or accepting payment for access to in-app features or services, including any app functionality, digital content or goods (collectively “in-app purchases”), must use Google Play’s billing system for those transactions

[–] refalo@programming.dev 3 points 1 month ago

I think the only real answer is going to be "it depends on too many factors people here can only LARP about really understanding, so ask a lawyer", and even then it still depends on what every individual judge in someone's case thinks.

 

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>
...
22
submitted 1 year ago* (last edited 1 year 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 ›