Stay Updated with the Latest Tech News


Get ahead of the curve with the latest insights, trends, and analysis in the tech world.


Browse by Category

I made a brainrot version of Python

submitted by /u/commie_chaplin [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

The Great Filter Comes For Us All

With a 13 billion year head start on evolution, why haven’t any other forms of life in the universe contacted us by now?(Arrival is a fantastic movie. Watch it, but don’t stop there – read the Story of Your Life novella it was based on

Published on: December 02, 2024 | Source: Coding Horror favicon Coding Horror

Chris Corner: Approaching CSS

We’ve been using Cascade Layers in our CSS here at CodePen quite a bit lately. A pretty clear non-complicated use case is that we tend to apply one class to stuff. That includes a β€œlibrary” component. So imagine the prototypical Button, which would have a .button selector applying styling to it. But this library component […]

Published on: December 02, 2024 | Source: CodePen Blog favicon CodePen Blog

Leetcode 81. Search in Rotated Sorted Array II | Simple Dry Run πŸ”₯πŸ”₯πŸ”₯ | Video 09

submitted by /u/xAconitex [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

Khronos Streamlines Development and Deployment of GPU-Accelerated Applications with Vulkan 1.4

submitted by /u/jlpcsl [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

PyQL 🐍: SQL-like query language to run on Python source code files instead of database files

submitted by /u/AmrDeveloper [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

Telegram for developers. An easy way to send yourself push notifications.

submitted by /u/dadamssg [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

How to Create a Minimal API in .NET Core – A Step By Step Handbook

Minimal APIs are an exciting feature introduced in .NET 6, designed to revolutionize how you create APIs. Imagine building robust APIs with minimal code and zero boilerplateβ€”no more wrestling with controllers, routing, or middleware. That’s what mini...

Published on: December 02, 2024 | Source: freeCodeCamp favicon freeCodeCamp

Linda Liukas – A Playground Worth a Thousand Programmes – beyond tellerrand Berlin 2024

submitted by /u/ventus1b [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

Open source contribution guide for beginners

submitted by /u/Special_Community179 [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

Join TYNET 2.0: Empowering Women in Tech through a 24-Hour International Hackathon!

submitted by /u/Hiresh1206 [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

SQL injection in 2024 - The vulnerability that won't go away

submitted by /u/Advocatemack [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

ContainerScript: Firefox Addon for programmatically assigning URLs to containers.

submitted by /u/br1ghtsid3 [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

Better, Faster Python Projects: A Deep Dive into uv

submitted by /u/czue13 [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

Shuttle Christmas Code Hunt β€˜24 - Rust style AoC challenges

submitted by /u/openquery [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

Build an Imitation Mac Dock With Flutter

submitted by /u/Only_Piccolo5736 [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

Using AI Generated Code Will Make You a Bad Programmer

submitted by /u/Comfortable-Site8626 [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

DIY Dense Layered Neural Network Framework In C

submitted by /u/AsuGhi [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

This PR replaces is-number package with a one-liner with identical code. Author argues this tiny change saves 440GB weekly traffic. JavaScript micro-package debate

A debate occurred between the author of the is-number package (and is-odd, is-even, and 1500more) and a PR author over micro-libraries. https://github.com/micromatch/to-regex-range/pull/17 The PR proposed replacing the 'is-number' package with its inline code. While the code is <1KB, the full package with README/license is ~10KB. With 70M weekly downloads, this simple change saves 440GB of npm bandwidth weekly. The...

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

CSS vs. Sass: A Complete Guide to Smarter Web Styling

submitted by /u/Latter-Dust8587 [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

The Beautiful Math of Bloom Filters

submitted by /u/No-Bug-242 [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

Bicameral, Not Homoiconic

submitted by /u/mttd [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

GPT and I managed to slap this clock together. How can I make it cooler?

submitted by /u/iCE_Teetee [link] [comments]

Published on: December 02, 2024 | Source: Reddit Programming favicon Reddit Programming

New Extension

Install Now Visual Studio Code Extension Features: Quick start for Vue.js frontend and Laravel backend Automatically runs two terminals (npm run dev and php artisan serve) Easily toggle start/stop from the status bar Supports two modes: Dev Serve and Vue Laravel Flexible configuration for frontend and backend folders Join the conversation: https://whatsapp.com/channel/0029VajruV0Fcow1ma2uX00I/150 submitted by...

Published on: December 01, 2024 | Source: Reddit Programming favicon Reddit Programming

Announcing rust-query: Safe relational database queries using the Rust type system

rust-query is a new type-safe database library for Rust that provides an alternative to traditional SQL by deeply integrating with Rust's type system, offering compile-time guarantees for database operations without requiring direct SQL writing. The library features explicit table aliasing, null safety through Rust's Option type, intuitive aggregates that guarantee single results per joined row, type-safe foreign key...

Published on: December 01, 2024 | Source: Reddit Programming favicon Reddit Programming

5 Key Reasons You're Struggling to Debug Your Infrastructure in Under an Hour - Anyshift.io

submitted by /u/New_Detective_1363 [link] [comments]

Published on: December 01, 2024 | Source: Reddit Programming favicon Reddit Programming

How a Single Line of Code Saved 440GB a week…

submitted by /u/JollyShopland [link] [comments]

Published on: December 01, 2024 | Source: Reddit Programming favicon Reddit Programming

Find Minimum in Rotated Sorted Array | Dry Run + Example (c++/python/java) | By CodeWithKai πŸš€

submitted by /u/xAconitex [link] [comments]

Published on: December 01, 2024 | Source: Reddit Programming favicon Reddit Programming

Leetcode 153. Find Minimum in Rotated Sorted Array Explained - by CodeWithKai

submitted by /u/xAconitex [link] [comments]

Published on: December 01, 2024 | Source: Reddit Programming favicon Reddit Programming

Advent of Code 2024 Day 1 but in the visual programming language vvvv

I’m not the author, but I'm part of the vvvv community. The video walks you through solving the two parts of the Day 1 challenge in vvvv, a statically typed and compiled visual programming language for .NET with state hot-reload. Most nodes used are actual C# methods, so C#/.NET developers will find it familiar. The video also shows how vvvv represents loops, branching, collections, generics, and mutable and immutable...

Published on: December 01, 2024 | Source: Reddit Programming favicon Reddit Programming

An interactive guide to bloom filter

submitted by /u/Sagyam [link] [comments]

Published on: December 01, 2024 | Source: Reddit Programming favicon Reddit Programming

How Nginx Handles Thousands of Concurrent Requests

submitted by /u/scalablethread [link] [comments]

Published on: December 01, 2024 | Source: Reddit Programming favicon Reddit Programming

Building a distributed log using S3

submitted by /u/avinassh [link] [comments]

Published on: December 01, 2024 | Source: Reddit Programming favicon Reddit Programming