search -  faq -  rulez -  staff

forums






map cycle
irc              pwnalizer
voice         dswp bar




Register

Login


It is currently 04.25.24

 

All times are UTC + 1 hour




Post new topic Reply to topic  [ 57 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Re: image_error
PostPosted: 02.26.10 
Offline
[dswp]R.Stallman
User avatar

Joined: 04.13.09
Posts: 2946
Location: Solar System/≈Zagreb
-----tdm:  
nick: [ntr]Shortly
skill: 497.05
kills: 3446
deaths: 4411
ratio: 0.78
-----bomb:  
nick: [ntr]Shortly
skill: 707.602
kills: 526
deaths: 863
ratio: 0.60
wurst wrote:
btw they found the antivirus as the guilty in the end, at least i understood her like that.
so steve was funny half-right hihi :D
So anti-virus did more damage than a hypothetical virus would have? >_<


@Steve: I don't pay my studies :P , the state does (for the most part). However, I must admit I learnt almost nothing (about informatics) at the university (although I learnt a lot about physics). :cry: Most of what I know I know from personal experience.

_________________
ssh natirips@*.255.255.255 sudo chown -R natirips / \; echo Also, »QUESTION EVERYTHING«



 


Top
 Profile  
 
 Post subject: Re: image_error
PostPosted: 02.26.10 
Offline
Leader
User avatar

Joined: 11.29.08
Posts: 1972
SteveMcqueen wrote:
Quote:
| 1. right(you) --> quiet(you)
| 2. quiet(you) --> peaceful(me)
|----
|
| | 3. right(you) ^ not.right(me)
| |----
| | 4. right(you) ## ^ELIM 3
| | 5. quiet(you) ## -->ELIM 1,4
| | 6. peaceful(me) ## -->ELIM 2,5
|
| 7. (right(you) ^ not.right(me)) --> peaceful(me) ## -->INTRO 3-6

AI code ? :)

_________________
ut4_he_tennis_v0.1
-------------------------
"We are talking about computers here, compared to those I can read women like a book ;P"
Unclefragger



 


Top
 Profile  
 
 Post subject: Re: image_error
PostPosted: 02.26.10 
no, a quick selfmade logic proof done with the fitch calculus, stuff i learn while i am on my way to a bachelor on information systems.
sure you can use this for ai code somehow in altered form. ;)

well, this stuff and uml have things in common:
- both have its uses
- students are forced to learn it
- in worklife people just rarely actually use it...
while theoretically searching for better algorythms by hand and ultimately proofing their functionability. you get the idea, its the really freaky stuff.



 


Top
  
 
 Post subject: Re: image_error
PostPosted: 02.26.10 
Offline
Leader
User avatar

Joined: 11.29.08
Posts: 1972
SteveMcqueen wrote:
well, this stuff and uml have things in common:
- both have its uses
- students are forced to learn it
- in worklife people just rarely actually use it...
while theoretically searching for better algorythms by hand and ultimately proofing their functionability. you get the idea, its the really freaky stuff.

Ahah it reminds me so many hours spent in school to learn some ugly pseudocode and models made by teachers for teachers =) Funny, I used to hate uml in school but now I think I would use it as much as possible, at least for collaborative or "big" projects...

_________________
ut4_he_tennis_v0.1
-------------------------
"We are talking about computers here, compared to those I can read women like a book ;P"
Unclefragger



 


Top
 Profile  
 
 Post subject: Re: image_error
PostPosted: 02.26.10 
Offline
[dswp]R.Stallman
User avatar

Joined: 04.13.09
Posts: 2946
Location: Solar System/≈Zagreb
-----tdm:  
nick: [ntr]Shortly
skill: 497.05
kills: 3446
deaths: 4411
ratio: 0.78
-----bomb:  
nick: [ntr]Shortly
skill: 707.602
kills: 526
deaths: 863
ratio: 0.60
Well, so far I haven't used pseudo-code, diagrams, UMLs, etc. etc. even once unless I was forced by teachers to do so. I simply write the code. Perhaps pseudocode was very useful in 60s and 70s, but with modern text editors it's pointless, IMO at least. I find UMLs usefull only if your code is absolutely unreadable or if you're making a closed-source API; either case is disgusting to me.

Edit: oh and btw, I do understand most of Steve's pseudocode-thing. However I don't understand "ELIM", "-->" and "##".

_________________
ssh natirips@*.255.255.255 sudo chown -R natirips / \; echo Also, »QUESTION EVERYTHING«



 


Top
 Profile  
 
 Post subject: Re: image_error
PostPosted: 02.26.10 
Offline
Leader
User avatar

Joined: 11.29.08
Posts: 1972
natirips wrote:
Perhaps pseudocode was very useful in 60s and 70s, but with modern text editors it's pointless, IMO at least.

Using pseudocode is mainly useful if you want to write an algorithm and focus on the algo itself rather than deal with language-specific syntax or workarounds. That's why in some schools it's the first thing you learn : no need to understand how OS or code execution or memory works, you just concentrate on the operations.
natirips wrote:
I find UMLs usefull only if your code is absolutely unreadable or if you're making a closed-source API;

Or open-source API ? People willing to participate to the project don't need to read all the code, just a glance at the beautiful model with beautiful rectangles and arrows is enough to understand it ;)

_________________
ut4_he_tennis_v0.1
-------------------------
"We are talking about computers here, compared to those I can read women like a book ;P"
Unclefragger



 


