's Avatar

@acmqueue.bsky.social

87 Followers  |  12 Following  |  32 Posts  |  Joined: 13.11.2024  |  1.5372

Latest posts by acmqueue.bsky.social on Bluesky

In Search of Quietude - ACM Queue

Kode Vicious
In Search of Quietude

Unless you're writing only for yourself, whatever software you build will need to work with what others are building. So, the meta question is: "How much communication is required?"

queue.acm.org/detail.cfm?i...

28.07.2025 14:25 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Security Is Part of Every Critical User Journey - ACM Queue

Security Is Part of Every Critical User Journey

How else would you make sure that product security decisions serve your customers?

Raise your hand and propose that security outcomes and risks be defined at each step along critical user journeys.

queue.acm.org/detail.cfm?i...

25.07.2025 17:54 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Unleashing the Power of End-User Programmable AI - ACM Queue

Unleashing the Power of End-User Programmable AI

The design of an AI-first, program-synthesis framework built around a new language, Universalis, designed for workers to read, the computer to execute, and ready to be analyzed and manipulated

queue.acm.org/detail.cfm?i...

24.07.2025 14:40 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
When Is WebAssembly Going to Get DOM Support? - ACM Queue

Concurrency in #WebAssembly

Experiments in the web and beyond

We discuss how concurrent programs are compiled to #Wasm today given the limitations of multi-core concurrency support, and also discuss further expanding Wasm's concurrency capabilities

queue.acm.org/detail.cfm?i...

23.07.2025 14:08 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
When Is WebAssembly Going to Get DOM Support? - ACM Queue

When Is WebAssembly Going to Get DOM Support?
Or, how I learned to stop worrying and love glue code

Can I build my C#/Go/Python library/app into my website so it runs with good performance?

queue.acm.org/detail.cfm?i...

22.07.2025 19:36 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
WebAssembly: How Low Can a Bytecode Go? - ACM Queue

WebAssembly: How Low Can a Bytecode Go?:
New performance and capabilities

Wasm is still growing with new features to address performance gaps. With many languages and many targets, Wasm could one day become the universal execution format for compiled applications.

queue.acm.org/detail.cfm?i...

11.07.2025 19:09 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
WebAssembly: Yes, but for What? - ACM Queue

#WebAssembly: Yes, but for What?

WebAssembly has found a niche but not yet filled its habitable space. We look at #Wasm wins and losses, identify patterns, and extract commonalities. From those, we predict the future.

queue.acm.org/detail.cfm?i...

@wingolog.org

10.07.2025 18:32 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 1    πŸ“Œ 1
The Point is Addressing - ACM Queue

Research for Practice:
The Point is Addressing

Even something as innocent as addressing comes from a rich design space filled with tradeoffs between important considerations such as scaling, transparency, overhead, and programmer control.

queue.acm.org/detail.cfm?i...

04.06.2025 13:42 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
AI: It's All About Inference Now - ACM Queue

AI: It's All About Inference Now

Model inference has become the critical driver for model performance.

Test-time compute scaling offers a new, exciting avenue to increase model performance beyond what can be achieved with training

queue.acm.org/detail.cfm?i...

03.06.2025 14:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Develop, Deploy, Operate - ACM Queue

Develop, Deploy, Operate

A holistic model for understanding the costs and value of software development:
- Tensions between factors
- 4 distinct forms of impact
- Warning against measuring against unknown counterfactuals
- Consensus mechanism for estimating DDR costs.

queue.acm.org/detail.cfm?i...

28.05.2025 13:49 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Generative AI at the Edge: Challenges and Opportunities - ACM Queue

Generative AI at the Edge:
Challenges and Opportunities

We will soon see embodied, federated, and cooperative models become commonplace, enhancing our lives in the background. However, these models won't just compute; they will communicate, create, and adapt.

queue.acm.org/detail.cfm?i...

27.05.2025 13:24 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Peer Mentoring - ACM Queue

The Soft Side of Software:
Peer Mentoring

Stop waiting for a senior mentor to appear. Your peers are some of the most valuable mentors you'll ever find. Leverage those relationships, share insights, and bring value to every conversation.

queue.acm.org/detail.cfm?i...

23.05.2025 13:13 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Can't We Have Nice Things? - ACM Queue

Kode Vicious:
Can't We Have Nice Things?
Careful crafting and the longevity of code

We build apparatus to show some effect. This is how empiricists operate. They have a hunch, build an apparatus, run an experiment, refine the hunch, and then wash, rinse, and repeat.

queue.acm.org/detail.cfm?i...

22.05.2025 13:27 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Sandboxing: Foolproof Boundaries vs. Unbounded Foolishness - ACM Queue

Drill Bits
Sandboxing: Foolproof Boundaries vs. Unbounded Foolishness

Sandboxing mitigates risks of software so large, it's likely to harbor security vulnerabilities

To safely harness useful yet opaque libraries, a simple mechanism provides confinementβ€”or does it?

queue.acm.org/detail.cfm?i...

21.05.2025 20:25 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
A Clean Approach to Process Optimization - ACM Queue

Operations and Life
A Clean Approach to Process Optimization

My soap-loading technique isn't revolutionary, but it demonstrates process design: You can eliminate delays in starting a process by front-loading tasks whenever possible.

