Forum
A place to discuss topics/games with other webDiplomacy players.
Page 997 of 1419
FirstPreviousNextLast
NigeeBaby (100 D(G))
06 Dec 12 UTC
"He's been a conservative rock star”
http://www.bbc.co.uk/news/world-us-canada-20628992
2 replies
Open
Tolstoy (1962 D)
06 Dec 12 UTC
Edi Birsan sworn in as Concord City Council member
http://concord-ca.patch.com/articles/video-edi-birsan-and-dan-helix-sworn-into-concord-city-council#video-12455653
5 replies
Open
NigeeBaby (100 D(G))
06 Dec 12 UTC
More important legislation passed in the U.S.
http://www.bbc.co.uk/news/world-us-canada-20628988
10 replies
Open
obiwanobiwan (248 D)
06 Dec 12 UTC
Sherlock Wants Vengeance...FROM CAPTAIN KIRK (Star Trek Trailer!)
http://www.youtube.com/watch?feature=player_embedded&v=diP-o_JxysA

Thoughts, anyone? (I'd almost say it sounds like they're doing the first Trek episode with Kirk, "Where No Man Has Gone Before" and just making Gary Mitchell British...hmmm...)
14 replies
Open
NigeeBaby (100 D(G))
06 Dec 12 UTC
Can someone please explain....
...... someone gets banned for being a 'multi', but do all of the accounts get banned or just the extra 'multiple' accounts?
3 replies
Open
bo_sox48 (5202 DMod(G))
02 Dec 12 UTC
Ghost Rating
I'm going to be the asshole that posts a thread in anticipation. *sits and stares*
50 replies
Open
Dharmaton (2398 D)
03 Dec 12 UTC
Is anyone here into Assembly programming language?
PM me, Thx!
Mapu (362 D)
03 Dec 12 UTC
Amazing -- someone from 1991 has come to visit us here in the future.
Draugnar (0 DX)
03 Dec 12 UTC
Which Assembler? 360/370? AS400? x86? Assembler may have a core set of instructions, but each processor family/BIOS has it's own set of interrupts and ways of handling memory. I've done 360/370, x86, and a little old Apple ][ asembly in the past.
krellin (80 DX)
03 Dec 12 UTC
Au contraire...assembly is alive and well in real world engineering here and there, where you want things to work *really well* - where memory is tight and requirements are strict and you are trying to squeeze every last bit of power out of your processors...

We get the need for assembly in the automotive world.

We need more people that understand fundamentals in this world!
Draugnar (0 DX)
03 Dec 12 UTC
@Mapu - 91? Try 87. That was pretty much the last time I touched it. And only did that to hand assemble a new Int13 keyboard handling machine for Turbo PAscal as their keyboard buffer was too small and the routine didn't process the keys quick enough so that external device interfaces that used Int13 (like digital micrometers and such) would drop characters (thank you Borland idiongineers). Talk about a pain in the ass.
jmo1121109 (3812 D)
03 Dec 12 UTC
If by into you mean can program some something simple while hating every minute of it...not saying I don't appreciate the efficiency of the lower level languages, I just don't have the patience for it most of the time.
Draugnar (0 DX)
03 Dec 12 UTC
@Krellin - why not use modern Pascal or straight C? Easier to read and damn near compiles down to the identical code. Hell, Pascal gen 1 was written in Assembly and virtually every version since than was written in a prior version of *tada* Pascal.
krellin (80 DX)
03 Dec 12 UTC
We still get organizations asking us for assembly knowledge. Some of it probably has to do with working with legacy products. I don't always get all the nitty-gritty details on the whys and whats...but it's not infrequent to need someone that understands assembly.
Draugnar (0 DX)
03 Dec 12 UTC
I was wondering. Cause most RISC processors (like are used in the OBD-type automotive computers) are typically programmed with a reduced instruction set of C or even C++ nowadays.
Draugnar (0 DX)
03 Dec 12 UTC
Of course, assembly knowledge is great for disassembling software when you are stealing your competitor's product or "upgrading" EPROMS like performance shops do (e.g. Dooug Rippie Motorsports).
krellin (80 DX)
03 Dec 12 UTC
Mostly we are looking for C/C++ guys, yes.
Dharmaton (2398 D)
03 Dec 12 UTC
'twas before '91 actually... lol.
x86 just now... Getting back into it! I kinda like seeing all that machine code...
Right now, just tweeking some graphics routines and getting my feet wet...
All those higher level languages end up being compiled into...
Dharmaton (2398 D)
03 Dec 12 UTC
I'd like to mix C, Prolog into a concatenated Assembly looking language.
We only write in assembler where we really really need the speed. It's faster and usually smaller than compiled C, but it takes a lot longer to write and it's harder to maintain. We also make sure that it is extremely well documented before it goes in, so that other writers can work out what it was doing and how just in case it has to be changed. We use C or C++ for everything else, except these days MMI's are written in C# or <shudder>Java.

> ... C, Prolog into a concatenated Assembly looking language.
Prolog. Prolog? Prolog!!! Nurse! Nurse! come quickly Nurse! He's out of bed again! (sorry, haven't thought about Prolog for <mumble> years. Hoped that was just a poorly remembered nightmare from long long ago.)
krellin (80 DX)
03 Dec 12 UTC
SPEAKER - So where would you use it? Like on firmware, board support packages, etc -- stuff that is unlikely to be changing much but where speed is critical?
abgemacht (1076 D(G))
03 Dec 12 UTC
I loved writing Assembly for my undergrad Hardware course. Never had to use it outside of that, though.
semck83 (229 D(B))
03 Dec 12 UTC
To state the obvious, you need it in any case to write good compilers for new systems. There's no C until somebody has written an assembler, and if you want it to produce _efficient_ assembler, then it's going to have to be tailored to the processor in question by an expert.
semck83 (229 D(B))
03 Dec 12 UTC
I mean till somebody has written a compiler, obviously.
Draugnar (0 DX)
03 Dec 12 UTC
Anybody here even worked in Ada? Or how about that early OO GUI langunge, Object Vision written for Windows 3.0/3.1?
Dharmaton (2398 D)
03 Dec 12 UTC
I've done some Basic, Fortran, Pascal, and... Logo LOL,,,
""where you want things to work *really well*""
It's also about the freedom of playing-and having a totla hands on feel- of what's going on under the hood of the machine, of doing things the way you want, of the (Big) challenge of building a whole thing basically from scratch and from one's own hand. etc....
and
Dharmaton (2398 D)
04 Dec 12 UTC
... implementing some AI routines for Dip Bots.
And building an interfacable Math / Science library is also some I'd want to add to the said new language.
( Any one as used the http://golang.org/ ? )
abgemacht (1076 D(G))
04 Dec 12 UTC
My Master's Thesis was written in FORTRAN.
@Krellin - Yes. Some of the Board Support is written in assembler. We had to write some functions in the main core in assembler too - example: we needed a set of copy-with-bit-shift functions. These functions are written in assembler.
Dharmaton (2398 D)
05 Dec 12 UTC
Everything you guys do boils down to Asm, in a manner of speaking.
krellin (80 DX)
05 Dec 12 UTC
Dharmaton -- That's why I said when memory is extremely tight, or speed is critical (say in a safety related system) they may get down in to assembly in order to make sure code is 100% optimized.
Dharmaton (2398 D)
05 Dec 12 UTC
I hear yah :) I'm ow tweeking an Assembly program that displays '3 D' shapes from user-entered math functions... This, I'll expand to writing a new Assembly-level Language with Math, Scientific, Artificial Intelligence, and High-Level Symbolic routines. (Uh, also rehashing all the x86 OpCode docs and manuals.)
abgemacht (1076 D(G))
05 Dec 12 UTC
What system are you using that it needs to be done at that level?
semck83 (229 D(B))
05 Dec 12 UTC
Obviously, he is writing a computer algebra system for the SNES.
krellin (80 DX)
05 Dec 12 UTC
He's developing base logic for OFRO's....he's a traitor to humanity!
Dharmaton (2398 D)
06 Dec 12 UTC
@abgeamcht : my own actually, I've always wanted to do my own 'the big everything' program :) But thought of it yesterday... It could be a languaged (GUIed) so that 'anybody' can program... dunno, just tossing an idea around there...
... uh btw, I can open a web browser, but not sure yet how to had the Java and stuff other that straight pipe HTML add-ons are to be found...
Nah- for now, my target CPU is an x86... What's an OFRO ??
I'm sure it ain't St. Ofros... !?! lol http://holylandshopping.com/m1/The_Three_Arches_Israel/p5602/Saint_Ofros_Unframed_Icon_IC403/product_info.html


