Coder Social home page Coder Social logo

eliaskg / hacky Goto Github PK

View Code? Open in Web Editor NEW
367.0 367.0 56.0 2.59 MB

Hacky for Mac provides browsing Hacker News in a clean and minimalistic way.

Home Page: http://www.hackyapp.com

License: GNU Lesser General Public License v2.1

Objective-C 97.73% C 1.10% CSS 0.46% JavaScript 0.71%

hacky's People

Contributors

andrewschleifer avatar songgao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hacky's Issues

Hiding Read Stories

Feature request:

  • An option to hide stories individually as well as "Hide All Read" stories (reddit & the reddit mobile client Alien Blue offer this as an example)

This would allow users to quickly see new stories at the top of their Hacky screen while still keeping the appropriate numbering (relative to the actual HN site) and section (Top, New, etc.)

As a user, once I've read a story and/or its comments, I'd like to hide it (or "archive", using the Gmail metaphor) so that only new or unread stories are visible. That way, when I see the badge icon on Hacky indicate that a new story is available, I can quickly switch to the app and see the stories front & center.

Make comments view optional

Since Hacky started without comments I believe there are some people who would love to hide the new comments view. Therefore I would like to provide an option in the "View" menu for hiding / showing the comments. Pull requests are welcome! ;)

Building from source

Hello,

I am sorry, but I am not that familiar with Xcode apps, but I wanted to try to build yours from source. You mentioned I have to remove the iCloud provisioning profile or install my own, however I am not sure how to remove the iCloud code from your app w/o breaking it. Can you possibly give some steps to disable iCloud functionality in order for a user to build it ?

Remember comment section width after resizing the window

I prefer more space for article titles and narrow space for comments, if application could remember my last choices it would be great. Currently I have to resize and re arrange the comment pane size every time I open the application

Upvoting/Downvoting Stories & Comments

It would be excellent to be able to upvote and, for users with the appropriate amount of karma, downvote both stories and comments from within Hacky.

Hacky 2.0 crashing on startup (Core Data related)

I’d look into it but it looks like the source isn’t up yet.

I was initially upgrading from the previous version but I’ve also tried purging the container in ~/Library/Containers.

Crash report:

Process:         Hacky [34614]
Path:            /Applications/Hacky.app/Contents/MacOS/Hacky
Identifier:      com.eliasklughammer.hackernews
Version:         2.0 (2.0)
App Item ID:     584949645
App External ID: 14652344
Code Type:       X86-64 (Native)
Parent Process:  launchd [141]
User ID:         501

Date/Time:       2013-04-03 15:25:23.251 +0200
OS Version:      Mac OS X 10.8.3 (12D78)
Report Version:  10

Interval Since Last Report:          321315 sec
Crashes Since Last Report:           2628
Per-App Interval Since Last Report:  13 sec
Per-App Crashes Since Last Report:   6
Anonymous UUID:                      77D40DCF-4AEE-1A2D-C210-739A1CD39D22

Crashed Thread:  1  Dispatch queue: com.apple.root.default-priority

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'CoreData SQL stores only support file URLs (got /Users/sjmulder/Library/Containers/com.eliasklughammer.hackernews/Data/Documents/Models.sqlite).'
abort() called
terminate called throwing an exception

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff976c3b06 __exceptionPreprocess + 198
1   libobjc.A.dylib                     0x00007fff9821c3f0 objc_exception_throw + 43
2   CoreData                            0x00007fff90658fcf -[NSSQLCore initWithPersistentStoreCoordinator:configurationName:URL:options:] + 1311
3   CoreData                            0x00007fff906579db -[NSPersistentStoreCoordinator addPersistentStoreWithType:configuration:URL:options:error:] + 1131
4   Hacky                               0x0000000100fdb77b Hacky + 26491
5   libdispatch.dylib                   0x00007fff9650cf01 _dispatch_call_block_and_release + 15
6   libdispatch.dylib                   0x00007fff965090b6 _dispatch_client_callout + 8
7   libdispatch.dylib                   0x00007fff9650a1fa _dispatch_worker_thread2 + 304
8   libsystem_c.dylib                   0x00007fff8f694d0b _pthread_wqthread + 404
9   libsystem_c.dylib                   0x00007fff8f67f1d1 start_wqthread + 13

