Alpha School by Ciro Santilli 37 Updated +Created
The school's model is to offer two hours of academic learning each day using "AI tutors", while the rest of the day is dedicated to developing life skills
The founding lady has several other interesting schools e.g. gt.school:
We believe that kids do not need 12 years to finish school — they can accomplish so much more when given the environment and resources to do so
At GT School we’ve revolutionized the classroom by replacing traditional teachers with dedicated guides who serve as mentors
Pretty awesome.
Video 1.
2 Hour Learning Deep Dive by Alpha School
. Source.
Functional problem with array as input by Ciro Santilli 37 Updated +Created
Integer sequence by Ciro Santilli 37 Updated +Created
Symbolica by Ciro Santilli 37 Updated +Created
Rainbird Technologies by Ciro Santilli 37 Updated +Created
MacArthur Foundation by Ciro Santilli 37 Updated +Created
YouTube video downloader by Ciro Santilli 37 Updated +Created
Odile Crick by Ciro Santilli 37 Updated +Created
HackerRank by Ciro Santilli 37 Updated +Created
Many of the files appear to contain JavaScript functions in a format generated by Adobe Dreamweaver, making it almost certain that at least some of the websites were developed in that editor. This was first pointed out by Reddit user sq00q. Also note that the username spells "boobs" upside down in leet.
For example, starwarsweb.net contains the four following functions, first commented out which is funny and has some version comments:
function MM_swapImgRestore() { //v3.0
function MM_preloadImages() { //v3.0
function MM_findObj(n, d) { //v4.01
function MM_swapImage() { //v3.0
and then repeated on a body onload. Here MM_ stands for MacroMedia, and is mentioned e.g. at:
Doing:
git grep MM_swapImage | sed -r 's/\/.*//' | sort -u | wc
on github.com/cirosantilli/cia-2010-websites-dump currently gives 64 hits out of 421 websites.
The same signatures are also found on the early websites from 2004 such as alljohnny.com.
Sup!? (P2FK client) by Ciro Santilli 37 Updated +Created
Video 1.
Sup!? Buying, Listing and Offers by EMBII
. Source.
Trie by Ciro Santilli 37 Updated +Created
Sample implementations:
Ubuntu 25.04 by Ciro Santilli 37 Updated +Created
C++ format by Ciro Santilli 37 Updated +Created
C++ standard library by Ciro Santilli 37 Updated +Created
vscode freezes or crashes when opening a large folder by Ciro Santilli 37 Updated +Created
The issue appears to be that the file watcher goes out of control.
The reproduction is very simple:
mkdir mytest
cd mytest
seq 1000000 | xargs touch
code --disable-extensions .
and now the editor GUI hangs and Ubuntu shows a popup:
The window is not responding
htop reveals a bunch of processes or threads of type:
/snap/code/194/usr/share/code/code

There are unlisted articles, also show them or only show them.