Tag

Safety

0 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
Nov 15, 2024 · Fundamentals

C++26 Reflections, Safety, and Emerging Security Guidelines

After 22 years at Microsoft, Herb Sutter departs for Citadel while staying ISO C++ chair, declaring 2024 pivotal as C++26 introduces reflection‑driven compile‑time libraries and default safety—potentially the most impactful release since C++11—while U.S. CISA and the FBI urge memory‑unsafe language users to publish safety roadmaps by January 2026.

C++C++26Safety
0 likes · 6 min read
C++26 Reflections, Safety, and Emerging Security Guidelines
DaTaobao Tech
DaTaobao Tech
Oct 30, 2024 · Artificial Intelligence

Understanding OpenAI o1: Chain‑of‑Thought, Scaling Laws, and Training Strategies

The article explains how OpenAI’s o1 model leverages chain‑of‑thought prompting, dual‑system cognitive theory, and new scaling laws—pre‑training on code/math and post‑training reinforcement with step‑wise reward models—to achieve superior reasoning, safety, and performance over GPT‑4, heralding a shift toward models that learn to think.

Chain-of-ThoughtLLMSafety
0 likes · 42 min read
Understanding OpenAI o1: Chain‑of‑Thought, Scaling Laws, and Training Strategies
DataFunSummit
DataFunSummit
Sep 23, 2024 · Artificial Intelligence

TransLLM: A Framework for Cross‑Language Transfer of Conversational Large Language Models

This article presents TransLLM, a cross‑language migration framework that enables high‑quality conversational LLMs to be transferred to low‑resource languages by preserving advanced capabilities through Recovery KD, LoRA‑based continual pre‑training, and a translation‑thinking‑chain, with extensive experiments showing superior performance and safety over ChatGPT and GPT‑4.

LoRASafetyconversation LLM
0 likes · 22 min read
TransLLM: A Framework for Cross‑Language Transfer of Conversational Large Language Models
Architecture Development Notes
Architecture Development Notes
Jul 15, 2024 · Fundamentals

Python vs Go vs Rust: Which Language Fits Your Project Best?

This article compares Python, Go, and Rust, outlining each language's strengths, weaknesses, and ideal use cases, and includes practical factorial code examples to help developers choose the most suitable language for their specific project requirements.

ConcurrencyGoPerformance
0 likes · 8 min read
Python vs Go vs Rust: Which Language Fits Your Project Best?
DaTaobao Tech
DaTaobao Tech
Jun 7, 2024 · Artificial Intelligence

Exploring AI Agent Integration in HandCat App: Architecture, Tool Management, and Implementation

The HandCat team designed an end‑to‑LLM pipeline that separates agent templates, tool protocols, and view layers, enabling LLM‑driven agents with memory, planning, and three tool types—general, selector, and interruptor—to safely manage sessions, handle errors, and balance granularity for performance within a commercial mobile app.

AI AgentAgent LabLLM
0 likes · 18 min read
Exploring AI Agent Integration in HandCat App: Architecture, Tool Management, and Implementation
DataFunSummit
DataFunSummit
Mar 13, 2024 · Artificial Intelligence

Overview of Vivo BlueLM: Evolution, Training Challenges, Deployment, and Product Applications

This article presents a comprehensive overview of Vivo's BlueLM large language model, covering its historical evolution, training pipeline and data challenges, algorithmic innovations, safety measures, edge‑device optimization, product deployments such as BlueLM Mini‑V and BlueQianXun, and insights from a detailed Q&A session.

AI productData ProcessingSafety
0 likes · 17 min read
Overview of Vivo BlueLM: Evolution, Training Challenges, Deployment, and Product Applications
Sanyou's Java Diary
Sanyou's Java Diary
Feb 14, 2022 · Backend Development

Is Redis Redlock Really Safe? Uncovering the Truth Behind Distributed Locks

This article thoroughly examines the safety of Redis-based distributed locks, from basic SETNX implementations to advanced Redlock algorithms, compares them with Zookeeper locks, discusses common pitfalls like deadlocks, clock drift, and network delays, and presents expert debates and practical solutions for robust lock management.

