A tour of Postgres’ Foreign Data Wrappers Craig Kerstiens
If you’re unfamiliar, foreign data wrappers, or FDW, allow you to connect from within Postgres to a remote system. Then you can query them from directly within Postgres. While there is an official Postgres FDW that ships with Postgres itself, that allows you to connect from one Postgres DB to another, there’s also a broad […]
Split82/iOSMemoryBudgetTest: Small iOS application which tries to allocate as much memory as possible to crash. After that you can run the application again to see how much memory was needed for crash and when all the memory warnings happen.
Small iOS application which tries to allocate as much memory as possible to crash. After that you can run the application again to see how much memory was needed for crash and when all the memory warnings happen. Source: Split82/iOSMemoryBudgetTest: Small iOS application which tries to allocate as much memory as possible to crash. After […]
Migrating Code Signing Configurations to Xcode 8
This is a guide to code signing software for iOS development and deployment. The information contained here may be useful to better understand how the process of code signing works and is implemented, but is specifically for people that build applications and software that must be signed by multiple teams (e.g.: Development and Enterprise) and […]
sxyx2008/awesome-ios-animation: A curated list of awesome iOS animation, including Objective-C and Swift libraries
A curated list of awesome iOS animation, including Objective-C and Swift libraries Source: sxyx2008/awesome-ios-animation: A curated list of awesome iOS animation, including Objective-C and Swift libraries
FAIR open-sources fastText | Engineering Blog | Facebook Code | Facebook
FastText combines some of the most successful concepts introduced by the natural language processing and machine learning communities in the last few decades. These include representing sentences with bag of n-grams, as well as using subword information, and sharing information across classes through a hidden representation. We also employ a hierachical softmax that takes advantage […]
Values and errors, part 2: eight languages compared
I’m going to look at an error handling example implemented across a range of different languages studied by the Swift developers when designing Swift’s approach to error handling. By comparing these languages to Swift, I’ll try to better understand the balance of feature complexity, syntactic efficiency, abstraction, information signalling and safety that typical Swift code […]
Wikiverse: a galactic reimagining of Wikipedia
The Wikiverse project is an interactive 3D visualization of Wikipedia, reimagined as a cosmic web of knowledge. Here, articles are stars bound together to form topics, fields and subjects. Source: Wikiverse: a galactic reimagining of Wikipedia
The Neuroscience Behind Bad Decisions | Quanta Magazine
BadDecision_1000.png Irrationality may be a consequence of the brain’s ravenous energy needs. Source: The Neuroscience Behind Bad Decisions | Quanta Magazine
reactotron/reactotron: A CLI and OS X app for inspecting your React JS and React Native apps.
reactotron – A CLI and OS X app for inspecting your React JS and React Native apps. Source: reactotron/reactotron: A CLI and OS X app for inspecting your React JS and React Native apps.
piemonte/PBJVision: iOS camera engine, features touch-to-record video, slow motion, and photo capture
iOS camera engine, features touch-to-record video, slow motion, and photo capture Source: piemonte/PBJVision: iOS camera engine, features touch-to-record video, slow motion, and photo capture