Do It by Code
54 subscribers
713 photos
100 videos
15 files
1.24K links
We uhhhhh... do things by coding them.
Download Telegram
The PlayCanvas Game engine, a game engine for 3D WebGPU and WebGL games is now fully open source (its web-editor wasn't open-source previously)

- Repository
- youtube introduction

#game_engine #js #ts
Spotify has implemented age verification by passport, mirroring Telegram's approach. This new rule, now active in the UK, requires users to upload a document photo and undergo facial scanning to avoid permanent account deletion. The move is a response to the "On Safe Internet" law, which introduced various restrictions.
The camera moves around the pear. There's quiet, relaxing music in the background.
A sandwich in Switzerland advertises “Recipe generated by AI” as a selling point, with Matrix-like visuals in the background


mfw we have to eat AI-slop as food soon in future 😭
1
DC2 bye bye

UPD: fixed.

UPD2: these sites are gone:
fragment.com
Instant View
*.stel.com
Apparently telegram's new "post search" feature (which is limited to 10 searches per day) has all (?) messages indexed
even messages sent at 2016
Forwarded from Tech & Leaks Zone
When TV doesn’t TV without internet
principal component analysis (PCA)

In short, PCA is a technique to reduce complexity and find the most important patterns in our data.

Imagine we have a huge spreadsheet with tons of columns (like tracking a person's height, weight, age, income, shoe size, etc.). It's a lot of information to look at all at once.

PCA is a way to simplify that complex data.

It squishes all those columns down into just a few new, special columns called "principal components." These new components are smart combinations of the original ones and are designed to capture the *most important* information.

Think of it like this:

* Making a smoothie: We start with lots of different fruits (strawberries, bananas, blueberries, mangoes). Instead of trying to taste each fruit separately, we blend them into a smoothie. The smoothie captures the main flavor profile of all the fruits combined. PCA is like making a "data smoothie."
* Summarizing a movie: Instead of describing every single scene (the original data), we just tell someone the main plot points (the principal components). We lose some minor details, but we get the main story across much more efficiently.

what's it used for?

It's used all over the place!
* Machine Learning: To make it easier and faster for computers to find patterns.
* Image Recognition: To simplify images so a computer can recognize faces or objects.
* Finance: To find the main factors that influence the stock market.
Forwarded from HackerNews Summary
The /o in Ruby regex stands for "oh the humanity "

🔸The /o regex modifier in Ruby causes a regular expression to be evaluated only once, even if it's inside an instance method or loop, due to the once instruction in the Ruby VM. This can lead to non-deterministic behavior and thread safety issues, making it generally not recommended to use the /o modifier.

02 Aug 2025

💬 comments
🌍 @hackernews_summary