29 replies
redhouse1938 (429 D)
06 Dec 12 UTC
So I have this $4500 fine to pay for a minor violation of the traffic code
I was wondering if anybody happened to get a bonus at work on top of his usual take home pay for the mid month check...
24 replies
Open
President Eden (2750 D)
06 Dec 12 UTC
Guys what do we do about Syria
They're being a bunch of meanieheads. We should nuke them. Thoughts?
45 replies
Open
President Eden (2750 D)
06 Dec 12 UTC
iln what does your initials stands four
^^
im curius
13 replies
Open
2ndWhiteLine (2611 D(B))
06 Dec 12 UTC
The Evil Dead
If its so "evil" to be dead, why do we punish them by killing them again? Such hypocrisy!
10 replies
Open
TheMinisterOfWar (553 D)
06 Dec 12 UTC
Hypothesis: Humans are by nature moral creatures
http://ow.ly/fRFZJ

Discuss!
8 replies
Open
ILN (100 D)
06 Dec 12 UTC
bill 115
My fa**** teachers at school are on strike. All the fault of the stupid liberals, who caused the mess in canada, the unions who supported them, and now those same unions who oppose them after they decide to "fix" their mistakes, and come up with bill 115. http://www.cbc.ca/news/canada/windsor/story/2012/11/29/teachers-union-bill-pupatello-mpp-education.html

