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

help-circle
  • SmokeyDope@lemmy.worldtoMemes@sopuli.xyzCovers the bases
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    5 days ago

    When I was a teen some of the girls I knew had such big lady boners for the main cast of supernatural ad sherlock Holmes. I never understood why.

    Going by the Venn diagram, ive now come to the conclusion that theres something about homoerotic baiting between two grizzled depressed dad archetypes that really fires the neurons and gets the hormones going for some ladies.




  • 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.