Entertainment

Blocked

🔥 Read this insightful post from Hacker News đź“– đź“‚ Category: 📌 Key idea: Blocked Your request has been blocked due to a network policy. Try logging in or creating an account here to get back to browsing. If you're running a script or application, please register or sign in with your developer credentials here. Additionally make sure your User-Agent is not empty and is something unique and descriptive and try again. if you're supplying an alternate User-Agent string, try changing back to default as that can sometimes result in a block. You can read Reddit's Terms of Service here.…
Read More
Google Online Security Blog: HTTPS by default

Google Online Security Blog: HTTPS by default

🚀 Discover this trending post from Hacker News đź“– đź“‚ Category: đź’ˇ Here’s what you’ll learn: One year from now, with the release of Chrome 154 in October 2026, we will change the default settings of Chrome to enable “Always Use Secure Connections”. This means Chrome will ask for the user's permission before the first access to any public site without HTTPS. The “Always Use Secure Connections” setting warns users before accessing a site without HTTPS Chrome Security's mission is to make it safe to click on links. Part of being safe means ensuring that when a user types a…
Read More

Keep Android Open | Web site for keepandroidopen.org

🚀 Check out this awesome post from Hacker News đź“– đź“‚ Category: âś… Here’s what you’ll learn: In August 2025, Google announced that starting next year, it will no longer be possible to develop apps for the Android platform without first registering centrally with Google. This registration will involve: Paying a fee to Google Agreeing to Google’s Terms and Conditions Providing government identification Uploading evidence of an app’s private signing key Listing all current and future application identifiers Some actions you can take to help oppose the enactment of this policy are: Sign the Open Letter European Union United States…
Read More
Who needs Graphviz when you can build it yourself?

Who needs Graphviz when you can build it yourself?

🔥 Discover this insightful post from Hacker News đź“– đź“‚ Category: 📌 Main takeaway: We recently overhauled our internal tools for visualizing the compilation of JavaScript and WebAssembly. When SpiderMonkey’s optimizing compiler, Ion, is active, we can now produce interactive graphs showing exactly how functions are processed and optimized. You can play with these graphs right here on this page. Simply write some JavaScript code in the test function and see what graph is produced. You can click and drag to navigate, ctrl-scroll to zoom, and drag the slider at the bottom to scrub through the optimization process. As you…
Read More
ecky-l/wacl: A Tcl distibution for WebAssembly or Javascript

ecky-l/wacl: A Tcl distibution for WebAssembly or Javascript

🚀 Check out this insightful post from Hacker News đź“– đź“‚ Category: đź’ˇ Key idea: A Tcl distribution for WebAssembly or Javascript This is a Tcl distribution for WebAssembly (webassembly.org). It enables Web developers to embed a Tcl interpreter in the browser and integrate Tcl with JavaScript. It enables Tcl developers to use their tools and language of choice to create client side web applications. It enables all developers to reuse a great and (over decades) grown code base of useful packages and scripts, such as Tcllib, to be used in web browsers. It is an extension of the Emtcl…
Read More
Mapping the off-target effects of every FDA-approved drug in existence (EvE Bio)

Mapping the off-target effects of every FDA-approved drug in existence (EvE Bio)

🔥 Read this insightful post from Hacker News đź“– đź“‚ Category: 📌 Main takeaway: Note: Thank you to Bill Busa, CEO and co-founder of EvE Bio, for an extremely helpful discussion while working on this essay.This essay is long, and I recognize that many people don’t necessarily care about the details. The real headline point you need to be aware of is this dataset, which was produced by EvE Bio underneath a CC-NA license, and is a comprehensive mapping of the interactions between a significant fraction of clinically important human cellular receptors and 1,600~ FDA-approved drugs. I strongly believe that…
Read More
Why do some radio towers blink?

Why do some radio towers blink?

🔥 Check out this must-read post from Hacker News đź“– đź“‚ Category: đź’ˇ Main takeaway: One day on my drive home, I saw three towers. One of them had a bunch of blinking white lights, another one had red lights that kind of faded in and out, and the third one, well, it wasn't doing anything. I'm lucky to have a radio engineer for a dad, so Dad: why do some towers blink? Joe: Well, blinking I would call like the way you described it, "flashing", "white light", or "strobe". All these lights are to aid pilots and air traffic.…
Read More
Database backups, dump files and restic • The Ongoing Struggle

Database backups, dump files and restic • The Ongoing Struggle

🚀 Discover this trending post from Hacker News đź“– đź“‚ Category: đź’ˇ Here’s what you’ll learn: In the previous article about rethinking my backups I had a TODO item regarding moving away from using intermediary dumps of database content. Here's some notes about that. The old way What I used to do in order to back up some MariaDB databases for example was to have a script something like this called regularly: set -euf set -o pipefail umask 0066 /usr/bin/mysqldump \ --defaults-extra-file=/etc/mysql/backup_credentials.cnf \ --single-transaction \ --databases mysql dss_wp dev_dss_wp \ | /bin/gzip --best --rsyncable -c \ > /srv/backup/mariadb/all.sql.gz.new \ &&…
Read More
New Release: Tor Browser 15.0

New Release: Tor Browser 15.0

✨ Explore this insightful post from Hacker News đź“– đź“‚ Category: âś… Here’s what you’ll learn: Tor Browser 15.0 is now available from the Tor Browser download page and distribution directory. This is our first stable release based on Firefox ESR 140, incorporating a year's worth of changes that have been shipped upstream in Firefox. As part of this process, we've also completed our annual ESR transition audit, where we reviewed and addressed around 200 Bugzilla issues for changes in Firefox that may negatively affect the privacy and security of Tor Browser users. Our final reports from this audit are…
Read More

A memory-safe C implementation [LWN.net]

🚀 Discover this awesome post from Hacker News đź“– đź“‚ Category: âś… Key idea: By Daroc AldenOctober 28, 2025 Fil-C is a memory-safe implementation of C and C++ that aims to let C code — complete with pointer arithmetic, unions, and other features that are often cited as a problem for memory-safe languages — run safely, unmodified. Its dedication to being "fanatically compatible" makes it an attractive choice for retrofitting memory-safety into existing applications. Despite the project's relative youth and single active contributor, Fil-C is capable of compiling an entire memory-safe Linux user space (based on Linux From Scratch), albeit…
Read More