Show more

How can you say we have agency without without granting that privilege to the past and future? How can you say the past is crystallized without acknowledging our present is the future’s past?

Just spent three hours talking with my roommates about the nature of time. I ended up as the outlier with my peculiar view of how determinism and free will can be harmonious.

I need to be more positive about diving back into this project.

Some of the choices I made have made adding new features fairly easy.

It's also really nice to see how much I've learned in the past couple years in a tangible way.

I'm getting really annoyed at me from two years ago who made all of these bone-headed decisions because he didn't know how Cocoa worked.

This explains why I felt like I was constantly fighting the system to make things work.

childhood movies, animal cruelty Show more

A resounding "OMG it fucking works!?" from the refactor.

At the time I was also perplexed as to why I had to play hot potato with errors, catching them and then throwing them again.

Turns Out: you don't. I just didn't know better 😅

This was filed over two years ago by some thoroughly unhelpful person called @emorydunn.

And the award for Least Helpful Issue Filed in the Bug Tracker goes to Issue #11!

Post-it Notes: Not a form of archival storage.

The solution is going to be moving logic (and Apple Events) back into the main app, still running the socket server XPC service, but forwarding messages to the server which remote clients can receive. Luckily most of the code will still work, I just need to change how it all fits together.

I decided to run the server as an XCP service, because it’s a nice easy way to make little sub-processes in macOS. All of that actually worked quite nicely, except for one fundamental part of the application: Apple Events, which have to be called on the main thread. Unfortunately in an XPC service the main thread is blocked by the service listener, meaning the Apple Events can’t run.

I decided to put all of the logic for the application into the server and have the client communicate over TCP, even if the client was the process that actually _started_ the server. The reason being there would be no difference between a local client and a remote one, just the IP address it would connect to.

After spending the whole weekend building a fancy (read: hacked together) TCP socket server in my application I think I need to change the fundamental way I integrated it into my application.

Whenever I receive an encrypted email I feel like I'm living in some cool alternate future where people exchange public keys at parties (that's cool, right?)

It feels more like a tech-dystopia when the encrypted email is from Facebook 😑

Someone really couldn’t be bothered with perspective in the latest Doctor Who episode. mastodon.emory.coffee/media/WP

Emory Dunn boosted

@djsundog *blows on the nginx cartridge and puts it back in*

Emory Dunn boosted

Alcohol, Star Trek Show more

@a_breakin_glass Can you even imagine having to track down a bug in how you'd wired that thing up? 😱

Show more
Mastodon

emory.coffee is one server in the network