Author Archives: Morten

Data sharing policies

I just got an email complaining about web scraping on a common data presentation portal to fetch data for the android app “Global Nuclear Watch” and bragging about some steps they had taken to stop it. I felt an answer … Continue reading

Posted in Diverse | Comments Off on Data sharing policies

Aftenposten igjen…

Noen lærer visst aldri, telefonsalgsforsøk igjen selv om jeg klagde sist og følgende ble fyrt av til abbonementsavdelingen: “Kan dere få stappet inn i systemet deres at jeg IKKE, gjentar IKKE vil bli oppringt av aftenposten. Har dere noe tilbud … Continue reading

Posted in Diverse | Comments Off on Aftenposten igjen…

Nye Brød

Matkjedene fjerner gamle varer, så brødoppskriften må revideres. Det vil jo si at jeg går over fra å kjøpe en ferdig kornblanding til å blande selv, så egentlig er det jo et fremskritt: Ingredienser 100g Sesamfrø, 100g linfrø, 100g solsikkefrø, … Continue reading

Posted in Mat | 1 Comment

Debian online upgrade from i386 to amd64 architecture

Jan 2011: Tried this recently on a P4 machine. After a library relink, the machine stopped working… I had to give in and do a fresh amd64 reinstall. No idea why it didn’t work now. Having a relatively freshly installed … Continue reading

Posted in linux | Comments Off on Debian online upgrade from i386 to amd64 architecture

svg and html

Using an uptodate browser (or a java script library, such as svgweb) it is fairly easy to integrate a svg file into a html page and to handle the svg-file from html, for a primer, see e.g. alistapart.com. Basically, when … Continue reading

Posted in Diverse, html, svg | 1 Comment

Gammal gretten gubbe slår til igjen og sender brev til ntb

Aftenposten har artikkelen Henrettelse gikk galt i USA som bare henviser til ntb. Der står det: (…)har blitt henrettet ved hjelp av narkosemiddelet sodium thiopental lot til å være våkne(…) Kan dere lære journalistene at det er ikke noe som … Continue reading

Posted in Diverse | Comments Off on Gammal gretten gubbe slår til igjen og sender brev til ntb

SQL – setting and resetting in one query

A colleague has a web application where a number of flags can be set or reset using checkboxses. These flags corresponds to rows in a table. When they have been altered, those who are set are returned from the browser, … Continue reading

Posted in sql | Comments Off on SQL – setting and resetting in one query

Making stripcharts using svg and javascript

April 2013: I have made a new project based on this, although for static plotting. I needed to present data in a webapplication using strip chart. From earlier experiences on data presentation, I knew that making bit mapped graphics to … Continue reading

Posted in svg | 1 Comment

En inngriper

På vei til jobben går jeg noen dager praktisk talt gjennom en skolegård. Normalt smiler jeg litt av barnas aktiviteter og holder et lite øye med hva som foregår for å i minst mulig grad krasje med noen når for … Continue reading

Posted in Barn | Comments Off on En inngriper

PHP Matrix multiplication

Needing to do some matrix multiplication in php, I found some code that looked quite promising, but it had a couple of problems: In addition to the matrixes, it needed the max dimentions of the matrixes as arguments and it … Continue reading

Posted in php | Comments Off on PHP Matrix multiplication