abababa22

1,569
Reputation
248 views

Registered User

Name abababa22
Member for 1 year
Seen Aug 28 at 5:28
Website
Location FI
Age
Oct
19
awarded  Yearling
Oct
16
awarded  Popular Question
Aug
3
comment How does the Half-Life 2 multiplayer protocol work?
"Now every player moves and fires independently on their own computer and communicates to the server what they have done." This is not true, at least in Half-life 1. The client is just able to run the same simulation locally to create illusion of zero lag, but server still gets control inputs normally, not the full state. The server also still has the final word about what's happening, so clients can't use this to "break the game rules"
Aug
3
comment How does the Half-Life 2 multiplayer protocol work?
@nemo: HL2 is supposed to be mostly new code, but AFAIK some Quake engine code still exists in there. The network code is probably different though.
Aug
3
answered How does the Half-Life 2 multiplayer protocol work?
Aug
3
comment How does the Half-Life 2 multiplayer protocol work?
Readded the tag, because that's exactly what JtR seems to ask.
Aug
3
revised How does the Half-Life 2 multiplayer protocol work?
edited tags
Jul
31
awarded  Popular Question
Jul
28
comment What are the best alternatives to notepad?
+1 for Notepad++ (even though I moved to Emacs since using it)
Jul
28
revised How can I monitor status changes of windows services under windows xp?
added 111 characters in body
Jul
27
asked How can I monitor status changes of windows services under windows xp?
Jul
24
answered How to explain differences between analog and digital to my mother.
Jul
20
awarded  Popular Question
Jul
20
awarded  
Jul
16
answered What’s wrong with XOR encryption?
Jul
15
answered Eidetic memory: What magic numbers you still remember?
Jul
15
answered Best professional CV editing service for developer in the UK
Jul
14
comment How long should it take a senior developer to solve FizzBuzz during an interview?
Nice idea adding the tests too. Wrapping n % multiplier == 0 (which is perfectly readable if you know Java) is just dumb IMO, +1 anyway. :)
Jul
10
comment What exactly is the halting problem?
If you truly solved it, I think you could do better than rentacoder.com. :)
Jul
10
answered What exactly is the halting problem?
Jul
10
answered Why isn’t the ‘D’ language picking up?
Jul
9
comment Carbon vs. Aqua vs. Cocoa Emacs builds
+1, Emacs is supposed to be modified to get the most power out of it. Vim is probably a better choice for "hostile computers".
Jul
9
answered Carbon vs. Aqua vs. Cocoa Emacs builds
Jul
9
comment What is the worst source control you have used?
CVS wasn't actually that bad. It didn't present big problems with the projects we used it in at the time.
Jul
9
answered What is the worst source control you have used?
Jul
9
comment Source control system for single developer
I'd use a hosted SVN service and tortoise svn client.
Jul
9
accepted What is your recommended Emacs Lisp?
Jul
8
answered What makes Scala’s operator overloading “good”, but C++’s “bad”?
Jul
8
comment What makes Scala’s operator overloading “good”, but C++’s “bad”?
+1, Operator overloading in C++ is good. For example it makes vector math a lot cleaner. Like with many C++ features, you should wield the power carefully.
Jul
8
revised What kind of C is an operating system written in?
added 159 characters in body
Jul
8
answered What kind of C is an operating system written in?
Jul
7
comment Who in the software world do you admire the most?
+1 Thanks to Linus we are already using a free OS instead of still waiting for Hurd kernel to be released. :)
Jul
7
accepted What software tools can’t you live without?
Jul
7
answered What is your recommended Emacs Lisp?
Jul
6
answered (Java) Good Libraries and What they are.
Jul
6
comment What specific productivity gains does vim/emacs provide over GUI text editors?
@Yoooder: Why do people keep whining about community wiki questions? I didn't find any rule governing community wikis.
Jul
6
comment What specific productivity gains does vim/emacs provide over GUI text editors?
If you do have a slow connection, I'd suggest using Emacs and Tramp.
Jul
6
answered “Low [Machine] Level” Blogs
Jul
6
revised What are common UI misconceptions and annoyances?
added 31 characters in body
Jul
3
answered Convert PDF to ReadOnly in browsers
Jul
2
comment What to learn? Lisp or OCaml or…?
"Haskel and Erlang (and Scheme?) are close-universe systems, in that everything must be created using libraries written in them." You can link C libraries to Haskell code.
Jun
29
comment What can software developers do to be more “green”?
I think this answer is very helpful, in many ways. Vote up. :)
Jun
29
answered What can software developers do to be more “green”?
Jun
28
revised “Every language was created for a specific purpose”
added 73 characters in body
Jun
28
revised “Every language was created for a specific purpose”
added 193 characters in body; added 206 characters in body; added 45 characters in body; added 55 characters in body
Jun
28
answered “Every language was created for a specific purpose”
Jun
26
answered What software tools can’t you live without?
Jun
26
answered Article/book: from source code to executable program?
Jun
26
comment Is a debugger the mother of all evil?
I suspect all these dogmas were raised by highly pragmatic people who wanted to remove some competition on their field of expertise. ;)
Jun
26
answered Where to make source code publically available