• 8 Posts
  • 137 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle



  • The question isnt whether quantum computers have an advantage over regular computers (they pretty much always do for code cracking as the parallel superposition computation is some crazy shit that changes cryptography forever) instead the question is whether or not AES-256 is able to resist our current quantum compute and how long it can do that.

    Its a simple equation, as long as it takes longer than the lifespan of the universe to compute with our most powerful supercomputers its considered good encryption. However as computers get more powerful, the projected time decreases potentially to the point of human lifespan time frames. Thats when it becomes a problem and the standard fails.

    Currently AES is quantum resistant but it almost certainly won’t be forever. New standards are gonna need to be adopted at some point.



  • To be more precice the universe appears driven to expand and maximize its potential for representing or becoming new distinct states, using the least possible input. This is relates to complexity, microstate phase space, and computational cost to turn entropy into order.

    This theme runs from the Big Bang and the formation of the first particles, to stars creating complex atoms, to our planet forming and RNA assembling from a primordial soup. Its the expansion of potential and possibility.

    The universe’s ontology is one of maximizing the paths it can explore while minimizing the resources needed to make any specific outcome stable. This is the principle of least action, viewed through information theory and the expansion of phase space.

    RNA and DNA are perfect examples. They require very little matter to form. They are just complex enough to bootstrap life and create endless variation through mutation, which preserves a vast space of possibility. Yet they are not so complex that they could not arise from random chance in a primordial soup. They are seeds for unique actualization and complexity stratification at relatively little energy and matter cost paid while also keeping the door open to further new stated of becoming in the next iteration. It is an information-theoretic optimization tradeoff on which order and entropy interact, where their meeting boundaries create novel complex phenomenon.




  • Less danger than OPsec nerds hype up but enough of a concern you want at least a reverse proxy. The new FOSS replacement for cloudflare on the block is Anubis https://github.com/TecharoHQ/anubis, while Im not the biggest fan of seeing chibi anime funkopop girl thing wag its finger at me for a second or two as it test connection, I cannot deny the results seem effective enough that all the cool kids on the FOSS circle all are switching to it over cloudflare.

    I just learned how to get my first website and domain and stuff setup locally this summer so theres some network admin stuff im still figuring out. I don’t have any complex scripting or php or whatever so all the bots that try scanning for admin pages are never going to hit anything it just pollutes the logs. People are all nuts about scraping bots in current year but when I was a kid allowing your sites to be indexed and crawled was what let people discover it through engines, I don’t care if botnets scan through my permissively licensed public writing.




  • Thanks for sharing! It was a good read. They have good points for security and clarity revisions.

    A lot of Gemini spec choices were made to dissuade feature creep. Youre probably never going to do banking through Gemini but its also pretty much gaurenteed you’ll never need adblock either.

    Gemini is appealing from the perspective of novice self hosters. Its simple enough that most people can set up a simple server and publish on their site within a few hours. Its minimality enforces maximizing the most reading content for least bits used. 95% of modern webpages isnt even for reading or reference its all back end trackers and scripts and fancy CSS. Newswaffle shows just how bad it is.

    When I read through a gemtext capsule I get the impression I’m looking at something that was distilled into its most essential. No popups no adds no inline images or tracking scripts or complex page layouts. My computer connects to the server, I get back a page of text or an image of a zip file. Once and done.






  • I wrote my own set of tools in python that convert a simple gemtext formatted .gmi file into a static HTML file thats served by apache.

    I’m a big fan of the Gemini Protocol project and found that handwriting pages in gemtext was ideal for focusing on text content and not worrying about formatting. Converting it to HTML+CSS with some scripts is pretty easy.

    If anyone’s interested I can give a link, currently just hosting source locally on my website, really should get a public github running.