refalo

joined 2 years ago
[–] refalo@programming.dev 2 points 20 hours ago

The real reason, of course, is big tech spearheading a movement toward absolute control over people.

Source:

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

I've been a developer for 30 years, and used django for the vast majority of the last 15 years of backend dev work. It's familiar, comfortable and capable, and I don't have any real major complaints. No customer has ever complained about it either.

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

just as many people accept windows being shit

or maybe most people don't actually have problems, and it's only a small vocal minority that really has huge complaints?

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

Some people just look drowsy all the time... also what if you're wearing sunglasses?

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

There is no proof they used an LLM. Plus, LLMs are trained on human text anyway, who actually talk like this... it's not like LLMs invented their own way of speaking.

Would you have preferred no apology at all?

[–] refalo@programming.dev 7 points 4 days ago* (last edited 4 days ago) (4 children)

Just curious, what could they have possibly done instead that would satisfy you?

[–] refalo@programming.dev 4 points 4 days ago

that's not LaurieWired

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

I don't consider those purely protest forks in the same sense as say, the GIMP fork called Glimpse.

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

Protest forks never survive though. They always start overly ambitious and then realize how much of a full-time job it really is, and eventually give up.

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

I have no problems with that particular thumbnail

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

If status is modified in another thread you could have a race condition with method 1 because you're checking it twice. The two methods are not exactly the same code due to that. If you want to mimic the case statement of method 2, change the second if in method 1 to an elif.

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

Do you really think

Yes, yes I do. They know you can't control everyone. And Linux is a rounding error in the context of desktop market share. They don't care about it, and everyone else is "good enough."

 

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 2 years ago* (last edited 2 years 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 ›