queue.acm.org/detail.cfm?i...
@yesthattom.bsky.social

11.04.2025 13:49 β€” πŸ‘ 7    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0
Analyzing Krazy Kode - ACM Queue

Kode Vicious
Analyzing Krazy Kode

Code communicates our intentions to other humans. Code, like prose, has style and color and subtlety. When you open a function and start reading, try to think, "How do I feel about reading this."

queue.acm.org/detail.cfm?i...

10.04.2025 16:17 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
From Function Frustrations to Framework Flexibility - ACM Queue

From Function Frustrations to Framework Flexibility

Fixing tool calls with indirection

The principle of indirection can be applied to introduce a paradigm shift: replacing direct value manipulation with symbolic reasoning using named variables.

queue.acm.org/detail.cfm?i...

09.04.2025 16:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
How to Evaluate AI that's Smarter than Us - ACM Queue

How to Evaluate AI that's Smarter than Us

Evaluating AI models that surpass human expertise in the task at hand presents unique challenges.

Exploring three strategies: functional correctness, AI-as-a-judge, and comparative evaluation

queue.acm.org/detail.cfm?i...
@chiphuyen.bsky.social

07.04.2025 13:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
String Matching at Scale - ACM Queue

String Matching at Scale: A call for interdisciplinary collaboration and better-directed resources

Software engineering is an open-world problem with multiple decentralized players. Abstraction can be a treacherous pathway.

queue.acm.org/detail.cfm?i...

04.04.2025 17:56 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Fifty Years of Open Source Software Supply Chain Security - ACM Queue

Fifty Years of Open Source Software Supply Chain Security

We are all struggling with a massive shift that has happened in the past 10 or 20 years in the software industry. For decades, software reuse was only a lofty goal. Now it's very real.

queue.acm.org/detail.cfm?i...
@swtch.com

03.04.2025 16:45 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
The Surprise of Multiple Dependency Graphs - ACM Queue

The Surprise of Multiple Dependency Graphs

It should be easy to avoid installing vulnerable OS software, but dependency graphs are complex. Developers and users of a package may end up with different graphs, leading to vulnerabilities.

queue.acm.org/detail.cfm?i...

02.04.2025 19:25 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
My Career-limiting Communication - ACM Queue

The Soft Side of Software

My Career-limiting Communication

Use punchy visuals to make content easier to digest with your most important points clearly highlighted. Be thoughtful about your content. You've got a lot riding on it.

queue.acm.org/detail.cfm?i...

@katematsuda.bsky.social

07.02.2025 20:53 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Systems Correctness Practices at AWS - ACM Queue

Systems Correctness Practices at AWS:

Leveraging Formal and Semi-formal Methods

Building reliable and secure software requires a range of approaches to reason about systems correctness.

queue.acm.org/detail.cfm?i...

06.02.2025 17:43 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Intermediate Representations for the Datacenter Computer - ACM Queue

Intermediate Representations for the Datacenter Computer: Lowering the Burden of Robust and Performant Distributed Systems

Raised level of abstraction and support for universal data formats means new avenues for leveraging heterogeneous computing targets

queue.acm.org/detail.cfm?i...

04.02.2025 18:27 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Simulationan Underutilized Tool in Distributed Systems - ACM Queue

Simulation:
An Underutilized Tool in Distributed Systems

Simulation has a huge role to play in AI systems: We need an efficient, fast, and cost-effective way to train AI agents to operate in our infrastructure, and simulation absolutely provides that capability.
queue.acm.org/detail.cfm?i...

30.01.2025 20:25 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Give Engineers Problems, Not Solutions - ACM Queue

Operations and Life
Give Engineers Problems, Not Solutions

This is about providing the "why" instead of the "how." Instead of dictating specific solutions, present the problem and desired outcome, and let your team figure out how to solve it.
queue.acm.org/detail.cfm?i...
@yesthattom.bsky.social

29.01.2025 19:07 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 1
The Drunken Plagiarists - ACM Queue

#KodeVicious
The Drunken Plagiarists
Working with Co-pilots

The trick of an LLM is to use a little randomness and a lot of text to Gauss the next word in a sentence. Seems trivial and not a measure of intelligence. But it's clever and does have some applications

queue.acm.org/detail.cfm?i...

27.01.2025 19:39 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Retrofitting: Principles and Practice - ACM Queue

#DrillBits
Retrofitting: Principles and Practice

Saddling time-tested workhorse software with unexpected new burdens is often the best way to seize an opportunity or trounce a perennial annoyance, but adding radically new functionality to production code isn't easy.

queue.acm.org/detail.cfm?i...

24.01.2025 17:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
You Don't Know Jack About AI - ACM Queue

You Don't Know Jack About AI...
And ChatGPT probably doesn't either

For a long time, it was hard to pin down what exactly AI was. Fast-forward to 2024, and we all now know exactly what AI is.

AI = ChatGPT.

Or not.

queue.acm.org/detail.cfm?i...

06.12.2024 19:06 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Building on Shaky Ground - ACM Queue

Kode Vicious
Building on Shaky Ground

queue.acm.org/detail.cfm?i...

The CrowdStrike catastrophe happened because of architectural issues in hardware and in systems software. We should be building systems that make writing a virus difficult, not child's play.

05.12.2024 15:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@acmqueue is following 12 prominent accounts