Concordia Students Set to Launch Most Powerful Rocket Developed by Civilians

concordia-students-set-to-launch-most-powerful-rocket-developed-by-civilians

Space Concordia’s Rocketry Division team members have faced some challenges with their latest project, Starsailor. Yet that hasn’t stopped them from striving to make their dream a reality. The rocket, whose name is derived from the etymology of the term astronaut, will reach top speeds of more than 5,000 kilometres per hour. The team’s current […]

Ask HN: How do you test SQL?

ask-hn:-how-do-you-test-sql?

Ask HN: How do you test SQL? 34 points by pcarolan 1 hour ago | hide | past | favorite | 6 comments I’ve been looking for resources for our data team to apply best practices for testing SQL pipelines (we use DBT) but have not found anything. How do you test SQL pipelines? What patterns, […]

Modernizing C arrays for greater memory safety: a case study in the Linux kernel

modernizing-c-arrays-for-greater-memory-safety:-a-case-study-in-the-linux-kernel

How to modernize C arrays for greater memory safety: a case-study in refactoring the Linux kernel and a look to the future C is not just a fancy assembler any more Large projects written in C, especially those written close to the hardware layer like Linux, have long treated the language as a high-level assembler. […]

Critical brain hypothesis: A physical theory for when the brain performs best

critical-brain-hypothesis:-a-physical-theory-for-when-the-brain-performs-best

Over the last few decades, an idea called the critical brain hypothesis has been helping neuroscientists understand how the human brain operates as an information-processing powerhouse. It posits that the brain is always teetering between two phases, or modes, of activity: a random phase, where it is mostly inactive, and an ordered phase, where it […]

Tell HN: GitHub will delete your private repo if you lose access to the original

I was surprised to see this in my email today: > Your private repository baobabKoodaa/laaketutka-scripts (forked from futurice/how-to-get-healthy) has been deleted because you are no longer a collaborator on futurice/how-to-get-healthy. That was an MIT-licensed open source project I worked on years ago. We published the source code for everyone to use, so I certainly did […]

How to control your smart home without yelling at a dumb voice assistant

how-to-control-your-smart-home-without-yelling-at-a-dumb-voice-assistant

Enlarge / We don’t have to rely on megacorp obelisks to operate the things we buy. We don’t have to learn their language. We can break free. PonyWang/Getty Images reader comments 135 with 0 posters participating Share this story For many people, an automated smart home is about little things that add up to big […]

Hermes: An open-source document management system

hermes:-an-open-source-document-management-system

At HashiCorp, we’re proud of our strong writing culture. Not only do we think that writing things down helps improve our ideas and process, we also believe a culture of writing is a necessity for a fast growing, global, remote-oriented organization. As the company has grown, we’ve created new ways for teams to create and […]

Reducing Go execution tracer overhead with frame pointer unwinding

reducing-go-execution-tracer-overhead-with-frame-pointer-unwinding

The Go Execution Tracer (aka runtime/trace) was designed to achieve low enough overhead to be usable on “a server in production serving live traffic”. This is achieved by writing events into per-P buffers, using RDTSC for timestamps, and encoding into a relatively efficient binary format. However, one achilles heel has remained since 2014: … 75% […]

New AI classifier for indicating AI-written text

new-ai-classifier-for-indicating-ai-written-text

We’re launching a classifier trained to distinguish between AI-written and human-written text. We’ve trained a classifier to distinguish between text written by a human and text written by AIs from a variety of providers. While it is impossible to reliably detect all AI-written text, we believe good classifiers can inform mitigations for false claims that […]