this post was submitted on 27 Jun 2023
4 points (100.0% liked)

Technology

20 readers
4 users here now

This magazine is dedicated to discussions on the latest developments, trends, and innovations in the world of technology. Whether you are a tech enthusiast, a developer, or simply curious about the latest gadgets and software, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as artificial intelligence, robotics, cloud computing, cybersecurity, and more. From the impact of technology on society to the ethical considerations of new technologies, this category covers a wide range of topics related to technology. Join the conversation and let's explore the ever-evolving world of technology together!

founded 1 year ago
 

Looking for a replacement for GitHub Gist. Only limitation is I would rather it not be self-hosted, but feel free to provide those if you really enjoy what you are using.

Edited to include an additional requirement
I also like that I can log in and get a list of my items. I don't mind keeping up with a site, or single link, but don't want to have to keep up with hundreds of links. I don't necessarily care about privacy in this instance. I mostly use it to keep one-liner commands.

Maybe I would be better moving to a note taking app.

you are viewing a single comment's thread
view the rest of the comments
[–] andyburke@kbin.social 1 points 1 year ago* (last edited 1 year ago) (2 children)

what about a microblog here? are there limitations on their size? what are those limits like?

I mean, if the things support markdown and a decent storage space, that sounds like something better than a tweet and a gist combined.

edit: I went and looked a little myself, and it seems microblogs must be posted to a magazine? can't I just publish one from my own user profile or something?

[–] c2c2@kbin.social 2 points 1 year ago

@andyburke you inspired me

/m/snippets for everyone to Microblog their useful snippets

Not ideal, like @GerogeWL mentioned, but could be interesting to see what people post

[–] GeorgeWL@kbin.social 1 points 1 year ago (1 children)

That's not ideal.

Gists have a very useful tooling that you can define file extensions and then the parser shows code highlighting automatically based on the file extension.

There's nothing even close to that here

[–] andyburke@kbin.social 1 points 1 year ago (1 children)

Markdown often supports code blocks with the language specified, let's see what happens here:

use strict;

[–] andyburke@kbin.social 1 points 1 year ago (1 children)

Could use some better formatting, but that's as easy as a library integration for a lot of hosts, I would bet.

[–] Pamasich@kbin.social 1 points 1 year ago

Iirc I saw formatting for code blocks in the kbin commit history, so we'll likely get something once they finalize a new release and update kbin.social.