Explore >> Select a destination


You are here

khanlou.com
| | gcher.com
17.0 parsecs away

Travel
| | Recently I got interested in the new Apple language Swift, that will probably replace objective-c as the language of choice for native iOS and OSX applications. There are many things I like in Swift, and also other things I don't like. But one thing that I really enjoy is the support for lambdas, specially compared to the way it works in C++. Why do I think the lambdas in swift are better?
| | telemetrydeck.com
18.1 parsecs away

Travel
| | What we've learned while migrating our code to the new world of data-race safety in Swift 6 mode.
| | krakendev.io
21.5 parsecs away

Travel
| | Since the advent of Swift, our behavior towards nil values have greatly changed. Swift brings type safety, and also works hard to prevent sending messages to nil by introducing Optionals. Implicitlyunwrapped optionals are pretty new and behave just like optionals. However, they can be dangerous to your code if used incorrectly. So here, let me help with that!
| | stuvel.eu
103.2 parsecs away

Travel
| Setting up Squid as a transparent HTTP proxy has been discussed plenty of times. All of these examples and blogs I've read on the subject assume that you run Squid on your network gateway.