Thread 0:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x00007fff982235f4 search_method_list(method_list_t const*, objc_selector*) + 83
1   libobjc.A.dylib                 0x00007fff98221358 getMethodNoSuper_nolock(class_t*, objc_selector*) + 71
2   libobjc.A.dylib                 0x00007fff98212fbc lookUpMethod + 276
3   libobjc.A.dylib                 0x00007fff982112fc objc_msgSend + 188
4   libobjc.A.dylib                 0x00007fff98215230 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 464
5   com.apple.CoreFoundation        0x00007fff97660d72 _CFAutoreleasePoolPop + 34
6   com.apple.Foundation            0x00007fff91415ada -[NSAutoreleasePool drain] + 154
7   com.apple.Foundation            0x00007fff9141d580 _NSAppleEventManagerGenericHandler + 125
8   com.apple.AE                    0x00007fff969cd078 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
9   com.apple.AE                    0x00007fff969cced9 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
10  com.apple.AE                    0x00007fff969ccd99 aeProcessAppleEvent + 318
11  com.apple.HIToolbox             0x00007fff8dc7d709 AEProcessAppleEvent + 100
12  com.apple.AppKit                0x00007fff921c5866 _DPSNextEvent + 1456
13  com.apple.AppKit                0x00007fff921c4e22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
14  com.apple.AppKit                0x00007fff921bc1d3 -[NSApplication run] + 517
15  com.apple.AppKit                0x00007fff92160c06 NSApplicationMain + 869
16  com.eliasklughammer.hackernews  0x0000000100fd70e4 0x100fd5000 + 8420

Thread 1 Crashed:: Dispatch queue: com.apple.root.default-priority
0   libsystem_kernel.dylib          0x00007fff95f34212 __pthread_kill + 10
1   libsystem_c.dylib               0x00007fff8f693b54 pthread_kill + 90
2   libsystem_c.dylib               0x00007fff8f6d7dce abort + 143
3   libc++abi.dylib                 0x00007fff948599eb abort_message + 257
4   libc++abi.dylib                 0x00007fff9485739a default_terminate() + 28
5   libobjc.A.dylib                 0x00007fff9821c873 _objc_terminate() + 91
6   libc++.1.dylib                  0x00007fff8f34b8fe std::terminate() + 20
7   libobjc.A.dylib                 0x00007fff9821c5de objc_terminate + 9
8   libdispatch.dylib               0x00007fff965090ca _dispatch_client_callout + 28
9   libdispatch.dylib               0x00007fff9650a1fa _dispatch_worker_thread2 + 304
10  libsystem_c.dylib               0x00007fff8f694d0b _pthread_wqthread + 404
11  libsystem_c.dylib               0x00007fff8f67f1d1 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff95f34d16 kevent + 10
1   libdispatch.dylib               0x00007fff9650bdea _dispatch_mgr_invoke + 883
2   libdispatch.dylib               0x00007fff9650b9ee _dispatch_mgr_thread + 54

Thread 3:
0   libsystem_kernel.dylib          0x00007fff95f346d6 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff8f694f4c _pthread_workq_return + 25
2   libsystem_c.dylib               0x00007fff8f694d13 _pthread_wqthread + 412
3   libsystem_c.dylib               0x00007fff8f67f1d1 start_wqthread + 13

Thread 4:: Dispatch queue: com.tonymillion.reachability
0   libsystem_kernel.dylib          0x00007fff95f326c2 semaphore_wait_trap + 10
1   libdispatch.dylib               0x00007fff9650c486 _dispatch_semaphore_wait_slow + 241
2   libxpc.dylib                    0x00007fff95db2e1f xpc_connection_send_message_with_reply_sync + 127
3   com.apple.SystemConfiguration   0x00007fff92cda0b3 _reach_server_target_status + 291
4   com.apple.SystemConfiguration   0x00007fff92cdae5a __SCNetworkReachabilityServer_targetStatus + 34
5   com.apple.SystemConfiguration   0x00007fff92cab13d __SCNetworkReachabilityGetFlags + 331
6   com.apple.SystemConfiguration   0x00007fff92cc1842 reachPerform + 341
7   com.apple.SystemConfiguration   0x00007fff92cc1c9f __block_global_0 + 18
8   libdispatch.dylib               0x00007fff965090b6 _dispatch_client_callout + 8
9   libdispatch.dylib               0x00007fff9650a723 _dispatch_barrier_sync_f_invoke + 39
10  com.apple.SystemConfiguration   0x00007fff92cc1c7d ____SCNetworkReachabilityPerform_block_invoke_0 + 80
11  libdispatch.dylib               0x00007fff9650cf01 _dispatch_call_block_and_release + 15
12  libdispatch.dylib               0x00007fff965090b6 _dispatch_client_callout + 8
13  libdispatch.dylib               0x00007fff9650e317 _dispatch_async_f_redirect_invoke + 117
14  libdispatch.dylib               0x00007fff965090b6 _dispatch_client_callout + 8
15  libdispatch.dylib               0x00007fff9650a1fa _dispatch_worker_thread2 + 304
16  libsystem_c.dylib               0x00007fff8f694d0b _pthread_wqthread + 404
17  libsystem_c.dylib               0x00007fff8f67f1d1 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff95f346d6 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff8f694f4c _pthread_workq_return + 25
2   libsystem_c.dylib               0x00007fff8f694d13 _pthread_wqthread + 412
3   libsystem_c.dylib               0x00007fff8f67f1d1 start_wqthread + 13

