Tagged articles
9 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Oct 27, 2025 · Backend Development

Why Go’s HTTP/3 Proposal Stalled Again: Inside the Community Debate

The Go core team’s experimental HTTP/3 proposal, first introduced in 2024, has been postponed despite years of community demand, highlighting challenges in API design, backward compatibility, resource allocation, and the practical dominance of HTTP/2 over the newer protocol.

HTTP/3NetworkingQUIC
0 likes · 8 min read
Why Go’s HTTP/3 Proposal Stalled Again: Inside the Community Debate
Java Tech Enthusiast
Java Tech Enthusiast
Oct 5, 2025 · Backend Development

Why Go Needs Goroutine IDs: A Proposal to Enhance Runtime Profiling

This article explains a Go proposal to add unique Goroutine identifiers and start program counters to the runtime profiling API, detailing the background problem, example code, the suggested API changes, community discussion, and the practical impact on performance analysis.

GoroutineRuntimegoid
0 likes · 9 min read
Why Go Needs Goroutine IDs: A Proposal to Enhance Runtime Profiling
IT Services Circle
IT Services Circle
Jun 5, 2025 · Backend Development

Can Go Run Without an OS? Exploring the New Bare‑Metal Support Proposal

This article examines the recent Go proposal to add a GOOS=none target, enabling Go programs to run on bare‑metal hardware without an operating system, outlines the TamaGo project's achievements, discusses compatibility challenges, and evaluates the potential impact on Go’s future development and use cases.

Bare MetalGoRuntime
0 likes · 7 min read
Can Go Run Without an OS? Exploring the New Bare‑Metal Support Proposal
Meituan Technology Team
Meituan Technology Team
Oct 17, 2024 · Artificial Intelligence

Meituan Robotics Research Institute 2024 Call for Research Proposals

The Meituan Robotics Research Institute (MARS) is calling full‑time university scholars and researchers to submit independent research proposals for 2024 projects—selected from a predefined topic list, evaluated by Meituan and external experts on novelty, business value and feasibility, and eligible for up‑to ¥200,000 funding, on‑site interns, fast‑track graduate hiring and de‑identified data, with applications due 10 Nov 2024 and projects starting Dec 2024 or Jan 2025.

AIResearch FundingRobotics
0 likes · 4 min read
Meituan Robotics Research Institute 2024 Call for Research Proposals
Alibaba Terminal Technology
Alibaba Terminal Technology
Apr 21, 2022 · Frontend Development

Explore the Latest TC39 Proposals: Decorators, Type Annotations, and Immutable Array Methods

This article reviews recent TC39 proposal progress—including decorators reaching Stage 3, type annotations advancing to Stage 1, new immutable array methods, RegExp set notation, decorator metadata, and function.once—detailing their syntax, semantics, migration considerations, and example implementations for modern JavaScript development.

JavaScriptTC39decorators
0 likes · 24 min read
Explore the Latest TC39 Proposals: Decorators, Type Annotations, and Immutable Array Methods
IT Services Circle
IT Services Circle
Apr 20, 2022 · Frontend Development

New Non‑Destructive Array Methods in JavaScript: toReversed, toSorted, toSpliced, and with

JavaScript’s upcoming “Change Array by copy” proposal introduces four non‑destructive array methods—.toReversed(), .toSorted(), .toSpliced(), and .with()—which provide immutable alternatives to existing destructive methods, and the article explains their behavior, usage examples, and polyfills while the proposal is in stage 3.

ArrayECMAScriptJavaScript
0 likes · 6 min read
New Non‑Destructive Array Methods in JavaScript: toReversed, toSorted, toSpliced, and with