Daemon Silverstein

I’m just a spectre out of the nothingness, surviving inside a biological system.

  • 0 Posts
  • 19 Comments
Joined 3 months ago
cake
Cake day: August 17th, 2024

help-circle







  • I try to find some books regarding occult knowledge. I read them until the dusk (I’ll possibly also try to find candles as well as functional matches).

    When dusk arrives, I start to do something else: I’m seeing a feather pen, so it implies that there’s tint somewhere, possibly black tint as the feather’s base is slightly stained in black. I push away those chairs and the table, I roll away that carpet, then I try to draw a big perfect circle on the floor (possibly using that ladder as an improvised drawing compass. Inside the circle, I draw the alchemical symbol for Saturn, perfectly centered over a diametric horizontal line (therefore, an underlined Saturn symbol). I draw six specific letters outside and around the circle, spaced exactly 60 degrees. Then I take that red notebook over the desk, and I start writing:

    “Regina noctis, Dea dearum, Thine is my soul.” along with other sensitive content that involves a red liquid.

    Then I place the red covered notebook exactly in the middle of the circle. I recite a specific Enochian mantra and I wait until a shivering presence starts.






  • Websites from alternative networks such as Onion, Freenet, I2P and GNUnet, where speed and privacy are a must-have. Onion webchats, for example, uses neverending-loading with iframes/HTML frames (and another frame/iframe with a standard HTML form), so to not depend on JS.

    At the surface web (clearnet), however, it’s harder to find. Even the remaining old sites, from blogosphere and personal tilde websites (those whose URL contained a tilde “~” followed by an username) have some degree of JS.







  • Dev here. Javascript engines (especially Chromium) have a memory limit (as per performance.memory.jsHeapSizeLimit), in best case scenarios, 4GB max. LocalStorage and SessionStorage (JS features that would be used to store the neural network weights and training data) have even lower limits. While I fear that locally AI-driven advertisement could happen in a closer future, it’s not currently technically feasible in current Chromium (Chrome, Vivaldi, Edge, Opera, etc) and Gecko (Firefox) implementations.