computer_science_and_programming | Unsorted

Telegram-канал computer_science_and_programming - Computer Science and Programming

156522

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

Subscribe to a channel

Computer Science and Programming

Everyone knows all the apps on your phone

Until recently, any app on an Android device could access a list of all other installed apps without permission. Although Google's package visibility policy in Android 11 (2022) restricted this access, some apps still find ways around the policy. Notable examples include Indian apps like Swiggy and Zepto, which list hundreds of apps in their manifest files for user profiling. The policy loophole and its exploitation raise significant privacy concerns, highlighting the need for stricter enforcement.


🔗 https://peabee.substack.com/p/everyone-knows-what-apps-you-use

Читать полностью…

Computer Science and Programming

The hidden costs of production issues: Insights from 280 companies

TLDR Software teams constantly juggle speed and quality, but production issues significantly drain resources. A study of 280 developers reveals that while 62% of teams use automated testing, 30% lack performance testing, leading to bottlenecks. Engineering teams spend 10-35% of their capacity on production issues, with diagnostics consuming 70% of that time. Despite high cloud costs, only 25.7% of teams optimize code-level inefficiencies. Shifting issue detection left can reduce cloud waste, cut troubleshooting time, and improve software reliability.


🔗 https://digma.ai/the-hidden-costs-of-production-issues-insights-from-280-companies

Читать полностью…

Computer Science and Programming

microsoft/playwright-mcp: Playwright Tools for MCP

Microsoft's Playwright MCP is a Model Context Protocol (MCP) server designed for browser automation using Playwright. It allows LLMs to interact with web pages through structured accessibility snapshots, avoiding the need for vision models. Highlights include fast and lightweight operation, LLM-friendly tools, and deterministic tool application. The MCP supports tasks like web navigation, form-filling, data extraction, and automated testing. It’s installable via VS Code CLI and supports both headless and headed modes. There are two modes: Snapshot Mode (default) for performance and reliability, and Vision Mode for visual interactions.


💻 https://github.com/microsoft/playwright-mcp

Читать полностью…

Computer Science and Programming

NVIDIA PhysX

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of NVIDIA CORPORATION nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.


💻 https://github.com/NVIDIA-Omniverse/PhysX

Читать полностью…

Computer Science and Programming

🚨 FLASH SALE – TODAY ONLY! 🚨

We're offering a LIMITED number of ad slots at a huge DISCOUNT – up to 50% OFF!

ALL CHANNELS FOR ONLY 850$ TODAY!

Reach over 2 MILLION+ active Telegram users
390.000 VIEWS GUARANTEED
Across Football, Memes, Education, History, Tourism & more
100+ ORGANIC channels like: @Cristiano, @Elon_Musk, @American and many more.

📩 DM @cobbl or @otchebuch to grab your spot NOW! Text "Discount".

Only 2 slots available – this offer ends tonight at UTC 23:59!

Читать полностью…

Computer Science and Programming

Trends #7: TypeScript is getting 10x faster!

TLDR Microsoft has rewritten the TypeScript compiler in Go, leading to significant performance improvements like 10x faster builds and 50% less memory usage. JetBrains' State of Developer Ecosystem 2024 highlights TypeScript, Rust, and Python as the fastest-growing languages. AI tools are improving productivity but may degrade code quality and critical thinking skills. The World Economic Forum forecasts that skills in AI, big data, and creative thinking will be critical by 2030.


🔗 https://newsletter.techworld-with-milan.com/p/trends-6-typescript-is-getting-10x

Читать полностью…

Computer Science and Programming

Introducing the Supabase UI Library

TLDR Supabase has released an official UI Library consisting of ready-to-use components built on shadcn/ui, compatible with various React frameworks. The library includes components for password-based authentication, file uploads, real-time cursor sharing, user avatars, and chat functionalities. These components are fully customizable with Tailwind CSS and designed to simplify the integration of complex features in your projects. Additionally, Supabase provides AI code editor rules to enhance development with Supabase and Postgres.


🔗 https://supabase.com/blog/supabase-ui-library

Читать полностью…

Computer Science and Programming

@memes_programming

Читать полностью…

Computer Science and Programming

Learn to Use GitHub Actions: a Step-by-Step Guide

TLDR GitHub Actions allows developers to automate, build, test, and deploy their applications directly from GitHub. This guide provides step-by-step instructions for creating GitHub Actions using either the GitHub UI or locally via an IDE. It covers key concepts like workflows, events, jobs, and runners, and includes examples for setting up Node.js, Deno environments, zipping files, and deploying static websites to GitHub Pages.


