haspokember blogja

The "Zen" of vi is that you're speaking a language

https://stackoverflow.com/questions/1218390/what-is-your-most-productiv…

Nagyon tetszik az a hasonlat, hogy erdemes a vi-hoz ugy hozzaallni, mintha egy idegen nyelvet tanulna az ember. Emlekszel, milyen volt, amikor a legegyszerubb szavakhoz is gondolkodnod kellett, hat meg amikor ertelmes mondatokat akartal mondani?

A latszat ellenere ezt most nem vitainditonak szanom, csak belebotlottam a HN-en. Elteszem magamnak kesobbi referenciakent :)

.ca domain regisztralasa

Egy .ca domaint szeretnek regisztralni magamnak, de:

"To be eligible to register a .ca domain name, you must be a registered Canadian business or organization, a Canadian trademark holder, a citizen of Canada, have permanent residency in Canada, or otherwise qualify under the Canadian Presence Requirements. When you are registering your .ca domain name, we will ask you to identify which of these requirements you meet."

Hatha megsporolok masnak fel ora guglizast, meglett az eredmeny, a mutet sikerult, a beteg viszont elhalalozott:

https://europeid.com/domains/north-and-central-america/canada/register-…

Ubuntu vs UPC

Varatlanul hazankba erkeztem. A szomszed wifijet hasznalom ilyenkor (termeszetesen az o tudtaval es engedelyevel), mindig ra is csodalkozom, hogy a fejlett nyugaton az 5Mbit-es ADSL utan ebben az elmaradott orszagban hogy hasit a 30Mbit-es UPC (oke, nem fair az osszehasonlitas, videk vs fovaros!). Amugy semmi izgalom, csatlakozom a wifire, mukodik, szuper.

De most nem. Csatlakozas utan a Chrome az index.hu-ra azt mondja, hogy waiting... kis teszteles utan a web fele nem megy, a gmail-lel az elen. UPC hiba lenne? Vagy router problema? Vagy bongeszo?....

Telefonrol minden tokeletesen mukodik. Akkor nem upc, nem wifi.

asm.js vs "a Javascript messze van a gepi kodtol"

IonMonkey

https://en.wikipedia.org/wiki/SpiderMonkey_%28software%29#Internals

IonMonkey is the name of Mozilla’s current JavaScript JIT compiler, which aims to enable many new optimizations that were impossible with the prior JägerMonkey architecture.

IonMonkey is a more traditional compiler: it translates SpiderMonkey bytecode into a control flow graph, using static single assignment form (SSA) for the intermediate representation. This architecture enables well-known optimizations from other programming languages to be used for JavaScript, including type specialization, function inlining, linear-scan register allocation, dead code elimination, and loop-invariant code motion.