Author: Bojan Bjelić
-
Docs: Mac restart options
Copy/paste Apple articles for easier finding. Mac startup key combinations On a Mac with Apple silicon Find out if you have a Mac with Apple silicon On an Intel-based Mac If you’re not using a Mac with Apple silicon, you’re using an Intel-based Mac. Guidelines for using these key combinations Key combinations for an Intel-based…
-
Encounter: Thermal Camera for iOS
The FLIR ONE Gen 3 is an affordable smartphone attachment thermal imaging camera designed to help professionals find problems faster and get more work done in less time. With MSX® (Multi-Spectral Dynamic Imaging) technology, which enhances thermal images by embossing details from the visual camera onto the thermal image, you’ll easily recognize where problems are…
-
Encounter: Microsoft’s Excel Might Be The Most Dangerous Software On The Planet
The original article is from 2013, and I guess/feel it is still true. Excel is a good tool, but often a misunderstood and misused one. … No, really, it’s possible that Microsoft’s Excel is the most dangerous software on the planet. Yes, more dangerous than rogue code running a nuclear power plant, than the Stuxnet…
-
Encounter: compare cloud providers
Find and compare cloud providers for your next project. Search by managed services, estimated cost, data center locations and more. Source: GetDeploying – Find and compare cloud providers for your next project.
-
Encounter: Cursorless is alien magic from the future – Xe Iaso
Is the future of code input voice? Just imagine if you started this way… Source: Cursorless is alien magic from the future – Xe Iaso
-
Encounter: ClockworkPi | Open Source Hardware
Love the look of this and would love to try! ClockworkPi – Creators of DevTerm and GameShell, Open Source Portable Hardware for Every Dev. Source: ClockworkPi | Open Source Hardware
-
TIL: HTTP range requests
An HTTP Range request asks the server to send only a portion of an HTTP message back to a client. https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests
-
Encounter: RabbitMQ vs. Kafka – An Architect’s Dilemma
For some reason, many developers view RabbitMQ and Kafka as interchangeable. The goal of this post is to present both RabbitMQ and Kafka side-by-side. Source: RabbitMQ vs. Kafka – An Architect’s Dilemma (Part 1) – Eran Stiller https://eranstiller.com/rabbitmq-vs-kafka-an-architects-dilemma-part-2 RabbitMQ is preferable when we need: Advanced and flexible routing rules. Message timing control (controlling either message…
-
Encounter: How Query Engines Work
https://howqueryengineswork.com/ A site dedicated to analysing how SQL query engines work.