ConcurrencyDistributed LockRedis
0 likes · 32 min read
Is Redis Redlock Really Safe? Uncovering the Truth Behind Distributed Locks
ByteDance Terminal Technology
ByteDance Terminal Technology
Nov 30, 2021 · Mobile Development

ByteDance’s Best Practices for Billion‑DAU Mobile Client Release Engineering

This talk presents ByteDance’s mobile release engineering practices for billion‑DAU apps, detailing challenges, the evolution of their release platform from Jenkins‑based pipelines to a custom distributed system, and solutions for pipeline efficiency, safety, release velocity, and data reliability via artifact libraries.

Artifact LibraryByteDanceCI/CD
0 likes · 23 min read
ByteDance’s Best Practices for Billion‑DAU Mobile Client Release Engineering
Efficient Ops
Efficient Ops
Apr 11, 2021 · Operations

Essential Safety Checklist for Dangerous Linux Commands

This guide outlines critical precautions and best‑practice tips for executing risky Linux commands—such as rm, chmod, cat, dd, tar, and MySQL—by verifying environments, backing up data, using safe aliases, and avoiding common pitfalls that can cause catastrophic data loss.

BackupCommand LineLinux
0 likes · 8 min read
Essential Safety Checklist for Dangerous Linux Commands
DataFunSummit
DataFunSummit
Mar 16, 2021 · Artificial Intelligence

Myths and Misconceptions in Reinforcement Learning – Summary of Csaba Szepesvári’s KDD 2020 Deep Learning Day Talk

This article summarizes Csaba Szepesvári’s 2020 KDD Deep Learning Day presentation on common myths and misconceptions in reinforcement learning, covering the scope of RL, safety concerns, generalization challenges, causal reasoning, and broader meta‑considerations for the field.

GeneralizationMisconceptionsMyths
0 likes · 16 min read
Myths and Misconceptions in Reinforcement Learning – Summary of Csaba Szepesvári’s KDD 2020 Deep Learning Day Talk
Efficient Ops
Efficient Ops
Dec 15, 2020 · Operations

Essential Safety Checklist for Dangerous Linux Commands in Production

This guide outlines critical precautions, preparation steps, and safe usage patterns for risky Linux commands such as rm, chmod, dd, and MySQL operations, emphasizing deep breathing, verification, backups, and proper scripting to prevent catastrophic data loss in production environments.

Command LineDevOpsLinux
0 likes · 9 min read
Essential Safety Checklist for Dangerous Linux Commands in Production
Architects Research Society
Architects Research Society
Jul 10, 2020 · Fundamentals

IoT Applications: Boosting Efficiency, Health, Safety, and User Experience

This article explores how the Internet of Things (IoT) can dramatically improve efficiency, health and safety, and overall user experience across manufacturing, energy, agriculture, inventory management, disaster warning, elder care, and smart home scenarios, illustrating the transformative power of pervasive sensor networks.

IoTSafetySmart Experience
0 likes · 11 min read
IoT Applications: Boosting Efficiency, Health, Safety, and User Experience
DataFunTalk
DataFunTalk
Nov 8, 2019 · Artificial Intelligence

Balancing Safety and Comfort in Autonomous Driving: Planning and Control Optimization

This article explores how autonomous driving systems can simultaneously ensure safety and passenger comfort by optimizing planning and control modules, defining safety and comfort metrics, formulating constraints and cost functions, and employing models such as the bicycle model for lateral and longitudinal control.

OptimizationSafetyautonomous driving
0 likes · 12 min read
Balancing Safety and Comfort in Autonomous Driving: Planning and Control Optimization
Tencent Cloud Developer
Tencent Cloud Developer
Mar 22, 2018 · Artificial Intelligence

Fatal Uber Autonomous Vehicle Accident in Tempe Raises Safety and Regulatory Concerns

A fully autonomous Uber‑operated Volvo XC90 struck and killed pedestrian Elaine Herzberg in Tempe, marking the first pedestrian fatality involving a self‑driving car and prompting investigations, regulatory scrutiny, and a temporary halt to Uber’s and other companies’ public‑road autonomous testing.

AISafetyUber
0 likes · 10 min read
Fatal Uber Autonomous Vehicle Accident in Tempe Raises Safety and Regulatory Concerns