🔗 https://www.freecodecamp.org/news/learn-to-use-github-actions-step-by-step-guide

Читать полностью…

Computer Science and Programming

Dify is an open-source LLM app development platform. Its intuitive interface combines agentic AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.

💻 https://github.com/langgenius/dify

Читать полностью…

Computer Science and Programming

When To Use the ?? And ||

TLDR The ?? (nullish coalescing) and || (logical OR) operators in JavaScript provide default values when the left-hand side expression is not provided. The ?? operator only checks for null and undefined, allowing other falsy values like 0, false, or an empty string to remain. The || operator checks for all falsy values. The ?? operator is particularly useful for APIs, optional parameters, or dynamic data that may not always be defined.


🔗 https://dorendev.hashnode.dev/when-to-use-the-and-in-javascript

Читать полностью…

Computer Science and Programming

Code breaks. We break coders.

If you’ve ever debugged for hours just to find a missing semicolon, this channel is for you. Programming Memes, pure and simple. No productivity tips. No AI doomsday talk. Just the daily pain and laughs of being a developer.

Follow now. You deserve it ⬇️

@memes_programming
@memes_programming
@memes_programming

Читать полностью…

Computer Science and Programming

‼️ 👉 This channel contains the best money making loopholes you didn't know about!

Are you ready to learn and work from anywhere in the world? Then 👇

Take the free training right now and start earning! 👇
/channel/+ROtimhimAElhMzIy

Читать полностью…

Computer Science and Programming

How to Build a Local RAG with DeepSeek-R1, LangChain, and Ollama (Step-by-Step Guide)

TLDR Learn how to build a local Retrieval-Augmented Generation (RAG) system using DeepSeek-R1, LangChain, and Ollama. This guide details the installation, setup, and deployment of a RAG pipeline that processes PDFs locally, ensuring data privacy, cost efficiency, and customizability. The solution utilizes ChromaDB for document retrieval and Streamlit for a user-friendly interface.


🔗 https://blog.gopenai.com/how-to-build-a-privacy-first-rag-using-deepseek-r1-langchain-and-ollama-c5133a8514dd

Читать полностью…

Computer Science and Programming

5 VS Code extensions you should start using today

TLDR Discover five VS Code extensions that can replace standalone development tools, reducing resource usage and context switching. The highlighted extensions include Thunder Client for API development, BlackBox AI as an AI coding assistant, Time Master for time tracking, Dendron for knowledge management, and GitDoc for automatic code saving. These tools streamline your workflow by integrating essential functionalities directly into VS Code, though it's essential to consider feature requirements, team compatibility, and potential performance impacts.


🔗 https://appwrite.io/blog/post/5-vs-code-extensions-that-replace-entire-dev-tools

Читать полностью…

Computer Science and Programming

Tech, code, and endless laughs! 😂

Join for the best programming memes and dev humor. Because coding should be fun!

@memes_programming

Читать полностью…

Computer Science and Programming

#promo

Call for papers on AI to AI Journey* conference journal has started!
Prize for the best scientific paper - 1 million roubles!


Selected papers will be published in the scientific journal Doklady Mathematics.

📖 The journal:
• Indexed in the largest bibliographic databases of scientific citations
• Accessible to an international audience and published in the world’s digital libraries

Submit your article by August 20 and get the opportunity not only to publish your research the scientific journal, but also to present it at the AI Journey conference.
Prize for the best article - 1 million roubles!

More detailed information can be found in the Selection Rules -> AI Journey

*AI Journey - a major online conference in the field of AI technologies

Читать полностью…

Computer Science and Programming

ferronweb/ferron: A fast, memory-safe web server written in Rust.

Ferron is a high-performance, memory-safe web server built with Rust. It uses Rust’s async capabilities for speed, focuses on security and robust concurrency, and features a modular architecture for customization. Currently, Ferron is under development with installation instructions to be provided upon the initial release. Users can clone the repository and build the project using Cargo.


💻 https://github.com/ferronweb/ferron

Читать полностью…

Computer Science and Programming

Summer 2025 Tech Internships by Pitt CSC & Simplify

Use this repo to share and keep track of software, tech, CS, PM, quant internships for Summer 2025.

💻 https://github.com/SimplifyJobs/Summer2025-Internships

Читать полностью…

Computer Science and Programming

we aren't the same

@memes_programming

Читать полностью…

Computer Science and Programming

