Computer Science and Programming
144K subscribers
867 photos
33 videos
37 files
1.16K links
Channel specialized for advanced topics of:
* Artificial intelligence,
* Machine Learning,
* Deep Learning,
* Computer Vision,
* Data Science
* Python

Admin: @otchebuch

Memes: @memes_programming

Ads: @Source_Ads,
https://telega.io/c/computer_science
Download Telegram
Hello everyone some of you may not know but now we started to expand to WhatsApp and we are inviting you to join our WhatsApp channel link here πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡

WhatsApp Computer Science and Technology

We welcome you all to be part of this family
πŸ‘Ž11πŸ‘4❀2
i’m becoming the developer i used to make fun of
A developer reflects on how they went from mocking Linux power users, vim enthusiasts, and terminal-heavy setups to daily driving Arch Linux, Kitty, and Neovim themselves. The shift came from frustration with sluggish, friction-heavy tools like Windows+WSL and bloated VS Code. The result was a faster, more enjoyable workflow β€” but also the loss of strong opinions, replaced by the dreaded 'it depends' mindset. The post is a candid, self-aware story about how experience erodes certainty and builds tolerance for trade-offs.
❀5πŸ‘4
This media is not supported in your browser
VIEW IN TELEGRAM
Time is running out ⏲️

Last call to get a 10% bonus on the biggest DeFi project of the year πŸ”¨

Post-quantum L1 blockchain from Day ZERO

$ASE connects usage, security, and governance into one system.

Now it’s your chance to be early. Frontrun the next big narrative in crypto
www.asentum.com/presale

🚨 10% BONUS ENDS 16:00 CET

Join the TG community @asentum
❀5πŸ‘Ž1
How We Increased Code Coverage by 28% Without Writing a Single Test
A Salesforce engineer on the Security Mesh platform increased code coverage by 28% without writing any new tests by restructuring Java data models. The approach involved replacing @Data-annotated mutable classes with immutable Java records and @Value annotations, removing auto-generated boilerplate (getters, setters, utility methods) that inflated coverage denominators without representing real business logic. The Builder pattern was introduced to handle object enrichment while preserving immutability. This reduced total measured lines of code, naturally improving the coverage ratio. The post also discusses how excessive boilerplate harms AI-assisted development tools by consuming context window space and reinforcing false system contracts.
❀4πŸ‘4
What’s new in Svelte: May 2026
The May 2026 Svelte update brings TypeScript 6.0 support in SvelteKit, several improvements to remote functions including breaking changes in 2.56.0, and the experimental release of community add-ons in the Svelte CLI. Notable remote function changes include a new `field.as()` API for default form values,
26
The May 202transport for richer data types, and a 2026 Svemethod on queries. The CLI now separates026 Svand
t’s new in S
packages for a cleaner public API. The community showcase features new apps, UI components, state management libraries, and developer tools built with Svelte.
❀9πŸ‘1
Branching Without Git Is Now The Default
Supabase has made git-free database branching the default for all projects. Previously available only as a feature preview, dashboard branching lets developers create isolated Postgres branches, make schema changes via the SQL or Table Editor, review a diff, and merge β€” all without a GitHub integration. Git-based branching remains fully supported and both workflows can coexist. The release also introduces pg-delta, a new schema diffing engine built to replace migra with broader Postgres DDL coverage. Dashboard branching is also the default for branches created via the Supabase MCP server, enabling AI tools to iterate on schemas programmatically without touching git.
❀5πŸ‘4
Chrome for Developers
Chrome 148 introduces three notable features: CSS name-only container queries allow querying containers by name without specifying a container-type; lazy loading support is added to video and audio elements via the loading attribute, matching existing behavior for img and iframe; and the Prompt API provides web developers direct access to on-device AI (Gemini Nano) supporting text, image, and audio inputs with response constraints for JSON schema and regex formats.
❀12πŸ‘7😁3πŸ‘Ž2
What’s gone wrong at GitHub?

GitHub's reliability has deteriorated sharply, with 257 incidents tracked between May 2025 and April 2026, including 48 major outages. GitHub Actions alone suffered 57 outages in that period. The root cause, per GitHub's CTO, is the explosive growth of agentic AI workflows demanding 30x the platform's designed capacity. High-profile users like Mitchell Hashimoto (Ghostty) and the Zig project have migrated away. Compounding the scaling crisis are engineering failures like an incomplete feature flag that silently reverted thousands of merged pull requests. Microsoft's absorption of GitHub into its CoreAI org and commercial pressure around Copilot are seen as contributing factors. GitHub has declared an 'availability first' mandate, but community patience is running thin as comparable platforms like GitLab and npm handle the same AI-driven growth without comparable disruptions.
❀12πŸ‘3πŸ‘¨β€πŸ’»2
Im going back to writing code by hand
A developer spent 7 months vibe-coding a GPU-aware Kubernetes TUI (k10s) with Claude, then archived it after the codebase collapsed under its own weight. The post dissects five concrete failure patterns that emerge from AI-assisted coding without architectural guardrails: AI builds features not architecture (leading to god objects), the god object as default AI artifact, velocity illusion causing scope creep, positional data as a time bomb, and AI mishandling state transitions causing data races. Each tenet includes real code examples from the failed codebase and specific CLAUDE.md/AGENTS.md directives to prevent the same mistakes. The author is rewriting from scratch in Rust, doing architecture design by hand before any AI-generated code.
❀7πŸ‘5
.NET and .NET Framework May 2026 servicing releases updates
Microsoft has released the May 2026 servicing updates for .NET and .NET Framework, dated May 12, 2026. The update includes security and non-security fixes, addressing three CVEs (CVE-2026-35433, CVE-2026-32175, CVE-2026-42899). Updated versions include .NET 10.0.8, .NET 9.0.16, and .NET 8.0.27, with corresponding container images and Linux install instructions also refreshed.
πŸ‘2πŸ”₯2❀1