How can anyone still support this Israeli govt when psychopathic monsters like Ben Gvir are ministers in it, advocating genocide in Lebanon? Disgusting.
A 2009 PHP app on bare metal serves 12,000 requests/min on 384MB RAM.
Meanwhile, our modern React/Node.js rewrite needs 4GB just to start.
15 years of "progress" and we're using 10x more memory for the same functionality.
What happened to efficiency?
Holy shit... someone built a free portable tool that activates Windows, kills the bloatware, and shuts down every telemetry service Microsoft buried in your OS.
It's called GTweak. One .exe file. No install. No subscription. You download it, run it, and your Windows is finally yours.
Every "Windows debloater" before this made you pick one trade-off. Activate but keep the spyware. Debloat but lose update control. Disable telemetry but break Defender toggles. GTweak does all of it inside a single portable executable.
Here's what makes it different from every Windows tweaker that came before:
→ HWID + KMS activation built in, no sketchy batch scripts, no Massgrave links, no PowerShell one-liners pasted from a Reddit thread
→ Removes Cortana, Copilot, Recall, OneDrive, Edge, and every pre-installed UWP app on Windows 10 and 11 in one click
→ Disables keyloggers and telemetry across Windows and NVIDIA including the data collection tasks hiding in Task Scheduler that nobody talks about
→ Blocks Microsoft's shadow domains at the hosts file AND firewall level so the OS literally cannot phone home
→ Disables Defender, SmartScreen, Antimalware, VBS, and UAC with proper toggles instead of registry hacks that break on the next update
→ Pauses Windows Updates entirely and wipes the cached update files Microsoft refuses to let you delete
→ Kills Teredo, ISATAP, and IPv6 along with the diagnostic services running silently in the background
→ Activates the hidden Ultimate Performance power plan and fixes the Realtek audio delay bug nobody at Microsoft has patched in 5 years
→ Runs custom .ps1, .cmd, .bat, .reg scripts with TrustedInstaller privileges, the highest permission level Windows has
→ Built-in hardware monitor, NTFS compression, RAM cleaner, and secure Windows.old wipe
Killed: $30 Windows 11 Pro keys, every "debloat script" repo with 47 forks and no maintenance, the $5/mo "PC optimizer" garbage running on YouTube ads.
Works on every official Windows build since 10 (18362.116). One .NET Framework 4.8 dependency that's already on your machine.
BSD 3-Clause License. 100% Opensource.
You can pin a chat scroller to the bottom with CSS 𝚘𝚟𝚎𝚛𝚏𝚕𝚘𝚠-𝚊𝚗𝚌𝚑𝚘𝚛, without having to use MutationObserver or 𝚜𝚌𝚛𝚘𝚕𝚕𝚃𝚘() functions
<𝚍𝚒𝚟 𝚒𝚍="𝚜𝚌𝚛𝚘𝚕𝚕𝚎𝚛">
...
...
<𝚍𝚒𝚟 𝚒𝚍="𝚊𝚗𝚌𝚑𝚘𝚛"></𝚍𝚒𝚟>
</𝚍𝚒𝚟>
#𝚜𝚌𝚛𝚘𝚕𝚕𝚎𝚛 * { 𝚘𝚟𝚎𝚛𝚏𝚕𝚘𝚠-𝚊𝚗𝚌𝚑𝚘𝚛: 𝚗𝚘𝚗𝚎; }
#��𝚗𝚌𝚑𝚘𝚛 { 𝚘𝚟𝚎𝚛𝚏𝚕𝚘𝚠-𝚊𝚗𝚌𝚑𝚘𝚛: 𝚊𝚞𝚝𝚘; 𝚑𝚎𝚒𝚐𝚑𝚝: 𝟷𝚙𝚡; }
Browsers run scroll anchoring by default to prevent layout shifts
Disable it on children, re-enable it on a 1px anchor at the end and the scroll follows new content down on its own
ChatGPT’s new image model can take in a picture of a house and “generate an entire floor plan”
It blows every single other image model out of the water.
I’ve been trying it all day and here are 10 unbelievable things it can do:
1/11
Your brand new Windows laptop came with dozens of apps you never asked for.
- Ads in your Start menu.
- Telemetry tracking every click.
- Bing hijacking your search bar.
- Microsoft Copilot you can't turn off.
- Recall taking screenshots of everything you do.
One script removes all of it.
It's called Win11Debloat.
Not a sketchy optimizer from a pop-up ad. A lightweight PowerShell script that strips Windows down to what it should have been from the start.
Here's what it removes:
→ Bloatware apps — Candy Crush, TikTok, Instagram, Clipchamp, Teams, and dozens more
→ Telemetry — diagnostic data, activity history, app-launch tracking, targeted ads
→ Ads — tips, tricks, suggestions in Start menu, Settings, notifications, and lock screen
→ Bing — removed from Windows search, your search bar searches your computer again
→ Microsoft Copilot — disabled and removed
→ Windows Recall — the AI that screenshots everything you do, disabled
→ Edge clutter �� ads, suggestions, and MSN news feed, disabled
Everything that actually works stays. Your apps. Your files. Your settings. Nothing breaks.
One command. That's it. Your laptop is clean.
Works on Windows 10 AND Windows 11.
Microsoft spent years adding things to Windows that nobody wanted. This script spent years removing them.
43,800+ stars on GitHub. MIT Licensed.
100% Open Source.
(Link in the comments)
someone built a tool that turns any google maps link into a fully 3d gaussian splat.
you just paste the url and it generates an immersive 3d scene instantly.
it’s 100% free..
That said - it seems what Angular currently doing is (1) bundle with esbuild and then (2) optionally apply chunk optimization with Rollup?
If that's the case, the best long-term option would be to replace both with Rolldown, which covers full esbuild feature parity AND offers better chunk control at the same time. Rolldown also outputs smaller bundles than esbuild.
@framer is switching from esbuild to Rolldown for this exact reason and are seeing much improved chunking and loading perf.