cherry valley forever
todays bird
we're not kids anymore.

η₯ζ₯ / Permanent Vacation

Stranger Things

β

shark vs the universe
πͺΌ
$LAYYYTER
styofa doing anything

β£ Chile in a Photography β£
Keni
trying on a metaphor
Show & Tell
2025 on Tumblr: Trends That Defined the Year

pixel skylines
Jules of Nature

JVL

blake kathryn
seen from United Kingdom

seen from Australia

seen from Australia
seen from United States

seen from Malaysia

seen from Netherlands

seen from Lithuania

seen from Canada

seen from Austria

seen from United States
seen from France
seen from Netherlands

seen from Malaysia
seen from Romania

seen from United States
seen from United Kingdom

seen from Malaysia

seen from United States
seen from United States
seen from Portugal
@crowcoding

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch β’ No registration required β’ HD streaming
hello google chrome refugees
don't use any of these browsers, they're also chrome
Here are my favorite firefox plugins for security/anti-tracking/anti-ad that I recommend you get
please get off chrome google is currently being investigated for being an Illegal Monopoly so get outta there okay love you bye
This is circulating again-
HTML & CSS Comment Tips
One valuable thing I have learned when starting any project is to include comments on your pages to provide a more structured layout.
For example, in HTML files, comments can be made with <!-- --->; anything within that space wonβt appear on the page or be read by the browser.
A good way to use this in a page is to outline your areas, like in the image below.
Anywhere on your pages where you have a new section, you should use comments to outline what they are. This helps in a few ways. First, it increases readability for yourself and anyone else reading your code. Second, as your projects grow, doing this helps keep them organized.Β
Itβs easier to add to and edit when you can find the area where you want to make changes or add classes based on the comment tags rather than trying to narrow it down through many <div> tags. Third, it helps with remembering what you were doing.
The same principles apply to CSS files, although comments are left in a CSS file type with /*Β Β Β Β Β */.
Using comments to outline the different style groups you intend to use in your projects can help you find the parts you want to edit. In general, using comments is something everyone should do. They are very helpful in JavaScript and other languages when making notes about what a function does or should be doing. You can also leave yourself notes about what you were working on.Β
This morning, I finished a challenge class project.
It was to make a cheat sheet for HTML & CSS topics. I chose to do an HTML table reference table. I like how it came out, and it'll be a fun project to add more to as I go.
Here's an image of the live result. I have the code files on my GitHub.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch β’ No registration required β’ HD streaming
also at the end when they ask you "any questions?" and you can't think of anything: ask about parking. even if you don't have a car.
I've enjoyed checking out Swift, but I think I'm going to put it on hold for now and go and fully learn either Javascript or Python and maybe pick up Swift later.
I feel like I have a much higher chance of changing careers from chef to coder with those languages, which I already know some of and just need refreshers to get back to where I was.
I've been working on a new side project website for fun. Quite enjoying it, but it really shows how rusty I've become since I went back to working at the restaurant. I was doing really well at coding every day before that point... and that was about a year and a half ago. Ugh.
'Some New Tech Terms' a helpful guide I created for New Scientist

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch β’ No registration required β’ HD streaming
so some news about AI. It seems Discord is apparently just. going to unconsentually add Clyde AI to servers in a slow roll out. The way they are doing this is rather than how we initially suspected he would show up as an option via the integrations tab on server settings, it appears that he is apparently being added into servers as a user who is part of the server that the admin would have to manually kick. He cannot be banned, but we can kick him repeatedly. The issue is it's unclear if there will be a greeting message for when Clyde arrives into servers and he will attempt to infiltrate again and again. Small servers this is easy to spot, big servers this is an obvious issue of sifting through who is in your server.
if you see this man in your server kill him
Important to note this has only been seen so far in a friend server and I have only seen it in one server so far. Community servers might be different it is simply something we do not know yet.
What this article covers:Β What is Clyde? How to set up Clyde Chatting with Clyde Considerations Frequently Asked Questions Note: This fea
Here is an article from Discord about this thag updated about an hour ago
Aside from that I was able to go into permissions and make it so nobody in my server could interact with Clyde. I still do not know what information Clyde and by extension OpenAI has from what it might have taken from my server to βmake Clyde betterβ there was no warning and no message despite how discord had pitched this. It says in this article that it will notify users but Discord did not do that at all.
Fuck AI
Another update! You can only kick Clyde in mobile if you are a server mod and you have to go through server settings and then members and click on clyde and then block!
If you want to let Discord know how bad this is, go to their feedback page and post a topic.
I already did, myself.
This has to violate some privacy laws- and definitely some copyright laws if the bot learns from writers- not to mention EULA laws.
Regardless, go yell at Discord to not do something that opens them up to a wide range of lawsuits.
The workaround for banning the bot doesn't work anymore, but thanks to a reddit user, banning it via number ID DOES work, and I tested it myself to be sure!
Happy Bot Hunting, everyone!
A couple of weeks ago I got my first pair of glasses, I have to clean them multiple times a day because I smug them so often.
They also get dirty quickly at work in the kitchen with all the flour and stuff around.
I started learning Swift on Codecademy as I recently got a Mac, which I've been interested in. The last part of the variables lesson was solving a Quadratic Formula. Never done that before. I never did much algebra before.