1_r/devopsish

1_r/devopsish

54497 bookmarks
Custom sorting
Rethinking open source generative AI: open-washing and the EU AI Act | Proceedings of the 2024 ACM Conference on Fairness Accountability and Transparency
Rethinking open source generative AI: open-washing and the EU AI Act | Proceedings of the 2024 ACM Conference on Fairness Accountability and Transparency

Rethinking open source generative AI: open-washing and the EU AI Act | Proceedings of the 2024 ACM Conference on Fairness, Accountability, and Transparency

research-article Open access Share on Authors: Andreas Liesenfeld Radboud University, Netherlands https://orcid.org/0000-0001-6076-4406 and Mark Dingemanse…

July 12, 2024 at 01:26PM

via Instapaper

·dl.acm.org·
Rethinking open source generative AI: open-washing and the EU AI Act | Proceedings of the 2024 ACM Conference on Fairness Accountability and Transparency
'Open-washing' generative AI: How Meta Google and others feign openness
'Open-washing' generative AI: How Meta Google and others feign openness

'Open-washing' generative AI: How Meta, Google and others feign openness

July 3, 2024 This article has been reviewed according to Science X's editorial process and policies. Editors have highlighted the following attributes while…

July 12, 2024 at 01:25PM

via Instapaper

·techxplore.com·
'Open-washing' generative AI: How Meta Google and others feign openness
aws/aws-secretsmanager-agent: The AWS Secrets Manager Agent is a local HTTP service that you can install and use in your compute environments to read secrets from Secrets Manager and cache them in memory.
aws/aws-secretsmanager-agent: The AWS Secrets Manager Agent is a local HTTP service that you can install and use in your compute environments to read secrets from Secrets Manager and cache them in memory.

aws/aws-secretsmanager-agent: The AWS Secrets Manager Agent is a local HTTP service that you can install and use in your compute environments to read secrets from Secrets Manager and cache them in memory.

AWS Secrets Manager Agent The AWS Secrets Manager Agent is a client-side HTTP service that you can use to standardize consumption of secrets from Secrets…

July 12, 2024 at 11:15AM

via Instapaper

·github.com·
aws/aws-secretsmanager-agent: The AWS Secrets Manager Agent is a local HTTP service that you can install and use in your compute environments to read secrets from Secrets Manager and cache them in memory.
aws/sagemaker-distribution: A set of Docker images that include popular frameworks for machine learning data science and visualization.
aws/sagemaker-distribution: A set of Docker images that include popular frameworks for machine learning data science and visualization.

aws/sagemaker-distribution: A set of Docker images that include popular frameworks for machine learning, data science and visualization.

Amazon SageMaker Distribution Amazon SageMaker Distribution is a set of Docker images that include popular frameworks for machine learning, data science and…

July 12, 2024 at 09:08AM

via Instapaper

·github.com·
aws/sagemaker-distribution: A set of Docker images that include popular frameworks for machine learning data science and visualization.
Important announcement regarding system updates [Action needed] - General - Universal Blue
Important announcement regarding system updates [Action needed] - General - Universal Blue

Important announcement regarding system updates [Action needed] - General - Universal Blue

If you use Bazzite, Bluefin, Aurora, uCore, or any other Universal Blue image (including our toolboxes) then you need to follow the instructions in this…

July 12, 2024 at 08:54AM

via Instapaper

·universal-blue.discourse.group·
Important announcement regarding system updates [Action needed] - General - Universal Blue
Gen AI: too much spend too little benefit?
Gen AI: too much spend too little benefit?

Gen AI: too much spend, too little benefit?

Gen AI: too much spend, too little benefit?

July 12, 2024 at 08:46AM

via Instapaper

·goldmansachs.com·
Gen AI: too much spend too little benefit?
Justice Department Leads Efforts Among Federal, International, and Private Sector Partners to Disrupt Covert Russian Government-Operated Social Media Bot Farm
Justice Department Leads Efforts Among Federal, International, and Private Sector Partners to Disrupt Covert Russian Government-Operated Social Media Bot Farm
The Justice Department today announced the seizure of two domain names and the search of 968 social media accounts used by Russian actors to create an AI-enhanced social media bot farm that spread disinformation in the United States and abroad.
·justice.gov·
Justice Department Leads Efforts Among Federal, International, and Private Sector Partners to Disrupt Covert Russian Government-Operated Social Media Bot Farm
Open Source AI: What About Data Transparency?
Open Source AI: What About Data Transparency?

Open Source AI: What About Data Transparency?

TNS SUBSCRIBE Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and…

July 11, 2024 at 07:16AM

via Instapaper

·thenewstack.io·
Open Source AI: What About Data Transparency?
Last Week in Kubernetes Development - Week Ending July 07 2024
Last Week in Kubernetes Development - Week Ending July 07 2024

Week Ending July 07, 2024

https://lwkd.info/2024/20240710

Developer News

Reminder: if you still have jobs running on the old test cluster, you need to move them in the next 3 weeks.

SIG Release is reconsidering its meeting times and cadence. Don’t forget to submit your preferred times if you’re a regular attendee.

The Kubernetes Contributor Summit NA 2024 is looking for two designs. A Logo for the event and a design for the Contributor Award.

Release Schedule

Next Deadline: Docs PRs ready for review, July 16th

