Programming, computers, etc. [Serious]
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Programming, computers, etc. [Serious]
Use this topic to talk about anything programming or computer related. Let's try to keep the number of concurrent discussions down to avoid confusion, and let's try to stay on topic.
So... Anyone have any programming-related stuff they want to talk about? I probably have a quick Python script to write later today, converting a tab-separated text file to an XML file...
So... Anyone have any programming-related stuff they want to talk about? I probably have a quick Python script to write later today, converting a tab-separated text file to an XML file...
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- THEBOMB12321
- ASDFologist
- Posts: 593
- Joined: Sat Nov 19, 2011 4:21 am
Re: Programming, computers, etc. [Serious]
Well today I put together a quick program to well screw up my teachers computer it was a wonderful class....(if anyone asks you didn't hear that from me btw)
Notice: If you notice this notice you will notice that this notice is not worth noticing.
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
Didn't get to my Python script today... Too much other work to do. Fortunately, I have until Monday to get it done.
In other news, I had some tricky Word replacements to do on a batch of files. Luckily, I already had a VBA script from the last time I had to do the exact same set of tricky replacements on a different batch of files.
In other news, I had some tricky Word replacements to do on a batch of files. Luckily, I already had a VBA script from the last time I had to do the exact same set of tricky replacements on a different batch of files.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- Dreams
- ASDF High Priest
- Posts: 2306
- Joined: Tue Nov 29, 2011 7:04 pm
- Location: STOP STALKING ME! I'M INSECURE!
- Contact:
Re: Programming, computers, etc. [Serious]
I made a program that did char 7 infinitively. Didn't risk testing it. Would be a GREAT virus. Just imagine...
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
The bell character? That would be annoying...
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:
Re: Programming, computers, etc. [Serious]
i have a role-playing game in mind, in which there is no pre-written script (as in: story and all that), but there is a "society" of autonomous agents each controlled by an AI, and these agents would represent characters in the game world, they would do simple jobs, earn money, trade, eat, sleep, etc. And when the need arises, they would pay others (including the player) to do something for them.
i know, it sounds way too complicated and a huge task, but i do believe it's actually not impossible, and if the world is simple enough, it can be done. I'm planning to do this with a VERY simple world, and complicate that incrementally. It doesn't even need player interaction in the beginning, just a group of agents going on about their lives and communicating with each other via a small set of predefined messages sent via well defined interfaces. It would be a cool experiment. (Imagine an RPG in which there are no NPCs who just stand arond in one place all day, selling you their goods from their undepletable stock, etc..)
i know, it sounds way too complicated and a huge task, but i do believe it's actually not impossible, and if the world is simple enough, it can be done. I'm planning to do this with a VERY simple world, and complicate that incrementally. It doesn't even need player interaction in the beginning, just a group of agents going on about their lives and communicating with each other via a small set of predefined messages sent via well defined interfaces. It would be a cool experiment. (Imagine an RPG in which there are no NPCs who just stand arond in one place all day, selling you their goods from their undepletable stock, etc..)
- 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 could be interesting. Complicated, but like you said, probably doable.
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:
Re: Programming, computers, etc. [Serious]
i am glad we agree in that.
also, i forgot: do you think i should sticky this thread? or just let it live its life in the rollercoaster of which-thread-is-active?
also, i forgot: do you think i should sticky this thread? or just let it live its life in the rollercoaster of which-thread-is-active?
- Dreams
- ASDF High Priest
- Posts: 2306
- Joined: Tue Nov 29, 2011 7:04 pm
- Location: STOP STALKING ME! I'M INSECURE!
- Contact:
Re: Programming, computers, etc. [Serious]
Sticky it. It could come in very handy. Good luck with your program. Let me be the first one to play your game if it happens!
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
Either way, really. Pinning it will make it convenient to access.
So... This weekend I plan on delving into my Android programming book. Any ideas for killer apps that I can make in the not-too-distant future?
So... This weekend I plan on delving into my Android programming book. Any ideas for killer apps that I can make in the not-too-distant future?
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- THEBOMB12321
- ASDFologist
- Posts: 593
- Joined: Sat Nov 19, 2011 4:21 am
Re: Programming, computers, etc. [Serious]
Maybe make a hamburger app....so if someones hungry they can just open the app, choose their toppings and what do you know? A hamburger appeared.
Notice: If you notice this notice you will notice that this notice is not worth noticing.
- 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 know of an app that's essentially just stirring soup.
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:
Re: Programming, computers, etc. [Serious]
lovely.
is there an app that is about cleaning the screen of your phone?
is there an app that is about cleaning the screen of your phone?
it's possible i'm gonna post the results when there are any, but currently i have a thesis-type-of-thing to make. Which is also going to be a game, just much simpler. Ima post that too, but it won't be completed in at least half a year or so.Dreams wrote:Good luck with your program. Let me be the first one to play your game if it happens!
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
Let us know. If I write anything that's not work related, I'll post the code if anyone would be interested.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- THEBOMB12321
- ASDFologist
- Posts: 593
- Joined: Sat Nov 19, 2011 4:21 am
Re: Programming, computers, etc. [Serious]
*raises hand*
Notice: If you notice this notice you will notice that this notice is not worth noticing.
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
Is that a "Yes, I would be interested" hand raise, or an "I've got something to share" hand raise?
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- Dreams
- ASDF High Priest
- Posts: 2306
- Joined: Tue Nov 29, 2011 7:04 pm
- Location: STOP STALKING ME! I'M INSECURE!
- Contact:
Re: Programming, computers, etc. [Serious]
Or maybe it's one of those hands you raise and then you realize that you don't really know why you raised your hand.
- THEBOMB12321
- ASDFologist
- Posts: 593
- Joined: Sat Nov 19, 2011 4:21 am
Re: Programming, computers, etc. [Serious]
I believe that would be a yes hand raise
Notice: If you notice this notice you will notice that this notice is not worth noticing.
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
Got it. Maybe I'll do some coding tomorrow. I might have time.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- Dreams
- ASDF High Priest
- Posts: 2306
- Joined: Tue Nov 29, 2011 7:04 pm
- Location: STOP STALKING ME! I'M INSECURE!
- Contact:
Re: Programming, computers, etc. [Serious]
And maybe I'll learn how to make android apps. Gonna make one for Rubik's cubes.