refalo

joined 1 year ago
[–] refalo@programming.dev 3 points 19 hours ago (1 children)
[–] refalo@programming.dev 1 points 23 hours ago (1 children)

tl;dr OPSEC failure as always

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

How do you know you don't like something if you've never used it?

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

not MS-DOS Edit

sad.

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

There is, just google something like "url redirection service" and you'll find lots. Your domain/DNS provider may already offer one as well.

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

Not strictly within the normal way DNS works, no. A CNAME record response can only contain another domain or subdomain name. You would have to run a webserver that listens on the IP that the CNAME record eventually pointed to, in order to handle redirections to a specific URL.

[–] refalo@programming.dev 1 points 6 days ago

digital violence?

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

What frustrates me is that it's almost impossible to find a platform for real-time chat for technical subjects that aren't completely dominated with this type of person filling the logs 24/7 and just making the whole experience exhausting.

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

I think this applies to every person on Earth. Some just want to watch the world burn, or they don't even realize that they have no idea what they're talking about.

Usually when I see someone with a horrible take, I check their post history and it's nothing but the same attitude over and over. Dogmatism, egotism and otherwise straight up incompetence, Dunning-Kruger style.

[–] refalo@programming.dev 10 points 1 week ago (6 children)

I'm a huge fan of bootstrap and I feel that writing CSS from scratch is much harder.

[–] refalo@programming.dev 5 points 1 week ago (1 children)

many native elements either do not function like people want or cannot be styled the same

 

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 ›