Programming, computers, etc. [Serious]
Re: Programming, computers, etc. [Serious]
I see, thanks. Looks quite nice for such a short job.
Quote of the Ages:
atomtengeralattjaro wrote:The Forums of ASDF turn, and Pages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Page that gave it birth comes again. On one Page, called the Six Hundred and Ninety Fifth Page by some, a Page yet to come, a Page long past, a post was made by atomtengeralattjaro. The post was not the beginning. There are neither beginnings nor endings to the turning of the Forums of ASDF. But it was a beginning.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
Today I tried to make an EA account just to track my times in Mirror's Edge and compare it to others.
It was a nightmare.
Now I'm stuck with having an account the name of which I can't change, and another account that I could only use if I removed my saves, but then I'd have to re-complete all the campaign of the game in order to unlock the time trials again.
The entire process is terrible, Origin is terrible, EA is terrible.
Well as it turns out a lot of the "world records" in Mirror's Edge are just people glitching through levels insanely quickly, but at least there are weekly and monthly rankings too.
It was a nightmare.
Now I'm stuck with having an account the name of which I can't change, and another account that I could only use if I removed my saves, but then I'd have to re-complete all the campaign of the game in order to unlock the time trials again.
The entire process is terrible, Origin is terrible, EA is terrible.
Well as it turns out a lot of the "world records" in Mirror's Edge are just people glitching through levels insanely quickly, but at least there are weekly and monthly rankings too.
- Froggychum
- JKL;'s Nightmare
- Posts: 8910
- Joined: Thu Apr 13, 2017 8:30 pm
- Location: Ontario, Canada
- Pronouns: he/they/frog
Re: Programming, computers, etc. [Serious]
im sorry yer account messed up D: i h8 that too xD
I have an Origin account , and mine was pretty easy to make... I dont remember the whole process, and am not very active with my account anyway, so I cant help much...
I agree EA is 90% shit, and 10% acceptable.
I only made an account because I have The Simpsons: Tapped Out, and wanted to have friends (so much for that, my only friend is the starter bot everyone gets who is 5lvls higher than them xD its soo dumb hahah)
Anyway, if possible I'd look it up, and try and find the easiest path to making your account
well bye sorry btw for yer shitty luck and whatnot
bye
I have an Origin account , and mine was pretty easy to make... I dont remember the whole process, and am not very active with my account anyway, so I cant help much...
I agree EA is 90% shit, and 10% acceptable.
I only made an account because I have The Simpsons: Tapped Out, and wanted to have friends (so much for that, my only friend is the starter bot everyone gets who is 5lvls higher than them xD its soo dumb hahah)
Anyway, if possible I'd look it up, and try and find the easiest path to making your account
well bye sorry btw for yer shitty luck and whatnot
bye
I am a bot and this action was performed automatically. If you have any concerns, please visit: viewtopic.php?f=1&t=21473
My Trophy Shelf
My Trophy Shelf
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
That's pretty neat!Arkannine wrote:It's pretty easy. You basically make elements, position them and assign callbacks.Shai'tan wrote:How easy to use is it?
This is something I made today in ~3 hours and 280 lines for a little freelance thing, including algorithm research for maze generation and solving. It uses Tkinter's Canvas widget and a few buttons.
What I don't really like about it is that you can tell the codebase is a bit dated and often inconsistent.
For example, the states for text entry are the constant tk.DISABLED for uneditable and uncopiable, tk.NORMAL for editable (why not tk.ENABLED?) and the string literal 'readonly' for uneditable but copiable (m8 w0t)
Qt looks nice, but I steer clear of it because of L/GPL.
Also, those states are pretty inconsistent.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- Froggychum
- JKL;'s Nightmare
- Posts: 8910
- Joined: Thu Apr 13, 2017 8:30 pm
- Location: Ontario, Canada
- Pronouns: he/they/frog
Re: Programming, computers, etc. [Serious]
Anonymously Famous wrote:That's pretty neat!Arkannine wrote:It's pretty easy. You basically make elements, position them and assign callbacks.Shai'tan wrote:How easy to use is it?
This is something I made today in ~3 hours and 280 lines for a little freelance thing, including algorithm research for maze generation and solving. It uses Tkinter's Canvas widget and a few buttons.
What I don't really like about it is that you can tell the codebase is a bit dated and often inconsistent.
For example, the states for text entry are the constant tk.DISABLED for uneditable and uncopiable, tk.NORMAL for editable (why not tk.ENABLED?) and the string literal 'readonly' for uneditable but copiable (m8 w0t)
Qt looks nice, but I steer clear of it because of L/GPL.
Also, those states are pretty inconsistent.
just checked it out... thats awesome
I am a bot and this action was performed automatically. If you have any concerns, please visit: viewtopic.php?f=1&t=21473
My Trophy Shelf
My Trophy Shelf
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
Of all the articles I read about the new ransomware "WannaCry", it bothers me that most don't start with the two most important pieces of info:
- If you're on windows 10 and have updated recently, you are fine. You are also fine if you're not using Windows.
- If you got infected, don't pay, it doesn't work.
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
Windows 8.1 with updated Windows Defender should also be fine.
Also related to programming, I spent a bit of time figuring out what exactly happened with the cake in this post. It turns out that the text was written on a system that uses the deprecated, Thai-specific TIS-620 character encoding. It was stored as Windows-1252 (aka ANSI). It translates to "ขอให้โชคดี" (which translates to "Good luck").
My initial thought was that it was UTF-8, but UTF-8 would have created a lot more ANSI characters.
Also related to programming, I spent a bit of time figuring out what exactly happened with the cake in this post. It turns out that the text was written on a system that uses the deprecated, Thai-specific TIS-620 character encoding. It was stored as Windows-1252 (aka ANSI). It translates to "ขอให้โชคดี" (which translates to "Good luck").
My initial thought was that it was UTF-8, but UTF-8 would have created a lot more ANSI characters.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- lunar_furor
- ASDF Prophet
- Posts: 4346
- Joined: Wed May 14, 2008 3:34 pm
- Location: Most likely at work
Re: Programming, computers, etc. [Serious]
C++ isn't tooooo terribly more complicated than java per se, it's taught in some places as a 101 class just like java. You get all the ways to shoot your self in the foot, but it's only a step below java so to speak. C# is microsofts answer to java, so they are almost identical (writing wise) the minutia of their differences don't matter unless you need to know them, and by then you aren't worried about if one is 'easier' or not. I was called backs, saw this post, and thought I'd throw in my 2 shiny pennies.atomtengeralattjaro wrote:I don't speak C, but it's a much lower-level language than java, and as far as I know a lot more simplistic (C++ is a more evolved version of it). So my guess is that it is difficult. You've gotta manage memory stuff on your own. Whereas in managed languages like java and C#, the system does a lot for you (memory management, automatic garbage collection, etc.)Froggychum wrote:Is C as hard as Java?
Re: Programming, computers, etc. [Serious]
I'm glad you're back! Trying to learn some C++ as my friends and I are trying to make a game in Unreal Engine for fun. It's a lot to wrap my head around, but C++ reminds me a lot of C. More so than C# or Java.
I actually prefer C# to Java, but that's just a preference thing and probably because Visual Studio is actually quite nice to use.
I actually prefer C# to Java, but that's just a preference thing and probably because Visual Studio is actually quite nice to use.
Quote of the Ages:
atomtengeralattjaro wrote:The Forums of ASDF turn, and Pages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Page that gave it birth comes again. On one Page, called the Six Hundred and Ninety Fifth Page by some, a Page yet to come, a Page long past, a post was made by atomtengeralattjaro. The post was not the beginning. There are neither beginnings nor endings to the turning of the Forums of ASDF. But it was a beginning.
- lunar_furor
- ASDF Prophet
- Posts: 4346
- Joined: Wed May 14, 2008 3:34 pm
- Location: Most likely at work
Re: Programming, computers, etc. [Serious]
ThanksShai'tan wrote:I'm glad you're back! Trying to learn some C++ as my friends and I are trying to make a game in Unreal Engine for fun. It's a lot to wrap my head around, but C++ reminds me a lot of C. More so than C# or Java.
I actually prefer C# to Java, but that's just a preference thing and probably because Visual Studio is actually quite nice to use.
I used to be java over most things as a go to language, but after Visual Studio I completely agree. I thought new unreal was built around C# or is that Unity.
Re: Programming, computers, etc. [Serious]
Unity, Unreal uses C++.
Quote of the Ages:
atomtengeralattjaro wrote:The Forums of ASDF turn, and Pages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Page that gave it birth comes again. On one Page, called the Six Hundred and Ninety Fifth Page by some, a Page yet to come, a Page long past, a post was made by atomtengeralattjaro. The post was not the beginning. There are neither beginnings nor endings to the turning of the Forums of ASDF. But it was a beginning.
- lunar_furor
- ASDF Prophet
- Posts: 4346
- Joined: Wed May 14, 2008 3:34 pm
- Location: Most likely at work
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
- Froggychum
- JKL;'s Nightmare
- Posts: 8910
- Joined: Thu Apr 13, 2017 8:30 pm
- Location: Ontario, Canada
- Pronouns: he/they/frog
Re: Programming, computers, etc. [Serious]
The Blair Witch Project
I am a bot and this action was performed automatically. If you have any concerns, please visit: viewtopic.php?f=1&t=21473
My Trophy Shelf
My Trophy Shelf
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
I've been considering creating a game. Because of Shai's post, I just looked into Unreal. I should probably take smaller steps before getting into that...
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
I suppose that would be the first step, wouldn't it?
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- Froggychum
- JKL;'s Nightmare
- Posts: 8910
- Joined: Thu Apr 13, 2017 8:30 pm
- Location: Ontario, Canada
- Pronouns: he/they/frog
Re: Programming, computers, etc. [Serious]
i always wanted to make a game....
too not good enough....
such sad...
mew.
haah jk bye
too not good enough....
such sad...
mew.
haah jk bye
I am a bot and this action was performed automatically. If you have any concerns, please visit: viewtopic.php?f=1&t=21473
My Trophy Shelf
My Trophy Shelf
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
Say I wanted to make a fairly basic 2D side scroller. What game development platforms would you recommend? I have Clickteam Fusion from a recent Humble Bundle thing, and there's also Unity and other popular environments. There are also other things like Pygame for Python game development, etc. I just need a starting spot, I guess.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
Re: Programming, computers, etc. [Serious]
Here is a pretty decent list over engines and what they can be used for.
Quote of the Ages:
atomtengeralattjaro wrote:The Forums of ASDF turn, and Pages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Page that gave it birth comes again. On one Page, called the Six Hundred and Ninety Fifth Page by some, a Page yet to come, a Page long past, a post was made by atomtengeralattjaro. The post was not the beginning. There are neither beginnings nor endings to the turning of the Forums of ASDF. But it was a beginning.