Lil-StarcastLvl 6
- macOS
birthdayboy224 And since his sister can't be on this website I have to defend nver for her.
birthdayboy224 And since his sister can't be on this website I have to defend nver for her.
Lil-Starcast without using money to host it
just have him send the files or even a screenshot of him hosting it locally
Lil-Starcast He's also working on creating an AI image generator.
literally not that hard to do, there's a billion APIs out there
Lil-Starcast Why? You don't need to lie in the place of others.
ackvonhuelio Whatever. It's more than I could do. I don't know a thing about coding, except for html which Is really simple.
birthdayboy224 I'm not lying.
Lil-Starcast
yeah so don't testify that his coding skills are awesome when you don't even know what skills are 🤦♂️
ackvonhuelio I know the basics. 😒 I took a couple coding classes, I've read a few books on code. Just because Nver might be getting a bit carried away with what he's saying about knowing a ton of code and being able to hack this forum doesn't mean he's not good at what he does. I'll have his sister talk to him about the whole 'I can hack this forum' thing. About the tasty code... I've never figured that one out and neither has his sister.
Lil-Starcast
lol if you dont know anything you can't testify
ackvonhuelio His family can.
even simple things can seem complicated if you don't know how they work
ackvonhuelio What program did you use to make this chicken? It's super cute.
birthdayboy224 Agreed. Some people might look at this:
And they'd be like: "WOW THAT'S FANTASTIC." While others would look at it and be like "It's not very well done, slightly sloppy and kinda lame compared to a trained artist."
Lil-Starcast
pjs
ackvonhuelio Pjs? I'm not sure I'm familiar with that... I use Photoshop and Pencil2d
Lil-Starcast If I tried to do digital art like this it would look like a ditto from pokemon.
birthdayboy224 Lol. Well you should have seen some of my first digital art... It was horrible. 😅
ackvonhuelio um, lying about what?
SquirrelGuy-5 Classes don't work in code.org but a lot of their functionality can be reconstructed by making a function which returns an object:
class Rect {
constructor(w,h) {
this.w = w;
this.h = h;
}
area() {
return this.w * this.h;
}
}
is basically the same as
function Rect(w,h) {
var obj = {};
obj.w = w;
obj.h = h;
obj.area = function() {
return this.w * this.h;
}
}
Lil-Starcast without using money
Look there are plenty of free hosting sites, I challenged him to make a simple webapp to prove himself using github and render. I'll wait until he responds to that before criticizing him more. Also, anybody can make an AI image generator using an API.
DragonFireGames i guess so