Thread 6:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff95f32686 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff95f31c42 mach_msg + 70
2   com.apple.CoreFoundation        0x00007fff97660233 __CFRunLoopServiceMachPort + 195
3   com.apple.CoreFoundation        0x00007fff97665916 __CFRunLoopRun + 1078
4   com.apple.CoreFoundation        0x00007fff976650e2 CFRunLoopRunSpecific + 290
5   com.apple.Foundation            0x00007fff913f2b66 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
6   com.apple.Foundation            0x00007fff91450cd2 __NSThread__main__ + 1345
7   libsystem_c.dylib               0x00007fff8f6927a2 _pthread_start + 327
8   libsystem_c.dylib               0x00007fff8f67f1e1 thread_start + 13

Thread 1 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x000000010113ccd8  rdx: 0x0000000000000000
  rdi: 0x0000000000001603  rsi: 0x0000000000000006  rbp: 0x000000010113cd00  rsp: 0x000000010113ccd8
   r8: 0x00007fff7d56d278   r9: 0x0000000000000001  r10: 0x0000000030000000  r11: 0x0000000000000206
  r12: 0x000000010113ce60  r13: 0x00007fff7e46cd48  r14: 0x000000010113d000  r15: 0x000000010113cd40
  rip: 0x00007fff95f34212  rfl: 0x0000000000000206  cr2: 0x00007fff7d566ff0
Logical CPU: 0

