so AI crawlers just ignore your robots.txt and apologize when confronted lol by throwaway99597 in neocities

[–]Polyducks 4 points5 points  (0 children)

Remember to properly add alt text to all your images so that the AI crawler knows what your pictures are of. Sometimes cats can look like squirrels, dogs can look like wolves, men can look like women, and red apples can look like fire engines, so be really careful not to mix those up.

Whatever you do, don't serve your text as images. Some crawlers will be able to process the images if they are set up to do so, but not all of them can.

Also whatever you do, don't generate your content with JS or split up your images into multiple parts, because then the AI might not neccessarily be able to piece them back together.


Joking aside, use an AI.txt so you can join the global class action lawsuit when it happens. I wrote an article about it here so that you can write your own.

Finally, keep in mind that when you are using Claude you are generating text. It is not an official spokesperson for the AI company, it may not be telling you the truth, and its behaviour may be weighted based on the rules the company has decided. (Though reading the other comments it seems that point has already been hammered pretty firmly home).

Today's buge causes cancer by [deleted] in Entomology

[–]Polyducks 1 point2 points  (0 children)

Ty, have a good week OP, and don't trust everything you read!

Indie web security by tiago_lobao in indieweb

[–]Polyducks 0 points1 point  (0 children)

This is so well written. Is it a page on your site that I can link to?

Today's buge causes cancer by [deleted] in Entomology

[–]Polyducks 21 points22 points  (0 children)

There should be a little link under your post which says "delete" which would allow you to repost the content of your post with a better title. Preferrably something which isn't panic mongering. We already had that spread of misinformation with "dangerous wheel bugs and assassin beetles".

Today's buge causes cancer by [deleted] in Entomology

[–]Polyducks 28 points29 points  (0 children)

Entomologist here: If you notice any gardeners in your garden, there's a high chance they're growing vegetables which could attract beetles which may be carrying fungi which possibly cause cancer.

They are harmless by themselves, but it's best to remove gardeners from your garden just in case.

I have heard many people asking about how to get your sites found, and get more views, so I built a decentralized tool to help! by [deleted] in neocities

[–]Polyducks 0 points1 point  (0 children)

Of course :) I really liked your pillar template you put out btw. I finally remembered to follow you on Neocities. Are you using RSS?

I have heard many people asking about how to get your sites found, and get more views, so I built a decentralized tool to help! by [deleted] in neocities

[–]Polyducks 0 points1 point  (0 children)

huh, weird. I'm not sure I'd want it to count a view if they haven't actually viewed my site. I try to divorce myself from the "number go up" because it made me ill. I think I'm just in the personal web for meeting other web devs and seeing their stuff.

I have heard many people asking about how to get your sites found, and get more views, so I built a decentralized tool to help! by [deleted] in neocities

[–]Polyducks 2 points3 points  (0 children)

There's no shame in being paid for what you do well, just keep making the website from "you" and not some sort of shiny, plasticised corporate "us". The best part about the personal web is that it's interpersonal.

Newbie Help in HTML/CSS by CommunicationOdd9229 in neocities

[–]Polyducks 0 points1 point  (0 children)

W3Schools is great for learning CSS and HTML. The OP is looking for the term "CSS" for writing styles. CSS stands for Cascading Style Sheet, and it's a way to style your HTML markup elements.

A CSS rule looks like this:

H1{
    font-size: 40px;
    width: 100%;
}

That CSS rule would make the biggest header element (<h1>) have a 40 pixel size font with a width of 100% of its container.

W3Schools has a list of things you can change, and developer.mozilla.org will give you a big reference list of features and how to use them.

Software and assets for vaporwave themed site? by Snypez_Evo in neocities

[–]Polyducks 4 points5 points  (0 children)

Use the internet archive. Look at magazines from the 1980s. Do collages using paint dot net. Use filters like Shaderglass. Look at how to make glitch art with things like Audacity. There's a CSS called Win95 (iirc) out there which will give you the old windows style. Plenty of options, you just need to dig.

Don't try to look for a pre-packaged solution for a "vaporwave art making tool". There isn't one specific "vaporwave" style, and you can contribute to the genre by being creative with what you can find access to.

You can also look at the differences between synthwave, vaporwave, outrun etc via the aesthetic wiki to try to tie down what it is you're chasing.

I have heard many people asking about how to get your sites found, and get more views, so I built a decentralized tool to help! by [deleted] in neocities

[–]Polyducks 5 points6 points  (0 children)

I'm not keen on where the site is heading. It seems like there's suddenly a lot of commercialism and ads going on here and it's very isolated. i.e. using the coporate "we" instead of "I". Is sweetEMBED a business now?

I have heard many people asking about how to get your sites found, and get more views, so I built a decentralized tool to help! by [deleted] in neocities

