Suggested Reads

Suggested Reads

54794 bookmarks
Newest
I think we all have been curious about this AMD H200 alternative; proof is in the finished product | AMD Targets Nvidia With 288-GB Instinct MI325X GPU Coming This Year
I think we all have been curious about this AMD H200 alternative; proof is in the finished product | AMD Targets Nvidia With 288-GB Instinct MI325X GPU Coming This Year
AMD announced Monday at Computex 2024 that it plans to release the Instinct MI325X GPU with 288 GB of HBM3e memory later this year to take on Nvidia’s H200 and Blackwell GPUs.
The chip designer says the Instinct MI325X data center GPU will best Nvidia’s H200 in memory capacity, memory bandwidth and peak theoretical performance
·crn.com·
I think we all have been curious about this AMD H200 alternative; proof is in the finished product | AMD Targets Nvidia With 288-GB Instinct MI325X GPU Coming This Year
Understanding Cilium, eBPF, and Integrating with Prometheus/Grafana
Understanding Cilium, eBPF, and Integrating with Prometheus/Grafana
Cilium is a cloud-native solution that enhances network security and observability between workloads, powered by the Linux kernel’s eBPF (extended Berkeley Packet Filter) technology. This blog post will dive into how Cilium operates within Kubernetes...
·alpharm.hashnode.dev·
Understanding Cilium, eBPF, and Integrating with Prometheus/Grafana
Siri’s AI Era Arriving Soon
Siri’s AI Era Arriving Soon
There has been much debate about what Apple's upcoming AI-based features could look like. With WWDC's keynote just eight days away, Mark Gurman has some information about how Siri could be transformed by new technology: The big news at Apple’s Worldwide Developers Conference next week will be the company’s renewed push into artificial intelligence. As [...]
·512pixels.net·
Siri’s AI Era Arriving Soon
Ticketmaster confirms data hack
Ticketmaster confirms data hack
Ticketmaster owner Live Nation confirmed "unauthorised activity" on its database after a group of hackers said they had stolen the personal details of 560 million customers.
·bbc.com·
Ticketmaster confirms data hack
This is ME!!! | Linux Shoots Past The 2% Threshold For The Steam Survey, AMD CPU Use Breaks 75%
This is ME!!! | Linux Shoots Past The 2% Threshold For The Steam Survey, AMD CPU Use Breaks 75%
When Steam on Linux debuted a decade ago it maintained around a 2% marketshare before receding and then beginning its long climb back up following the debut of Steam Play for running Windows games on Linux and then with the much anticipated Steam Deck handheld game console and the modern Arch-based SteamOS
·phoronix.com·
This is ME!!! | Linux Shoots Past The 2% Threshold For The Steam Survey, AMD CPU Use Breaks 75%
InfoSec is way more fun nowadays than it was when everything rested on one person's shoulders | infosecB/awesome-detection-engineering: Detection Engineering is a tactical function of a cybersecurity defense program that involves the design, implementation, and operation of detective controls with the goal of proactively identifying malicious or unauthorized activity before it negatively impacts an individual or an organization.
InfoSec is way more fun nowadays than it was when everything rested on one person's shoulders | infosecB/awesome-detection-engineering: Detection Engineering is a tactical function of a cybersecurity defense program that involves the design, implementation, and operation of detective controls with the goal of proactively identifying malicious or unauthorized activity before it negatively impacts an individual or an organization.
Detection Engineering is a tactical function of a cybersecurity defense program that involves the design, implementation, and operation of detective controls with the goal of proactively identifyin...
·github.com·
InfoSec is way more fun nowadays than it was when everything rested on one person's shoulders | infosecB/awesome-detection-engineering: Detection Engineering is a tactical function of a cybersecurity defense program that involves the design, implementation, and operation of detective controls with the goal of proactively identifying malicious or unauthorized activity before it negatively impacts an individual or an organization.
Meet the Non-Profit Trying to Create a Definition for Open Source AI
Meet the Non-Profit Trying to Create a Definition for Open Source AI

Meet the Non-Profit Trying to Create a Definition for Open Source AI

Ben Wodecki, Jr. EditorMay 30, 2024 2 Min Read Getty Images There is no standard definition for what constitutes open source AI. One nonprofit is now trying to…

May 31, 2024 at 12:06PM

via Instapaper

·aibusiness.com·
Meet the Non-Profit Trying to Create a Definition for Open Source AI
Memurai Launches Enterprise Edition of Valkey for Windows and Linux
Memurai Launches Enterprise Edition of Valkey for Windows and Linux