Binary Images:
       0x100fd5000 -        0x101010ff7 +com.eliasklughammer.hackernews (2.0 - 2.0) <A580CE45-963C-304A-8A4E-146F5E8A4333> /Applications/Hacky.app/Contents/MacOS/Hacky
       0x1028a3000 -        0x1028acfe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x1028b6000 -        0x1028b7ffb +cl_kernels (???) <D82833DA-A057-4B94-B340-62641C5562BA> cl_kernels
       0x1028c2000 -        0x1028c2ff9 +cl_kernels (???) <22CE7938-279E-4226-85E0-4EA46316A578> cl_kernels
       0x103f04000 -        0x103f9eff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
    0x7fff60bd5000 -     0x7fff60c0993f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
    0x7fff8d2ba000 -     0x7fff8d2bafff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff8d42d000 -     0x7fff8d442fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8d488000 -     0x7fff8d4a9ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    0x7fff8d4aa000 -     0x7fff8d4dbff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8d525000 -     0x7fff8d527fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
    0x7fff8d57a000 -     0x7fff8d57bff7  libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8d57c000 -     0x7fff8d679fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x7fff8d67a000 -     0x7fff8d67efff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8d68b000 -     0x7fff8d88bfff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
    0x7fff8d88c000 -     0x7fff8d898fff  com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8d899000 -     0x7fff8d94afff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8d94b000 -     0x7fff8d9a5ff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8d9e1000 -     0x7fff8da00ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff8da01000 -     0x7fff8da08fff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8da09000 -     0x7fff8da10fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8da11000 -     0x7fff8da1efff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff8da1f000 -     0x7fff8da27fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff8dc07000 -     0x7fff8dc12fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff8dc13000 -     0x7fff8df43fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8df44000 -     0x7fff8df5bfff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8df5c000 -     0x7fff8e05efff  libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8e0d0000 -     0x7fff8e1c1ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8e1c2000 -     0x7fff8e205ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8e206000 -     0x7fff8e263ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8e304000 -     0x7fff8e304fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8e305000 -     0x7fff8e309fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff8e30a000 -     0x7fff8e397ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8e398000 -     0x7fff8e39bff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff8ed2d000 -     0x7fff8ed31fff  libCGXType.A.dylib (331.0.4) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8ee8e000 -     0x7fff8ee99ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8f1f5000 -     0x7fff8f203fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8f204000 -     0x7fff8f206fff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8f207000 -     0x7fff8f270fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x7fff8f271000 -     0x7fff8f277ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff8f27c000 -     0x7fff8f2d3ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8f344000 -     0x7fff8f3acff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff8f3c3000 -     0x7fff8f3faff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
    0x7fff8f3fb000 -     0x7fff8f4fdfff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8f5a3000 -     0x7fff8f67dfff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8f67e000 -     0x7fff8f74aff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
    0x7fff8f74b000 -     0x7fff8f74cff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff8f7a8000 -     0x7fff8f810fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8fad5000 -     0x7fff8fdecff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8fded000 -     0x7fff8fe6efff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8fe6f000 -     0x7fff8fe8ffff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8fe90000 -     0x7fff8ff2afff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8ff8a000 -     0x7fff8ff9efff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff90106000 -     0x7fff9010fff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff90110000 -     0x7fff9011dff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff9011e000 -     0x7fff901f0ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff9028f000 -     0x7fff90293fff  libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff902f4000 -     0x7fff90350ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff90351000 -     0x7fff90351fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff90352000 -     0x7fff9045dfff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff90460000 -     0x7fff904b5ff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff90516000 -     0x7fff90537fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff90538000 -     0x7fff9053efff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff905a7000 -     0x7fff905a8ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
    0x7fff905aa000 -     0x7fff905abfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff905ac000 -     0x7fff905bbff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff905bc000 -     0x7fff905deff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff905df000 -     0x7fff905e1ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff905e2000 -     0x7fff905e4ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff90618000 -     0x7fff9061efff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff9061f000 -     0x7fff9064dff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff9064e000 -     0x7fff90883ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff9113a000 -     0x7fff9117efff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
    0x7fff9117f000 -     0x7fff9121dff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff9121e000 -     0x7fff912e3ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff91321000 -     0x7fff91322fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff91323000 -     0x7fff91331ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
    0x7fff91337000 -     0x7fff91338fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff9137c000 -     0x7fff913a4fff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff913ab000 -     0x7fff913bafff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff913bb000 -     0x7fff91718ff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff91f10000 -     0x7fff91f4fff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff91f62000 -     0x7fff92008ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff92009000 -     0x7fff9200efff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff92070000 -     0x7fff92c9dff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff92c9e000 -     0x7fff92cefff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff92d25000 -     0x7fff92d29fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff92d37000 -     0x7fff92d6dfff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff92d6e000 -     0x7fff92d6efff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff92d6f000 -     0x7fff92e42ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff92e43000 -     0x7fff92e51fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff92e9e000 -     0x7fff92edeff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff92edf000 -     0x7fff92f4cff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff93006000 -     0x7fff93055ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff93056000 -     0x7fff931cbfff  com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff931cd000 -     0x7fff9324bff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff9325d000 -     0x7fff9326eff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
    0x7fff932ca000 -     0x7fff9330dff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff9330e000 -     0x7fff9330efff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff9330f000 -     0x7fff9349aff7  com.apple.WebKit (8536 - 8536.28.10) <792FA1F3-68F2-36F8-A070-898B3682F5DE> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff934a9000 -     0x7fff934acfff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff93a50000 -     0x7fff93aa6fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff93aff000 -     0x7fff93c50fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff93c51000 -     0x7fff93c5bfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff93c5c000 -     0x7fff93c61fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff93c62000 -     0x7fff93c62ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff93cad000 -     0x7fff93f51ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff93f52000 -     0x7fff93fc0fff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff940ed000 -     0x7fff94188fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff94189000 -     0x7fff941b3ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff944ba000 -     0x7fff944bffff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x7fff944c0000 -     0x7fff944ebfff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff944ed000 -     0x7fff944f0fff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff9451e000 -     0x7fff94535fff  libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff94536000 -     0x7fff9453eff7  libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff94856000 -     0x7fff9487bff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
    0x7fff9487c000 -     0x7fff948b2fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x7fff948b3000 -     0x7fff948d0ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff94a43000 -     0x7fff94a4efff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff94a4f000 -     0x7fff94a62ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff94a63000 -     0x7fff953f36ff  com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff957ee000 -     0x7fff957eefff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff957ef000 -     0x7fff958e4fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x7fff958e5000 -     0x7fff95931ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
    0x7fff95b2d000 -     0x7fff95c4dfff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff95c4e000 -     0x7fff95c65fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff95c66000 -     0x7fff95d23ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff95d24000 -     0x7fff95da6ff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff95da7000 -     0x7fff95dc9ff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
    0x7fff95dd5000 -     0x7fff95e1fff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff95ecb000 -     0x7fff95ef9fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff95efa000 -     0x7fff95f21fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff95f22000 -     0x7fff95f3dff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    0x7fff95f3e000 -     0x7fff95f51ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff95f52000 -     0x7fff95f5efff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff95f5f000 -     0x7fff95f5ffff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff95f60000 -     0x7fff960fbfef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff960fc000 -     0x7fff962aafff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff96507000 -     0x7fff9651cff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff969c4000 -     0x7fff96a23fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff96a24000 -     0x7fff96a61fef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff96a62000 -     0x7fff96a9cff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff96b3f000 -     0x7fff96b41fff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff96b47000 -     0x7fff96b66ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff96b67000 -     0x7fff96f84fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff96f85000 -     0x7fff96f8cfff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x7fff96f8d000 -     0x7fff96fa3fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff96fac000 -     0x7fff9727dff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff9727e000 -     0x7fff9728cff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff97318000 -     0x7fff97415ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    0x7fff974d9000 -     0x7fff97505ff7  libRIP.A.dylib (331.0.4) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff9751b000 -     0x7fff9759bff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff9759c000 -     0x7fff9759dff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
    0x7fff9759e000 -     0x7fff975d9fff  com.apple.LDAPFramework (2.4.28 - 194.5) <67FBDB29-3B9F-309A-BA7C-AA5921D9A4FB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff975da000 -     0x7fff975deff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff97630000 -     0x7fff9781aff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff97822000 -     0x7fff97826ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff97827000 -     0x7fff97c1efff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff97c77000 -     0x7fff97c79fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff97c8c000 -     0x7fff97cb3ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff97cde000 -     0x7fff97cdefff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff97da6000 -     0x7fff97da6fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff980a0000 -     0x7fff980efff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff9820b000 -     0x7fff9832392f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff98370000 -     0x7fff984f6fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff984f7000 -     0x7fff98551fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff98552000 -     0x7fff9855ffff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff98560000 -     0x7fff987e5ff7  com.apple.RawCamera.bundle (4.04 - 680) <F9A2656C-CE71-326E-BD6D-077487F49D74> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff987e6000 -     0x7fff987f8ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff987fc000 -     0x7fff98a97fff  com.apple.JavaScriptCore (8536 - 8536.28.10) <BC911515-D051-3E2E-8E57-D36878407C60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff98a98000 -     0x7fff99a55fff  com.apple.WebCore (8536 - 8536.28.10) <89CDA119-0FC8-3D0E-87B8-AB96BE6D1A36> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff99a56000 -     0x7fff99b6ffff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff9a1f1000 -     0x7fff9a239fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 3
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 11736768
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=169.8M resident=67.3M(40%) swapped_out_or_unallocated=102.5M(60%)
Writable regions: Total=1.1G written=2116K(0%) resident=6568K(1%) swapped_out=2468K(0%) unallocated=1.0G(99%)

