Programming, computers, etc. [Serious]
- 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]
Sorry to derail, but does anyone here have any experience with Arduino code? Specifically for servo operation.
I have a decent code written (just the part that'll allow me to make the wheels go spin, the QTI sensors aren't set yet) and I was hoping maybe someone could see if there's a way to simplify it. My board has very limited memory and I'd like to get the main functions as compact as possible before setting off on any larger functions like beeping at people to the tune of Ragtime Gal whenever they get in the way.
EDIT:
The code is a little long, so I'll post it if anyone wants to see because otherwise it'll take up a huge space in the thread
I have a decent code written (just the part that'll allow me to make the wheels go spin, the QTI sensors aren't set yet) and I was hoping maybe someone could see if there's a way to simplify it. My board has very limited memory and I'd like to get the main functions as compact as possible before setting off on any larger functions like beeping at people to the tune of Ragtime Gal whenever they get in the way.
EDIT:
The code is a little long, so I'll post it if anyone wants to see because otherwise it'll take up a huge space in the thread
- 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]
post it on pastebin and link it here.
I've not seen arduino code before, but I'm smart.
I've not seen arduino code before, but I'm smart.
- Uly
- ASDF Prophet
- Posts: 4060
- Joined: Tue Dec 08, 2015 7:40 pm
- Location: where the hawks play!
- Pronouns: Jedi Master
Re: Programming, computers, etc. [Serious]
Can someone please explain to me what exactly a CPU core is?
REAL RX
- 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]
It's a part of a piece of silicon with tiny parts etched into it.
Acting as a part of the processor, what a core mostly does is adds numbers together and moves (copies) them around between its pockets (called registers). It does this based on instructions it reads from certain pockets.
A processor that has multiple cores can do more things at once because it can make more calculations at the same time.
Acting as a part of the processor, what a core mostly does is adds numbers together and moves (copies) them around between its pockets (called registers). It does this based on instructions it reads from certain pockets.
A processor that has multiple cores can do more things at once because it can make more calculations at the same time.
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
So this is kind of related to computers, as it has to do with software translation.
We got a file with a list of software strings to translate. Part of it (paraphrased) went like this:
Languages have different grammar rules. Never split up strings like that. If you must, put a placeholder in there or something, like "You agree to our {1} and to our {2}."
We got a file with a list of software strings to translate. Part of it (paraphrased) went like this:
- You agree to our
- Privacy Policy
- and to our
- Terms of use
Languages have different grammar rules. Never split up strings like that. If you must, put a placeholder in there or something, like "You agree to our {1} and to our {2}."
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
A company that handles the translation of a lot of things, including software and websites.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- Uly
- ASDF Prophet
- Posts: 4060
- Joined: Tue Dec 08, 2015 7:40 pm
- Location: where the hawks play!
- Pronouns: Jedi Master
Re: Programming, computers, etc. [Serious]
I can translate HTML & CSS into illustrations on paper
REAL RX
- lunar_furor
- ASDF Prophet
- Posts: 4346
- Joined: Wed May 14, 2008 3:34 pm
- Location: Most likely at work
Re: Programming, computers, etc. [Serious]
Did you ever post that link, it's been a while, but I've worked with the arduino in a robotics project.Ml08180 wrote:Sorry to derail, but does anyone here have any experience with Arduino code? Specifically for servo operation.
I have a decent code written (just the part that'll allow me to make the wheels go spin, the QTI sensors aren't set yet) and I was hoping maybe someone could see if there's a way to simplify it. My board has very limited memory and I'd like to get the main functions as compact as possible before setting off on any larger functions like beeping at people to the tune of Ragtime Gal whenever they get in the way.
EDIT:
The code is a little long, so I'll post it if anyone wants to see because otherwise it'll take up a huge space in the thread
- Uly
- ASDF Prophet
- Posts: 4060
- Joined: Tue Dec 08, 2015 7:40 pm
- Location: where the hawks play!
- Pronouns: Jedi Master
Re: Programming, computers, etc. [Serious]
In other new, are Firefox developer plugins really worth it?
REAL RX
- 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]
Warning,
if you're using windows but not 10, it might update without your permission.
https://www.reddit.com/r/technology/com ... ported_as/
I find this kind of behavior repulsive.
if you're using windows but not 10, it might update without your permission.
https://www.reddit.com/r/technology/com ... ported_as/
I find this kind of behavior repulsive.
Re: Programming, computers, etc. [Serious]
Well updating from 8 to 8.1 broke the wireless driver for my computer so I got a bootleg one. I probably still need it with windows 10 so I'm afraid to update drivers. I like windows 10 more than both versions of 8.
- Uly
- ASDF Prophet
- Posts: 4060
- Joined: Tue Dec 08, 2015 7:40 pm
- Location: where the hawks play!
- Pronouns: Jedi Master
Re: Programming, computers, etc. [Serious]
I have no idea what they hope to gain by upgrading my 7 year old computer to Windows 10, and possibly killing it.
REAL RX
Re: Programming, computers, etc. [Serious]
I agree, this is disgusting and reflects really badly on Microsoft. Linux for life. (Even though I have two computers with W10).atomtengeralattjaro wrote:Warning,
if you're using windows but not 10, it might update without your permission.
https://www.reddit.com/r/technology/com ... ported_as/
I find this kind of behavior repulsive.
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]
I'm mostly okay with win10, you just need to carefully turn all its spyware and adware features off.
- Uly
- ASDF Prophet
- Posts: 4060
- Joined: Tue Dec 08, 2015 7:40 pm
- Location: where the hawks play!
- Pronouns: Jedi Master
Re: Programming, computers, etc. [Serious]
When it comes to computers, anything ending in -ware is usually bad
REAL RX