server is much faster than one version previous, I like
MagerValp
and Clojure, huh
Allister
that's been for a bit with their trapperkeeper whatchamacallit
everything moving JVM, too
gneagle
_still_ haven't found a use for Puppet on OS X that made me get past the friction
Though dayglojesus's work looks impressive.
dknuth joined the channel
Tho this quote scares me: "Macauthdb returns the ability to manage the multitude of settings available in the OS X authdb. It does this by making changes to /var/db/authdb directly."
gneagle: one may believe this change will make it scripting language-agnostic
gneagle
dirkg: Certainly _possible_, but I haven't seen a successful implementation yet.
MagerValp
you can probably ctypes your way around it, but it'd be a real pain
gneagle
dirkg: Though I have seen partial implementations.
dirkg
gneagle yeah that was what i was about to say next
dataviz joined the channel
tbh
can you remap the structs to use uintptr_t?
that could fake it enough to store the pointers if you can recast
gneagle
And it's really tricky to mix-and-match stuff that's wrapped with ctypes with stuff that's wrapped with PyObjC
dirkg: Once it gets that tricky I tend to lose interest
MagerValp
basically python is the wrong tool for the job
dirkg
yeah, that is pushing it
MagerValp
write something in objc or swift
bugggg has quit
dirkg
the line that defines feasible
dataviz has quit
dataviz joined the channel
tvsutton
Huh. Surprised dayglojesus doesn't use security authorizationdb in there.
dirkg
MagerValp this is also the line between a dev being told "we need this feature" and someone not doing this fulltime
basnevod has quit
ebourgui has quit
DoFoT9 joined the channel
DoFoT9
howdy howdy
dirkg
so I gave an the mavericks installer to a friend to update their aging 10.7.5 install
macshome joined the channel
I make a DMG of the installer app to give them, and they copy this onto their desktop
and it runs and throws an error for not being on a writable disk
what gives, how can i work around this, the person in question is remote and not very technical
gneagle
So copy the installer app to the local disk and run it
dirkg
yeah they did
still gives that error
gneagle
No they didn't
dirkg
this is what i said
breth joined the channel
but having walked them through it twice they and running the app off their desktop, not the disk image
Allister
this is kindof what COSXIP was made for...
not that installing a package is necessarily easier than running a .app
gneagle
Allister: Not really.
dirkg: no way to do remote assistance? Fire up an iChat/Messages session and share the desktop?
dirkg
i wasn't really expecting this to get involved, but they are on a personal 2009 MBP, even with 8GB of ram i wouldn't trust it on yosemite with the graphics card it has
eholtam has quit
brethil has quit
gneagle
gneagle: Because I suspect user error as the most likely explanation still.
dirkg
gneagle possibly but they aren't so technically impaired that they cannot follow the directions on moving it to the computer, my original email said install it to desktop, but they actually put in /applications first
yes, i do as well, but i'm not sure how this error can present if they have assured me it isn't running on the disk image
gneagle
Put what in /Applications or on the desktop? The DMG?
breth has quit
dirkg
the "Install OS X Mavericks.app"
i made sure they were moving that
dataviz has quit
that was on the dmg
dataviz joined the channel
gneagle
Without more info you aren't going to make much progress.
gneagle i'm arranging to do remote desktop/screen share, is there anything you would recommend if the assumed conditions are true?
hydrajump
I'm looking for a Homebrew alternative. What would you recommend for the packages that OS X doesn't have? I'm starting to think maybe just use Docker for anything that OS X doesn't have?
dirkg
hydrajump macports :P
gneagle
dirkg: Not without more data
dirkg
mmm, then i hope they have time this week so i can do it when there are some people around here
hydrajump
gneagle: lol
dirkg: never used macports. Better than homebrew? Not happy about many things regarding brew.
dirkg
it depends on what you are wanting
Mr_Stone joined the channel
macports builds everything from scratch for you
whereas homebrew can distribute pre-compiled binaries i think
crcaterham has quit
Allister
dirkg: both can
dirkg
oh can they?
TIL
Allister
yeah, as long as you still have it available, you can't install a precompiled port without macports being on the system
dirkg
I think macports and homebrew are the only major software package managers for OS X