|
Visibility gaps are a huge limiting factor for growing AppSec programs. Let's discuss how Snyk can help you close them.
|
|
Repository: @knadh/listmonk GitHub release page: v4.1.0 v4.1.0 is a major release with a significant number of improvements and fixes. ⚠️ Important: Upgrading from v3.x.x As always, take a backup of your Postgres database before upgrading.
|
|
Repository: @knadh/smtppool GitHub release page: v1.2.1 What’s Changed use default hostname for messageID if hostname is not an FQDN by @vixns in https://github.com/knadh/smtppool/pull/13 New Contributors @vixns made their first contribution in https://github.com/knadh/smtppool/pull/13 Full Changelog : https://github.com/knadh/smtppool/compare/v1.2.0...v1.2.1
|
|
psql is a CLI editor that ships with Postgres. It’s incredibly powerful for working with Postgres, and doesn’t take too much of a learning curve to start to get comfortable so you can really feel like an expert working with your database. Just a rundown of a few things to get you started: Once connected in psql you can get an idea of all utility commands available with: \ ? A handy thing I use all the time is \d. \d will de....
|
|
psql is a CLI editor that ships with Postgres. It’s incredibly powerful for working with Postgres, and doesn’t take too much of a learning curve to start to get comfortable so you can really feel like an expert working with your database. Just a rundown of a few things to get you started: Once connected in psql you can get an idea of all utility commands available with: \ ? A handy thing I use all the time is \d. \d will de....
|
|
Bit of a digression from the network series today, to discuss something I just saw in passing which is an interesting example of a possible sharp corner/foot gun in Kubernetes RBAC. Generally speaking for REST style APIs GET requests are read-only, so shouldn’t change the state of resources or execute commands. As such you might think that giving a user the following rights in Kubernetes would essentially just be giving them read-only acc....
|
|
In Cold Blood by Truman Capote was a tale it feels you’d hear from a stranger at a bar, detailing a series of events that seem…
|
|
There are people who are rich, yet who don’t earn my respect. Because they’ve become rich not by serving others or producing products that people want, but by doing things that only benefit themselves. I call them rich losers. They’re often involved in things like crypto gambling, dropshipping, playing poker or malicious affiliate marketing. If […]
|
|
Autofilling form fields has become an increasingly common and practical application of generative AI. With just a bit of context and a well-crafted prompt, AI can produce reliable results for various input fields. One of the most appealing aspects of this use case is its simplicity and quick implementation—developers can often build and deploy this feature without extensive training data, sometimes in just a few hours. Form field autofilli....
|
|
It’s now the eleventh. This is quite possibly the latest I’ve ever posted my monthly Book Reading List .
|
|
Autofilling form fields has become an increasingly common and practical application of generative AI. With just a bit of context and a well-crafted prompt, AI can produce reliable results for various input fields. One of the most appealing aspects of this use case is its simplicity and quick implementation—developers can often build and deploy this feature without extensive training data, sometimes in just a few hours. Form field autofilli....
|
|
Ingredients Makes 8-12 yorkshires (or ~275ml): 70g plain flour. 2 eggs. 100ml milk (both cow or oat milk work well, though oat may fizz a little when baking). Oil (avocado or sunflower). Equipment: Muffin tray with 8-12 holes. Pouring jug. Whisk or fork. Plate with paper towel. Method Make the mixture Pre-heat oven to 210°C fan (230°C without). Put flour in bowl, beat in eggs until smooth. Gradually mix in milk. Transfer the mixtur....
|
|
Ingredients Makes 8-12 yorkshires (or ~275ml): 70g plain flour. 2 eggs. 100ml milk (both cow or oat milk work well, though oat may fizz a little when baking). Oil (avocado or sunflower). Equipment: Muffin tray with 8-12 holes. Pouring jug. Whisk or fork. Plate with paper towel. Method Make the mixture Pre-heat oven to 210°C fan (230°C without). Put flour in bowl, beat in eggs until smooth. Gradually mix in milk. Transfer the mixtur....
|
|
A humorous take on asking ChatGPT to illustrate a depiction of one's life, featuring mysterious 'Horchar Blend'.
|
|
It's easy to have your pytest function's argument signatures explode with a bunch of fixture references. And sometimes you need things that depend on each other, both separately and together which can be hard to keep straight. I suggest using an object to contain them.
|
|
It's easy to have your pytest function's argument signatures explode with a bunch of fixture references. And sometimes you need things that depend on each other, both separately and together which can be hard to keep straight. I suggest using an object to contain them.
|
I am using a very simple system for remembering commands and procedures, and for tracking what I work on. I have two plain text files called notes.txt and worktime.txt. In the notes file, I write down things that are important … Continue reading →
|
|
Deprogramming Dénouement (Issue #189) 2024-11-09 12:45:00 +07:00 by Mark Smith This week’s newsletter is out! In this week’s edition : JD Vance, state of the UK, bitcoin & memecoins, wine tasting and coding, Lessig, Bricks & mBridge, Kemi Badenoch, Elon Musk, left Trump analysis, Dave Smith, and Web Components still cool Issue details: Title: Deprogramming Dénouement Issue: 189 Page: issue webpage Another awesome issue ..
|
|
Site updates including improved AI description generation, updates to personal pages, and the shutdown of Stitch to focus on Ada.
|
|
Balancing work and family life, the author reflects on the joys and challenges of prioritizing weekends as family time.
|
Attention DEF CON educators ! The DEF CON Training 2025 Call for Trainers is live! We’re looking for unique, technical, and practical presentations from trainers with deep knowledge of their subject. If that’s you, let’s talk! All the info you need to apply is at training.defcon.org .
|
|
Have you wanted the flexibility of f-strings but need safety checks in place? What if you could have deferred evaluation for logging or avoiding injection attacks? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
|
|
How to fix containerized Oracle 23ai Database not starting on Mac
-
hartenfeller.dev
-
1 year ago
-
eng
When trying out the Free Oracle 23ai Database Docker Image I always encountered the same issue. The database wouldn't start. Here is how I fixed it.
|
|
Fearless Concurrency Ep.5: Ensuring Memory Safety with Mutexes and RwLocks in Rust
-
www.ardanlabs.com
-
1 year ago
-
eng
Introduction: Welcome to Episode 5 of Fearless Concurrency in Rust ! In this episode, Herbert Wolverson dives into advanced concurrency tools, focusing on RwLock for managing simultaneous reads and writes and the powerful concept of interior mutability. These tools provide developers with greater control over data sharing in multithreaded environments, enabling them to optimize for both performance and code simplicity in Rust. Read-W..
|
|
Curious about who's visiting my site, I built a user-agent tracker using Vercel middleware and KV storage. It logs every request and displays a live table of user agents and hit counts, refreshing every minute. Check out the code on GitHub!
|
|
Curious about who's visiting my site, I built a user-agent tracker using Vercel middleware and KV storage. It logs every request and displays a live table of user agents and hit counts, refreshing every minute. Check out the code on GitHub!
|
|
I created a simple countdown timer web app that lets you track time until important events. It's built with a focus on no-code using Replit, including a cool integration with Black Forrest Labs' image API via Replit's Agent feature. Check out the live app and source code!
|
|
I created a simple countdown timer web app that lets you track time until important events. It's built with a focus on no-code using Replit, including a cool integration with Black Forrest Labs' image API via Replit's Agent feature. Check out the live app and source code!
|
|
Maybe it's time to create a thread to discuss the best schizo browser out there that does not call phone. Elaborate explanation followed by the most glitterboy answer possible can be found here: https://github.com/arkenfox/user.js/issues/1807 Another link you might consider is https://sizeof.cat/post/web-browser-telemetry/#google-chrome There is also spyware watchdog on neocities: https://spyware.neocities.org/articles/ Share more lin....
|
|
The Power of Modern Knowledge Management for Business Professionals
-
www.dsebastien.net
-
1 year ago
-
eng
Unlock your business potential with cutting-edge knowledge management strategies for enhanced productivity and decision-making
|
|
The Power of Modern Knowledge Management for Business Professionals
-
www.dsebastien.net
-
1 year ago
-
eng
Unlock your business potential with cutting-edge knowledge management strategies for enhanced productivity and decision-making
|