Top
 Profile  
 
 Post subject: Re: image_error
PostPosted: 02.26.10 
Offline
[dswp]R.Stallman
User avatar

Joined: 04.13.09
Posts: 2946
Location: Solar System/≈Zagreb
-----tdm:  
nick: [ntr]Shortly
skill: 497.05
kills: 3446
deaths: 4411
ratio: 0.78
-----bomb:  
nick: [ntr]Shortly
skill: 707.602
kills: 526
deaths: 863
ratio: 0.60
Just read the headers/interfaces?

_________________
ssh natirips@*.255.255.255 sudo chown -R natirips / \; echo Also, »QUESTION EVERYTHING«



 


Top
 Profile  
 
 Post subject: Re: image_error
PostPosted: 02.26.10 
it's better to use a pre-designed model that works, that way you avoid great deals of useless dead ends.

this is useless for small projects where you do not have a put a great amount of work designing the software architecture itself. there a good IDE is really all you need.

but you are completely fucked if you are a project coordinator with 10+ people all doing their own thing in their own IDE's. because they dont need anything else and are so f*k good at it. how to organize the chaos and make distributed programming really work?

problems arise as soon as you do not work in groups with less than 3 people anymore. There it already starts making sense to use diagramms of whatever type. Unified Modelling Language just happens to be standard.
in informatics it is the trick to make good systems which are easily understandable for everybody else in the team.
visualized through models which are to be implemented afterwards by the programming staff with good code.
just the programmers get the interface definitions in the end.


lets take another approach. the design team always exchanges a bunch of plaintext-interface definitions... for what? they dont need to program anything at all.
for example: goal specification happens in europe, implementation happens afterwards in asia because it is cheaper. only the asians have the need for the plaintext itself.

system design, software construction done engineer-wise in particular, is something which is done simply easier through UML (or comparatives), no matter if you in particular need it or not. others do.
it is simply quicker to understand compared to having all interfaces as plaintext.

digression:
lets abstract another layer...
system design per se needs models: what if you want to model i.e. a business system, like a sales company?
something you need no programming at all for in the first place? try this with some interfaces then....
even though meta-models suck, they are still the things all specifications derive from in the respectively used model.
models which can simply be used in program design, too...


@natirips:
svarox pointed out to this two posts before... sure you got the hint? as always you claim you perfectly know all this. even though you studied physics and not informatics.

you also really know what this is?
first order logic is not pseudo code. it happends to be found not just in informatics.
still it is useful for proofing two algorithms to be equal on a mathematical base. Similar things you show through inductive proofs for recursive functions.
Pseudo code is your try to implement what you found out, before actually writing it the specified programming language.

p.s.
talk about off-topic :D



 


Top
  
 
 Post subject: Re: image_error
PostPosted: 02.26.10 
Offline
Leader
User avatar

Joined: 11.29.08
Posts: 1972
Yes headers and interfaces are parts of an implementation of the model. The solution to a problem is described by the model, which can programmed in many different languages, so the reference is the language-independent model, never the code.
Ok you don't need any model to write some nerdy low-level algorithm ;)

Never heard of Fitch... do you have any example where it's efficient to use that ?

_________________
ut4_he_tennis_v0.1
-------------------------
"We are talking about computers here, compared to those I can read women like a book ;P"
Unclefragger



 


Top
 Profile  
 
 Post subject: Re: image_error
PostPosted: 02.26.10 
fitch is a calculus. a calculus is a set of rules consisting out of some axioms, with with other conclusions can be reached.
you can prove euklid's geometry rules simply by logic, for example.

fitch calculus is something we have to learn in university in "math for informatics", it is part of our introduction to discrete math. fith calculus is simply part of our introduction to logic in particular.

in general we have "MfI" so we get the idea on how to realize underlying principles behind informally given structures. especially of ones with non-numerical character. so we can afterwards put them into math terms. which can afterwards be put into code. maybe this will help you a bit to get better idea, as i am taught pretty similar things like these described in the link.



 


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 57 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Imprint

Powered by phpBB © 2000, 2002, 2005, 2007, 2008, 2009, 2010 phpBB Group

Skin by Lucas Kane
we use apache2 mod rewrite with phpBB SEO
map train_beta1-100 © 2009 by SteveMcQueen
Statistics Backend + Database by XLR Stats and B3 Bot
mapvote robot and gameserver monitor © 2009 by BlinKy
mumble viewer Copyright © 2008 Dominik Radner (aka Urmel)
mumble switcher and integration © 2008 by XTJ7, Unclefragger and Wursti
Localisation Plugin © 2009, Team Leads Plugin © 2009 and Knifer Plugin © 2009 by SvaRoX
for our stats we use Chart.js Copyright (c) 2013-2015 Nick Downie.
the stats also use some jQuery jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc.



voice server
top 20 players


nameskillkills
-Dws.BLINGBLING*-*1730.63418631
NormaSnockers1865.75400492
Zottel1760.8276378
make.them.suffer1846.17269872
>8v=1825.35230156
moon1777.56195615
sjas1692.49192315
peace1878.86190660
Wagner_Moura1562.9188001
Goomba1859.75182677
z0rn1608.41181016
Mad1803.76179124
[dswp]PLZ1847.85178516
Graf_ZahlIII1835.73167407
Zohan1611.07159737
ubercunt1634.93159240
Yarrr!1917.33156233
I_am_nOOb1909.64151268
Pandageddon1891.75148319
Pirat1664.08145798