Open Source Digest

If using Docker on Windows, Should I Bother with it?

January 18, 2026 🆕 by /u/banisheduser from Docker: An open source project to pack, ship and run any application as a lightweight container
Please don't vote me down for asking. I am really new to docker. I started looking at Linux for a Plex server and the general consensus was to use Docker to put some Containers and PiHole in. Lin...

How to inquire about adverse events of aspirin in the open FDA?

January 18, 2026 🆕 by user26423 from Recent Questions - Open Data Stack Exchange
I want to check the adverse events of aspirin drugs in the open fda data within the specified date I have tried many times and it keeps getting an error display Where did I go wrong ? How can I quer...

Re: CVE-2025-8110 in Gogs self-hosted git service

January 18, 2026 🆕 from Open Source Security
Posted by Michael Orlitzky on Jan 17I have not looked at the actual issue here, but in general even O_NOFOLLOW is insufficient, because it only affects the trailing path component. To avoid symlinks i...

Giulio Romano, Palazzo Te (Lodge of David, 1530–34)

January 18, 2026 🆕 by nobody@flickr.com (profzucker) from Creative Commons (pls read the rules) Pool
profzucker has added a photo to the pool: Giulio Romano (for the Federico II Gonzaga), Palazzo Te, 1525–35, Mantua

Welcome to the COREY PEARSON- CIA SPYMASTER SERIES!

January 17, 2026 🆕 by Corey Pearson- CIA Spymaster from OPEN SOURCE INTELLIGENCE (OSINT) NEWS
                     Whether you’re looking for a quick, thrilling short-story read or an immersive spy novel to sink into, Corey Pearson's&nbs...

ChaosBSD: a FreeBSD fork to serve as a driver testing ground

January 17, 2026 🆕 by Thom Holwerda from OSnews
ChaosBSD is a fork of FreeBSD. It exists because upstream cannot, and should not, accept broken drivers, half-working hardware, vendor trash, or speculative hacks. We can. ↫ ChaosBSD GitHub page Thi...

GitHub profile READMEs.

January 17, 2026 🆕 by /u/titpetric from Open Source on Reddit
I updated my GitHub profile (actually created it, really), to feature more about me and what I'm working on. I'll gladly take some feedback and/or examples of the more elaborate of profiles ...

I am having trouble querying the crl endpoint

January 17, 2026 🆕 by berto from Recent Questions - Open Data Stack Exchange
I am trying to query the Complete Response Letter endpoint from postman. I tried the endpoint https://openfda-api.preprod.fda.gov/other/crl.json documented here as well as the https://api.fda.gov/othe...

Abandoned Lodge And Zebra

January 17, 2026 🆕 by nobody@flickr.com (orkomedix) from Creative Commons (pls read the rules) Pool
orkomedix has added a photo to the pool: This is a zebra at the abandoned Amboseli Lodge within the Amboseli National Park in Kenya. The lodge was severely damaged by heavy flooding in the early 200...

Struggling with dockerfile bug: copy files into directory, then files not found?

January 17, 2026 🆕 by /u/GoingOffRoading from Docker: An open source project to pack, ship and run any application as a lightweight container
My branch dockerfile is HERE The gist of my operations are: # Create a non-root user and group ARG UID=1000 ARG GID=1000 RUN addgroup -g $GID appgroup && \ adduser -D -u $UID -G appgroup appus...

Some sites work, others don't.

January 17, 2026 🆕 by /u/kb3mkd from pfSense for redditors - Open Source Firewall and Router Distribution
Reddit and YouTube work, Yahoo doesn't. Also, Trying to update Linux is not working. I'm 98% sure it's a firewall issue, but trying to figure out how to troubleshoot it. Netgate applian...

Kolla Manila Multinode

January 17, 2026 🆕 by /u/Archelon- from OpenStack: Open Source Cloud Computing
Deploying kolla-ansible 2025.1 to three node, Ubuntu24 cluster. All three nodes running all roles: compute, controller, networking, .etc. DHSS = True Is it normal to have three different manila_servic...

An RSpec-like test DSL in Ruby, from scratch

January 17, 2026 🆕 from RubyFlow
A walkthrough of building a tiny RSpec-style DSL (describe, it, expect, plus eq/contain matchers). Uses instance_eval to run blocks in the DSL context and lambdas as matchers: https://razorjack.net/im...

Docker Explained: How Containers Work

January 17, 2026 🆕 by /u/elianamos from Docker: An open source project to pack, ship and run any application as a lightweight container
submitted by /u/elianamos [link] [comments]