Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > oani > a-z-of-how-the-web-works-1-introduction-1ghb

A-Z of how the web works: #1 Introduction

31+ min ago   (1546+ words) Two simple words. You probably don't think twice before saying them. In fact, there's a good chance you are online right now. But what does "online" actually mean? Being online has become so normal that we've stopped noticing how remarkable…...

Blockonomi
blockonomi.com > bitcoin-seed-generator-entropy32-plus-uses-radioactive-decay-for-true-randomness

Bitcoin Seed Generator Entropy32 Plus Uses Radioactive Decay for True Randomness

2+ hour, 26+ min ago   (479+ words) A Bitcoin seed generator that relies on radioactive decay for randomness has surfaced as a new open-source hardware project. The device, called Entropy32 Plus, uses a Geiger counter to capture decay events. Their timing is then processed through SHA-256 conditioning before…...

Medium
medium.com > @piyushraj.code > bloom-filter-all-you-need-to-know-055d8230e340

Bloom Filter: All You Need to Know

11+ min ago   (677+ words) Before diving into it directly, let us first try to understand what problem we faced so this became necessary! We know about the set data structure. A hash-based …...

Medium
medium.com > @abdulmusty351 > how-the-web-works-what-happens-when-you-type-a-website-into-your-browser-86e336282c0d

How the Web Works: What Happens When You Type a Website Into Your Browser?

2+ hour, 21+ min ago   (1835+ words) I’m sure all of us use the web for one thing or another. But have you ever stopped to wonder how it actually works? How does typing a website into a browser suddenly make a webpage appear on your screen?...

DEV Community
dev.to > polyvexr > quick-sort-fast-sorting-with-divide-and-conquer-229h

Quick Sort: Fast Sorting with Divide and Conquer

6+ hour, 40+ min ago   (1027+ words) Sorting is everywhere in software. In the previous article, we learned Merge Sort, which can sort an array in O(n log n) time. Quick Sort also uses the Divide and Conquer strategy, but it approaches the problem differently. Instead of…...

KnowledgeGate
knowledgegate.ai > blog > double-pointers-in-c-tutorial-with-examples

Double Pointers in C: Memory Model and Worked Examples

8+ hour, 37+ min ago   (317+ words) Exam prep & CS education Here, value stores 24, p stores the address of value, and pp stores the address of p. Use the state before the assignment to 81 and track one pointer level at a time. Meaning or value before mutation This…...

Medium
medium.com > @ebukambonu99 > how-the-web-actually-works-explained-by-someone-who-just-found-out-5eea6f99aa7c

How the Web Actually Works (Explained by Someone Who Just Found Out)

3+ hour, 57+ min ago   (222+ words) So normally everyone knows the routine. You open your browser, click the search bar, type in whatever you’re looking for, hit enter, and there it is, a bunch of results and even more than you asked for. I’ve done this…...

Medium
medium.com > @patrickkoss > the-compiler-is-the-only-thing-that-read-the-whole-change-7e3306769aa6

The Compiler Is the Only Thing That Read the Whole Change

7+ hour, 33+ min ago   (38+ words) I stopped writing most of my code, so slow builds became a cost I don’t pay and type errors became my review pass. Four apps, one Rust …...

Medium
medium.com > @apmishita > what-happens-after-you-hit-enter-36dbacedd455

What Happens After You Hit Enter?

8+ hour, 23+ min ago   (867+ words) The mental model I wish I had when I started learning how AI actually works Written with AI assistance for drafting and editing. AI has become strangely ordinary …...

Medium
medium.com > @bvsarathc06 > the-internet-is-held-together-by-systems-that-disagree-with-each-other-4b862b04499f

The Internet Is Held Together By Systems That Disagree With Each Other

9+ hour, 8+ min ago   (36+ words) Martin Kleppmann spent 600 pages explaining why that isn’t a bug. A few years ago, I ordered a cab. The app showed the driver …...