Is this an example of a dangling pointer?

Related Stories

An example of open-source web app (API)

Is this proper use of error wrapping?

Is this useful?

How to add an example for the documentation off my package, valid for pkg.go.dev

Why does Rust standard library use "wrapping" math functions instead of non-wrapping ones for pointer arithmetic?

What is this weird bug? Cant fix it :/

Why is this language so satisfying to use?

Methods that take self (the value, as opposed to some pointer) and return it

Global private functions? Is this "good practice" in any setting?

Meow! this is basically a cat like utility that uses Neovim

Tired of unused variable errors? Try this trick

Generalization of shunting-yard parsing? Is this acknowledged anywhere? And why isn't it used in parser generators?

6th Datathon - a Virtual Data Science Hackathon is happening this weekend

Bought this Engine and love this

Is this Rust-based tech stack relevant for real-world projects in 2025?

Debit/Credit in concurrent environment in Python. Is this code thread safe?

Why does typeof undefined return "undefined" — and is there any actual use case where this is helpful?

Is it possible to create an OS in Zig?

Why aren’t more people talking about Zig? This language is insanely good!

Is this a normal development workflow or am I just being too picky?

What is an LLM? Large Language Models Explained for Beginners 🧠

Devs, would you use this? I'm building an AI Code Reviewer that actually understands your codebase.

Devs, would you use this? I'm building an AI Code Reviewer that actually understands your codebase.

First time intern of an AI company please help!

Help me Debug this

What kind of degree is needed?

Is the runtime of `smol` single-threaded?

How can I do this with generics? Constraint on *T instead of T

Need suggestions what can I do in this custom implementation of Neural Network in rust