Tag: Tech

  • Going Mac – Part 3

    So it seems I’m not going back. I still use a Windows machine for the family PC, but here I am on another MacBook Pro for work.

    Install Brew with this

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

    Then save the following as a Brew bundle file, `Brewfile`

    tap "homebrew/bundle"
    tap "homebrew/cask-fonts"
    brew "n"
    brew "powerlevel10k"
    brew "zsh-autosuggestions"
    brew "zsh-syntax-highlighting"
    cask "alfred"
    cask "font-fira-code"
    cask "gitkraken"
    cask "hyper"
    cask "jetbrains-toolbox"
    cask "notunes"
    cask "rectangle"
    cask "whatsapp"

    and run brew bundle.

    Install Oh My Zsh with

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

    Aliases to add to the end of ~/.zshrc:

    alias ls="eza"
    alias l="eza -la"
    alias c="clear"
    alias cat="bat"

  • The NatWest Card Reader, part deux (I didn’t change banks)

    My last post on the subject (a fraction over 10 years ago!) garnered a lot of comments for what was essentially just a rant, and it turned out to be somewhat unfounded and sensationalistic.

    I’m still with NatWest, their online banking is still very good and their app is the best, and I’ve rarely had to use the card reader and not been able to find one.

    What has surprised me is that NatWest still haven’t improved the crazy wastefulness of the packaging.
    There are still many layers of unnecessary cardboard and plastic, though the bubble wrap is gone.
    Interestingly, the new card reader isn’t branded.

     

    I lost my old card reader a while ago, and have been using a Barclays one instead, since they’re functionally the same. I prefer the weight and layout of the Barclays one, but it recently decided that its battery was low and stopped me from using it, making itself useless, instead of warning me.

    So, I’m still with NatWest as my primary bank, and will probably stay with them for at least another 10 years.

    Unless my tiny BitCoin investment rockets beyond its current £60 value that is…

  • Firefox still has memory leak issue?

    I had to kill Firefox earlier today after noticing that it was using around 750MB of memory!

    It hung when I tried to close it normally, but perhaps I was just impatient.

    This time I’m going to give it the benefit of doubt and blame some crappy Flash advert or something.

  • You get what you pay for…

    PC World, TechGuys (PC Service Call), Parceline – One of them screwed up.

    The fianceé’s laptop died on a Thursday. It would POST, but it would simply restart itself before Windows started loading.

    It’s a Vista machine so I tried to use its self-repair options, but to no avail.
    I took it to work to see if my colleague the IT support guy had any further ideas but alas.

    It was less than a year old so I was able to take it to PC World (where it was bought originally).

    So I take it to the shop after work.
    The guy at the desk clearly can’t be bothered trying to help and insists that I have to call a support number to get a code before they’ll take it from me.
    Can I use their phone? “No, that only makes internal calls.” (*cough*bollocks*cough*).

    I give in, take it home and call from there. I’m taken through the same repair process that I’d already attempted multiple times by a friendly but non-technical call centre employee. At the end of the call I explain that I’d like to complain that I couldn’t make the call in the shop. He’s surprised I’ve been told this since he has himself taken calls from PC World employees.

    I arrange a collection and am given a code.
    Monday morning it’s collected by Parceline, and am told that they usually don’t take very long to return.
    Next morning I get a call from the post room saying that they’ve got a laptop for me. That was quick.
    Talking to the courier we agree that it’s probably a mistake. Unfortunately, he can’t take it back since he doesn’t have the correct paperwork. Fair enough, insurance etc.

    I call the TechGuys and explain the situation, that I’m irked and that I’d like some kind of express service to compensate.
    The call centre kid appears to take it personally and puts me on hold for about five minutes before the call gets disconnected.
    I call again and am told that I will have to wait for more than 24 hours before it gets picked up. I have no choice so I agree.

    It’s collected on the Wednesday morning as arranged, and returned fixed on the following Monday (10 days after I first reported the problem).

    ‘Fixed’ I called it. Actually, all they did was replace the hard-drive, something I could easily have done myself.
    Fortunately they installed the correct version of Windows.
    What of the files? All gone.
    What of the broken hard-drive itself? Not returned to me. (I may have wanted to send it to a hard-drive recovery centre.)

    Communication from any of the parties involved? None, apart from the ripped proforma which accompanied the fixed laptop, with 5 ticks and the scribble regarding the replaced hard-drive.

    I’m glad I’m not having to try and get any money back.

  • NatWest Anti-Fraud Team: Impressive

    Despite my reservations regarding NatWest’s Card Reader, I wish to voice how impressed I was with their Anti-Fraud Team.

    DreamHost’s incredible billing blunder resulted in some peculiar charges to my card.
    So when I was trying to pay what I actually owed, it was denied by the issuer.

    I tried a few times (just in case), but then my mobile rings. It’s NatWest asking if it’s me attempting to make these payments.

    That’s joined-up thinking. Some automated system has obviously spotted the unusual activity and gets a human to check it out. They have my number, call me, I explain. They then inform me that I should wait a short while and try again.

    Bit of a pointless post I guess, but I thought they should get some credit.

  • BBC Homepage Beta Using jQuery

    The BBC Beta Homepage is using jQuery, but unfortunately it’s ugly.

    I should qualify that – I think it’s a good move to make the homepage more personalisable, but does it have to look so Web2.0?
    Big text was a fad a year ago, but it’s too informal for an internationally recognised and respected news source, and it makes it look so childish – I dread to think what the new CBBC sites would look like!

    I realise this is only a beta, and may well change considerably, but without a bit of a shrink I won’t be likely to use it as a homepage tab.

  • 3 / Skype Marketing Technique

    I was recently contacted by Matt of 3mobilebuzz.com and offered the chance to trial a pair of 3 (the network) Skype
    (the VoIP company) mobile phones (3skypephone.com) for a month. (No obligation to do anything, other than the mention of returning them after a month.)

    I thought it was an interesting marketing ploy – it seems very generous, but is probably not actually particularly expensive to such large companies.
    I also thought it seemed a little risky – how many people will return the phones? How many people will actually generate any hype, and will it be positive?

    The first link above will show that the scheme has been going for some time already and world-wide – highlighting one of the benefits of calls made using VoIP (i.e. via the internet).
    You can also see that they’re being fair with the selection of linked blog articles – some have negative points about the phone.

    I’m not going to review the phone itself since many others have done that already, unless enough people leave comments here.

  • JavaScript Bug – Modulo of small numbers

    It seems that there is a problem with the modulo function, ‘%’, in JavaScript.

    For example: 10 % 0.1 should equate to zero but comes out as 0.09999999999999945 probably due to some internal floating-point rounding errors.

    Easy solution (a hack really): Multiply both numbers by 1000 before using the modulo function.

  • Why I might leave my bank: The NatWest Card Reader

    Update, over 10 years later… I didn’t switch.

    nwcardreader.jpgI have received in the post a Card Reader from NatWest.

    They have designed this device to beef up the security around the (excellent btw) online banking.

    The flaw? The fact that we will eventually have to take the damn thing everywhere you go. And the card of course.

    The whole point of online banking is, afaiac, the fact that you can use it anywhere. Now we will only be able to use it IF we have the card reader with us, IF we have the card with us, and IF it actually works. And IF the battery isn’t dead.

    I regularly use NWOLB at home and at work, so what do they suggest? “You could use someone else’s.” Well that’s just stupid.

    Further issues:

    • I have two accounts with NatWest, both of which are accessible with the same login credentials. However, only one of those accounts has a card new enough to use this card reader. When will I therefore be forced to start using the card reader? I don’t know, but I expect that they will send me a new card (meaning my saved card details at various sites will have to be updated) and probably another card reader.
    • nwcardreaderpackaging.jpgThe amount of plastic, cardboard and paper used to send the card reader is shameful. From the outside in: Plastic postage bag, cardboard box, plastic tray, cardboard box (again), bubble-wrap, plastic bag.
    • It is my joint account which is ready for the card reader, but the other holder (the gf) wasn’t informed, and certainly wasn’t provided with a reader. She has also used NWOLB from work, so that’s four places we already use the service, i.e. three places we now won’t be able unless we carry this thing with us. Which we obviously can’t both do.

    I am happy to pay the few extra pennies it would take to cover the fraud that this device might prevent.
    I am happy to take the risk that it is my account that is compromised if they just abandon this daft device.

    I am genuinely considering moving to another bank if this reader turns out to be compulsory.

  • IE7 Tip – Reload

    IE7 Tip - ReloadWhen IE7 was designed they took the peculiar decision to split the navigation buttons into three places (if you include the home button).

    If you find yourself up in the top left wanting to reload, just click the drop-down button and select the current page (will be highlighted and have a tick-mark on the left), as shown in the picture.

    Bizarrely and unfortunately, this only works if you’re not looking at the last page in your navigation history for this tab. This suggests that it’s only through poor programming logic that it works at all.

    [tags]IE,IE7,Microsoft,tip,tips,browser,flaw,bug[/tags]