Home by richard clayderman 0 Updated +Created
Welcome to my home page!
Test data 2 by cirosantilli2 0 Updated +Created 2025-04-18
Open source racing game by Ciro Santilli 37 Updated +Created
Rigs of Rods 2022.12 had some promise as a fun simulator, and seems to have multiplayer and a way to find user created content online. But it is just too cluncky to get started with.
God can't we just have something that runs and is mildly fun to play with already?
github.com/pmndrs/racing-game finally seems to have the focus of being immediately fun. And it runs on browser. But the physics are completely broken, you go through the floor basically everywhere, and going over any bump sends you flying no matter your speed.
Home by Jimmy Winston 0 Updated +Created
Welcome to my home page!
RECLAIM MY LOSSES REVIEWS HIRE DUNAMIS CYBER SOLUTION by springwilli 0 Updated +Created
I have always taken a security-first approach with my Bitcoin. That's why I put my hardware wallet in a fireproof safe-because you never know. Turned out I should have been even more paranoid.
A few months ago, a fire took hold in my house. I lost nearly everything: the electronics, furniture, irreplaceable memorabilia. But when I dug through the remains, there it was: my Ledger hardware wallet, somehow intact. I held it up like some sort of post-apocalyptic movie scene, thinking, "At least my Bitcoin survived."
But then, fate was not quite done with me: when I powered it on, it showed no signs of life whatsoever. The heat had fried the internal chip, and all I had was a melted, lifeless brick. That's when I realized my entire 680,000 worth of crypto in just days.
If your hardware wallet is damaged, dead, or seems irreparable, please do not give up. Just call DUNAMIS CYBER SOLUTION. They really did pull off some sort of high-stakes rescue operation on my behalf, and believe me, it was the stuff of legend.
Dunamiscyber@solution4u.com
+13433030545
Home by springwilli 0 Updated +Created
Welcome to my home page!
Jeff Hawkins by Ciro Santilli 37 Updated +Created
On Intelligence by Ciro Santilli 37 Updated +Created
Cortical minicolumn by Ciro Santilli 37 Updated +Created
Some believe this to be a fundamental unit of the human brain.
CIA 2010 covert communication websites / JAR reverse engineering by Ciro Santilli 37 Updated +Created
TODO it would be cool to have a look at the JARs and see if they have anything in common that makes for a good fringerprint. Would not help find new ones, but would help to confirm possible hits.
The most advanced reverse engineering effort so far has been by GitHub user quat1024, an undergratuate student at Ohio State University, Minecraft modding extraordinaire and furry afficionado. Minecraft is written in Java, which may partly explains his Java skills.He managed to deobfuscate the strings present inthe JARs using Enigma, possibly github.com/FabricMC/Enigma, a Java reverse engineering tool. Cool findings on web.archive.org/web/20110208072027/http://newsupdatesite.com/update.jar include:
  • applet.configs1 deobfuscated contains a date:
     Fri Feb 05 12:04:29 EST 2010
    Also cool is the present of a timeszone, "EST" unsurprisingly.
.
./c
./c/b
./c/b/b.class
./c/b/c.class
./c/b/d.class
./c/b/a
./c/b/a/a.class
./c/b/a/b.class
./c/b/a/c.class
./c/b/a/d.class
./c/a
./c/a/a.class
./c/a/b.class
./c/a/c.class
./b
./b/a
./b/a/a
./b/a/a/e.class
./b/a/a/f.class
./b/a/a/a.class
./b/a/a/b.class
./b/a/a/g.class
./b/a/a/c.class
./b/a/a/d.class
./META-INF
./META-INF/MANIFEST.MF
./a
./a/cre
./a/a
./a/a/b
./a/a/b/a.class
./a/a/a
./a/a/a/e.class
./a/a/a/applet.configs
./a/a/a/b
./a/a/a/b/e.class
./a/a/a/b/f.class
./a/a/a/b/b.class
./a/a/a/b/g.class
./a/a/a/b/c.class
./a/a/a/b/d.class
./a/a/a/b/a
./a/a/a/b/a/a.class
./a/a/a/b/a/b.class
./a/a/a/b/a/c.class
./a/a/a/c.class
./a/a/a/d.class
./a/a/a/a
./a/a/a/a/a.class
so it is fully obfuscated.
./META-INF/MANIFEST.MF
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 1.5.0_17-b04 (Sun Microsystems Inc.)
Other files whose existence might help to fingerprint include:
  • a/a/a/applet.configs
  • empty a/cre
