|
For the first time in ages we had a family night at the cinema to see the film “One Life”. It is unusual for my wife and I to agree on a film to watch, let alone the kids as well!
|
|
Are you interested in using your Python skills within Excel? Would you like to share a data science project or visualization as a single Office file? This week on the show, we speak with Principal Architect John Lam and Sr. Cloud Developer Advocate Sarah Kaiser from Microsoft about Python in Excel.
|
|
I have to say, I’ve found no greater professional joy than working with a tight group of people to ship and support our own products. And for those products to find people willing to trade their own hard earned treasure for a little bit of ours. Betting on an idea — and seeing it through — is enormously fulfilling. The creative and intellectual stimulation is beyond compare. Especially when you’re the first customer for anything you make.
|
|
Build and deploy a Node.js security scanning API to Platformatic Cloud
-
snyk.io
-
2 years ago
-
eng
In this guide, we'll dive into the powerful combination of Platformatic, Fastify, and Snyk, unlocking rapid backend development with an emphasis on robustness and security.
|
|
Last December, I completed a half-year project to develop a continuous benchmarking system for the popular rustls library. My work was financed by ISRG, the makers of Let’s Encrypt, who are interested in rustls as a memory safe alternative to OpenSSL. The thing is, replacing OpenSSL is only realistic if you offer at least on-par performance. But how do you achieve that? What do you measure to ensure performance keeps improving and to avoid ..
|
This article describes how the Objective-C `BOOL` type is differently defined on Apple platforms, and how these differences are defined in LLVM
|
This article describes how the Objective-C `BOOL` type is differently defined on Apple platforms, and how these differences are defined in LLVM
|
|
There can be multiple scenarios where you need to increase the swap memory size on your Raspberry Pi. This post will show you how to do it.
|
|
This is a post I wrote for my newsletter, Keys to the City Council, in which I cover NYC City Council legislative activity. In it, I talk about: How legislation snakes its way through city council. All the records the council generates along the way. What you can and can’t find in them. How I use AI to sift through it with techniques you can use. Every bill that makes it to a vote in the NYC city council passes.
|
|
There can be multiple scenarios where you need to increase the swap memory size on your Raspberry Pi. This post will show you how to do it.
|
|
A lot of coding jobs can involve fairly “normal” tasks - create a page, write to and read from a database, add a new field to this screen. These tasks have been done numerous times by numerous developers around the world in different flavours.
|
|
A lot of coding jobs can involve fairly “normal” tasks - create a page, write to and read from a database, add a new field to this screen. These tasks have been done numerous times by numerous developers around the world in different flavours.
|
|
Want “Reader Mode” for almost the entire web - and have every page load nearly instantly? Here’s how. There are three main constellations of Web Browsers - ones based on Google’s Blink rendering engine (used in Google Chrome, MS Edge, Vivaldi, Brave and others), ones based on WebKit (used in Safari on MacOS & iOS 7 iPadOS) - and on Mozilla’s Geko engine (used by Firefox & Thunderbird). There are also a few other, “non-mainstr....
|
|
Previously we covered early chatbots, bots talking gibberish, and self-taught number crunchers. But what we got so far is still boring. AI was promised to overthrow the world order and not just classify arrays of floats. Can we have a chat? GPT As unimpressive as it is, neural networks take arrays of numbers and return arrays of numbers. Just like our brain takes electric signals and emits electric signals. It’s only a matter of how we enco..
|
|
Previously we covered early chatbots, bots talking gibberish, and self-taught number crunchers. But what we got so far is still boring. AI was promised to overthrow the world order and not just classify arrays of floats. Can we have a chat? GPT As unimpressive as it is, neural networks take arrays of numbers and return arrays of numbers. Just like our brain takes electric signals and emits electric signals. It’s only a matter of how we enco..
|
|
Hi, Wann hattest du die letzte große Veränderung in deinem Leben? Für mich war es in 2023 meine Selbständigkeit. Was für ein Abenteuer! Das Jahr ist jetzt um und die Feiertage habe ich genossen, um abzuschalten und Zeit mit meiner Familie zu verbringen. Glaub mir, im ersten Jahr der Selbständigkeit leidet die Freizeit am meisten 😉 Im letzten Jahr ist so viel passiert. Es gab so viele Hightlights. Und es gab so viele interessante T..
|
|
Last month, as a short vacation, we went to the Dolomite Alps, more specifically to Val Pusterìa . Among several hikes, we visited the lovely village of Bruneck . With great surprise, there was a huge exhibit underground with fossils and a few displays about local legends. My girlfriend went on, while I stopped to write down some notes. Unluckily, I forgot of the nice miniatures exposed, but the subject was the Crodères , the beings wh....
|
|
Last month, as a short vacation, we went to the Dolomite Alps, more specifically to Val Pusterìa . Among several hikes, we visited the lovely village of Bruneck . With great surprise, there was a huge exhibit underground with fossils and a few displays about local legends. My girlfriend went on, while I stopped to write down some notes. Unluckily, I forgot of the nice miniatures exposed, but the subject was the Crodères , the beings wh....
|
|
Musical equivalent of having a tooth pulled out at the dentist and then having to walk a mile home. Love it. Favorite track: Bring me a berban .
|
|
2023 marked another year of record growth in CVE data, and I thought it fitting to kick off the new year by delving into these statistics and showcasing some of the more interesting data points. CVEs By The Numbers We ended 2023 with 28,902 published CVEs, up over 15% from the 25,081 CVEs published in 2022. On average, there were 79.18 CVEs published per day. October was the month with the most CVEs published, with 2,690 or 9.3% of all CVEs....
|
|
During the Christmas/New Year break, I achieved my goal of updating my website with a new theme. I loved Casper , the previous one I ran for a very long time, but it has not been updated in years and looks abandoned. I wanted new features like fuzzy search , archive and tags pages, cover images , table of contents , title anchors, and more. Also, the old theme kept me anchored to an ancient Hugo version, something I felt uncomfortab..
|
|
The SOFAR Spotter with Development Kit may not be able to get to me. There’s some legal paperwork that I don’t have - that may be quite expensive to get. Import/Export laws are a pain.
|
|
The SOFAR Spotter with Development Kit may not be able to get to me. There’s some legal paperwork that I don’t have - that may be quite expensive to get. Import/Export laws are a pain.
|
|
Previously we explored early “intelligent” software based on rules and Markov chains, but the results were not too convincing. Modern AI is all about neural networks, so let’s fast-forward to the time when neural networks have been invented, which is… 1944? Correct, the idea of an artificial neuron dates many decades back, and it’s a very simple one, really. neural network in 6 lines of code A neural network is nothing but a few multiplicat..
|
|
Previously we explored early “intelligent” software based on rules and Markov chains, but the results were not too convincing. Modern AI is all about neural networks, so let’s fast-forward to the time when neural networks have been invented, which is… 1944? Correct, the idea of an artificial neuron dates many decades back, and it’s a very simple one, really. neural network in 6 lines of code A neural network is nothing but a few multiplicat..
|
|
Turning Tension into Triumph: Techniques for Tough Conversations
-
abdulapopoola.com
-
2 years ago
-
eng
This article distills some hard-learned lessons into reusable playbooks for tense situations and is for everyone trying to improve their conflict resolution skills.
|
|
My dad is pretty tech-savvy (he was an electronic engineer) however he was having problems with how long it took his Windows PC to become usable.
|
|
My dad is pretty tech-savvy (he was an electronic engineer) however he was having problems with how long it took his Windows PC to become usable.
|
|
Bring back self-hosted blogs, reinstall a feed reader, make your feed icon prominent on your blog. Blogs + Atom/RSS is the best decentralized social media system we’ve ever had! And yes I am saying that as co-author of ActivityPub: self hosted blogs is the best decentralized social networking we’ve had. – Christine Lemmer-Webber
|
Not to be outdone by Barack, here is what I read in 2023. Hope you find a gem or two in there for your reading lists. Happy new year! 🤓 Non-fiction English Francais Fiction English Francais – J’aime mieux, avait dit Langlois, me déranger vingt fois pour rien plutôt que de rater la fois qui compte. […]
|
|
Recently, Snyk hosted a wine tasting & customer discussion featuring David Imhoff, Product Security Leader at Kroger. The discussion focused on tackling the challenges of securing digital supply chains.
|
|
CVE-2023-50164 is a critical vulnerability in the Apache Struts library. Learn how to find and fix by upgrading your package and using Snyk to discover and remediate.
|