Computer Science and Programming – Telegram
Computer Science and Programming
152K subscribers
755 photos
31 videos
37 files
1.04K 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
Media is too big
VIEW IN TELEGRAM
💥 The biggest crypto presale of 2026 has just begun 💥

Still guessing on your sports picks?

Most bettors rely on hunches, headlines, and bad advice... and they feel it directly in their pocket (and some even pay for it!)

Pikz.ai uses real-time data and AI models trained on millions of data points and thousands of games analyzed, delivering an average win rate over 64% across NFL, NBA, NCAA, World Football, NHL, and every major league.

The platform is powered by $PIKZ - launching soon on Ethereum with a highly anticipated presale opportunity for early investors starting January 8th 💹

Holders unlock the entire ecosystem experience, including revenue share, unlimited access, and exclusive earning opportunities 📲

Join the presale today on Pinksale

🎁 Create an account and get 10 FREE picks instantly
👉 Start smarter at pikz.ai
🗣 Follow for FREE picks on Twitter
4👎4👨‍💻2
Announcing Capacitor 8
Capacitor 8 has been released with two major updates: Swift Package Manager (SPM) replaces CocoaPods as the default dependency manager for new iOS projects, and Android now includes built-in edge-to-edge support through a new SystemBars plugin that automatically handles status and navigation bar appearance. Existing CocoaPods projects remain supported, and the new SystemBars API provides fine-grained control when needed. The framework continues growing rapidly, approaching one million weekly downloads.
👍4
AddyOsmani.com
Addy Osmani announces his transition from Chrome developer experience to a director role at Google Cloud AI. After nearly 14 years with Chrome, he's now focusing on helping developers and businesses succeed with Gemini, Vertex AI, and the Agent Development Kit. His role bridges Google DeepMind, engineering, product, and developer relations teams to improve enterprise AI adoption and developer experience.
13👍6
I’m a former CTO. Here is the 15 sec coding test I used to instantly filter out 50% of unqualified applicants. – Jose Zarazua

A former CTO shares a simple coding screening question used to filter job applicants. The test presents basic code logic that qualified developers can solve mentally in seconds, while unqualified candidates resort to copy-pasting into interpreters or AI tools. The question includes a hidden character that produces different results when copy-pasted versus solved manually. Results showed 50% of applicants used automated tools, 47% answered correctly, and 3% answered incorrectly, effectively halving the candidate pool requiring deeper review.
19👍2
💥 Missed the presale for $PIKZ? 😭

It's not too late. The biggest CRYPTO launch of 2026 happens today 🚀

Grab $PIKZ ➡️ Dominate Prediction Markets and Sports Betting

Trading begins: 6PM UTC

⚡️ $PIKZ is launching on ETHEREUM and also traded on exchanges: MEXC • BingX • Lbank & more