http://www.citytv.com/toronto/citynews/news/local/article/239160--faq-bill-115-teachers-job-action
23 replies
Open
Gen. Lee (7588 D(B))
06 Dec 12 UTC
EOG: Live Dipcy
7 replies
Open
taylornottyler (100 D)
05 Dec 12 UTC
Keep On Gunboating
gameID=105753


My comeback game
2 replies
Open
Jamiet99uk (873 D)
03 Dec 12 UTC
Genuine religious question -
I have a serious question for people who believe in a benevolent creator god - see below.
141 replies
Open
Sicarius (673 D)
04 Dec 12 UTC
Thesis #1/30 : Diversity is the primary good.
Would like your thoughts on this essay. If it's a good discussion there will be more to follow.
30 replies
Open
Yonni (136 D(S))
05 Dec 12 UTC
Replacing a laptop fan
I think I need to replace the fan on my laptop. As someone with no experience disassembling laptops should I bother doing this myself or should I just take it in to someone?
7 replies
Open
dubmdell (556 D)
04 Dec 12 UTC
Thuc... Thuc.,..
I don't know. What the hell anymore.
19 replies
Open
MadMarx (36299 D(G))
01 Dec 12 UTC
Another Bendite on webDip!!
I'm trying to round up a few nice folks for a cordial (yet very competitive)game starting in a few weeks, PM me if interested, more details within.
48 replies
Open
Thucydides (864 D(B))
04 Dec 12 UTC
confession
i have no idea what the hell ankara crescent is.

so what is it. lol
66 replies
Open
Partysane (10754 D(B))
05 Dec 12 UTC
Question: Multiple Logins from one IP
Happened just now. Page on my PC wouldn't load properly and since i am in a live game i switched to my Phone and entered orders there.
Is that a problem? Do i need to report my activity to the mods?
25 replies
Open
Ramtha (104 D)
04 Dec 12 UTC
LOTR Diplomacy variants being played online
The title say it all
Please, help a poor noob find a site where I can fulfill my fantasy of crushing those filthy Hobbitses once and for all.
5 replies
Open
2ndWhiteLine (2611 D(B))
05 Dec 12 UTC
New Orleans...Pelicans?!
http://espn.go.com/nba/story/_/id/8711940/new-orleans-hornets-change-nickname-pelicans-according-report
10 replies
Open
2ndWhiteLine (2611 D(B))
04 Dec 12 UTC
2nd White Christmas Game
I'd like to play a little game.
1 reply
Open
Confused, Seeking Advice
Rather tough spot in my life. Please don't ridicule me.
13 replies
Open
djakarta97 (358 D)
03 Dec 12 UTC
Camp 14 in North Korea
http://www.theatlantic.com/international/archive/2012/03/born-in-the-gulag-why-a-north-korean-boy-sent-his-own-mother-to-her-death/255110/

What are your views on this?
21 replies
Open
bschluep (57 D)
03 Dec 12 UTC
Support in the North
Can a fleet in Norway support an army in St. Pete in an attack on Moscow?
6 replies
Open
Nikeshox (100 D)
01 Dec 12 UTC
this site...
Anyone else findin orders constantly say LOADING on google chrome? doesn't allow u to enter orders
16 replies
Open
Tolstoy (1962 D)
03 Dec 12 UTC
Your Innocence is No Defense
Over 1000 wrongfully convicted defendants (at least 102 of which were sentenced to death) and counting in new registry:

http://libertycrier.com/government/1000-wrongfully-convicted-and-counting-new-registry-checks-justice-systems-power/
12 replies
Open
Page 997 of 1419
FirstPreviousNextLast
Back to top