Found 52 bookmarks
Custom sorting
Fixing a Quest 2 that thinks it's in 2037, using SideQuest
Fixing a Quest 2 that thinks it's in 2037, using SideQuest

By the looks of things update 37 has caused problems for some (including me) where the Quest decides it's in 2037. After that the Wi-Fi connection looks like it has limited Internet and few things that need a connection work well.

The fix, other than a factory reset, is to set the time by hand; which the Quest 2 won't let you do. So... SideQuest to the rescue!

·forums.oculusvr.com·
Fixing a Quest 2 that thinks it's in 2037, using SideQuest
(How to Write a (Lisp) Interpreter (in Python))
(How to Write a (Lisp) Interpreter (in Python))
This page has two purposes: to describe how to implement computer language interpreters in general, and in particular to build an interpreter for most of the Scheme dialect of Lisp using Python 3 as the implementation language. I call my language and interpreter Lispy (lis.py). Years ago, I showed how to write a semi-practical Scheme interpreter Java and in in Common Lisp). This time around the goal is to demonstrate, as concisely and simply as possible, what Alan Kay called "Maxwell's Equations of Software."
·norvig.com·
(How to Write a (Lisp) Interpreter (in Python))