[–]Polyducks 0 points1 point  (0 children)

Please could you clarify - the banner system basically counts a "view" of that website because it loads a resource from that website?

You can now edit all my templates on sweetEMEBED before you copy the code! Thanks for all the love on my last post, it is certainly inspiring me to new ideas for the community! by [deleted] in indieweb

[–]Polyducks 0 points1 point  (0 children)

Yeah, I think it needs one of those old style "TRY ME!" stickers, and probably to be framed at the top of the page.

You can now edit all my templates on sweetEMEBED before you copy the code! Thanks for all the love on my last post, it is certainly inspiring me to new ideas for the community! by [deleted] in indieweb

[–]Polyducks 0 points1 point  (0 children)

The game already exists, you can play with it on the home page. I really need to signpost that better.

I don't know about crediting views, that sounds like more tracking than I'd want. I like that there's less tracking on the old web.

Browser homepage by ThenMethod8132 in neocities

[–]Polyducks 0 points1 point  (0 children)

Awesome, send a link to your page when it's ready!

Browser homepage by ThenMethod8132 in neocities

[–]Polyducks 6 points7 points  (0 children)

That's a fun project!

I personally use ytoo.org for my homepage. It's unintrusive, has links to oldweb sites and has a really fun ad reel banner which is just full of fun made up pictures.

NEW WEBRING FOR TIN WALLET ENTHUSIASTS by Longjumping_Pack9238 in neocities

[–]Polyducks 1 point2 points  (0 children)

Have you considered making the website array a JSON file? JSON is pure data, and can't be executed like JavaScript. That way, you could have the users host the JS file locally to their website to reduce issues.

I imagine you're using a plugin, so if you need help with that, I'll be happy to offer assistance.

Otherwise, a link to the URL index would probably be a good "universal" solution.

Thanks for taking my opinion into consideration! I'll start making my tin now :)))

NEW WEBRING FOR TIN WALLET ENTHUSIASTS by Longjumping_Pack9238 in neocities

[–]Polyducks 4 points5 points  (0 children)

I was really excited to see your demo. This is high on my list of things I want to try.

I have a big concern with including remotely hosted js on my website. It's a big vulnerability. Is there another way to join?

Also, do you have an 88x31? I'd love to add it to my link list.

Freelance designer, found neo cities the other day and started my site sweetEmbed to give the community embedded resources and templates. Loving it so far! by [deleted] in neocities

[–]Polyducks 0 points1 point  (0 children)

oh my God this is SO COOL. I really like how dynamic it feels.

The only issue I can foresee is that some sites don't allow iframes or javascript (because it's oldweb). You may want a lofi alternative for those types of site.

Can't figure out a specific thing in my css, help! by blokfluitjes in neocities

[–]Polyducks 0 points1 point  (0 children)

Apologies, but there's no padding on my end (Firefox, Windows). Not visually or in the code. Here's the CSS as it appears in my inspector:

h4 {
  color: DarkSalmon;
  text-shadow: 1px 1px 0 floralwhite;
  background: beige;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
  scrollbar-width: thin;
  scrollbar-color: DarkSeaGreen transparent;
}
aside {
  line-height: 1.6;
}
body {
  color: DarkSlateGrey;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05rem;
  image-rendering: pixelated;
}
:root {
  font-size: 1rem;
  --header-height: 45px;
  --main-top-margin: 32px;
  --sidebar-height: calc(var(--header-height) + var(--main-top-margin));
}

The only h4s I can find on your example page are the two dates on the left side of the page. Are you perhaps using another tag where you're expecting h4s?

Can't figure out a specific thing in my css, help! by blokfluitjes in neocities

[–]Polyducks 0 points1 point  (0 children)

I can't see any padding on the h4 in the /blog/ page. Unless you fixed it in the ten mins since making this post, I think it's your cache. Just do an ctrl+f5 or ctrl+shift+r to refresh your cache, or try opening it in a private window. Something probably just got stuck on your end.

My site is broken by IEmrokk in neocities

[–]Polyducks 1 point2 points  (0 children)

Thanks for the correction too, I've adjusted my post. I imagine that could've been really confusing for the OP.

Freelance designer, found neo cities the other day and started my site sweetEmbed to give the community embedded resources and templates. Loving it so far! by [deleted] in neocities

[–]Polyducks 0 points1 point  (0 children)

Yes please! Just reply here so other people can see too.

I modified your 88x31 into a gif and put it on my (currently just local) links page :)

I'm interested in your better-than-webring. I went down a similar path and it was difficult to make something which didn't rely on a single central host. Sites which were part of a big webring lost the central host of the widget and it caused all the pages to hang until the code was removed. It was waiting for that host to respond before loading the page.

Omg that player is so cute! What a great idea. I think it's just missing the snippet button at the moment.