REGION TYPE                        VIRTUAL
===========                        =======
CG backing stores                    2228K
CG image                                8K
CG raster data                         20K
CG shared images                     1248K
CoreImage                               8K
CoreServices                         3436K
JS JIT generated code                   8K
JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
MALLOC                               22.8M
MALLOC guard page                      48K
Memory tag=240                          4K
Memory tag=242                         12K
OpenCL                                 20K
SQLite page cache                     192K
STACK GUARD                          56.0M
Stack                                11.0M
VM_ALLOCATE                          16.1M
__DATA                               14.7M
__IMAGE                               528K
__LINKEDIT                           52.1M
__TEXT                              117.8M
__UNICODE                             544K
mapped file                          42.0M
shared memory                         308K
===========                        =======
TOTAL                                 1.3G
TOTAL, minus reserved VM space      340.9M

Model: MacBookPro7,1, BootROM MBP71.0039.B0E, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f7
Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.16)
Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: M4-CT256M4SSD2, 256,06 GB
Serial ATA Device: HL-DT-ST DVDRW  GS23N
USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24600000 / 2
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26100000 / 2
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06610000 / 5
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x06500000 / 3
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0x06300000 / 2

Visual indication of your karma score

Similar to how HN shows your karma next to your username when you're logged in, it would be excellent if Hacky could provide a similar indication, perhaps in the form of a status bar showing your username and current karma. And, of course, this would update as the client refreshes.