A quick:
find . -type f | xargs strings | sort -u
does not reveal any obvious cryptography calls.
web.archive.org/web/20110207204640/http://flyingtimeline.com/aircraft.jar is very similar looking. META-INF/MANIFEST.MF is identical:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 1.5.0_17-b04 (Sun Microsystems Inc.)
web.archive.org/web/20110202185659/http://differentviewtoday.com/bwm.jar is a bit different with tree:
META-INF/MANIFEST.MF
a/a.class
b/a/a/a.class
b/a/a/b.class
b/a/a/c.class
b/a/b/a.class
b/a/b/b.class
b/a/b/c.class
b/a/b/d.class
b/a/b/e.class
b/a/bw.properties
b/a/c.class
c/a/a/a.class
c/a/a/b.class
c/a/a/c.class
c/a/a/d.class
c/a/b.class
c/a/c.class
c/a/d.class
c/a/e.class
c/b/a.class
c/b/b.class
c/b/c.class
and:
META-INF/MANIFEST.MF
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 1.5.0_12-b04 (Sun Microsystems Inc.)
Susan Wojcicki by Ciro Santilli 37 Updated +Created
Hierarchical temporal memory by Ciro Santilli 37 Updated +Created
Video 1.
HTM Overview (Episode 0) by Numenta
. Source.
Numenta employee by Ciro Santilli 37 Updated +Created
Cortical column by Ciro Santilli 37 Updated +Created
Neocortex by Ciro Santilli 37 Updated +Created
Allocortex by Ciro Santilli 37 Updated +Created
The part of the cerebral cortex that is not the neocortex.
Cerebral cortex by Ciro Santilli 37 Updated +Created

Pinned article: ourbigbook/introduction-to-the-ourbigbook-project

Welcome to the OurBigBook Project! Our goal is to create the perfect publishing platform for STEM subjects, and get university-level students to write the best free STEM tutorials ever.
Everyone is welcome to create an account and play with the site: ourbigbook.com/go/register. We belive that students themselves can write amazing tutorials, but teachers are welcome too. You can write about anything you want, it doesn't have to be STEM or even educational. Silly test content is very welcome and you won't be penalized in any way. Just keep it legal!
We have two killer features:
  1. topics: topics group articles by different users with the same title, e.g. here is the topic for the "Fundamental Theorem of Calculus" ourbigbook.com/go/topic/fundamental-theorem-of-calculus
    Articles of different users are sorted by upvote within each article page. This feature is a bit like:
    • a Wikipedia where each user can have their own version of each article
    • a Q&A website like Stack Overflow, where multiple people can give their views on a given topic, and the best ones are sorted by upvote. Except you don't need to wait for someone to ask first, and any topic goes, no matter how narrow or broad
    This feature makes it possible for readers to find better explanations of any topic created by other writers. And it allows writers to create an explanation in a place that readers might actually find it.
    Figure 1.
    Screenshot of the "Derivative" topic page
    . View it live at: ourbigbook.com/go/topic/derivative
  2. local editing: you can store all your personal knowledge base content locally in a plaintext markup format that can be edited locally and published either:
    This way you can be sure that even if OurBigBook.com were to go down one day (which we have no plans to do as it is quite cheap to host!), your content will still be perfectly readable as a static site.
    Figure 5. . You can also edit articles on the Web editor without installing anything locally.
    Video 3.
    Edit locally and publish demo
    . Source. This shows editing OurBigBook Markup and publishing it using the Visual Studio Code extension.
  3. https://raw.githubusercontent.com/ourbigbook/ourbigbook-media/master/feature/x/hilbert-space-arrow.png
  4. Infinitely deep tables of contents:
    Figure 6.
    Dynamic article tree with infinitely deep table of contents
    .
    Descendant pages can also show up as toplevel e.g.: ourbigbook.com/cirosantilli/chordate-subclade
All our software is open source and hosted at: github.com/ourbigbook/ourbigbook
Further documentation can be found at: docs.ourbigbook.com
Feel free to reach our to us for any help or suggestions: docs.ourbigbook.com/#contact