home.social

#smolnet — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #smolnet, aggregated by home.social.

  1. "Before search engines, though, existed older, more powerful discovery methods, curated by humans for our benefit; these systems and networks still exist, but they seem hidden from the view of the mainstream web.

    Let’s take a look at the secret web, the festival of personal expression and idea sharing happening below the surface, out of the mainstream view, spearheaded by people like you and me."

    blog.clew.se/posts/secret-web/

    #internet #web #smallweb #smolnet #indieweb #blogging

  2. "Before search engines, though, existed older, more powerful discovery methods, curated by humans for our benefit; these systems and networks still exist, but they seem hidden from the view of the mainstream web.

    Let’s take a look at the secret web, the festival of personal expression and idea sharing happening below the surface, out of the mainstream view, spearheaded by people like you and me."

    blog.clew.se/posts/secret-web/

    #internet #web #smallweb #smolnet #indieweb #blogging

  3. I've worked on snurl a lot over the last few days. Some updates:

    - The CLI has flags for redirects and input now.
    - Logging!
    - WolfSSL is partially implemented. I need to compile a custom version of it for it to fully work.

    codeberg.org/liberty/snurl/

    Next on the list:
    - Completing WolfSSL support
    - Getting Zig's built-in TLS library working

    Then I think I'll be ready for a first release!

    There is still more to work on, but considering my next school quarter is starting on Monday, that's probably all I'm going to be able to do for now.

    #smolnet #geminiprotocol

  4. I've worked on snurl a lot over the last few days. Some updates:

    - The CLI has flags for redirects and input now.
    - Logging!
    - WolfSSL is partially implemented. I need to compile a custom version of it for it to fully work.

    codeberg.org/liberty/snurl/

    Next on the list:
    - Completing WolfSSL support
    - Getting Zig's built-in TLS library working

    Then I think I'll be ready for a first release!

    There is still more to work on, but considering my next school quarter is starting on Monday, that's probably all I'm going to be able to do for now.

    #smolnet #geminiprotocol

  5. Working on a little tool for fetching pages on the smolnet codeberg.org/liberty/snurl/

    It currently supports Gopher, Spartan, and Finger, with Gemini in the works.

    #geminiprotocol #smolnet #gopher

  6. Working on a little tool for fetching pages on the smolnet codeberg.org/liberty/snurl/

    It currently supports Gopher, Spartan, and Finger, with Gemini in the works.

    #geminiprotocol #smolnet #gopher

  7. "The first thing to do is to install a Gemini client. A Gemini client is like a web browser, except instead of browsing the web, it browses Geminispace. There are at least a couple of Gemini clients available for most platforms..."

    geminiquickst.art/

    via 82mhz.net/

    #smallweb #smolnet #gemini

  8. "The first thing to do is to install a Gemini client. A Gemini client is like a web browser, except instead of browsing the web, it browses Geminispace. There are at least a couple of Gemini clients available for most platforms..."

    geminiquickst.art/

    via 82mhz.net/

    #smallweb #smolnet #gemini

  9. "One of the biggest draws of the #IndieWeb for me is the decentralization of the Internet. The entire point is to stop the erosion of the Internet from being a handful of bad-faith, extractive corporate social media platforms.

    But at the end of the day, we're still all using the same Internet, aren't we? The same handful of browsers, the same frameworks and engines. We can take this a step further, and we can interface with the Internet in ways that don't involve going to websites that start with https://"

    brennan.day/gemini-gophers-and

    #smallweb #smolnet #blogging #internet

  10. "One of the biggest draws of the #IndieWeb for me is the decentralization of the Internet. The entire point is to stop the erosion of the Internet from being a handful of bad-faith, extractive corporate social media platforms.

    But at the end of the day, we're still all using the same Internet, aren't we? The same handful of browsers, the same frameworks and engines. We can take this a step further, and we can interface with the Internet in ways that don't involve going to websites that start with https://"

    brennan.day/gemini-gophers-and

    #smallweb #smolnet #blogging #internet

  11. You can also do this with (the more powerful) XSLT styling.

    I.e., the HTTP 'Link' response header can be a way of letting you create small-net type XHTML (as a document) without XLST — while letting you add style using XLST, and even change it (without editing the XHTML file).

    Ex:

    Link: <example.com/styles.xsl>; rel=preload; as=style, <example.com/styles.xsl>; rel=stylesheet

    (Note, URLs above should have URL scheme.)

    #html #http #smallNet #smallWeb #smolNet #smolWeb #xsl #xslt

  12. You can also do this with (the more powerful) XSLT styling.

    I.e., the HTTP 'Link' response header can be a way of letting you create small-net type XHTML (as a document) without XLST — while letting you add style using XLST, and even change it (without editing the XHTML file).

    Ex:

    Link: <example.com/styles.xsl>; rel=preload; as=style, <example.com/styles.xsl>; rel=stylesheet

    (Note, URLs above should have URL scheme.)

    #html #http #smallNet #smallWeb #smolNet #smolWeb #xsl #xslt

  13. The HTTP 'Link' response header can be a way of letting you create small-net type HTML (as a document) without CSS — while letting you add style using CSS, and even change it (without editing the HTML file).

    Ex:

    Link: <example.com/styles.css>; rel=preload; as=style, <example.com/styles.css>; rel=stylesheet

    (Note, URLs above should have URL scheme.)

    #html #http #smallNet #smallWeb #smolNet #smolWeb #css

  14. The HTTP 'Link' response header can be a way of letting you create small-net type HTML (as a document) without CSS — while letting you add style using CSS, and even change it (without editing the HTML file).

    Ex:

    Link: <example.com/styles.css>; rel=preload; as=style, <example.com/styles.css>; rel=stylesheet

    (Note, URLs above should have URL scheme.)

    #html #http #smallNet #smallWeb #smolNet #smolWeb #css

  15. The Finger Protocol seems to have had an alternative unofficial TCP-port, other than TCP-port 79.

    TCP-port 2003

    It was used by GNU cfinger.

    TCP-port 2003 would not typically require 'root' privileges — in systems that require 'root' privileges for TCP-ports less-than 1024.

    #FingerProtocol #Fingerverse #FingerHole #smallNet #smallWeb #smolNet #smolWeb

  16. The Finger Protocol seems to have had an alternative unofficial TCP-port, other than TCP-port 79.

    TCP-port 2003

    It was used by GNU cfinger.

    TCP-port 2003 would not typically require 'root' privileges — in systems that require 'root' privileges for TCP-ports less-than 1024.

    #FingerProtocol #Fingerverse #FingerHole #smallNet #smallWeb #smolNet #smolWeb

  17. Advice for people on the #smolnet.

    I’ve seen far too many people complaining they have no feedback about their writing but I simply cannot reach them!

    - Put an email contact in an obvious place. Too often, it feels like a quest to find your email.

    - Be sure that your email works. No, seriously. I’ve several cases of server returning an error.

    - If you don’t want to receive emails, write it explicitely so I don’t spend my time looking for your address.

    #gemini #geminiprotocol

  18. Advice for people on the #smolnet.

    I’ve seen far too many people complaining they have no feedback about their writing but I simply cannot reach them!

    - Put an email contact in an obvious place. Too often, it feels like a quest to find your email.

    - Be sure that your email works. No, seriously. I’ve several cases of server returning an error.

    - If you don’t want to receive emails, write it explicitely so I don’t spend my time looking for your address.

    #gemini #geminiprotocol

  19. Si vous voulez soumettre votre site web, blog, curation pour être publié dans l'Internet Phone Book, c'est par ici (sur le bouton jaune):

    internetphonebook.net/

    Une chouette initiative pour le "Smolnet" et un objet original.

    PS: Essayez le "dial-a-site" en bas de page, c'est cool.

    #smolnet #smolweb #curation

  20. Si vous voulez soumettre votre site web, blog, curation pour être publié dans l'Internet Phone Book, c'est par ici (sur le bouton jaune):

    internetphonebook.net/

    Une chouette initiative pour le "Smolnet" et un objet original.

    PS: Essayez le "dial-a-site" en bas de page, c'est cool.

    #smolnet #smolweb #curation

  21. Perhaps one way a small-net browser client could enable people writing HTML to create nicer looking documents (without all the complexities of CSS) is —

    By supporting the following attributes on the HTML <body> element:

    <body
    bgcolor="#141413"
    text="#FAF9F5"
    link="#FFFFFF"
    vlink="#DDDDDD"
    alink="#FF0000"
    background="stars.png"
    bgproperties="fixed"
    >

    #HTML #SmallNet #SmallWeb #SmolNet #SmallWeb #WorldWideWeb

  22. Perhaps one way a small-net browser client could enable people writing HTML to create nicer looking documents (without all the complexities of CSS) is —

    By supporting the following attributes on the HTML <body> element:

    <body
    bgcolor="#141413"
    text="#FAF9F5"
    link="#FFFFFF"
    vlink="#DDDDDD"
    alink="#FF0000"
    background="stars.png"
    bgproperties="fixed"
    >

    #HTML #SmallNet #SmallWeb #SmolNet #SmallWeb #WorldWideWeb

  23. Places to telnet: A list of telnet servers and fun destinations.

    > The text based internet can be exciting, informative, and fun. Using telnet, you can access a variety of these resources on the internet.

    telnet.org/htm/places.htm

    #smolnet #telnet #retrocomputing

  24. Places to telnet: A list of telnet servers and fun destinations.

    > The text based internet can be exciting, informative, and fun. Using telnet, you can access a variety of these resources on the internet.

    telnet.org/htm/places.htm

    #smolnet #telnet #retrocomputing

  25. Perhaps a "modernized" small-net / small-web version of XUL that incorporated lessons from spreadsheets —

    Would let you "draw" the UI using the box-drawing characters, like from the DOS and Terminal eras.

    And then, a small-net /small-web browser / app-runner could render these natively as mobile-phone UIs and desktop-computer UIs.

    #GeminiProtocol #MercuryProtocol #SmallNet #SmallWeb #SmolNet #SmolWeb

  26. Perhaps a "modernized" small-net / small-web version of XUL that incorporated lessons from spreadsheets —

    Would let you "draw" the UI using the box-drawing characters, like from the DOS and Terminal eras.

    And then, a small-net /small-web browser / app-runner could render these natively as mobile-phone UIs and desktop-computer UIs.

    #GeminiProtocol #MercuryProtocol #SmallNet #SmallWeb #SmolNet #SmolWeb

  27. Perhaps a "modernized" small-net / small-web version of XUL that incorporated lessons from spreadsheets —

    • would provide a grid-first layout (while still allowing for other layouts)
    • would support formulas/code in the same place data can go
    • would support ways to allow the user to "draw" the UI

    #GeminiProtocol #MercuryProtocol #SmallNet #SmallWeb #SmolNet #SmolWeb

  28. Perhaps a "modernized" small-net / small-web version of XUL that incorporated lessons from spreadsheets —

    • would provide a grid-first layout (while still allowing for other layouts)
    • would support formulas/code in the same place data can go
    • would support ways to allow the user to "draw" the UI

    #GeminiProtocol #MercuryProtocol #SmallNet #SmallWeb #SmolNet #SmolWeb

  29. What else could a "modernized" small-net / small-web app format learn from?

    A LOT of non-programmers create applications using spreadsheets.

    What could we learn from them?

    #GeminiProtocol #MercuryProtocol #SmallNet #SmallWeb #SmolNet #SmolWeb

  30. What else could a "modernized" small-net / small-web app format learn from?

    A LOT of non-programmers create applications using spreadsheets.

    What could we learn from them?

    #GeminiProtocol #MercuryProtocol #SmallNet #SmallWeb #SmolNet #SmolWeb

  31. mastodon.social/@reiver/116458

    Perhaps a "modernized" small-net / small-web version of XUL —

    • would focus on intent
    • would be declarative
    • would have a simplified syntax (relative to XUL)
    • would have high-level UI primitives
    • would have reactive data bindings
    • would aim for portability
    • would be sandboxed by default
    • would be adaptive by design

    #GeminiProtocol #MercuryProtocol #SmallNet #SmallWeb #SmolNet #SmolWeb

  32. mastodon.social/@reiver/116458

    Perhaps a "modernized" small-net / small-web version of XUL —

    • would focus on intent
    • would be declarative
    • would have a simplified syntax (relative to XUL)
    • would have high-level UI primitives
    • would have reactive data bindings
    • would aim for portability
    • would be sandboxed by default
    • would be adaptive by design

    #GeminiProtocol #MercuryProtocol #SmallNet #SmallWeb #SmolNet #SmolWeb

  33. Perhaps a "modernized" small-net / small-web version of XUL —

    • would focus on intent
    • would be declarative
    • would have a simplified syntax (relative to XUL)
    • would have high-level UI primitives
    • would have reactive data bindings
    • would aim for portability
    • would be sandboxed by default
    • would be adaptive by design

    mastodon.social/@reiver/116458

    #GeminiProtocol #MercuryProtocol #SmallNet #SmallWeb #SmolNet #SmolWeb

  34. We've had different application formats over the decades. There may be things we could learn from them.

    For example, decades ago there was XUL.

    (XUL used to power Boxee, ChatZilla, Firefox, Komodo, Miro, Netscape, Songbird, Thunderbird, etc)

    If we were to create a "modernized" small-net / small-web version of XUL, how might that look like?

    #GeminiProtocol #MercuryProtocol #SmallNet #SmallWeb #SmolNet #SmolWeb

  35. Hmm, I just found out about #ROOPHLOCH, a #minimalist / #smolnet / #outdoorsy #WritingMonth-style challenge:

    gemini://zaibatsu.circumlunar.

    (Its a #Gemini link. You don't have a Gemini client on your device? You should! 😆
    Check out Lagrange for GUI, Amfora for terminal, and RosyCrow for android)