Explore >> Select a destination


You are here

petersteinberger.com
| | dankelley.github.io
12.1 parsecs away

Travel
| | I have been making some changes to the oce function mapImage() lately, to address an issue kindly pointed out by a user on github^[1]. The problem is that the image can have missing values at certain points, depending on the projection being used, the geographical domain being shown, and the data grid being plotted.
| | thomasst.ch
8.8 parsecs away

Travel
| |
| | worthdoingbadly.com
10.4 parsecs away

Travel
| | I ran command line macOS tools, such as Bash and Geekbench, on a jailbroken iPhone by replacing iOS's dyld shared cache (all of iOS's code) with macOS's. However, graphical apps will never work: macOS's WindowServer won't start, since iOS's drivers are too different.
| | www.rasulkireev.com
37.5 parsecs away

Travel
| Poetry is relatively new packaging and dependency manager. It makes it very easy to upload libraries to PyPI, manage dependencies visually, and has a couple of handy features. Today, I'm not going to do a deep dive into how Poetry works and all its features. Today I just want to focus on how to configure it for a Django project.