|
You’re a web developer at a social media company that has recently made a big push for modernizing their frontend for the mobile-first era. It has taken a lot of time and effort from many people. Countless challenges, arguments, testing. The release is near. You’re probably a bit anxious. After all, the site is visited by millions of users every day. What if something breaks? Will the users like the redesign? It’s live. You navigate t....
|
|
For time display, I've gone back and forth between an always-displayed macOS's menu bar to an auto-hide menu bar, and letting Emacs display the time. Neither felt great nor settled. With some tweaks, Paul Hudson's How to use a timer with SwiftUI , led me to build a simple desk clock. Ok, let's not get fancy. It's really just an always-on-top floating window, showing a swiftUI label, but hey I like the minimalist feel ;) Let's see if it....
|
|
SI live in an area with a popular driving road. As such you see a lot of people flying around in fancy cars, motorbikes and bike riders. Between where I am and the start there is an awful bit of road that funnels everyone together. As such a lot of people jump the line to get past the bike riders because there isn’t enough space for them to have their own lane (I keep complaining to my local member about this).
|
|
I received this email a few moments ago and, having just left my job in the past 24 hours, I had the head space to respond in a way that I hope was helpful. The email: Hello, I saw your post on y combinator to a founder who was being acquihired and wanted advice. I am currently at the point where we are starting serious heads of terms for an acquihire of my 4 man business to a major XYZ company and could use a little advice. In parti....
|
|
Thanks to the complete GitHub Actions for MSYS2, it is easier than ever to construct a continuous integration setup for building with compilers and toolchains which can run on MSYS2.
|
|
Executables signed with a reputable code signing certificate get better SmartScreen treatment. A signed executable proves that it hasn’t been tampered with by anyone who does not have the signature...
|
|
Why Armenia is an emerging tech hub worth your attention — from startup tax incentives to ancient history, discover what makes this small nation punch above its weight.
|
Why Armenia is an emerging tech hub worth your attention — from startup tax incentives to ancient history, discover what makes this small nation punch above its weight.
|
Stripe is one of the most developer-friendly payment processors available today, having extensive and well-documented APIs and SDKs enabling you to finely customize your customer payment flow. If you have a simple use-case or would prefer to offload the majority of the checkout process, Stripe also provides Stripe Checkout where Stripe themselves will directly handle collecting the payment information and charging the customer. [Continue r..
|
|
Have you wanted to generate advanced reports as PDFs using Python? Maybe you want to build documents with tables, images, or fillable forms. This week on the show we have Mike Driscoll to talk about his book "ReportLab - PDF Processing with Python."
|
|
The Complete Idiot's Guide to Refactoring Python Using Multiprocessing Pools
-
fuzzyblog.io
-
5 years ago
-
eng
While I would happily proclaim that my ur language is Ruby, I spend increasingly large amounts of time these days using Python. And while there are many things that I don't like about Python (the syntax makes my eyes want to weep and then die; thanks Tim Curry / Psych ; around 20 seconds in), the strength of the Python ecosystem is outstanding . Today I'm going to talk about the Python Multiprocessing library which is a standard pa....
|
|
Docker Madness - When The Output Order of Debugging Seems Impossible
-
fuzzyblog.io
-
5 years ago
-
eng
Yesterday I was stuck in a hellish debugging cesspool – you know what I mean – when you are debugging a mysterious crash right down embedding line by line print statements and nothing is making sense. And I don't mean that its not making a lot of sense; I mean that its making NO DAMN SENSE. I was debugging on a GPU instance on AWS that was running a TensorFlow application and what I kept seeing was output appearing before the routine invo....
|
|
Our attention spans are short. Even more when looking for new information. We get flooded by different sources. Most of them contain little useful information. Content should be concise, packed with information and clean of empty prose. Focused around examples. Remove everything not related to the title. When was the last time you spent more than 15 minutes reading a single piece of information? That is why I started writing recipes .
|
|
Compares routing techniques in Go, including five custom approaches and three using third-party routing libraries.
|
|
I have now uploaded all source code I wrote that I use to build this website! The corresponding link is in the menu; the document it links to also contains more info on licensing. With it, and the tools I use, you would be able to reproduce my website completely. I decided not to use a Git or Hg repo for various reasons, but really, just check it out. But why? Of course, this is a static site, and there is not much that is extremely origi....
|
|
Most founders in tech will tell you that they’re a contrarian But is being a contrarian an optimal decision? What are the alternatives? Is being a contrarian an advantage? Founders of high growth companies, are making one big high risk high reward bet. If you’re looking for a big win you first have to find something that has high uncertainty. For example, there’s high uncertainty around when VR will become mainstream.
|
|
A presentation of the Go draft designs for a filesystem interface and a standard way to embed files in a Go binary (LWN.net).
|
|
If you use sequences to generate primary key values make sure you use the checksum feature of APEX. Otherwise, users can easily discover data they should not be able to see by raising or lowering the numeric ID in the URL.
|
|
I always forget the details about Kubernetes pod shutdown lifecycle when I need them, so this is my now made public notes on the subject.
|
|
My nightly Emacs builds stopped about a month and a half ago. A couple days after I noticed it was failing I tried to debug the issue and found that building openssl was hanging—I found that Jenkins was timing out after an hour or so. I should mention that it’s dying on a Mac OS … Continue reading Failed Emacs builds, hanging kernels, abort(), oh my
|
|
Table of Contents Why Serverless? Solution Overview Data Extraction Search Backend Implementation Apache Lucene in a GraalVM Native Binary The Search HTTP Service Wiring Things Up Deployment to AWS Lambda Building Quarkus Applications for AWS Lambda Identity and Access Management Performance Cost Control Wrap-Up and Outlook I have built a custom search functionality for this blog, based on Java and th..
|
|
Table of Contents Why Serverless? Solution Overview Data Extraction Search Backend Implementation Apache Lucene in a GraalVM Native Binary The Search HTTP Service Wiring Things Up Deployment to AWS Lambda Building Quarkus Applications for AWS Lambda Identity and Access Management Performance Cost Control Wrap-Up and Outlook I have built a custom search functionality for this blog, based on Java and th..
|