#LoqiCodeberg is an online service offering Git repository hosting, issue trackers, code review tools, activity feeds, and wikis similar to GitHub and GitLab https://indieweb.org/Codeberg
#[tantek]Achylles, do you consider http://codeberg.org your identity and do you have full control over (ownership) of that domain? That's roughly the criteria.
#gRegorSounds like it might be more #indieweb-dev if you're talking about self-hosting your code. Plenty in the community use services for that, don't self-host.
#gRegorBut codeberg is different from having a personal site
#[tantek]subdomains are not typically considered indieweb because use thereof is not "independent" of the owner of the domain itself. exception obviously if you own both, like http://david.shanske.com
#gRegorservices like /micro.blog let you start with a subdomain, can optionally set up a domain on it. Definitely and indieweb friendly option.
#AchyllesgRegor: great! But still too expensive for me...
#LoqiNeoCities is a free website hosting silo in the spirit of defunct silo GeoCities (Yahoo shutdown in 2009) that looks like a stepping stone to getting started on the IndieWeb https://indieweb.org/NeoCities
#AchyllesI already have a blog in Codeberg, but after reading the article, I thought that it is not so indie... So I came here to ask questions. Sorry...
#mahboubineAchylles: if you want to truly delve in, get the AWS free ec2 instance
#gRegorNo worries! I didn't know Codeberg had a blog, that's cool.
#gRegorNeocities is the main free one I'm aware of, though of course there's stuff like Tumblr. it really depends what's the next most important thing to you, or what you're most curious about doing next.
#mahboubinethe problem I faced with most other solutions is that they can only run static sites, so you can't implement slightly more complex indieweb concepts because most require php, wordpress and the alike
#Loqihey mahboubine, it seems like this conversation is more appropriate for #indieweb-dev (AWS, EC2, implement, PHP)
#AchyllesgRegor: You can write one and manage it locally through Emacs... That's why i set mine...
#gRegorAchylles, is the blog public on the web then or just local?
#AchyllesgRegor: it is public. And I and other people who have them in Codeberg, as far as I know, are just attracted to build one because you can manage it locally, using Emacs with a single orgmode file...
#AchyllesThen a person can push changes using git to upstream Codeberg.org
#AchyllesOne write the blog inside Emacs itself...
#AchyllesI left facebook, Windows, et.al. many years ago...
#gRegorCodeberg Pages definitely seems to fit in, without even trying it. Portable files for your posts, and it supports custom domain names.
#AchyllesgRegor: So, perhaps, more indies should try it?
#AchyllesAchylles: So, I am happy and feeling closer to be an indie as well ;)
#gRegorPerhaps! It's a /plurality or projects here so it really depends what people need and are comfortable with
#gRegorWe document our experiences and info on the wiki to help out with that. I updated https://indieweb.org/Codeberg with Pages since we didn't have that before.
#AchyllesI will definitely read and study more about the indie philosophy... Sounds wonderful... I was feeling hopeless just seeing the Corporation BigBrothers taking the real internet from peoples' hand...
#capjamesgWe call this encoding. Where one thing is used to represent another thing. In this case, every Lego block is a letter. Thus, a word is "encoded" in Lego.
#[The_Frederatio]But it does none the less although it doesn't have to entail similar quantities to cryptographic messages
#capjamesgCryptography usually involves some kind of mathematical operation so that you have to know a particular piece of information that only you know (called a "private key") that lets you read the information.
#[The_Frederatio]Ah yes you're right I forgot that this Lego anolgy wouldn't be that hard to figure out
#capjamesgConsider a text document. It might be "encoded" using a particular sequence of supported letters. The document may only support A-Z, or it may support some symbols, or it may support every character used in every language. At the low level, there is a system that is turning those letters into numbers that the computer understands. That's encoding. There is a standard key that says A is 01, B is 10, C is 11, etc. and you're turning the lett
#capjamesgEncryption would involve finding some way that the file is entirely unreadable without a piece of information that only you know. So even if someone can open a text document
#gericciLoqi: oh! I hope to have time to add rss to my site soon, even if I don't write that much nowadays 😦
#_tommysfor my next page, i'm going to start a sort of 'monthly' journal that takes a broader view of what i've been doing, thinking about etc - i'm thinking that learning Markdown will be nice for this - i want the updates to be pretty frictionless, and i'm still pretty excited by the challenge of making what i want work on Neocities which has a lot of limitations
#_tommysi presume i would upload some kind of markdown.js that loads in the <head>, and then i refer to a separate doc (txt?) with all my updates in?
#LoqiA week note (AKA weekly notes, weekly summary, weekly roundup, or week in review) is a post (usually a note) published at the end of the week that summarizes that week’s goals, accomplishments, events, posts, or other week-specific content the author wishes to share, similar to a monthly recap, yet for a week, and typically manually written https://indieweb.org/weeknote
#capjamesgYou might find some inspiration in terms of design, etc. on that page, too ^
#capjamesgI write in markdown. I then have a Python script that turns it into HTML. If you want more details, that's a thing to discuss in #indieweb-dev.
ben_thatmustbeme, tPoltergeist, bterry, [snarfed], burley and [tantek] joined the channel; caleb left the channel
#[Jo]I found the perfect picture to use as a header on my site. Only problem now is figuring out how to integrate a header into my sites desigb
rvalue, [Joe_Crawford], a51, dmowitz, jacky and burley joined the channel
#[tantek]capjamesg, the whole go live on Twitch when making coffee / espressos conversation at HWC EU made me think about what's the IndieWeb equivalent of "going live"? And do we have mechanisms setup for being notified when someone we want to see live goes live on their personal site?
#capjamesgI am not going down that rabbit hole again.
#capjamesgI had a live stream set up on my web server.
#capjamesgI could run something to start streaming.
#capjamesgThen, a window would appear on my home page where you could watch my stream.
#Loqilive streaming is the practice of streaming media (mostly audio or video) in realtime from a camera and/or microphone, rather than a recording https://indieweb.org/live_streaming
#[tantek]we should update that page and add the use-case of live-streaming making espressos 😂
#DusteD[tantek], about going live on ones own site, wouldn't RSS be a reasonable notification method for this ? bandwidth is usually a bit more difficult, I've done some livestreaming with nginx and the rtmp module for it, but at 1000 mbit upload, it's difficult to support many clients
burley joined the channel
#DusteDand 1000m uplaod is probably the most one can expect of a consumer-grade isp
#[tantek]RSS-- is bad for notifications because it is not realtime. It is only a feed file and has nothing to do with notifications. Further discussion about plumbing solutions for notifications should go to #indieweb-dev
#Loqihey DusteD [tantek], that's a lot of dev jargon! nginx, RSS, RTMP... can you move to #indieweb-dev?
#LoqiRSS has -1 karma in this channel over the last year (-2 in all channels)
#LoqiRealtime generally refers to a user experience where content is updated live; for example: a new comment shows up on a page while you're viewing it, or chat notification "your friend is typing a message." https://indieweb.org/Realtime
#aaronpkeven youtube's notifications about livestreaming aren't actually realtime, so I don't think that should be considered a requirement for a "going live" feature on indieweb sites eitehr
#[tantek]aaronpk really? even if you have the YouTube native app?
#cambridgeport90_Have we figured out how to do livestreaming on personal sites,yet?
#[Joe_Crawford][tantek] when you do get to it please mention here along with "san diego" -- I want to add it to my post. Zero rush whatsoever.
#aaronpkthere's absolutely no guarantee you will get a notification even if you click the bell
#aaronpkyoutube prioritizes the notifications it sends out based on how likely you are to interact with it, and the notifications can also roll out slowly
#aaronpkso you *might* get a notification, and that notification might be a minute or more after they went live
#aaronpkcambridgeport90_: yes there are a number of ways documented on the wiki!
#gRegorIt's so bad that "subscribe AND click the notification bell" is a common phrase on YT and even that isn't so reliable, heh
#DusteDIn general, acceptable latency is considered to be less than 100 milliseconds for most applications, hard-realtime is way less, but still, 100 ms is hard to do without an active connection I think
#aaronpkthat's very context dependent and again not something i would make a prerequisite
#aaronpkmany streams run with 30 seconds delay and it's fine
#DusteDmost people will be happy if they're notified within some minutes, anyone going online must anticipate a period of "starting the stream" time so that those who want to watch from the "beginning" can prepare (such as find a quiet spot or talk to people around them that they'll do this thing)
#DusteDthe actual streaming stuff depends on the delivery method, but I understood this was about how to let the world know you're "going live"
#DusteDaaronpk, I agree that actual latency is not very important, even on twitch it's interesting to note that.. the latency of the video feed itself is often much less than the latency of the notification that someone you watch went live
#[Al_Abut][aciccarello] I loved your recap of the San Diego event. Reading that was one of the highlights of my week.
#[Al_Abut]Motivating me to do my own recap and organize the photos. My current plan is to share a semi-private draft post and circulate it around to get permission to post from people, keep it off the broader feeds and wiki until it’s ok.
[aciccarello] joined the channel
#[aciccarello]Thanks! It was good to look back. And I'm glad I pushed the post out the door even if it wasn't perfect.
#[aciccarello]Permission seems like a good idea with photos
#[Al_Abut]Yeah, I try to be good about asking people real quick before I snap, but I also like collecting candid ones from a distance.
#[Al_Abut]I also like giving people credit, especially if it’s a link to their personal site in our group or to their IG if they’re a cycling buddy.
burley joined the channel
#bacardi55[m]It was very unlucky to finaly find a hugo very minimal theme simple enough that I want to use it as a new base for my website… Just after making my current theme indieweb / microformat ready… Now I have to redo it all -_-"
eitilt joined the channel
#mahboubinebacardi55[m]: mind sharing your website?
#bacardi55[m]mahboubine: sure: bacardi55.io - but the new theme won't be deployed tonight, that's more for next week (I guess)
#mahboubinebacardi55[m]: I skimmed through your indie web article, you seem to be against implementing webmentions but interested in reading response articles to your own.
#mahboubineexcuse my ignorance: but aren't webmentions supposed to do exactly that?