-
Excelin voimasta ja iloista – ja hieman datalla johtamisesta
Excel on mielenkiintoinen työkalu monenlaiseen asiaan: datalla johtamisesta tekniseen mallinnukseen asti. Tein ihka ensimmäiset IT-hommani Excelin VBA -ohjelmointikielellä. Itse asiassa näin jälkikäteen ajateltuna projektissa yhdistyi mielenkiintoisella tavalla monia asioita: komponentti- ja elektroniikan sopimusvalmistustehdas halusi tilastollista tarkkaa dataa erilaisista kaapelien laatuparametreista. Tein ohjelman, joka siirsi raakadatan ulos MSDOS-käyttöjärjestelmän päälle tehdystä BASIC-ohjelman tuottamasta tiedostosta. Tiedosto tuotiin Import-toiminnolla […]
-
Mitä haluamme IT:ltä työssä?
Haluamme yleensä seuraavia asioita: laite ladattuna (akku) laturi mukana virtaa saatavilla seinästä (pistoke) laitteet ovat ehjiä; kaapelit eivät toivottoman solmussa tai kuluneita laitteet eivät aiheuta paloturvalisuusriskiä salasanat kunnossa ja oikeissa päissä (eli käyttäjä tietää omansa) ei tarvitse odotella ohjelmistopäivitysten asennuksia (päivitykset ajetaan sisään aikoina jolloin emme ole itse aktiivisesti koneella) ei kohtuuttomia käyttökatkoja mistään syystä […]
-
Happy.
Browse. There is something you would rather spend time on You have to check these out:
-
What commands would a Code Maze require?
dweb = download a file from URL, using a Web Browsertweb = do a cognitive Task on web, using Web Browser wget = wget download a file from URLexec = execute a file on diskinst = install a software, choosing steps on UI (configuring it)remo = remove a installed software from laptop opsh = open […]
-
The antineurotic coding habits
Setup: minimal but cozy enough to prevent you leaving, with a cord Getting into a flow in coding is really mesmerizing process. Sometimes when not in there, it leaves me wondering what actually constitutes the physical environment required for a flow experience. I think I discovered a few things. Here: nevermind your belt, belly or […]
-
Välitilinpäätös 1980-2020
Miten 1990-luvulla asiat olivat? korppu kotiin, tai floppy – jos halusit tehdä kotona töitä toimiston jälkeen PC:llä ei ollut aina mahdollista jatkaa kotona tietokoneratkaisut riippuivat aika paljon työnantajan valinnoista tietokoneiden yhteensopivuus ei ollut vielä aivan saumatonta suurimmat “leirit” olivat MSDOS (Microsoft), Apple Macintosh (hyvin pienenä vielä 1990-luvula, lähinnä graafisen alan työasemana), ja Linux (myöskin pieni […]
-
LAASLAKE – appetizer for hybrid cloud
LAASLAKE – Sheet metal corporation and hybrid cloud benefits (imaginary case) Imagine a metal shop that has advanced MES (execution) and order management systems in place, perhaps at the factory shop floor level as well as in some 3rd party service provider. Success spinoff: Metal Advanced Sheet Cuts Inc (LAASLAKE) LAASLAKE provides timely, high-precision, high-throughput […]
-
Book Stretch method
Place all your books on a circular mat. Take a deep breath. Go through all the books linearly. Ask yourself: Does it bring cash to your pocket? If you’ve already read it (even just once), and it doesn’t fit any of the categories below, sell it. Heck, as Yoda would say: Is the book one […]
-
EGE game engine plan
To be done in game EGE engine Doing right now towards v0.01game: ✔ mainLoop @done (21-12-07 12:52)✔ fn _dbgMapScanIn_ms @done (21-12-07 13:09)☐ run once manually fn _dbgMapScanIn_ms()☐ fn mapPerfTesting() for top-level tests of map access performance☐ run map perfTester top level once to get a feel for 256×256 maps perf Terrain + oxygen added for […]
-
x64 jrgon: NOP slide, NOP ramp
NOP slide purpose: prevent code crashing, when a malware doesn’t know exactly where its own code will reside in RAM the NOP slide is repeated 0x90 bytes, meaning NOP NOP doesn’t change machine state in any way – no CPU flags get changed, no dirties registers thus NOP suits perfectly for this sort of ‘stuffing’ […]