IBM:
System response time vs productivity
The Economic Value of Rapid Response Time
MS Research:
Applied Sciences Group: High Performance Touch
IBM:
System response time vs productivity
The Economic Value of Rapid Response Time
MS Research:
Applied Sciences Group: High Performance Touch
Ezt találtam ma. Ajánlom mindenkinek aki nem akarja a homokba dugni a fejét…
(Csak másfél óra ebből a film)
Ahogyan röviden össze tudnám foglalni:
A story about Silk Road, cryptography and drugs…
and also another story about the death of privacy, government overreach, corporate interest, game of law and death of justice. 🙁
És hogy hogy mennyire rossz úton járnak a war on drugs hadjáraton, vagy hogy az mennyire nem az állampolgárok megóvását és a közbiztonságot szolgálja.
https://youtu.be/gOHb5Jua-mE?t=1h5m9s
Szórakoztam kicsit a Unity játék motorral. 🙂
Tutorial 1
Egyre több a jól tervezett grafikus felület, köszönhetően a sok éves tapasztalatnak, szakembereknek, tanulmányoknak. De sajnos nem mindeki olvassa ezeket, és sajnos egyre több a roszul (vagy egyáltalán nem) tervezett felhasználói interface is.
A dialógus dobozokat pl jó lenne elkerülni.
Death to the Dialog Box
Teaching Users to Read
The “Just In Time” Theory of User Behavior
Érdemes ezeket elolvasni mindenkinek aki GUIt programozik…
Van még ezeken kÃvül nagyon sok felhasználói felület pszihológiával és tervezéssel kapcsolatos anyag.
Az egyik kedvenc szabályom:
Jakob’s Law of the Web User Experience – “users spend most of their time on other sites”
So I decided to get the bottom of it, and disabled javascript on all but a few pages. The memory leak disappeared and Opera 12 consumes less than 300 MB RAM (with 32 open tabs).
While Chrome consumes more than 1.3 GB RAM with 10 tabs, and IE around 800 MB with 2 tabs (while flash playing video)…
Opera is still my favorite browser, but it’s unfortunately dying off…
Csináltam a Digitális Technika 1 kereszt féléves 1. házi ellenörzéséhez, javÃtásához egy weboldalt. Kis Huffman kódolás, számábrázolás, Hamming távolság, paritás számÃtás. A Karnaugh tábla ellenörzésére idÅ‘ hiányában már nem született automatizált meoldás.
Legtöbbször amikor php-ban Ãrok valamit szinte mindig elÅ‘fordul valamilyen adatbázis kezelés, mint például a Mérés Labor Jelentkezés oldal készÃtésénél is. Most eddig itt még nem kellett ehhez. Persze lehetne a bemeneti adatokat valahonnan importálni, vagy az eredményeket exportálni, adatbázisban rögzÃteni. Esetleg késÅ‘bb a hallgatók adhatnák le megoldásaikat webes felületen…
Wireshark provides a cool feature: decrypt ssl (https) traffic. But how is that possible? Isn’t https supposed to be private, unbreakable, provide protection against 3rd parties listening in?
Yes, and it does… most of the time. In order to decrypt the data, you need the server’s private key. Which you don’t have usually, but others might get their hands on. And this is the problem.
If someone logs your traffic (maybe for years), and later acquires the private keys, then they can decrypt all your data sent over ssl.
This can be done only if the key exchange is RSA, because this uses the server’s “constant” private key to encrypt the session key.
If https uses Diffie–Hellman key exchange, then every session key is generated and exchanged securely. Meaning the key is generated from and encrypted with random data, and not stored anywhere. This key exchange method was designed to exchange keys over insecure, public channels. So it is not possible for 3rd party to get the key, and the information used to generate and exchange the keys are temporary, and destroyed on both sides after the key exchange is over.
Diffie–Hellman key exchange is part of many Chipper Suit, but unfortunately many sites (like google, facebook) does not include, support this. As if they do not really want for you to have complete privacy…
https channel can only be established if both sides support (at least one) same chipper.
To see and edit what chippers your Firefox browser supports open ‘about:config‘, and search for ‘ssl’.
Related Articles:
http://www.netresec.com/?page=Blog&month=2011-01&post=Facebook-SSL-and-Network-Forensics
Néhány szó a kategóriákról: A kategóriák és a cimkék nem azonosak. Bár ugyanazt a funkcionalitást többé kevésbé el lehet érni, nem ugyanarra valók.
A kategóriák hierarchikus rendszerben vannak, és rendszerezésre szolgálnak, a funkciójuk ugyanaz mint a könyvekben a tartalomjegyzéknek.
A cimkék a tartalom leÃrására szolgálnak, a könyvekben erre a célra a szójegyzék/index szolgál.
Használjuk ezeket ennek megfelelően.
http://lorelle.wordpress.com/2006/03/01/tags-are-not-categories-got-it/
Most hogy probaltam a C#-ban megirt kodot VB-re atirni jottem ra, hogy meg a 3.5-os VB.NETben sincs automatikusan implementalt property…
Automatically implemented properties
Auto-implemented Properties in VB and C#
Igaz, hogy Delphiben sincs, de nem is nagyon van ra szukseg. A VB-nek viszont nagyon kene.
Lassuk mit tudnak az automata konverterek:
Az elso viszonylag jol hasznalhato, bar meg nem volt idom tesztelni
Convert C# to VB.NET
a tobbi amit eddig talaltam ennel gyengebb:
converter.telerik.com
KamalPatel.Net – Convert C# to VB .NET
Az elkeszult projektet nem art neha ellenorizni:
ASP.NET Memory Leak Case Study: Sessions Sessions Sessions
Production Debugging for .NET Framework Applications
Windows Debuggers: Part 1: A WinDbg Tutorial
Ha valakinek nincs kedve debuggerekkel szorakozni akkor a jo kis adminisztratori eszkoz is szolgalhat hasznos informaciokkal: Admin. Tools – Performance Monitor
A titok a megfelelo szamlalok kivalasztasaban van. (hdd-hez a disk queue-t ajanlottak)
.NET CLR Memory – aspnet_wp – # Bytes in all Heaps
ASP.NET Applications – Cache API Entries
Process – aspnet_wp – Private Bytes
.NET Framework General Reference: Memory Performance Counters
.NET Framework Developer’s Guide: Performance Counters for ASP.NET