How to Choose Between SQL, Query Builders, and ORMs in Node.js

TLDR When building Node.js applications with relational databases, developers can choose between raw SQL, query builders, and ORMs. Each approach has its strengths and weaknesses. Raw SQL offers fine-grained control and performance but is complex to manage. Query builders provide a balanced and secure way to create queries, while ORMs offer high-level abstraction for quick development and schema management. Ultimately, the best choice depends on the specific needs of the project and the developer's expertise. A hybrid approach combining these methods can also be effective.


🔗 https://blog.appsignal.com/2025/03/26/how-to-choose-between-sql-query-builders-and-orms-in-nodejs.html

Читать полностью…

Computer Science and Programming

The 13 software engineering laws

TLDR Explore 13 key software engineering 'laws' like Parkinson’s Law, Hofstadter’s Law, Conway’s Law, and Murphy’s Law. These guidelines help engineering managers and developers understand and navigate common challenges in project estimation, team dynamics, product management, and feature creep.


🔗 https://newsletter.manager.dev/p/the-13-software-engineering-laws

Читать полностью…

Computer Science and Programming

Making Beautiful API Keys

TLDR To improve the aesthetic and usability of API keys, a startup created 'uuidkey', a package that encodes UUIDs into a readable format using Crockford Base32. This solution aims to provide secure, globally unique, sortable, and human-friendly API keys by leveraging the benefits of UUIDv7 and adding options such as removing dashes and adding prefixes for better management and security. The package is open source and available for programmers to implement in their own systems.


🔗 https://docs.agentstation.ai/blog/beautiful-api-keys

Читать полностью…

Computer Science and Programming

17 Tips from a Senior React Developer

TLDR A senior React developer shares 17 essential tips gathered over 5+ years of experience at Palantir. These tips highlight the importance of mastering JavaScript before diving into React, leveraging official React documentation, focusing on building projects, using trusted libraries, problem-solving with Vanilla JS, and optimizing bundle size through lazy loading. The advice also includes keeping components simple, avoiding premature abstractions, adopting TypeScript early, and making time for regular code refactoring.


🔗 https://www.frontendjoy.com/p/17-tips-from-a-senior-react-developer

Читать полностью…

Computer Science and Programming

Mastering Docker and Jenkins: Build Robust CI/CD Pipelines Efficiently

TLDR Learn how combining Docker and Jenkins can enhance CI/CD pipelines, ensuring consistent environments and faster deployments. The guide covers setup essentials, pipeline configuration, using plugins, optimizing pipelines, and troubleshooting. Key benefits include uniformity from development to production, scalability, and reduced errors.


🔗 https://www.docker.com/blog/docker-and-jenkins-build-robust-ci-cd-pipelines

Читать полностью…

Computer Science and Programming

#promo

💵 Want to discover an extra income that will allow you to fulfill a dream in a few months?

✔️ Our Telegram channel will tell you about cryptocurrency and how to make money with it. Now is the best time to start!

Just subscribe and follow the posts! Don't miss your opportunity 👇
/channel/+yY1TzomRXVo5ODc0

Читать полностью…

Computer Science and Programming

Programming Language and their creator

Читать полностью…

Computer Science and Programming

The Real-Time Communication Library for Python

Key Features:

🗣 Automatic Voice Detection and Turn Taking built-in, only worry about the logic for responding to the user.

💻 Automatic UI - Use the .ui.launch() method to launch the webRTC-enabled built-in Gradio UI.

🔌 Automatic WebRTC Support - Use the .mount(app) method to mount the stream on a FastAPI app and get a webRTC endpoint for your own frontend!

⚡️ Websocket Support - Use the .mount(app) method to mount the stream on a FastAPI app and get a websocket endpoint for your own frontend!

📞 Automatic Telephone Support - Use the fastphone() method of the stream to launch the application and get a free temporary phone number!

🤖 Completely customizable backend - A Stream can easily be mounted on a FastAPI app so you can easily extend it to fit your production application. See the Talk To Claude demo for an example on how to serve a custom JS frontend.


💻 https://github.com/freddyaboulton/fastrtc

Читать полностью…

Computer Science and Programming

9️⃣ Stay updated with the latest Apple news, leaks, and updates!

Join @news_apple for exclusive insights and discussions. Don’t miss out—hit follow now!

t.me/news_apple
t.me/news_apple
t.me/news_apple

Читать полностью…

Computer Science and Programming

@memes_programming

Читать полностью…
Subscribe to a channel