refalo

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

ceramic heat plates (or ceramic PCBs) can be used for very hot applications

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

I thought distance was limited to the diameter of the antenna?

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

If you want to get technical, the heatsink/fins helping to move heat away from the chip (regardless of any fans) can also be considered "cooling".

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

I still have no idea what this thing is. They claim it's not really just additional language bindings, but that's exactly what it looks like to me.

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

Got a non-captcha-looped source? I gave up after ten rounds of clicking bicycles.

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

They probably used AI to help write it.

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

Other mainstream distros cannot even be installed by blind users because screen readers are broken on wayland

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

almost a non-issue

tl;dr there's still burn-in but it's supposedly not very noticeable until you use the device for > 5 years

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

Been using Ubuntu since 2008... looks like this will be the last year for me.

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

I meant no interest in using it.

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

macOS 26? I thought the last version was 15...

 

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 ›