Jump to content

Controversial Coding Stuff  

10 members have voted

  1. 1. What is your preferred method of making text bold in HTML?

    • strong tags (it doesn't let me type the actual tag symbols)
    • b tags
    • font-weight: bold;
    • Something else?


Recommended Posts

Posted

@Through The Living Coder I saw your SU but can't use SUs so lemme know what specific HTTP request issues you have.

There's a library, Requests, that I don't think I've used but is a classic.

Posted
On 3/14/2026 at 10:03 AM, Through The Living Girl said:

@Through The Living Coder I saw your SU but can't use SUs so lemme know what specific HTTP request issues you have.

There's a library, Requests, that I don't think I've used but is a classic.

mmmmm yes i have been using requests

managed to figure out the problem

XML is kinda annoying, but I'm starting to get the hang of it

Posted
1 minute ago, Through The Living Coder said:

mmmmm yes i have been using requests

managed to figure out the problem

XML is kinda annoying, but I'm starting to get the hang of it

XML is basically just kinda weird but cool

I've used it, like, once and it was kinda neat.

Feels like the JSON of HTML xd even tho it's not really html

Posted
54 minutes ago, Through The Living Girl said:

XML is basically just kinda weird but cool

I've used it, like, once and it was kinda neat.

Feels like the JSON of HTML xd even tho it's not really html

yeah

i saw it and was like

"THATS HTML"

"No wait a minute"

  • 3 weeks later...
Posted

CODING IS AMAZING!!!!!!!!!!

I am not very good at it, I taught myself Python.

 

Coding Languages: Python, JS, HTML, and CSS.

I mostly code in Python so that's what I'm the best in.

 

LINK TO MY PYTHON-TEXT-BASED GAME I'M WORKING ON:

The Game

Posted
9 hours ago, Fizz9 said:

CODING IS AMAZING!!!!!!!!!!

I am not very good at it, I taught myself Python.

 

Coding Languages: Python, JS, HTML, and CSS.

I mostly code in Python so that's what I'm the best in.

 

LINK TO MY PYTHON-TEXT-BASED GAME I'M WORKING ON:

The Game

Woah another Khan Academy user

Wait they have python now?

You can use multiple files? Gasp! 

I really has been ages since I coded on Khan Academy

Is Primavera still a thing?

I haven't actually played the game yet but this is way bigger in scope than anything I've made

Posted
2 hours ago, KaladinsSenseOfHumourSpren said:

Woah another Khan Academy user

Wait they have python now?

You can use multiple files? Gasp! 

I really has been ages since I coded on Khan Academy

Yeah, it's the only thing I can access (not sharing why, sorry). It is nice to have multiple files though.

Posted
3 hours ago, Fizz9 said:

Yeah, it's the only thing I can access

Did you learn python on KA?

3 hours ago, Fizz9 said:

It is nice to have multiple files though.

I said it because back when I coded on KA, there was only HTML/JS (and SQL, but I didn't use it) and there was no feature for multiple files at all

Posted
On 4/6/2026 at 6:32 AM, Fizz9 said:

CODING IS AMAZING!!!!!!!!!!

I am not very good at it, I taught myself Python.

 

Coding Languages: Python, JS, HTML, and CSS.

I mostly code in Python so that's what I'm the best in.

 

LINK TO MY PYTHON-TEXT-BASED GAME I'M WORKING ON:

The Game

YOOO

I love Python, do you not have the IDLE Shell on your computer? Every computer, including school ones should have it pre-downloaded.

That's what I use.

How did you get the text to change like that? All I know how to do is print()

Posted
8 hours ago, CoderDrag0n8 said:

YOOO

I love Python, do you not have the IDLE Shell on your computer? Every computer, including school ones should have it pre-downloaded.

That's what I use.

How did you get the text to change like that? All I know how to do is print()

I do not have a IDLE. Dunno why.

Some other geniuses use Khan Academy and they made modules that clear the screen, I just use that, then time.sleep(0.2) or so and it moves the frames.

Posted
4 hours ago, Fizz9 said:

I do not have a IDLE. Dunno why.

Some other geniuses use Khan Academy and they made modules that clear the screen, I just use that, then time.sleep(0.2) or so and it moves the frames.

Ah. That makes sense.

Posted
14 hours ago, Fizz9 said:

I do not have a IDLE. Dunno why.

Some other geniuses use Khan Academy and they made modules that clear the screen, I just use that, then time.sleep(0.2) or so and it moves the frames.

I remember back in like 2020, I used to scroll through the hot list and find random games...

Back then, 1000 upvotes was the minimum to be on the hot list

It's incredible what people can make with the confines of the KA editor.

Have you heard of Primavera?

Posted
9 hours ago, KaladinsSenseOfHumourSpren said:

Have you heard of Primavera?

Nope, what is it?

Posted
1 minute ago, Fizz9 said:

Nope, what is it?

It was a yearly coding competition run by various people on KA

It started in 2020, I participated in Primavera 2022 or 2023, I can't remember

I don't know if it's still happening, but if it is, you might be interested. 

Posted
7 minutes ago, KaladinsSenseOfHumourSpren said:

It was a yearly coding competition run by various people on KA

It started in 2020, I participated in Primavera 2022 or 2023, I can't remember

I don't know if it's still happening, but if it is, you might be interested. 

I might check it out

Posted (edited)

(Just in case anyone hasn't seen yet)

EDIT: uhh.. I don't think this violates that policy? Lemme know if it does I guess, Taln.

 

Anyway so I'm considering (finally) getting into ML/LLMs/AI/whatever. I have literally zero experience but found this tutorial to make a basic LLM on the YouTube that I'll probably watch when I have time (it's... 2 hours long...) So anyway, any o'y'all have experience with programming AI or AI-related stuff? Any resources?

 

On another note, do any of y'all have experience coding emulators, compilers, parsers, or the like? For instance... a very basic Assembly-like language, a bytecode-esqu thing, a basic VM, a CPU emulator, etc. I have some experience with this and it is one of the areas I enjoy. I'm probably gonna try making some Assembly emulator... 

 

Gosh I have so many ideas but either not enough time, motivation, etc. etc. or planning. But I'm gonna be trying to do some more coding, so I'm lookin' forward to that...

 

On a side note, would  any of you find a blog helpful? Like a blog I'd make to write about/explain some interesting coding/programming/Computer Science concepts and the like? Is anyone interested in that? Similar to Frusty's online security blog:

 

46 minutes ago, Adonalsium Will Return said:

Hello! I know some JS, but I’m not at my best coding ability right now.

Welcome! Have you made anything cool or is there anything you want to make? (Doesn't have to be big)

Edited by Usseewa
Posted
1 hour ago, Usseewa said:

Anyway so I'm considering (finally) getting into ML/LLMs/AI/whatever. I have literally zero experience but found this tutorial to make a basic LLM on the YouTube that I'll probably watch when I have time (it's... 2 hours long...) So anyway, any o'y'all have experience with programming AI or AI-related stuff? Any resources?

Wait it's possible to make a functional LLM in two hours?

My experience with AI-related stuff is my 2048 bot from several years ago. I used the Darwinian method because I didn't and still don't know calculus. It didn't even have a hidden layer.

1 hour ago, Usseewa said:

On another note, do any of y'all have experience coding emulators, compilers, parsers, or the like? 

Nope.

Posted (edited)
4 minutes ago, KaladinsSenseOfHumourSpren said:

Wait it's possible to make a functional LLM in two hours?

My experience with AI-related stuff is my 2048 bot from several years ago. I used the Darwinian method because I didn't and still don't know calculus. It didn't even have a hidden layer.

Nope.

Well.. it's a pretty basic LLM that.. basically just is "trained" on Shakespeare and continuously outputs writing in a similar style or something. No user input/prompts.

Cool..

Would you like to? That's what the blog is for. I'd probably make it anyway idk..

Idk..

 

Also lol i made this

 

Edited by Usseewa
Posted
1 hour ago, Usseewa said:

Welcome! Have you made anything cool or is there anything you want to make? (Doesn't have to be big)

Anything cool… does this count? HEIF Image.heicIt was a gift for my aunt, and it’s a picture of us together. What I want to make… IDK

Posted
3 minutes ago, Usseewa said:

Well.. it's a pretty basic LLM that.. basically just is "trained" on Shakespeare and continuously outputs writing in a similar style or something. No user input/prompts.

 

But how do you get it to say somewhat original stuff and use proper grammar? 

15 minutes ago, Usseewa said:

Would you like to? That's what the blog is for. I'd probably make it anyway idk..

At some point, though right now I don't think I have the time.

Posted
12 minutes ago, Adonalsium Will Return said:

Anything cool… does this count? HEIF Image.heicIt was a gift for my aunt, and it’s a picture of us together. What I want to make… IDK

That's neat! I've done stuff like that sometimes 

:3

4 minutes ago, KaladinsSenseOfHumourSpren said:

But how do you get it to say somewhat original stuff and use proper grammar? 

At some point, though right now I don't think I have the time.

To be honest, I don't know. I haven't watched the video and don't know a ton about AI.

real..

On 4/6/2026 at 9:41 PM, Fizz9 said:

Yeah, it's the only thing I can access (not sharing why, sorry). It is nice to have multiple files though.

You can use an online IDE, like https://www.online-python.com/ or I guess they have a newer version: https://www.onlineide.pro/playground/python

Posted
15 minutes ago, Usseewa said:

 

You can use an online IDE, like https://www.online-python.com/ or I guess they have a newer version: https://www.onlineide.pro/playground/python

online-python does work, it just has a timeout timer and that messes me up when I'm making something cool, but onlineide.pro I can't access. Khan Academy is just what I'm used to at this point and works for my purposes as a coder at this point in my life. That sounded really professional SPOILERS: I'm not.

Posted
Just now, Fizz9 said:

online-python does work, it just has a timeout timer and that messes me up when I'm making something cool, but onlineide.pro I can't access. Khan Academy is just what I'm used to at this point and works for my purposes as a coder at this point in my life. That sounded really professional SPOILERS: I'm not.

Ah it's aight. KA likely works fine anyway

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...