macharia.co.ke
69 subscribers
191 photos
19 videos
36 files
474 links
macharia.co.ke: Stay updated with daily links to quality articles and tutorials. Elevate your skills and stay ahead in this dynamic digital landscape. Let's create, learn, and grow together!
Download Telegram
Rewriting Project Claw Code

> Someone inside Anthropic, got switched to Adaptive reasoning mode
> Their Claude Code switched to Sonnet
> Committed the .map file of Claude Code
> Effectively leaking the ENTIRE CC Source Code
>
@realsigridjin
was tired after running 2 south korean hackathons in SF, saw the leak
> Rules in Korea are different, he cloned the repo, went to sleep
> Wakes up to 25K stars, and his GF begging him to take it down (she's a copyright lawyer)
> Their team decided - how about we have agents rewrite this in Python!? Surely... this is more legal
> Rewrite in Py
> Board a plane to SK🇰🇷
> One of the guys decides python is slow, is now rewriting ALL OF CLAUDE CODE into Rust.
> Anthropic cannot take down, cannot sue
> Is this "fair use?"
> TL;DR - we're about to have open source Claude Code in Rust

Follow the conversation.
Cognitive surrender” leads AI users to abandon logical thinking, research finds
Experiments show large majorities uncritically accepting “faulty” AI answers.
UI UX Pro Max

An AI skill that provides design intelligence for building professional UI/UX across multiple platforms and frameworks.
Stand out with a 3D logo.
Convert 2D to 3D in seconds.

Built by Ethan. Say hi on Twitter

#tools #finds #3D
Forwarded from Pavel Durov (Pavel Durov)
🤥 WhatsApp’s “encryption” may be the biggest consumer fraud in history — deceiving billions of users. Despite its claims, it reads users’ messages and shares them with third parties. Telegram has never done this — and never will 🤝
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Pavel Durov (Pavel Durov)
⚠️ WhatsApp’s “End-to-end encryption by default” claim is a giant consumer fraud.

📖 ~95% of private messages on WhatsApp end up in plain-text backups on Apple/Google servers — not E2E-encrypted. Backup encryption is optional, and few people enable it — let alone use strong passwords.

🔑Even if you encrypt your WhatsApp backups with a strong password, your messages still end up in unencrypted cloud backups — because 90%+ of the people you message haven’t done the same. Add the fact that WhatsApp stores and discloses who you chat with, and the picture is dire.

📤 Apple and Google disclose backed-up WhatsApp messages to third parties thousands of times per year. Meanwhile, Telegram hasn’t disclosed a single byte of users’ messages in its entire 12+ year history 💬
Please open Telegram to view this post
VIEW IN TELEGRAM
Inside Googlebot: demystifying crawling, fetching, and the bytes we process

The Google 2MB HTML Limit Is Now Official. Here Is Why Site Owners Should Care.


What does this mean for the bytes your server sends over the wire?

1. Partial fetching: If your HTML file is larger than 2MB, Googlebot doesn't reject the page. Instead, it stops the fetch exactly at the 2MB cutoff. Note that the limit includes HTTP request headers.

2. Processing the cutoff: That downloaded portion (the first 2MB of bytes) is passed along to our indexing systems and the Web Rendering Service (WRS) as if it were the complete file.

3. The unseen bytes: Any bytes that exist after that 2MB threshold are entirely ignored. They aren't fetched, they aren't rendered, and they aren't indexed.

4. Bringing in resources: Every referenced resource in the HTML (excluding media, fonts, and a few exotic files) will be fetched by WRS with Googlebot like the parent HTML. They have their own, separate, per-URL byte counter and don't count towards the size of the parent page.


How Googlebot accesses your site

#Googlebot #google #seo
You can test your own pages using the free G-Bot Limit Checker tool. It checks whether your page HTML fits within Google’s 2MB crawl limit. Takes two seconds.

Tool created by Charles Migaud.

#tools #finds #seo