#indieweb 2025-06-16

2025-06-16 UTC
mateusrc, parnikkapore_x, fluffery and Owl joined the channel
#
Owl
hi
audy joined the channel
#
nineowl
Hi, I found this somehow through ChatGPT. I was asking for help learning how to make a website, and in the process I put my mission in my page, and I think based of the mission it showed me a link to your site. In general, I'm trying to get into web development because I grew up with 2000s internet and people had their own websites. And you could actually surf the web. I think it's so important that people are in charge of their cont
#
nineowl
Happy to find this community
#
tantek.com
welcome nineowl[d]++
#
Loqi
nineowl[d] has 1 karma over the last year
mdemo2, rvalue, barnaby, webweb and tavare joined the channel
#
witchveil
Hey. New here but old enough to have had a personal website on geocities back in the late 90s. Not done much web dev since then. Would love to get into the indie web and make myself a new/personal website now. I work in IT, mostly on the infrastructure side but do some coding in Terraform/Ansible/Python. I know some HTML but barely anything on the CSS/JS side but always love learning new things.
#
witchveil
I had a question. For those of you that code your own HTML etc. What editor/IDE do you use? I use VS Code a lot and it seems more than capable but wondered if there was anything better/more suitable for web development?
JadedBlueEyes joined the channel
#
perryflynn
vscode is fine, if you're using jetbrains for some reason, the jetbrains webstorm IDE is also great.
rvalue- and doesnm joined the channel
#
witchveil
perryflynn: Thanks, perryflynn 👍
#
bread
perryflynn: vscode is fine. vscodium is the open source && no telemetry one from the community. both are gud
#
bread
witchveil
#
perryflynn
I still stick to the original vscode because of extensions like remote host server and the WSL integration.
#
witchveil
Thanks bread, I was about to ask if all the extensions/add-ons still work on vscodiium
#
witchveil
but I guess not?
Guest6 and mdemo2 joined the channel
#
perryflynn
at least some microsoft maintained extensions are not available in the forks.
#
witchveil
ah yes, that would make sense
Achylles, mdemo2 and hacknorris joined the channel
#
hacknorris
idk if here or on the other channel but do someone here know quite decent visitor counter for a site?
#
hacknorris
but one which isn't crap one (surely one which doesn't display ads on MY site)
#
hacknorris
like i don't care if it will require account but like i want: no ads for viewers (if it's in dashboard idgaf cause i have adblock) and i'm mostly NOT interested in seeing countries hitting my site (generic plain numbers of visitors i could put idk in navbar…)
#
hacknorris
+ i'm in EU
mateusrc, mdemo2, bterry, xgpt9, oakridge, GuestZero, hacknorris, Guest6, gRegor, mateusrc_, Ezri, CrimeWave, syl and jak2k joined the channel; quaff left the channel
#
perryflynn
I tested my indieweb talk today in front of some friends. still have to find a better way to explain how indieauth works. or just put a "read here" link into the slides and give a demo. everything else went okay. just a few small adjustments.
#
hacknorris
:(
#
hacknorris
no answers
#
perryflynn
But I would add some nice examples of websites to the talk. do you have recommendations?
#
perryflynn
hacknorris: I would build it by myself. no big deal to create a counter with some php. that's why I didn't answered.
#
hacknorris
i don;t have server?
#
hacknorris
(neocities…)
#
perryflynn
ah, yea, that's a problem. shared hosting for a buck or two is no option?
syl joined the channel
#
perryflynn
It does not have to be cloud or modern stuff. A good old web hoster with PHP and MySQL is sufficient for most stuff.
#
Loqi
hey perryflynn, it seems like this conversation is more appropriate for #indieweb-dev (PHP, MySQL)
#
hacknorris
perryflynn : nothing paid is an option
#
perryflynn
Then I can't help you.
#
hacknorris
(that's why neocities…)
#
perryflynn
Maybe sdf.org with cgi. This is included in the free plan here: https://sdf.org/?join
#
perryflynn
But requires skills in coding with old tech.
#
hacknorris
i use php personally on localhost but i need to close laptop every night due to reasons
barnaby, syl and fluffery joined the channel
#
nineowl
What are some security precautions you guys take when building websites?
#
hacknorris
for now i make it static only but i have enough of it
#
[snarfed]
static only is great for security
#
perryflynn
Also use static here, so that when I need a break it does not hurt when it's inactive for half a year.
#
[snarfed]
if you also don't have user login or accounts or any other kind of public facing auth, you're pretty set, any other concerns will be minor
#
perryflynn
Main issue nowadays are security problems in systems like WordPress or plugins/themes of that system .
#
perryflynn
And when I build some PHP myself, I always use twig template language to not have to take care of escaping user content.
#
perryflynn
But that's maybe a topic for the dev channel.
#
[artlung]
Anything you store or take input on - whether that's a form or does something in response to querystrings - you have to think about security. That seems like a good starting point because it's really easy to create cross-site-scripting vulnerabilities.
#
[artlung]
More broadly, I feel like the "OWASP" principles are worth a review.
barnaby, mateusrc, bterry, thegreekgeek, [aciccarello] and audy joined the channel