#Apple

22 posts tagged Apple

Chicken Rice / Poached

· Apple

And of course the actual ad (how iPhone is super mega amazing) 🤷🏼‍♂️ but nice to see how they did it. And neat to see how tech evolved since my first iPhone 3G. What they fail to mention is the insane time it takes to film all that, and the post production editing... ;)

Yard Sale: Macbook Pro late 2013

· Apple, Hardware

For sale due to getting a portable Macbook:

  • Late 2013 Macbook Pro (15.4" Retina)
  • 2.3Ghz i7 (quad core + Hyper-Threading)
  • 16Gb RAM
  • 512Gb SSD
  • Intel Iris onboard GFX + Nvidia GeForce GT 750M PCE GFX
  • BE-Azerty keyboard
  • €2445,41 in 28 October 2013
  • SUPER fast
  • Minor scratch in the back of the LCD
  • Minor (not very noticeable) corrosion at the right hand
  • Weird scratch "smear" in LCD display (only visible on white background; about 2x2cm; to be honest it's not really visible)
  • Besides this very decent Macbook Pro, it has been used, but in very good shape for the extreme work it has committed. Taken care of this device as if it was my own child. And did I mention blazing fast?
Contact: yeri+mbp@tiete.be

Specs:

Compile wget on Mac OS X

· Apple, Software, www

There's a precompiled wget available on the net, but it's not automatically accepting StartSSL's certificates. And as it seems, there's a wget update available that did.

This is what I had to do to compile it on my Macbook Pro;

  • Install Xcode, if you haven't, and be sure to select UNIX Dev Support.

Or you'll get this error:

configure: error: C compiler cannot create executables
  • Export Xcode's gcc PATH:
PATH=/Developer/usr/bin/:$PATH
  • Download wget
  • In Terminal: untar it
tar xvzf wget-latest.*
  • And compile it
cd wget directory
./configure
make
sudo make install
  • In case you had an old (precompiled) wget installed;
    remove that version first (/usr/bin/wget probably).
    By default, this one will install itself in /usr/local/bin/wget which should be in your $PATH as well (in case it's not, make a symlink from the old /usr/bin/wget to /usr/local/bin/wget, or recompile with other installation directories).

QQ

· Apple, Misc

If only it were cheaper :(

And I didn't even pick the SSD :(

Update:

With my education discount... Not much better :(

Fraps to iMovie

· Apple, Software, Windows

How to successfully import a movie recorded using Fraps into iMovie;

  1. Get Fraps, record whatever you want
  2. Get XviD4PSP (freeware) & install
  3. Import your avi files recorded using Fraps into XviD4PSP (drag & drop)
  4. Pick the encoding you want on the left. x264 q21 DXVA-SD-Insane seemed to be an acceptable quality.
  5. Click enqueue (and repeat 3->5 for multiple files)
  6. Click encode
  7. ... wait ...
  8. This will create .mp4 files; transfer those to your Mac
  9. Open iMovie, File -> Import -> Movies -> select the mp4 files
  10. ... wait ... A couple of hours
  11. Your movie should now be in iMovie, and you should be able to edit it
  12. Edit whatever you want to edit, share and export and have fun.
A little hint, if your video is cropped (parts cut off), click your movie sequence -> on the left corner of your sequence a little "gear" will appear -> Cropping & Rotation -> in your right display window click "fit" to make it full size.

Took me quite some time before I managed to do it, but hey, now I know… ;)

iTunes 9 and iPhone OS 3

· Apple, Errors, Software

And the smart playlist syncing issue.

Syncing smart playlists, with “live updating” checked, bugged the playlists on the iPhone (there were songs in the playlist that didn’t belong there). Hoping this bug would be fixed ASAP I tried to ignore it as long as possible… However, it so far hasn’t been fixed.

As I was pretty fed up with unchecking “live updating” for 6 playlists eachtime I synced my iPhone, I tried to play around and find a fix.

iPad

· Apple

All I can say: “Not impressed”.

Too big to be mobile, missing too many key features to be useful.

Actually, I guess Gizmodo said it all.

And besides that, no iPhone OS 4? No working iTunes? Anything truly useful?

OpenVPN Linux + Mac howto

· Apple, Linux, Networking

A short howto, as I was unable to find any clear ones on the net.

I'm using Mac OS X (Leopard) as client, and a Gentoo server as server/host.

I both tried Viscosity and Tunnelblick on my Mac as OpenVPN software, and Viscosity is probably somewhat easier to configure (using the GUI), it was shareware. So I ended up using Tunnelblick and it seems to be doing its job quite well.

First of all, make sure Gentoo is set up and working as intended. I used my home router as VPN server (having both eth0 and eth1 (= ppp0).