bLog

Tech stuff all over. It's not really a (we)Blog.
You'll figure it out, otherwise read the manual.

All posts

  • The SEMC browser

      • parentnode.dk

    The homegrown mobile browser of SonyEricsson Mobile Company was a very early mobile browser optimized for the WAP-protocol. It never really made a serious entry in the HTML scene.

  • Git filemode - Making Git ignore file permission changes

      • parentnode.dk

    Sometimes you want to have a very relaxed set of file permissions on your local development source, but setting new file permissions will be reflected in the Git repository and before you know it, you are committing file mode changes to every file in your repos.

  • Delete files from Git repository and history

      • parentnode.dk

    Deleting and permanently removing files from Git repository and history.