Reddit Programming – Telegram
Reddit Programming
212 subscribers
1.22K photos
125K links
I will send you newest post from subreddit /r/programming
Download Telegram
Carbon Language Plans Seamless Interop with Rust, Kotlin, and Swift (To Avoid Ecosystem Duplication)
https://www.reddit.com/r/programming/comments/1n83xib/carbon_language_plans_seamless_interop_with_rust/

<!-- SC_OFF -->So ive just been reading the Carbon Safety documents as I wanted to catch up with what the Google folks have got cooking over there.. ....And what intrigued me is instead of building out their own safe STL type framework library of code they are instead going to re-use the already large collection of libraries from the Rust Cargo System through interop!! They say, and I quote: "The Carbon project will work to avoid creating duplication between the growing Rust library ecosystem and any future Carbon library ecosystem" I guess it makes sense as there is a shed load of libraries available in Cargo (apparently over 100,000) .. I guess that means you will also be able to use Cargo in Carbon! Its been a while since I looked at Rust, but I didnt think it had a stable ABI for interop! They also then talk about interop with "Swift for Apple platforms or Kotlin for Android". And of course their main focus is seamless interop with C++.. So it sounds like they want all the interops!! I just thought id post this here as I am genuinely intruiged that they have publicly acknowledged the goal for their "Safe Library Ecosystem" is to use Rusts to avoid ecosytem duplication. <!-- SC_ON --> submitted by /u/masterofmisc (https://www.reddit.com/user/masterofmisc)
[link] (https://github.com/carbon-language/carbon-lang/blob/trunk/docs/design/safety/README.md) [comments] (https://www.reddit.com/r/programming/comments/1n83xib/carbon_language_plans_seamless_interop_with_rust/)
The hidden costs of saying “no” in software engineering
https://www.reddit.com/r/programming/comments/1n8gpkk/the_hidden_costs_of_saying_no_in_software/

<!-- SC_OFF -->At ShiftMag we recently explored an angle of software engineering that doesn’t get much attention: the cost of saying “no”. We often hear that being able to refuse is a vital soft skill – but refusing also carries a psychological and professional price. Declining can create stress, trigger anxiety, and even feel like a career risk, especially in environments where overcommitment is the norm. Meanwhile, saying “yes” is usually rewarded in the short term, even if it leads to burnout later. This raises some questions for us as a profession: How do you personally navigate the emotional toll of refusing requests at work?Have you seen “just say no” advice backfire in your teams? What practices have you found effective for making refusal safer and healthier in professional environments? We’d love to hear how others in the community experience and handle this dynamic. <!-- SC_ON --> submitted by /u/shift_devs (https://www.reddit.com/user/shift_devs)
[link] (https://shiftmag.dev/saying-no-is-not-a-free-action-in-the-world-of-software-engineering-5339/) [comments] (https://www.reddit.com/r/programming/comments/1n8gpkk/the_hidden_costs_of_saying_no_in_software/)
I made a small nginx web UI (with Cloudflare + CloudFront support) – maybe useful for someone?
https://www.reddit.com/r/programming/comments/1n8w9s2/i_made_a_small_nginx_web_ui_with_cloudflare/

<!-- SC_OFF -->Hi everyone,
I’m not a native English speaker, so sorry if my writing sounds a bit awkward. (I'm south Korean). I’ve been tinkering with nginx a lot and sometimes felt it’s a bit annoying to edit configs manually, especially when combining it with Cloudflare and CloudFront. So I made a simple nginx WebUI where you can: Anubis integration for access/security control Manage basic nginx configs through a browser Integrate settings with Cloudflare and CloudFront Let's encrypt certification (incl. dns challenge) It’s still a work in progress, but maybe it could be useful for someone who wants a lightweight way to manage nginx. 👉 GitHub: https://github.com/lancard/nginx-webui I’d be happy if you check it out and give me some feedback (or just star it if you think it’s cool). Thanks for reading! <!-- SC_ON --> submitted by /u/GoodAd3927 (https://www.reddit.com/user/GoodAd3927)
[link] (https://github.com/lancard/nginx-webui) [comments] (https://www.reddit.com/r/programming/comments/1n8w9s2/i_made_a_small_nginx_web_ui_with_cloudflare/)