Claim your free predictions 👇
https://pikz.ai/
Join the TG community: @pikzdotai
Follow us on Twitter for daily USDT giveaways and picks
6👎3
Redesign our Site Identity
The official Ruby programming language website has undergone a comprehensive redesign with a new identity centered on "A language where people gather, a site where people are visible." The new design features hand-drawn illustrated characters radiating from the Ruby logo, representing the global developer community. The redesign emphasizes Ruby's core values of programmer happiness, ecosystem, productivity, and community while incorporating interviews with community members and photographs to showcase the people behind the language. The site update is ongoing with improvements still in progress.
11👍4
Copilot Memory early access for Pro and Pro+
GitHub Copilot Memory is now in early access for Pro and Pro+ subscribers. This feature allows Copilot agents to learn from user feedback and actions, building repository-specific memory to improve assistance across coding and code review workflows. Users can enable it through Settings > Copilot, and GitHub plans to expand availability to more subnoscription tiers in the future.
👍54🔥1😁1
A Website To End All Websites
The modern internet has devolved from a creative, educational space into an attention-extracting machine dominated by algorithmic feeds and corporate platforms. Drawing on Ivan Illich's concept of convivial tools, the piece argues that personal websites—hand-coded, independently owned, and syndicated through protocols like RSS and Webmentions—represent the antidote to platform monopolies. By building small, reducing friction to publishing, and leveraging IndieWeb standards, developers can reclaim autonomy, creativity, and meaningful connection online.
9👍6👨‍💻1
Azure Boards integration with GitHub Copilot
Azure Boards now integrates with GitHub Copilot in general availability, allowing teams to send work items directly to Copilot's coding agent. The agent reads work item denoscriptions and comments, generates code changes, creates a branch and draft pull request, and links everything back for traceability. New features include branch selection and Copilot status visibility on Kanban cards. Requirements include GitHub-hosted repos, Azure Boards-GitHub integration, and enabled Copilot coding agent. Future enhancements will support custom agents, model selection, and REST API automation.
👍42
Date is out, Temporal is in
JavaScript's Date constructor has fundamental flaws: zero-indexed months, inconsistent parsing, mutable objects representing immutable real-world dates, and poor timezone support. The new Temporal API solves these issues with immutable-style methods that return new objects instead of mutating existing ones, explicit timezone handling, intuitive syntax for date arithmetic, and built-in formatting. Temporal is now in stage 3 of standardization and available in Chrome and Firefox for experimentation.
👍32
Please open Telegram to view this post
VIEW IN TELEGRAM
🗿52
Introducing gisthost.github.io
Simon Willison forked gistpreview.github.io to create gisthost.github.io, a tool that renders HTML files stored in GitHub Gists. The original gistpreview uses GitHub Pages and the Gist API to fetch and display HTML content via document.write(), bypassing GitHub's text/plain content-type restriction. The new fork fixes two issues: Substack URL mangling and truncated large files from the API. It also removes jQuery and Bootstrap dependencies, consolidating everything into a single HTML
13👍5
I Replaced Redis with PostgreSQL (And It's Faster)

PostgreSQL can replace Redis for caching, pub/sub, job queues, and sessions using UNLOGGED tables, LISTEN/NOTIFY, SKIP LOCKED, and JSONB. While PostgreSQL is 50-158% slower per operation (0.1-1ms difference), it eliminates network hops between databases, reduces infrastructure costs by ~$100/month, simplifies operations, and guarantees transactional consistency. The approach works best for small-to-medium apps with simple caching needs but isn't suitable for high-throughput scenarios (100k+ ops/sec) or applications requiring Redis-specific data structures like sorted sets or HyperLogLog.
9👍4
Introducing the <geolocation> HTML element
Chrome 144 introduces the `<geolocation>` HTML element, a declarative alternative to the JavaScript Geolocation API. This element requires user interaction (clicking a button) to request location data, reducing accidental blocks and browser interventions. It evolved from a genericdata, reducing aelement after origin trial feedback showed improved user trust and success rates. The element simplifies implementation by handling permission states automatically, supports attributes liketeraction (cliandroducing and includes styling constraints to prevent deceptive patterns. A polyfill and progressive enhancement strategies ensure backward compatibility with browsers that don't support the new element.
6👍3
Gitdocs AI: Make your repository explain itself.
Gitdocs AI is a tool that automatically generates production-ready README files for GitHub repositories. It analyzes repository code and creates structured documentation with customizable templates. Recent updates include improved AI workflow, multiple documentation templates, and near-zero downtime. The service is currently free and aims to make industry-standard documentation accessible to all developers.
9👍8
Just Fucking Use Shadcn
shadcn/ui
is a component collection you copy-paste into your React project rather than installing as a dependency. Built on Radix UI or Base UI primitives with Tailwind CSS styling, it provides accessible, themeable components you fully own and control. The ecosystem includes a registry system for sharing custom components and numerous community registries for specialized use cases. AI tools are well-trained on shadcn patterns, making it efficient for AI-assisted development.
👍10👎86
What is your most used design pattern
Although popular, personally, I have never met anyone who would have implemented more than half of the mentioned Design Patterns. Yet sometimes, even unintentionally, I have heard of a pattern that has been implemented over and over as a common solution, usually by my classmates. Do you have such a thing? Maybe you could match its structure to the one described in a book? Or are you familiar with its name? Personally, the most used one would be Singleton. I hope to learn yours. I was introduced to it when I was making my first steps in Unity Engine. Implementing it was a way to have some common things set up between the scenes, if I remember correctly, and from then on, I often used it in different technologies, from Java to TypeScript.
14👍4🔥1
Introducing the <geolocation> HTML element
Chrome 144 introduces the `<geolocation>` HTML element, a declarative alternative to the JavaScript Geolocation API. This element requires user interaction (clicking a button) to request location data, reducing accidental blocks and browser interventions. It evolved from a genericdata, reducing aelement after origin trial feedback showed improved user trust and success rates. The element simplifies implementation by handling permission states automatically, supports attributes liketeraction (cliandroducing and includes styling constraints to prevent deceptive patterns. A polyfill and progressive enhancement strategies ensure backward compatibility with browsers that don't support the new element.
👍5🔥53
Taiwan seeks arrest of OnePlus CEO
Taiwanese prosecutors issued an arrest warrant for OnePlus CEO Pete Lau, alleging illegal business operations and recruitment of over 70 employees in Taiwan for smartphone software development. The case falls under Taiwanese law governing relations with China. Taiwan has been cracking down on Chinese companies allegedly poaching tech talent through shell companies and hiring agencies, with 16 Chinese firms under investigation as of August 2025 for similar activities.
10👍3👨‍💻2👎1
DuckDB on LoongArch
DuckDB was successfully compiled and tested on the LoongArch CPU architecture (Loongson 3A6000) using a MOREFINE M700S device. While DuckDB's unit tests passed without issues, TPC-H benchmark performance showed the system running approximately 10 times slower than an M3 Max MacBook Pro. The compilation required minimal patches, demonstrating DuckDB's portability across CPU architectures. Performance limitations are attributed to older toolchains (GCC 8.3, Linux kernel 4.19) and less mature optimization for the LoongArch platform compared to established x86/ARM ecosystems.
👍43🔥2
Passenger 6.1.1
Passenger 6.1.1 application server has been released with support for Ubuntu 25.10, improved Ruby 4 compatibility, and a critical bug fix for Nginx uploads. The bug affected requests with buffering disabled where request bodies larger than client_body_buffer_size would become corrupted. The release also upgrades Boost to 1.90, updates Nginx to 1.28.0, and includes numerous library updates in precompiled binaries including OpenSSL 3.6.0, curl 8.17.0, and Ruby versions up to 3.4.8.
8👍4