What kind of test? And what kind of assignments?
Search found 15518 matches
- Fri Nov 09, 2018 2:44 pm
- Forum: General
- Topic: The Daily Thread
- Replies: 9820
- Views: 573522
- Fri Nov 09, 2018 2:42 pm
- Forum: General
- Topic: catch up thread
- Replies: 42
- Views: 1019
Re: catch up thread
Hi, all! Yeah, I'm doing alright! I'm 22 now (which also makes me 12 when I joined :o ) and close to being done with engineering school. I recently found out that photography is a passion I have, and thus I no longer have any money. I'm in a good place professionally though and things are looking up...
- Thu Nov 08, 2018 1:50 pm
- Forum: General
- Topic: catch up thread
- Replies: 42
- Views: 1019
Re: catch up thread
What is this, a flashback episode?
- Sat Apr 29, 2017 4:53 am
- Forum: General
- Topic: Programming, computers, etc. [Serious]
- Replies: 842
- Views: 159300
Re: Programming, computers, etc. [Serious]
How easy to use is it? It's pretty easy. You basically make elements, position them and assign callbacks. 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 bu...
- Tue Apr 25, 2017 4:36 am
- Forum: General
- Topic: Programming, computers, etc. [Serious]
- Replies: 842
- Views: 159300
Re: Programming, computers, etc. [Serious]
C and C++ are hard especially for beginners because you'll be tripping over stuff you don't need to understand yet. Java is okay but kind of complicated. Python is easy and fun to use, while still being very useful in real world. Programming is logic but still creative work. Best way to learn perman...
- Thu Apr 13, 2017 1:16 pm
- Forum: General
- Topic: Video Game Translation?
- Replies: 19
- Views: 3410
- Thu Apr 13, 2017 1:15 pm
- Forum: General
- Topic: So I've been looking through my old posts
- Replies: 22
- Views: 2561
Re: So I've been looking through my old posts
Almost almost is almost!
Like what else?Shai'tan wrote:We should get Philtom to do a lot of stuff...
- Thu Apr 13, 2017 1:14 pm
- Forum: General
- Topic: Programming, computers, etc. [Serious]
- Replies: 842
- Views: 159300
Re: Programming, computers, etc. [Serious]
I know you mean something else, but it reminded me of MarI/O and it's amazing:
- Wed Apr 12, 2017 3:05 pm
- Forum: General
- Topic: So I've been looking through my old posts
- Replies: 22
- Views: 2561
Re: So I've been looking through my old posts
Hello, subs and ninjas!
We really have to poke Philtom to implement https
We really have to poke Philtom to implement https

- Wed Apr 12, 2017 1:07 am
- Forum: General
- Topic: So I've been looking through my old posts
- Replies: 22
- Views: 2561
So I've been looking through my old posts
And it turns out I've been on asdf for almost 10 years.
what the fuck
what the fuck
- Wed Apr 12, 2017 12:58 am
- Forum: General
- Topic: Is there a PC police here?
- Replies: 23
- Views: 5025
Re: Is there a PC police here?
I am the PC Police. You no cause trouble.
- Wed Apr 12, 2017 12:48 am
- Forum: General
- Topic: =-The infinite 20k Thread!-=
- Replies: 16389
- Views: 821507
Re: =-The infinite 20k Thread!-=
A singing dragon... Mated.
- Wed Apr 12, 2017 12:44 am
- Forum: General
- Topic: Video Game Translation?
- Replies: 19
- Views: 3410
Re: Video Game Translation?
Not really a bad/good translation thing, but I always find it impressive how poor support for international languages is on Windows, sometimes. Case in point: fan-translated Japanese games usually require a hugely complicated installation that requires changing locale and sacrificing at least two bl...
- Wed Apr 12, 2017 12:35 am
- Forum: General
- Topic: Programming, computers, etc. [Serious]
- Replies: 842
- Views: 159300
Re: Programming, computers, etc. [Serious]
Yeah, I find git a bit impractical too. Like sometimes I'll edit some Python code in my IDE and then commit and push for convenience and pull in a remote server that's only accessible through SSH; then something comes up and I change a tiny bit of code from SSH through nano and forget to push that. ...
- Wed Apr 12, 2017 12:23 am
- Forum: General
- Topic: Tall and tan and young and lovely
- Replies: 6
- Views: 1173
Re: Tall and tan and young and lovely
Hey, that's my turf! 

- Sat Jul 16, 2016 5:26 pm
- Forum: General
- Topic: Programming, computers, etc. [Serious]
- Replies: 842
- Views: 159300
Re: Programming, computers, etc. [Serious]
Have you heard about Cython? I never used it, but my impression is that it converts Python into C and then compiles into bytecode. Might be worth a look.Shai'tan wrote:Hehe, might be. Just worried about having to download extra stuff for python because that is not easy.
- Wed Jul 06, 2016 5:36 pm
- Forum: General
- Topic: Programming, computers, etc. [Serious]
- Replies: 842
- Views: 159300
Re: Programming, computers, etc. [Serious]
Oh, I've been learning Python and it's fantastic for rapid development and simple scripts. There is a library/function for anything low-level you can think of, so you don't have to worry at all about that and it's really easy to get going. Most of these libraries are built-in, and the ones that aren...
- Tue May 31, 2016 12:23 pm
- Forum: General
- Topic: Programming, computers, etc. [Serious]
- Replies: 842
- Views: 159300
Re: Programming, computers, etc. [Serious]
Well, I'd suggest getting a cheap webcam or the Pi's camera and make a people counter or something like that. OpenCV is great and relatively easy to learn.Shai'tan wrote:That's cool. I have a Raspberry Pi, but I'm terrible at coming up with small projects like these.
- Tue May 31, 2016 12:34 am
- Forum: General
- Topic: Programming, computers, etc. [Serious]
- Replies: 842
- Views: 159300
Re: Programming, computers, etc. [Serious]
If you're confident in your translation abilities, and you still want to do it, I could recommend some translation agencies. Send me a PM if you're interested. I did, thanks :) To push the topic back to programming, computers, etc: Have you guys ever done any home project with electronics, a Raspbe...
- Sun May 22, 2016 12:37 pm
- Forum: General
- Topic: Programming, computers, etc. [Serious]
- Replies: 842
- Views: 159300
Re: Programming, computers, etc. [Serious]
I mean SSH itself. SSH is a remote shell, it pretty gives you a terminal that runs whatever on a remote machine. You access it through the machine's IP and one of its user's passwords. At least on the Raspberry Pi, it's enabled by default. Also it comes with a weak and widely known default password ...