We’re two weeks away from code freeze and everything is on track for the release! The docs PR-ready-for-review deadline is coming up on 16th July, so make sure you get your docs PRs ready before the deadline.

Also, v1.31.0-beta.0 cut is planned for 16th July.

KEP of the Week

KEP 4639: Add OCI VolumeSource CRI API

The OCI has added a spec for “artifacts” being distributed as container images. With this KEP, Kubernetes will be taking advantage of the new capabilities as a way of distributing shared files to pods. It adds a new VolumeSource type of OCIObject, which can then get pulled down and mounted as a filesystem just like other volumes. This can be used for secrets, large data blobs, and shared configuration file sets.

An API was merged last week, and a full alpha release is planned for 1.31.

Other Merges

Typo fixed in error message for anonymous field in AuthenticationConfiguration.

/sys/devices/virtual/powercap added to default masked paths.

Cleanup for Job tests.

publishing-bot rules updated to Go 1.22.5.

Integration tests added for rejecting non-JSON RawExtensions.

Service accounts now takes an optional tokenGetter provider function.

RoundtripToUnstructured extracted to apimachinery apitesting library.

kube-scheduler implements scheduling hints for the VolumeBinding plugin.

Namespace autocompletion for kubectl config set-context command has been added.

New tests for document request timeouts.

The nftables mode of kube-proxy now requires to use nft v1.0.1 or later and kernel 5.13 or later.

Windows kube-proxy now uses the update API instead of the create and delete APIs.

Bugfix to avoid Pods stuck in Pending state when PodTopologySpread rejects Pods.

The scheduler now takes events registered in rejector PreFilter plugins into consideration when retrying scheduling Pods rejected by PreFilterResult.

lastSuccessfullTime in cronjobs will now be set reliably.

Promotions

ServiceTrafficDistribution to beta.

PodDisruptionConditions to GA.

Version Updates

Kubernetes v1.29 Go version gets bumped to 1.22.5.

Subprojects and Dependency Updates

CRI-O v1.30.3: remove a container after it fails to start, to prevent copies of it from piling up until it succeeds; also v1.29.6, v1.28.8, v1.27.8

kubebuilder v4.1.0: re-introduces authn/authz protection for the metrics endpoint

via Last Week in Kubernetes Development https://lwkd.info/

July 10, 2024 at 06:00PM

·lwkd.info·
Last Week in Kubernetes Development - Week Ending July 07 2024
Funkwhale
Funkwhale
Funkwhale - A platform for all your audio
·funkwhale.audio·
Funkwhale
The New Builders: AI - Built on Open Source
The New Builders: AI - Built on Open Source
As AI continues to reshape our industry, it’s important to understand how it intersects with open source. AI is dependent on and composed of open source software, for one, and it’s also triggering new questions on how to define open source in the context of AI. To explore these and other questions, Julia Ferraioli of
·redmonk.com·
The New Builders: AI - Built on Open Source
Release v0.3.38 · k8sgpt-ai/k8sgpt
Release v0.3.38 · k8sgpt-ai/k8sgpt
0.3.38 (2024-07-10) Features add custom http headers to openai related api backends (#1174) (02e754e) add Ollama backend (#1065) (b35dbd9) add watsonx ai provider (#1163) (ce63821) Bug Fixes dep...
·github.com·
Release v0.3.38 · k8sgpt-ai/k8sgpt
Why Continuous Promotion is Essential
Why Continuous Promotion is Essential
Cloud-native computing introduces more complex, branching pipelines and workflows, the traditional CI/CD frameworks often fall short in addressing the nuanced challenges faced by organizations nowadays. This gap has led to the emergence of what we would like to call Continuous Promotion.
·akuity.io·
Why Continuous Promotion is Essential
No more boot loader: Please use the kernel instead DevConf.CZ
No more boot loader: Please use the kernel instead DevConf.CZ
We are working on a new scheme to replace the GRUB bootloader with a fast, secure, Linux-based, user-space solution: nmbl (for no more boot loader). Most people are familiar with GRUB, a powerful, flexible, fully-featured bootloader that is used on multiple architectures (x86_64, aarch64, ppc64le OpenFirmware). Although GRUB is quite versatile and capable, its features create complexity that is difficult to maintain, and that both duplicate and lag behind the Linux kernel while also creating numerous security holes. On the other hand, the Linux kernel, which has a large developer base, benefits from fast feature development, quick responses to vulnerabilities and greater overall scrutiny. We (Red Hat boot loader engineering) will present our solution to this problem, which is to use the Linux kernel as its own bootloader. Loaded by the EFI stub on UEFI, and packed into a unified kernel image (UKI), the kernel, initramfs, and kernel command line, contain everything they need to reach the final boot target. All necessary drivers, filesystem support, and networking are already built in and code duplication is avoided. We will showcase the work done so far, and ask you for your feedback and use cases.
·pretalx.com·
No more boot loader: Please use the kernel instead DevConf.CZ
NATO backs effort to save internet by diverting to space
NATO backs effort to save internet by diverting to space
NATO approves US$433,600 grant amid fears Russia or China could mine or sever undersea cables to disrupt communications during a military crisis.
The Nord Stream 2 gas leak
·scmp.com·
NATO backs effort to save internet by diverting to space