Page 30 of 43

Re: Programming, computers, etc. [Serious]

Posted: Tue Feb 09, 2016 2:11 pm
by atomtengeralattjaro
This concludes that python is weird.

Re: Programming, computers, etc. [Serious]

Posted: Tue Feb 09, 2016 3:01 pm
by Uly
Not as weird as slack

Re: Programming, computers, etc. [Serious]

Posted: Thu Feb 11, 2016 7:30 am
by Ml08180
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

Re: Programming, computers, etc. [Serious]

Posted: Thu Feb 11, 2016 8:29 am
by atomtengeralattjaro
post it on pastebin and link it here.
I've not seen arduino code before, but I'm smart.

Re: Programming, computers, etc. [Serious]

Posted: Thu Feb 11, 2016 1:22 pm
by Uly
Can someone please explain to me what exactly a CPU core is?

Re: Programming, computers, etc. [Serious]

Posted: Thu Feb 11, 2016 3:00 pm
by atomtengeralattjaro
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.

Re: Programming, computers, etc. [Serious]

Posted: Thu Feb 11, 2016 3:02 pm
by Uly
Thats actually pretty cool

Re: Programming, computers, etc. [Serious]

Posted: Fri Feb 19, 2016 12:09 am
by Anonymously Famous
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:
  1. You agree to our
  2. Privacy Policy
  3. and to our
  4. Terms of use
Only they were stored out of order in the list. Kind of hard to translate that, especially since there's no guarantee that "Privacy Policy" and the like won't turn up somewhere else.

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}."

Re: Programming, computers, etc. [Serious]

Posted: Fri Feb 19, 2016 12:11 am
by Uly
Who is "we"?

Re: Programming, computers, etc. [Serious]

Posted: Fri Feb 19, 2016 12:13 am
by Anonymously Famous
A company that handles the translation of a lot of things, including software and websites.

Re: Programming, computers, etc. [Serious]

Posted: Fri Feb 19, 2016 12:15 am
by Uly
I can translate HTML & CSS into illustrations on paper

Re: Programming, computers, etc. [Serious]

Posted: Thu Mar 03, 2016 3:36 pm
by lunar_furor
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
Did you ever post that link, it's been a while, but I've worked with the arduino in a robotics project.

Re: Programming, computers, etc. [Serious]

Posted: Thu Mar 03, 2016 10:43 pm
by Uly
In other new, are Firefox developer plugins really worth it?

Re: Programming, computers, etc. [Serious]

Posted: Sat Mar 12, 2016 12:56 pm
by atomtengeralattjaro
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.

Re: Programming, computers, etc. [Serious]

Posted: Sun Mar 13, 2016 6:18 pm
by MTG09
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.

Re: Programming, computers, etc. [Serious]

Posted: Sun Mar 13, 2016 7:29 pm
by Uly
I have no idea what they hope to gain by upgrading my 7 year old computer to Windows 10, and possibly killing it.

Re: Programming, computers, etc. [Serious]

Posted: Mon Mar 14, 2016 6:32 pm
by Shai'tan
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.
I agree, this is disgusting and reflects really badly on Microsoft. Linux for life. (Even though I have two computers with W10).

Re: Programming, computers, etc. [Serious]

Posted: Mon Mar 14, 2016 6:54 pm
by Uly
I honestly miss XP and 98

Re: Programming, computers, etc. [Serious]

Posted: Mon Mar 14, 2016 7:14 pm
by atomtengeralattjaro
I'm mostly okay with win10, you just need to carefully turn all its spyware and adware features off.

Re: Programming, computers, etc. [Serious]

Posted: Mon Mar 14, 2016 7:20 pm
by Uly
When it comes to computers, anything ending in -ware is usually bad