Reddit Programming
212 subscribers
1.22K photos
125K links
I will send you newest post from subreddit /r/programming
Download Telegram
Using Servo with Slint
https://www.reddit.com/r/programming/comments/1qh7zeo/using_servo_with_slint/

<!-- SC_OFF -->Slint is a modern, open-source GUI Toolkit and Servo is a browser engine written in Rust. <!-- SC_ON --> submitted by /u/slint-ui (https://www.reddit.com/user/slint-ui)
[link] (https://slint.dev/blog/using-servo-with-slint) [comments] (https://www.reddit.com/r/programming/comments/1qh7zeo/using_servo_with_slint/)
Learning Rust as a working software engineer (real dev vlog)
https://www.reddit.com/r/programming/comments/1qhf5l3/learning_rust_as_a_working_software_engineer_real/

<!-- SC_OFF -->I recently started learning Rust and recorded a short dev vlog showing the very early phase - reading docs, writing code, getting confused, and dealing with the compiler. This isn’t a tutorial or polished content, just learning in public and sharing how Rust actually feels at the beginning. Video here:
https://youtu.be/0TQr2YJ5ogY Feedback from the Rust community is welcome 🦀 <!-- SC_ON --> submitted by /u/ms-arch (https://www.reddit.com/user/ms-arch)
[link] (https://youtu.be/0TQr2YJ5ogY) [comments] (https://www.reddit.com/r/programming/comments/1qhf5l3/learning_rust_as_a_working_software_engineer_real/)
Fluxly - A lightweight, self-contained DAG workflow framework (decoupled from orchestration)
https://www.reddit.com/r/programming/comments/1qhikgp/fluxly_a_lightweight_selfcontained_dag_workflow/

<!-- SC_OFF -->Hi everyone, I wanted to share Fluxly, a framework I built for running portable, self-contained DAG workflows, inspired by architectural patterns I worked with at Mobileye. Core idea:
Each workflow is a standalone execution endpoint - structured, typed, and runnable without being coupled to any orchestrator. GitHub:
https://github.com/ShaharBand/fluxly --- 🚀 What Fluxly is Fluxly lets you define DAG-based workflows where: Each workflow runs as a single self-contained unit It can be triggered via CLI, API, or environment variables It can be packaged into a Docker image Any external scheduler (Airflow, Argo, CI/CD, cron, etc.) can trigger it without glue code The workflow owns its logic, validation, retries, and structure - orchestration is optional and external. --- Why I built it (the problem it tries to solve) From experience, many containerized pipelines end up as: Ad-hoc scripts scattered across containers Inconsistent inputs/outputs Retry, timeout, and logging logic duplicated or forgotten Tight coupling to a specific orchestrator SDK On the other hand: Heavy orchestrators (Airflow, etc.) introduce operational overhead when all you want is a portable job Orchestrator-coupled SDKs assume persistent backends and remote control planes, which don’t fit fire-and-forget workloads Fluxly keeps the workflow clean and isolated: Explicit DAG Typed I/O models Uniform entrypoints (CLI / API / env) Clear node boundaries No hidden runtime coupling It works especially well when: Each Docker image should be simple and autonomous You want structure without infrastructure overhead You want the same workflow to run locally, in CI, or under any scheduler In monorepos (or via thin wrappers), Fluxly can also standardize validation, logging, metadata, and interfaces across many pipelines. --- Key features DAG-based workflows with explicit dependencies Auto-generated CLI commands and FastAPI endpoints per workflow Strict validation using Pydantic models Nodes manage their own execution and retries Local-first development, production-ready execution Easy to extend with logging, metrics, or org-specific wrappers --- 🛠️ Stack Python, Pydantic, Typer, FastAPI, Uvicorn, Loguru, Diagrams, Pixi, Ruff, Mypy, Pytest, MkDocs --- 📦 Install pip install fluxly --- 🙏 Feedback welcome
I’d love feedback and Happy to answer questions or discuss tradeoffs. <!-- SC_ON --> submitted by /u/ShaharBand (https://www.reddit.com/user/ShaharBand)
[link] (https://github.com/ShaharBand/fluxly) [comments] (https://www.reddit.com/r/programming/comments/1qhikgp/fluxly_a_lightweight_selfcontained_dag_workflow/)
Looking for subscription costs API
https://www.reddit.com/r/programming/comments/1qhjc2s/looking_for_subscription_costs_api/

<!-- SC_OFF -->I am looking for Api that has up to date prices of services like netflix amazon prime hulu xbox pass and etc. that gives me cost and tiers is there anything like that? <!-- SC_ON --> submitted by /u/department_of_eyes (https://www.reddit.com/user/department_of_eyes)
[link] (http://me.me/) [comments] (https://www.reddit.com/r/programming/comments/1qhjc2s/looking_for_subscription_costs_api/)
Discussion: GitHub Copilot litigation highlights structural conflict of interest in code hosting & training — proposal for neutrality charter
https://www.reddit.com/r/programming/comments/1qhqj5k/discussion_github_copilot_litigation_highlights/

<!-- SC_OFF -->I’m an independent developer who’s been following the Copilot litigation closely, and I think the current legal approach misses a crucial structural fix. Fining Microsoft won’t resolve the underlying conflict of interest. As long as a trillion-dollar AI company controls the world’s most important code repository, the incentive to “harvest” code will always outweigh the duty to responsibly host it. Today I submitted a proposed Amicus Brief to lead counsel (Saveri & Butterick) that outlines a simple Charter of Neutrality: • Structural separation. Move GitHub into a neutral, foundation-backed utility (think Linux Foundation) so it serves the community rather than a single corporation. • Consent-first training. No code should be used for AI training without an explicit, transparent opt-in from contributors. • Neutral governance. Establish a community-led board with real authority to audit data usage and enforce the charter. I’m waiting for the legal team’s OK to file this officially with the court. We need to stop treating ourselves as passive “users” of GitHub and start acting as its architects. I’d love the community’s feedback on these pillars — if we don’t fix the structure now, when will we? <!-- SC_ON --> submitted by /u/Litteralybadenglish (https://www.reddit.com/user/Litteralybadenglish)
[link] (https://www.saverilawfirm.com/our-cases/github-copilot-intellectual-property-litigation) [comments] (https://www.reddit.com/r/programming/comments/1qhqj5k/discussion_github_copilot_litigation_highlights/)