-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d06035f
commit 94b8599
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
title: Lessons from Unix History | ||
presenter: Diomidis Spinellis, AUEB | ||
date: 2024-10-21 | ||
time: 17:30 | ||
category: seminars | ||
|
||
This talk examines the enduring lessons from the evolution over the past fifty years of Unix and its deep impact on modern computing. By tracing Unix's development from the First Research Edition to modern FreeBSD releases, the presentation highlights key innovations such as prototyping, portability, modular design, and prioritizing developer efficiency over machine resources. | ||
|
||
The presentation focuses on architectural principles that have been central to Unix, including aggressive partitioning, composition, layering, convention-based extensibility, and the extensive use of pipelines and filters. Drawing on research and case studies, this talk provides a technical retrospective on Unix's legacy and the principles that continue to guide effective system and software development today. It is aimed at developers, architects, and technology enthusiasts interested in exploring the historical and ongoing relevance of Unix's design principles. |