"Zero Inbox" for Hacky

Hi,

I really enjoy using this little tool. I purchased it over the App Store and now I am curious if it would be possible to add a "zero inbox" like feature.
It would be super awesome if I could just hide all read articles.

Julian

Suggestion: HNKit

I figured I'd plug my own stuff here, since you can easily close the issue.

For my iOS client for Hacker News, I've written a whole Objective-C framework that can handle everything from scraping Hacker News to rendering comments with Core Text, as well as persisting them in an offline object database. It's pretty simple and shouldn't have any issues on the Mac.

One of the big advantages of it is that it doesn't require any server-side scraping, and so you don't ever have an issue with the aggressive Hacker News rate limiting.

If you want to check it out, the code is here (BSD licensed): https://github.com/Xuzz/newsyc/tree/master/Classes/HNKit

Let me know if you have any questions!

Title bar dropdown reappears when dismissing by clicking elswhere

Steps to reproduce:

  1. Click the title bar dropdown in the title bar that initially says “Top”.
  2. Click outside the popup, but inside the window.

Expected result: the popup is dismissed.

Actual result: the popup fades out and then immediately reappears.

Notes:

  • Occurs in Hacky 2.0
  • Does not occur when clicking outside of the Hacky window.
  • Another workaround is selecting an item in the popup.

Notification of Replies to Your Own Comments

This is something that I think would be hugely valuable, since there's currently no way to do this on the HN site itself.

When you post a comment, the only way to see if someone has replied to you right now is to check your own comment history on the HN site or view the thread again.

It would be hugely helpful if Hacky could keep track of when your own comments get new replies and provide a visual notification of this (and the ability to see either your own comment and its replies or the entire thread in context).

Enhancement: Pull to refresh

It would be nice if instead of a refresh button there was pull-to-refresh (scroll down from top-article), akin to Tweetbot.

Feature suggestions

Hi,

I've posted on HN these features but just in case I mirror them here:

-Native social sharing (Twitter/Facebook)
-Save to Pocket
-Display URL in each post (at least domain name)
-Easy way to mark as read each item (example: if you highlight item, it should be marked as read)
-Vim keyboard navigation (hjkl)
-Menubar icon with unread count (optional)
-Preferences panel with options like: refresh period, mute specific words, etc

Hacky crashes while parsing upvoted topic

Today Hacky suddenly refuses to start. The crash happens when I am logged in into HN using Safari. The auth cookie seems to affect Hacky. When parsing an upvoted topic, there is no id (maybe due to the missing arrow).

Printing description of topic:
{
    comments = 156;
    "created_at" = "5 hours ago";
    score = 166;
    title = "Docker - the Linux container runtime";
    url = "http://docker.io/";
    user = radimm;
}

setReadMarks fails at

 if ([defaults valueForKey:[topic valueForKey:@"id"]]) {
      [topic setValue:[NSNumber numberWithInt:1] forKey:@"isRead"]; 

Blank window on Stories list pane on left

I just installed from AppStore. Running Mavericks on a MacBook Air. Left pane doesn't show anything. Is just blank and reload doesn't help. Have tried quitting and restarting and nothing works.

Set up Xcode Project for Development

Would it be possible to make the Xcode project easier for developers to download and start working with? For instance, make it so we don't have to go through and remove all the Crashlytics stuff and fix the code signing.

Relative URL's won't open

When clicking on a relative URL (mostly 'Ask HN' topics), the URL will not open.
The website which is parsed does not provide a base URL for local pages.

Hacky should check if a base URL is given and otherwise add 'http://news.ycombinator.com/'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.