Memurai Launches Enterprise Edition of Valkey™ for Windows and Linux

• May 30, 2024 Technical articles and news about Memurai. ANNOUNCEMENTS Seattle, WA — Memurai, the company behind the Redis®* -compatible Memurai database, is…

May 30, 2024 at 12:52PM

via Instapaper

·memurai.com·
Memurai Launches Enterprise Edition of Valkey for Windows and Linux
Ticketmaster hacked. Breach affects more than half a billion users.
Ticketmaster hacked. Breach affects more than half a billion users.

Ticketmaster hacked. Breach affects more than half a billion users.

To its critics, it seems Ticketmaster may be experiencing some karma lately for years of being the bane of concertgoers' existence. Unfortunately its latest…

May 30, 2024 at 11:02AM

via Instapaper

·mashable.com·
Ticketmaster hacked. Breach affects more than half a billion users.
Last Week in Kubernetes Development - Week Ending May 26 2024
Last Week in Kubernetes Development - Week Ending May 26 2024

Week Ending May 26, 2024

https://lwkd.info/2024/20240528

Developer News

Keith Mattix has stepped down from Gateway API Mesh and nominated Mike Norris.

Are you a Party Person? Do you enjoy arranging events so that your friends can have a good time? Will you be at KubeCon NA 2024? If so, the Summit Team could use your help as the Lead for the Contributor Social. Please add yourself to the issue if interested.

Release Schedule

Next Deadline: Production Readiness Freeze, June 6th, 2024

The v1.31 release is in full swing now and the enhancements collection is still going on. We currently have 43 enhancements opted in for the release, out of which 20 are in alpha, 9 graduating to beta and 10 graduating to GA. If you are planning to submit a KEP in the v1.31 release, make sure to get a lead-opted-in label for your enhancement from the respective SIG leads and make sure to get your PRR reviews done in time. If you have any questions, feel free to reach out in the #release-enhancements channel in Slack.

KEP of the Week

4222: CBOR Serializer

The Kubernetes API has always supported JSON, but it’s “talky” and requires a lot of CPU to serialize and deserialize large, complex objects, so a few years ago we added gRPC support. Binary serialization using gRPC requires a fraction of the CPU time, but requires code generation at build time. This left CRDs in the slow lane. Enter CBOR (Concise Binary Object Representation), an IETF standard, which lets CRDs retain their flexibility while gaining 2X to 8X serialization speed.

CBOR support was proposed by Ben Luddy in 2019. It was planned as Alpha for 1.30, but is still WIP; if you use a lot of CRDs, consider helping Luddy close bugs and write docs.

Other Merges

Better validation for list parameters in client-go

More accurate timer on progress notifications

Just for consistency, have a -v in the Windows pause binary

Features can be set directly via the Set method in client-go, taking precedence over ENV

All waitingPods in scheduler now can be obtained from any profiles

CEL default compatibility environment version to updated to 1.30

Improved CBOR Decoding for Enhanced UnstructuredList Consistency in Kubernetes.

Fixed Azure Disk PV Topology Label Issueswith External Cloud Provider.

checkWatchListConsistencyIfRequested method in client-go is generic & reusable

Pod spec field changes won’t restart containers

tmpfs volumes support, default to noswap

Deprecated

Deprecated the RootlessControlPlane feature gate in Kubedam

The horizontal-pod-autoscaler-upscale-delay and horizontal-pod-autoscaler-downscale-delay flags have been removed

Version Updates

Updated the Kubernetes repository to use registry.k8s.io/pause:3.10

Node Feature Discovery to 0.16

Subprojects and Dependency Updates

containerd to v1.6.32: handle unsupported config versions

cloud-provider-vsphere to v1.30.1: fix virtual machine service can’t be created

kubebuilder to v4.0.0: all deprecated features were removed from the project, also released v3.15.1

kubespray to v2.25.0: add Calico v3.27.3 and make it default

kubernetes python-client v31.1.0

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

May 28, 2024 at 06:00PM

·lwkd.info·
Last Week in Kubernetes Development - Week Ending May 26 2024
Holistic Evaluation of Language Models (HELM)
Holistic Evaluation of Language Models (HELM)

Holistic Evaluation of Language Models (HELM)

CreatorModelDescriptionAccessAI21 LabsJ1-Jumbo v1 (178B) ai21/j1-jumboJurassic-1 Jumbo (178B parameters) (docs, tech report). Limited AI21 LabsJ1-Large v1…

May 29, 2024 at 01:13PM

via Instapaper

·crfm.stanford.edu·
Holistic Evaluation of Language Models (HELM)