Sammlung Interessanter Webseiten
Abenteuer entlang des Superhighway de la Informatique – Eine öffentliche Sammlung von Hyper-„Lesezeichen“
Inhaltsverzeichnis
- Informatik
- Internet und Technische Kultur
- Mathematik
- Philosophie
- Physik (und Astronomie)
- Spiele
- Audio- und Ebook Seiten
- Gesprochene, Natürliche und Konstruierte Sprachen
- Kochen, &c.
- Kunst und Design
- Musik
- Filme
- FAU
- Organisationen
- Böse Links
- Weitere Link Seiten
Finde hier eine kleine, persönliche Sammlung von interessanten Links,
primär für meine eigenen Zwecke, ggf. aber auch für andere nützlich.
Meine (derzeitigen) lieblings-, bzw. besonders empfehlenswerten Seiten sind mit einem markiert. Links mit einem sind vor kurzem hinzugefügt worden.
Anmkerung: Es sollte offensichtlich sein, dass ich die Links hier nicht in eine perfekte Hierarchie organisieren kann, weil viele Themen sich überschneiden oder zu spezifisch wären. Sollte ich dennoch Fehler gemacht haben, korrigiere ich diese gerne wenn man mich darauf hinweist.
Die Seite sollte am Anfang von jedem Monat aktualisiert werden. Letzte Aktualisierung: 2024-11-01.
Informatik
- Quotations for Learning and Programming
- From Nand to Tetris
- The Missing Semester of Your CS Education
- Teach Yourself Computer Science
- Programming from the Ground Up
- Parsing: a timeline
- Systems Thinking Speech by Dr. Russell Ackoff
- Building Blocks for Theoretical Computer Science
- Theoretical Computer Science Cheat Sheet
- Float Exposed
- An Introduction to Computer Networks
- Visualisierungen diverser Themen
- The Association for Computational Heresy
- International Journal of Proof-of-Concept or Get The F*** Out
- HAKMEM in HTML
- Visualisation of Path Finding Algorithms
Zu Büchern
- Introduction to Algorithms (CLRS)
- The Art of Computer Programming (TAOCP)
- Introduction to Automata Theory, Languages, and Computation (Cinderella Book)
- Gödel, Escher, Bach (GEB, Aufnahmen von der MIT Vorlesung)
- The Cathedral and the Bazaar (CatB, fragwürdig)
- Programming Pearls
- Software Foundations
- Concepts, Techniques, and Models of Computer Programming
- Computer Systems: A Programmer’s Perspective, 3rd Edition
- Artificial Intelligence: A Modern Approach
- Programming Languages: Application and Interpretation
Zu Programmiersprachen
- Hyperpolyglot: Commonly used features in a side-by-side format
- Learn X in Y minutes: Take a whirlwind tour of your next favorite language.
- Rosetta Code
- Grammar Zoo, eine Sammlung von formalen Grammatiken für echte (Computer) Sprachen
- The Hello World Collection
- HOPL: an interactive Roster of Programming Languages
- Humourous looks at programming languages
- Programming Languages: Eine Sammlung von Einführungen
- The seven programming ur-languages
- Computer Languages History
- Syntax Across Languages per Language
- Fundamental Concepts in Programming Languages, Christopher Strachey (1967)
- Interessante, kleinere Programmiersprachen:
- Programming Language Implementation Zoo
- The Computer Language Benchmarks Game
- Cheatsheets von „programming-idioms.org“
- Poignant Guide to Ruby von _why (einfach so lesbar)
- Great Works in Programming Languages
Ada
- Overview of the Ada Language Competition (context)
- GNAT (GNU Ada)
- SPARK (Sehr strenges Fragment von Ada)
- „ada-lang.io“
- Introduction to Systems Programming
- Ada Reference Manual (1995)
- Ada Standard (2012, 2022)
- Why Ada® is not Just Another Programming Language
Algol
Here is a language so far ahead of its time that it was not only an improvement on its predecessors but also on nearly all its successors. (Tony Hoare)
- Algol 68 Genie, ein Algol 68 Compiler
- Learning Algol 68 Genie Buch
- Revised Report on the Algorithmic Language Algol 68 (1978, html)
- The Algol Bulletin
- A History of Algol 68
- Closing word of the ALGOL Colloquium, Niklaus Wirth (1968)
- An Introduction to ALGOL 60, für die Burroughs Large Systems (B5000)
APL & co.
- Conway’s Game of Life in APL, und eine Video Erklärung
- APLWiki
- Mnemonics
- Getting started in APL by solving Project Euler problems 1 to 50
- Notation as a tool of thought (html), ACM Turing Award Lecture von Kenneth E. Iverson
- APLcart, eine Sammlung häufiger Methoden
- J for C Programmers
- J Primitives
- Kona, eine freie Implementierung von K (… by example)
- The Origins of APL (1974)
- APL demonstration 1975, von dem Imperial College
- Multics APL User Guide (1985)
- APL Ausgabe von Byte Magazine (1977)
- April, Array Programming Re-Imagined in Lisp
- APL – a Glimpse of Heaven
- APL2 Reference Manual (1994)
- Linear Programming in APL
- Combinatory Logic
- Vortrag Techniques For Removing Explicit Loops And Recursion
Assembler
- The Art of Assembly Language
- Video Serie: Learn PDP-11 Assembly
- Highgate’s PDP-8 Page
- Online PDP-8 Home Page
- Buch xchg rax,rax, Assembler Rätsel
x86 Assembler
- x86 Assembly Primer for C Programmers
- x86 Assembly Guide, von Yale
- Intel® 64 and IA-32 Architectures Software Developer Manuals
- Intel 80386 Reference Programmer’s Manual
- NASM Tutorial, für den Netwide Assembler
- x86 and amd64 instruction reference oder x86 Instruction Set Reference
- The Art of Picking Intel Registers
- Optimizing subroutines in assembly language
- x86 Intrinsics Cheat Sheet
- x86 Opcode Structure and Instruction Overview
- x86/x64 SIMD Instruction List
RISC-V Assembler
AWK
- Website zu allem AWK
- Das Buch The AWK programming language, von Aho, Kernighan und Weinberger
- The AWK Programming Language, Second Edition (neu)
- Handy One-Liners For AWK
- Awk One-Liners Explained
- Ray Casting in AWK
- Git in AWK
C
Siehe „Links zu C“ auf meiner Tutor-Seite, wie auch „Standard Library Implementierungen“, „Userland Implementierungen“ und „Compiler Implementierungen“.
- The C standard formalized in Coq
- C++: A close as posible to C – but no closer (1989)
- Beyond the PDP-11: Architectural support for a memory-safe C abstract machine
- Notes on Programming in C, Rob Pike (Pike-Style)
- Few lesser known tricks, quirks and features of C
- Frama-C Ein fortgeschrittenes Werkzeug zur statischen Analyse
- Continuations in C (
call/cc
) - Coroutines in C
- Coroutine prime number sieve; Doug McIlroy geht hier darauf ein wie Unix Pipes als eine Art Coroutine angesehen werden können.
- Implementing Algebraic Effects in C
- Cosmopolitan Libc welches Cross-Platform (Linux, BIOS, Windows, macOS, …) ausführbare Dateien generiert
- A garbage collector for C and C++
Erlang
- Erlang/OTP Website
- Buch Programming Erlang, vom Erlang Erfinder Joe Armstrong
- Lisp Flavored Erlang
- Core Erlang in Examples
- Der XMPP Server ejabberd, eines der prominentesten Freien Erlang Anwendungen (auch die Basis von dem IM Dienstleister „WhatsApp“)
- Smug Erlang Weenie
- My favorite Erlang program („Universal Server“)
Forth
- Starting Forth
- Thinking Forth
- Website des Forth Standards
- Einführungen
- Simple Forth (2004)
- And So Forth… (2001)
- A Beginner’s Guide to Forth
- The Heart of Forth
- Jonesforth (2009)
- Easy Forth
- Alphabetical List of Forth Words
- Mark 1 FORTH Computer
- 4os, ein Betriebsystem in Forth
- Forth Ausgabe von Byte Magazine (1980)
- colorForth
- Forth – The Early Years, Chuck Moore
- Factor, eine Sprache die von Forth inspiriert wurde
- Concatenative language wiki
- Retro Forth
- PostScript language tutorial and cookbook (PostScript, als Basis des PDF, ist auch Stack-basiert)
- Pascal in Forth (1983)
- Forth Deck, ein kleiner Rechner nur für Forth
- Forth Methodology Applied to Programming
- cl-forth, eine Implementierung in Common Lisp
Fortran
Haskell
- A Tour of the Haskell Prelude
- IO monad realized in 1965
- Parsec, ein Parser-Combinator
- Real World Haskell (Buch)
- Typeclassopedia
- Arrows: A General Interface to Computation
- Vortragaufnahme A History of Haskell: being lazy with class, Simon Peyton Jones
- The Evolution of a Haskell Programmer
recursion-schemes
Bibliothek, bzgl. „Functional Programming with Bananas, Lenses, Envelopes and Barbed Wire“- Yale Haskell; Alte Haskell Implementierung in Lisp
- The Reduceron; Eine FPGA/graph reduction machine um Haskell auszuwerten.
- Haskell Programming from First Principles
- What I Wish I Knew When Learning Haskell
HTML/CSS/etc. und das WWW
Siehe den Abschnitt „Weitere Verweise“ auf meinen Notizen zu CIP Seiten. Siehe auch den Abschnitt Firefox Extensions weiter unten.
- CERN 2019 WorldWideWeb Rebuild
- Cover Your Tracks, ein Tool zum Demonstrieren von Browser fingerprints
- Am I Unique, ein ähnliches Werkzeug
- Internet Explorer is EVIL
- The World Wide Web History Project (mailing list archives)
- JS Browser Emulation, von alten Browsern mit Webseiten Archiven
- HTML Tags: Past, Present, Proposed
- MathML Browser Test
- QuickJS Javascript Engine
- REVENGE.CSS, eine Stylesheet welches schlechtes HTML betont
- Useragents.me, A self-updating list of the latest and most common useragents seen on the web.
- Named character references, als teil von WHATWG’s HTML Spezifikation
{La,}TeX
- „The TikZ and PGF Packages“ Manual in HTML Form
- The not so Short Introduction to LaTeX
- LaTeX documentclass options illustrated
savetrees
Paketmicrotype
Paketnag
Paketcleveref
Paketnath
Paket- TeX For Beginners (Knuth Vorlesung, 1981)
- TeXbook, Knuth (
archive.org
, online) - The Comprehensive LaTeX Symbol List
- List of LaTeX mathematical symbols
- Detexify; Eine handschriftliche Suche von LaTeX Symbolen
- The TeX showcase
- Der LaTeX-Index; Etwas veraltet aber qualitativ hochwertig
- TeX-to-MathML in Javascript (Vergleich)
- latexdiff; determine and mark up significant differences between LaTeX files
- LaTeXML; A LaTeX to XML/HTML/MathML Converter (benutzt von ArXiv), kann als neuere Version von LaTeX2HTML angesehen werden. ** (Plain) TeX Reference Card
- OPmac, extended plainTeX macros (kann man als low-level alternative zu LaTeX ansehen)
- LaTeX2e: An unofficial reference manual
- Buch TeX by Topic
- Tectonic, ein (Xe)LaTeX Paket welches unter anderem automatisch Abhängigkeiten besorgt
Lisp
- Common Lisp Pitfalls
- Erik Naggum comp.lang.lisp archive, siehe auch
- Lisp and the foundations of computing
- Lisp System Implementation
- Manga Guide to Lisp (???)
- Common Lisp Quick Reference
- Opinionated Common Lisp Resources
- Buch The Art of the Metaobject Protocol
- Google Common Lisp Style Guide (und das darauf basierte Common Lisp Style Guide)
- Features of Common Lisp
- ANSI Common Lisp
- History of Common Lisp
- Simplified Common Lisp reference
format
-string table- A Road to Common Lisp
- Common Lisp Semantics
- „lisp-lang.org“
- Casio AI-1000 Pocket Lisp Computer from 1989
- Learn Lisp The Hard Way
- Common Lisp: A Gentle Introduction to Symbolic Computation
- Buch Paradigms of Artificial Intelligence Programming, Peter Norvig
- A Retrospective on Paradigms of AI Programming
- Buch On Lisp, Paul Graham
- Buch Let Over Lambda, Doug Hoyte
- Lisp implementations Artikel Serie
- A Critique of Common Lisp
- History of Lisp, John McCarthy
- Early LISP History (1956-1959), Herbert Stoyan
- Medley Interlisp Project (Online Emulator )
- Metacircular Semantics for Common Lisp Special Forms
- Tutorial on Good Lisp Programming Style, Norvig & Pitman
- Common Lisp Nova Spec, eine neuere HTML Version vom CL Standard
- OpenLisp, eine Implementierung von ISO ISLISP
ML Familie (Ocaml, Standard ML)
- OCaml Programming: Correct + Efficient + Beautiful
- Multicore OCaml
- Real World OCaml
- OCaml Exercises
- Unix system programming in OCaml
- A Gentle Introduction to Multi-stage Programming
- The OCaml language (Syntax)
- Programming in Standard ML
- Comparing Objective Caml and Standard ML
- Standard ML Family GitHub Project
- The history of Standard ML
- Implementierungen:
- Standard ML of New Jersey, die de-facto Standard Implementierung
- CakeML, eine Verifizierte Implementierung von SML
- MLton, ein Compiler mit whole-program Optimierungen
- HaMLet, eine präzise Implementierung des SML Standards
- „Batteries Included“, eine OCaml Stdlib
- Unix System Programming in Standard ML
- A Tour of Standard ML
Prolog
- Buch The Art of Prolog
- Buch The Reasoned Schemer (eigentlich kein Prolog)
- The Power of Prolog (Übersicht)
- Ninety-Nine Prolog Problems
- Prolog Problems, Überarbeitung vom letzten Link
- A Concise Introduction to Prolog
- Association for Logic Programming
- 1983–1993: The Wonder Years of Sequential Prolog Implementation
- Prolog Implementierungen:
- Scryer Prolog
- GNU Prolog
- SWI Prolog
- Sweep, SWI-Prolog Embedded in Emacs
- Constraint Logic Programming over Finite Domains
- Prolog in AWK
- Ciao Prolog
- Tau Prolog
- Aquarius Prolog (non-free)
- …und viele mehr
- Online Buch Simply Logical
- Efficient Prolog: A Practical Guide
- Prolog: The ISO Standard Documents
comp.lang.prolog
FAQ- The Birth of Prolog
- LOGLISP: An Alternative to Prolog
- Transliterating Prolog into Scheme
- Prolog Control In Six Slides (auch Scheme)
- λProlog, logic programming in higher-order logic
- Paper A Semi-Functional Implementation of a Higher-Order Logic Programming Language
- Warren’s Abstract Machine
- Public Domain Prolog Library
- The Semantics of Predicate Logic as a Programming Language
- Concurrent Prolog Sammlung
Scheme
- The Structure and Interpretation of Computer Programms Genannt Wizard Book, auch in neu, auch in Deutsch
- Software Design for Flexibility, Nachfolgebuch
- How to Design Programs (HtDP, Website)
- Scheme (ggf. inoffiziell, aber schön?)
- R7RS Small (übersicht)
- The Original ’Lambda Papers’ by Guy Steele and Gerald Sussman siehe auch allgemein AI Memos.
- SRFI Website
- Teach Yourself Scheme in Fixnum Days
- Scheme from Scratch
- SRFI Table
- Scheme Primer
- The Scheme Programming Language
- Video Serie Scheme: Feel the Cool
- Write Yourself a Scheme in 48 Hours (auch Haskell)
- A Scheme Primer (auch auf Deutsch)
- Scheme Report, die Gruppe die an R7RS-large arbeitet (siehe status (2022))
- Scheme Benchmarks
- Buch Lisp in Small Pieces
- JScheme, ein Scheme in Java von Peter Norvig
- Advanced Scheme: Some Naughty Bits
- Buch Functional Differential Geometry (online)
- The history of T, Olin Shivers
- An Introduction to Scheme and its Implementation
- Extending a Language – Writing Powerful Macros in Scheme
- Pre-Scheme, ein statisch typisiertes Dialekt für Low-Level Programmierung (siehe auch)
- Revised Report on the Propagator Model
- Scheme Index
- Pre-Scheme, ist Scheme mit statischen Typen + Inferrenz und ohne GC.
Smalltalk
- Smalltalk-80: The language and it’s implementation
- Smalltalk-80: The Interactive Programming Environment
- Alto System Project: Dan Ingalls demonstrates Smalltalk
- GNU Smalltalk
- Pharao („The immersive programming experience“, feature)
- Syntax on a Postcard (Beispiel für die einfache Syntax)
- 7 minutes of Pharo Smalltalk for Rubyists
- Squeak a modern, open-source Smalltalk programming system with fast execution environments for all major platforms.
- Glamorous Toolkit
- Bluebook implementation of Smalltalk-80
- A Little Smalltalk
- The Cuis-Smalltalk Book
- Smalltalk in a Nutshell (Folien)
- Smalltalk for Lispers (and Schemers)
- Practical Smalltalk
- The Smalltalk-80 System von Byte Magazine (1981)
- Strongtalk VM, inspirierte die Java Virtual Machine
Zu Computer Science als Wissenschaft
- ArXiv Archiv für CS (auch interessant
ar5iv.org
)- SciRate: eine „Top Papers“ Seite
- ArXiv Sanity: empfehlungs Seite für Paper
- alphaXiv: Diskussionen zu Paperen
- Growing a Language (Guy Steele, Video)
- „Invited Talk“ (Guy Steele, Video)
- Fermat’s Library kommentiert unter anderem CS paper
- Papers We Love
- Mathematical Writing
Zu Theoretische Informatik
- „Busy Beavers!“, An interactive intro to Computability Theory
- The Busy Beaver Challange ein Projekt um das BB(5)-Problem zu Lösen.
- Building Blocks for Theoretical Computer Science
- Models of Computation
- Exact String Matching Algorithms
- Mathematical Foundations of Automata Theory
- Mechanical Turing Machine in Wood
- Graph of NP-Complete Problems
- Notions of computation and monads, Eugenio Moggi
- Computing over the Reals: Where Turing Meets Newton
- Correspondence between ALGOL 60 and Church’s Lambda-notation, Peter Landin
- Buch: The Annotated Turing, mit Kommentaren zu der ursprünglicher Arbeit von Turing.
- Website zu Alan Turing.
- The Undecidability of BB(748), Understanding Gödel’s Incompleteness Theorems
- Programming language semantics: It’s easy as 1, 2, 3
Zu Geräte, Hardware, Schaltungen und Elektrik
(Die schwammige Kategorie)
- Buch The Art of Electronics
- USB in a NutShell
- Vintage Calculators Web Museum
- FPG-1 is a PDP-1 implementation in FPGA
- What If Bacteria Designed Computers?
- A few things I know about LISP Machines
- The Lisp Machine Software Development Environment
- On the Origin of Circuits
- Comic The Manga Guide to Electricity
- FlexScan EV2730Q, Bildschirm mit 1:1 Proportionen
- Getting started in electronics (website)
- The Architecture of Symbolic Computers
- What Every Programmer Should Know About Memory
- Learn to decode QR codes by hand!
- Nand Game
- Algorithms for Modern Hardware
- Flipper Zero
- Classical Computer Replicas (Whirlwind, PDP-{1,8,10,11})
Zu Übersetzer
Siehe auch meine Sammlung von Links zu „Compilern“, auf meiner Tutor-Seite.
- Buch: Compilers: Principles, Techniques, and Tools (Dragon Book)
- Buch: Crafting Interpreters
- QBE; is a compiler backend that aims to provide 70% of the performance of industrial optimizing compilers in 10% of the code.
- Buch: SSA Book
- movfuscator, ein C-Übersetzer welches nur die x86
mov
Instruktion benutzt- trapcc, ein C-Übersetzer welches auf dem Auslösen von Traps auf x86 basiert
- Reflections on Trusting Trust, Ken Thompson (Turing Award Lecture)
- Buch: Practical Compiler Construction
- Bücher: Modern Compiler Implementation in {Java,C,ML} (1997)
- An Incremental Approach to Compiler Construction
- Compilers: Backend to Frontend; and Back to Front Again (erweiterte Version)
- Confessions Of A Compiler Writer (1964)
- Let’s Build a Compiler (1988-1995)
- The next 700 virtual machines, in Referenz auf The Next 700 Programming Languages von Peter Ladin
- Compiling With Constraints
- Compiling Pattern Matching to Good Decision Trees („Maranget Algorithmus“)
Zur Systemprogrammierung
- The TTY demystified
- Cool, but obscure X11 tools
- Fossil VCS
- Pijul VCS („basierend“ auf diesem paper )
- Jujutsu VCS (trennt Speicherung von VCS Algorithmen) (LWN)
- Game of Trees, ein Git-Kompatibles VCS mit Ähnlichkeiten zu CVS
- Useful One-Line Scripts For
sed
- Notes on the M4 Macro Language
- dvtm, ein „window manager“ im Terminal
- Systemd by example
Zu Betriebsysteme (im weiteren Sinne)
- Multicians, eine Webseite über das Multics Betriebssystem
- Quelltext vom Incompatible Timesharing System (ITS)
- Plan 9 from Bell Labs (und die „moderne“ Inkarnation, 9front)
- A Tao of Regular Expressions
Siehe auch meine Sammlung von Links zu „Betriebsystemen“, auf meiner Tutor-Seite.
Zu (und gegen) U*ix
- Unix History Timeline
- unix-history-repo, continuous Unix commit history from 1970 until today.
- A
fork()
in the road - Pronunciation guide for UNIX
- UNIX Programming Enviornment
- Advanced Programming in the UNIX Environment
- UNIX Tutorials
- The UNIX-HATERS Handbook
- Video: Ken Thompson zu der frühen Geschichte von C und Unix
- Unterhaltungsartikel „Unix, a Hoax?“
- Research Unix Sixth Edition im Browser
- Public domain POSIX make, eine POSIX-treue Implementierung von
make(1)
- TALISMAN General Information Unix Server
- Heirloom Toolchest „New Generation“, ein Fork des Heirloom Projects
Internet und Technische Kultur
Zur Archivierung
- https://web.archive.org/
- https://archive.is/
- https://archive.ph/ (aka „archive.today“)
- Ghost Archive
Zu Wikipedia Seiten
- List of lists of lists, spezifisch
- Meta-Artikel
- Comparison of European road signs
- Illegal number
- Energy efficiency in transport
- Syllogism#Types
- Wallpaper group
- Interessante Artikel:
Zu (Anonymen) Pastebins
Eine alternativer Ansatz: Magic Wormhole Protocol oder croc, welche P2P Übertragungen ermöglichen
Zur Geschichte und Folklore der Informatik
- Jargon File (nicht die ESR Version!, Sammlung verschiedener Versionen)
- Geschichten
- The Halloween Documents
- How do we tell truths that might hurt? (Dijkstra)
- The Decline of Computers as a General Purpose Technology
- How To Ask Questions The Smart Way
- The History of the GPL
- Rootless Root: The Unix Koans of Master Foo
- AI Koans
- Laugh along with GNU
- Computer Lib/Dream Machines, Ted Nelson
- Quote Database
- The Future of Programming (Bret Victor, Video)
- Gallery of CSS Descramblers
- A Brief, Incomplete, and Mostly Wrong History of Programming Languages
- WikiWikiWeb (Die klassische Wiki mit vielen interessanten Artikel)
- What is a Wiki?
- infinitemac.org, Emulatoren für alte Macintosh Systeme
- Sammlung alter Macintosh Programme, im Browser ausführbar
- Kurzfilm: Hackers: Wizards of the Electronic Age (1985)
- Humoristische Request for Comments,
- textfiles.com, eine Sammlung von Textdateien zu verschiedenen Themen
- The Mother of All Demos (1968, website) von Doug Engelbart
- Engelbart’s Violin
- The XY Problem
- Konzept von dem Eternal September
- IRC logs aus den 90ern, während geschichtlichen Ereignissen (Zerfall der Sovient Union, Zweiter Golfkrieg)
- Free On-line Dictionary of Computing
- Early Computer Central
- The Interim Computer Museum des SDF
- Screenshots of Desktops (zeigt früher sah alles besser aus)
- The Lisp Machine Software Development Environment
- A Cypherpunk’s Manifesto
- Vortrag Joe Armstrong interviews Alan Kay, wo diese Texte erwähnt werden:
- Sketchpad: A Man-Machine Graphical Communication System (Sutherland, 1963)
- Computation: finite and infinite machines (Minsky, 1967)
- Situations, Actions, And Causal Laws (McCarthy, 1963)
- Semantic Information Processing (Minsky, 1968)
- META II: Syntax-Oriented Compiler Writing Language (Schorre, 1964)
- PLANNER: A Language for Manipulating Models and Proving Theorems in a Robot (Hewitt, 1970)
- Members and Affiliates of the Intergalactic Computer Network (Licklider, 1963)
- Vortrag The computer revolution hasnt happened yet, Alan Kay (1997)
- Outline of a Paper to accompany Prof. Weizenbaum’s Paper on ELIZA (Kommentar)
- A Brief History of the Internet
- Vintage Byte Magazine Library
- livingcomputers.org, ein Dienst welches alte Betriebsysteme via SSH bereitstellt
- Aufnahmen der Sendung Computer Chronicles (1983-2002)
- Computer History Wiki
- Objects of our Life, Steve Jobs bei der Aspen Conference (1983)
Zu Textbearbeitungsprogrammen
- GNU Nano
- Textadept
- Acme
- Video A Tour of the Acme Editor, von Russ Cox
- Verfügbar via Plan 9 from User Space
- ed
- Ed, man! !man ed
- Sam
- Vim/Neovim
- „Your problem with Vim is that you don’t grok vi.“
- Vim Kōans
- Unix as an IDE
- Heirloom’s Traditional Vi
- Open Vi (portabele Version aus OpenBSD)
- Vis
- Micro
- Helix
Siehe auch TextEditors.org für eine umfassende Übersicht.
Zu Emacs
- GNU Emacs
mg (auch bekannt als MicroGnuEmacs), Zitat Manpage:
It is compatible with emacs because there shouldn’t be any reason to learn more editor types than emacs or vi(1).
- Portable Implementierung
- Emacs Wiki (meine Seite)
- The Emacs Commune
- Emacs News
- Planet Emacslife
- Emacs Lisp List (veraltet)
- Emacs Implementations and Literature
- Historical Emacs Software Preservation
- An Introduction to the Emacs Editor (1978)
- Multics’ Emacs Text Editor Users’ Guide
- Emacs Configuration Generator
- Evolution of Emacs Lisp
- Emacs Timeline (updated)
Zu Android Anwendungen
Ich verweise in diesem Abschnitt absichtlich nur auf Android Anwendungen welche mit F-Droid verwaltet werden können. Wer Anwendungen aus dem Google-Play Store installiert, kann mittels Exodus Privacy schauen wie viele Tracker in den jeweiligen Anwendungen enthalten sind.
- Termux, Terminal Emulator mit Paket Manager
- Mull, ein gehärteter Firefox (bzw. Fennec) Fork vom DivestOS Projekt
- Mulch, analog für Chromium
- NewPipe, ein Client für Seiten wie YouTube vergleichbar zu youtube-dl/yt-dlp
- Alternativ auch mit SponsorBlock integration (Fork)
- Molly, Signal-Fork mit zusätzlichen Sicherheit Vorkehrungen
- Delta Chat, ein Android Client für ein Chat System, basierend auf Email
- Organic Maps, ein OpenStreetMaps Client
Zu Firefox Extensions
Die meisten dieser Firefox Erweiterungen gibt es auch in (ggf. geschwächter Form) auf anderen Browsern. Alternativ kann ich auch Ungoogled Chromium empfehlen.
Ansonsten kann ich auch empfehlen Keyword Search für häufig benutzte Seiten einzurichten.
Nicht vergessen die dom.private-attribution.submission.enabled
Option in about:config
zu deaktivieren, welche Nutzerdaten sammelt
für Werbezwecke!
Seit 08Sep24 Spiele ich auch mit dem Firefox Fork LibreWolf , was ich bisher empfehlen kann.
- uBlock Origin; Ad-Blocker, es empfiehlt sich zusätzliche Blacklists wie „Annoyances“ zu aktivieren
- ClearURLs; Bereinigt URLs von Tracker-Info
- SponsorBlock; Automatisches Überspringen von Teilen eines Videos auf YouTube
- DeArrow; Automatisches Ersetzen von Titeln und Thumbnails auf YouTube, mit weniger „Click Bait“
- Consent-O-Matic; Automatisches ablehnen von DS-GVO Anfragen
- Cookie Autodelete; Verwaltet das löschen von Cookies
- jShelter; Javascript-Beschänker
- NoScript; Javascript-Entferner
- Privacy Redirect; Automatisches Umleiten zu sicheren Alternativen
- LocalCDN; CDN Emulation, ein Fork von Decentraleyes
- Firefox Translations; In-Browser Website Übersetzer, eingebaut seit Firefox 118
- Greasemonkey; Verwalten von „User Scripts“, welche das einfache Erweitern von Webseiten ermöglicht
- Userscript „Publication Auto PDF“
- Userscript „Remove web limits“
- Userscript „Select text inside a link“
- Userscript „Google Hit Hider by Domain“
- Tor Snowflake; Hilft Menschen ohne Zugriff auf Tor via deinen Browser als Entry-Guard Zensur zu Umgehen
- Authenticator; ein TOTP/2FA-client im Browser, mit Firefox Sync integration
Zu Datenschutz und Privatssphäre
Mathematik
- Elemente von Euklid
- A Mathematician’s Lament
- Linear Algebra, von 3Blue1Brown
- Five Stages of Accepting Constructive Mathematics (Video, PDF)
- Symbolab
- Mathics, eine freie Alternative zu Wolfram Mathematica
- Octave, eine freie Alternative MATLAB
- Maxima, ein freies Computer Algebra System, ein Abkomme des ersten CAS Macsyma
- SageMath, ein CAS welches auf zahlreichen anderen freien Paketen basiert
- The Hundred Greatest Theorems (… und verschiedene Formalisierungen)
- PlanetMath
- „Mathe für Nicht-Freaks“
- Video Serie Modern Foundations of Mathematics
- Springer’s bzw. EMS’s Encyclopedia of Mathematics
- Buch Discrete Mathematics
- Nicolas Bourbaki Gruppe (website)
- The On-Line Encyclopedia of Integer Sequences
- Mathematics Genealogy Project
- Glossary of mathematical symbols
- Calculus Made Easy, Silvanus P. Thompson
- Mathematische Basteleien
- Standard terminology in Group Theory
- Set Theory and Algebra in Computer Science, A Gentle Introduction to Mathematical Modeling
- The Stacks project, an open source textbook and reference work on algebraic geometry
- Open Textbook Initiative, empfohlene offener Lehrbücher
- Discrete Mathematics: An Open Introduction
- Open Mathematics Depository, eine geordnete Sammlung von PDFs
Zu Logik
- ProofWiki (Übersicht verschiedener Kalküle)
- Natural Deduction Proof Generator
- Open Logic Project Bücher Reihe
- Constructive Logic Vorlesungsskript
- Buch Logic Primer (MIT Press)
- The Handbook of the History of Logic (Volume 1, Volume 5)
- Truth Table Generator
- Book Of Proof
- Undecidability of First-Order Logic
- A Friendly Introduction to Mathematical Logic
- On the Unusual Effectiveness of Logic in Computer Science
- Proofs from the Book
- Linear Logik, Girard
- Grundzüge der theoretischen Logik, Hilbert & Ackermann
- Comic Logicomix, über Logik und die Geschichte der Logik (recht oberflächlich)
- Logic in color
- Languages in Which Self Reference is Possible, Raymond M. Smullyan (Verallgemeinerung von Gödels Unvollständigkeitsbeweisen)
Zu Beweis-Assistenten/Theorem-Beweisern
- Buch The Hitchhiker’s Guide to Logical Verification (Lean)
- The Incredible Proof Machine
- ACL2: A Computational Logic for Applicative Common Lisp
- Logic in Coq
- Mizar System
- Certified Programming with Dependent Types, Adam Chlipala
- History of Interactive Theorem Proving
- QED Manifesto
- Proving theorems with computers, Kevin Buzzard
Zu Solvern
- Buch: Handbook of Satisfiability
- MiniSat, ein SAT Solver
- cryptominsat, eine Alternative
- CaDiCaL, eine weitere Alternative, basierend auf einer früheren alternative (kissat)
- COIN-OR, eine Solver Familie
- GLPK, GNU Linear Programming Kit
- Z3, ein SMT Solver mit schöner Python API (guide)
- stp, ein SMT solver auf Bitvektoren
- hiop, ein Solver für nicht-linere Probleme
- scipsmt, ein Integer Contraint Problem solver
- Potassco, eine Sammlung von ASP Solvern
Zu Category Theory
- nLab, eine „Wiki“ zu Category Theory
- Stuff, structure, and properties
- Concept with an Attitude
- Computational Trilogy
- Hegel’sche Science of Logic (Wissenschaft der Logik)
- mLab, eine automatisch-generierte Parodie von nLab
- Einführungen
- Physics, Topology, Logic and Computation: A Rosetta Stone
- Monads are monoid objects
- Applied Category Theory in Chemistry, Computing, and Social Networks
- Video: A Sensible Introduction to Category Theory
- Of Groups And Monads
- General Theory Of Natural Equivalences, erstes Paper zum Thema
- Buch Categories for the working mathematician, von Saunders Mac Lane (online, alt, alt’, alt’’)
- Topos-Theorie
- Category Theory in Context, Emily Riehl
- When is one thing equal to some other thing?, eine Philosophishe Sicht auf Isomorphie
- The Joy of Cats
Zu Topologie
- Topology: A Categorical Approach
- Introduction to Topology, von nLab
- Introduction to Topology, Tomoo Matsumura
- Video Serie Intuitive Topology
- A history of Topology
- TypeTopology, eine Formalisierung in Agda
- Ask a Topologist, altes Forum
Zu Type Theory
Zu Game Theory
- Game Theory: An Open Textbook, von Giacomo Bonanno
- Video Serie: Game Theory 101
- Video Serie: Game Theory, Ben Polak
- Algorithmic Game Theory (dazugehörige Vorlesung an der FAU)
Philosophie
- Stanford Encyclopedia of Philosophy
- Guidelines on Writing a Philosophy Paper
- Vorlesungen von Rick Roderick
- Philosophy Archive auf marxists.org
- Gewisse Texte auf The Anarchist Library
- Comments on the Society of the Spectacle
- Podcast The History of Philosophy Without Any Gaps
- Podcast The Secret History of Western Esotericism
- Podcast In Our Time, zu Philosophie
- Loebolus Archive
- PhilPapers
- Bibliotheca Augustana
- Tractatus’ Tree von Wittgenstein
- Lectures on the Philosophy of Mathematics
- Object-Oriented Programming and Objectivist Epistemology: Parallels and Implications (scheinbar ernst gemeint)
- Bilinguale Summa Theologiae (Aquinas) in HTML
Physik (und Astronomie)
- „Quantum“ Lecture von Scott Aaronson
- Gravity Visualized (Video)
- Life and Death of a Planetary System
- Ein Theoretische-Physik-FAQ
- The Original Usenet Physics FAQ (mit links zu mehr FAQs)
- Mysteries in Fundamental Physics (Video)
- Albert Einstein’s Theory of Relativity (In Words of Four Letters or Less)
- Online-Buch The Feynman Lectures on Physics
- Cosmos: A Personal Voyage, Carl Sagan
- The quaternion group and modern Physics
- Mechanical–electrical analogies
- Astronomy Picture of the Day
- Decidability and Undecidability in Dynamical Systems
- NASA’s Earth Polychromatic Imaging Camera
Spiele
- Card Game Rules
- Sensei’s Library, über das Brett-Spiel Go
- Black to Play, eine Seite mit Go Rätseln
- Go Rätsel Sammlung in PDF Form
- Variant Go Server, ein Server um Go zu spielen
- The UNIX Pipe Card Game
- 30 Weird Chess Algorithms
- Maze Generator, mit Lösungen
- Johns Hopkins Poker Course
„Video Spiele“
- Colossal Cave Adventure (Quelltext)
- The Greatest Game You Will Ever Play (eine Webseite über Nethack)
- Vimm’s Layer, eine Webseite zu alten Konsolen-Spielen
- Frontier: Elite II (proprietär)
- Desert Bus (proprietär)
- Shattered Pixel Dungeon, basierend auf dem nicht mehr verwaltetem
- Pixel Dungeon
- Vidyascape, ein Runescape 2007 Remake (d.h. ohne Grand Exchange)
- Buch BASIC Computer Games, 1973
- „Better Than Adventure“, ein nicht-offizieller Fork von dem Sandbox-Spiel Minecraft aufbauend auf Beta 1.7.3 (der letzten guten Version)
- noclip.website, ein „digitales Museum“ von Video-Spiel Räumen
Audio- und Ebook Seiten
- Project Gutenberg
- Standard Ebooks
- MobileRead Wiki
- Open Library; Teil von
archive.org
. - eBooks@Adelaide Archiv
- Global Grey
- The Internet Classics Archive
- LibriVox (Audiobooks)
- Free Classic Audio Books
- Freely available programming books
- Sammlung von „Mir Publishers“ Büchern; Ein sovietischen Verlag zu mathematischen und technischen Themen.
- dbooks.org; Sammlung von gratis eBüchern
- HolyBooks.com; Sammlung von philosophischen und religiösen Texten
- Classic Short Stories
- „Read Any Book“
- Ebook Friendly
- unglue.it; Sammlung von CC Ebooks
Gesprochene, Natürliche und Konstruierte Sprachen
- Omniglot
- Lernu, eine Seite für Esperanto
- Link-Sammlung von der Universal Esperanto Association
- Lojban; eine Künstliche Sprache welche Versucht syntaktische Ambiguitäten zu vermeiden.
- Buch Lengua Latina Per Se Illustrata von Hans Ørberg (website)
- Buch Ἡ Ἑλληνικὴ γλῶσσα καθ᾿ αὑτὴν φωτιζομένη („Lingua Graeca Per Se Illustrata“)
- Jisho; eine Englisch-Japanisches Wörterbuch
- Language Transfer; ein Projekt zur alternativen Vermittlung von Sprachkenntnissen
- The Textkit Book Collection
- Basic English; als Beispiel einer Konstruierten Sprache basierend auf einer Natürlichen Sprache
- LibreTranslate; eine freie Alternative zu Google Translate
- Lojban; eine „logische“ konstruierte Sprache
- „A Mathematician Looks At Latin Conjugation“, Lambek
- Toki Pona; eine relativ neue Konsprache mit ~120 Wörtern
- History of English Podcast
Kochen, &c.
- The Physics of baking good Pizza
- „Public Domain Recipes“, einfache Website für Rezepte
- Sammlung von Webseitem zum Thema Kochen auf Gemini
- Recipes I like
- Hunting and practical hints for hunting men (1897)
- The Art of Cookery, Made Plain and Easy (1774)
- Just the Recipe, um nur Rezepte aus anderen Seiten herauszuziehen
Kunst und Design
- Typography papers
- Buch Mathematics and Art: A Cultural History
- Origami Bücher von Shuzo Fujimoto
- Origami Heaven, von David Mitchell
- WikiArt, Sammlung von Künstlern und Werken
- Paper Airplanes
- Sammlung von Wassily Kandinsky
- Archillect
- BBC Serie Ways of Seeing, John Berger
- artnet, […] online resource for the international art market […].
- Artikel Early Computer Art in the 50’s & 60’s
- Meisterdrucke
- Artvee, Browse and download high-resolution, public domain paintings, posters and illustrations.
- Pearson Scott Foresman Sammlung von Liniengrafiken
Web Comics
- The Perry Bible Fellowship
- XKCD
- SMBC (Saturday Morning Breakfast Cereal)
- Poorly Drawn Lines
- False Knees
- Abstruse Goose
- War and Peas
- Beetle Moses (leider keine bessere Seite)
- Mr Lovenstein
- PhD Comics
- Joan Cornella (auch hier, suboptimale Seite)
- Stan Kelly
Mit einem Proxy wie comicsrss.com, können auch suboptimale Seiten mit einem RSS Feed abonniert werden.
Musik
- Soma FM
- Poolsuit FM (bzw. direkt via Soundcloud)
- InternetRadio
- RadioBrowser
- Radio Paradise
- Sonic Pi
- Paper Harmony Explained: Progress Towards A Scientific Theory of Music
- Public Domain Jazz und Klassik Radio
- Radio Swiss Jazz und Klassik
- Fundamentals of Piano Practice
- Petrucci Music Library, eine Sammlung von Notenblättern
- Freesound, eine Datenbank von freien Audio Aufnahmen
Lieder und Kompositionen
Dieser Abschnitt ist etwas lang, aber ich finde oft interessante Lieder die ich wieder verliere. Damit das wenig häufig passiert sammele ich die hier.
Die meisten alle Links hier verweisen auf YouTube. Ich empfehle
sich im die Firefox Addons im Abschnitt „Firefox Extensions“
anzuschauen.
- Achilles Last Stand, Led Zeppelin
- A Fifth of Beethoven, Walter Murphy
- Alice’s Restaurant, Arlo Guthrie
- All Of Me, Billie Holiday
- Am Fenster, City
- Antenne, Kraftwerk (Version vom Album Radio-Aktivität, 1975)
- Any Colour You Like, Pink Floyd, Live in Brighton
- Aus meinem Tagebuch, Reinhard Mey
- Autumn Leaves, von Cannonball Adderley (auch gut, Interpretationen von Nat King Cole, Chet Baker/Paul Desmond, Yves Montand)
- Ball & Chain, Janis Joplin beim Monterey International Pop Festival (1967)
- Bam Bam, Sister Nancy
- Bandiera Rossa
- Big Electronic Beat, SSQ
- Born Under a Bad Sign, Albert King
- Bring on the Night, The Police, Rockpalast (1980)
- Čaje Šukarije und Romano Horo, Esma Redžepova
- Cocaine Blues, Johnny Cash as dem Album „Live at Folsom State Prison“
- Computerliebe, Paso Doble
- Computer Sind Doof, Spliff
- Corcovado, Astrud Gilberto
- Cry Baby, Janis Jopin in Toronto (1970)
- Cuban Pete, Jim Carrey
- Da rata ne bude, Djordje Balasevic (1998, erster Auftritt eines serbischen Künstlers nach dem Krieg in Sarajevo), Portret mog zivota (lyrics)
- Day Dreaming, Aretha Franklin
- D>E>A>T>H>M>E>T>A>L, Panchiko (Album mit interessanter Geschichte)
- Desaparecido, Manu Chao
- Devut, Bôa
- Die Nacht ist nicht allein zum Schlafen da, Gustaf Gründgens (auch bekannt für seine Inszenierung von Goethes Faust)
- Dom Omladine Konzert von EKV (Novi Sad, 1989)
- Echoes, Pink Floyd
- Ein bißchen Goethe, ein bißchen Bonaparte, France Gall
- El Paso, Marty Robbins
- Emotional Rescue, The Rolling Stones
- English Suites, J.S. Bach interpretiert von Glenn Gould
- Erschießen, Ideal
- Etazhi, Molchat Doma
- Eye in the Sky, The Alan Parsons Project
- Falling Apart (Drake’s Theme), Hesoyamjhithi
- Farewell Cheyenne, Ennio Morricone (aus Once Upon a Time in the West von Sergio Leone)
- Fela Soul, Fela Kuti & De La Soul
- Fly, Roman Kouder & Patawawa
- Genius of Love, Tom Tom Club
- Gethsemane, Ian Gillan (Frontsänger von Deep Purple)
- Goodbye Moscow/Goodbye Sochi
- Gyöngyhajú lány, Omega
- Heartattack And Vine, Tom Waits
- Hello Walls, Willie Nelson
- Herz ist Trumpf, Trio
- He Stopped Loving Her Today, George Jones
- Histoire D’1 Soir, Bibi Flash
- Huajra, Inti Illimani
- Ich ging einmal spazieren (Marschlied)
- I Don’t Care, Chimpo
- I’d Rather Go Blind, Etta James
- If It Wasn’t For The Nights, Abba vom Album „Voulez-Vous“
- Israeli Salad, The Alchemist
- It’s like Love, Coubo
- I Want You to Know, Remix von Tobi Higgs basierend auf Masha Qrella
- I Wish You Love, Dean Martin (oder Joe Bataan)
- I Wonder, Sixto Rodriguez (siehe auch die Doku Searching for Sugar Man)
- Jimi Hendrix, Stockholm 1969
- 안개, Jung Hoon Hee
- L’appuntamento, Ornella Vanoni
- Last Chance to Dance, EKKAH
- La vie en rose, Zaz
- Led Zeppelin im „Gladsaxe Teen Club“, Dänemark (1969)
- Les Contes d’Hoffmann: Barcarolle, Offenbach aufgeführt von Anna Netrebko & Elīna Garanča
- Les Délices de la Solitude, Michel Corrette
- Liebestraum nº3, von Franz Liszt aufgeführt von Artur Rubinstein
- Little Dark Age, MGMT
- Lovers Rock, TV Girl
- Love To Love You Baby, Donna Summer (48-Minuten Remix von DJDiscoCat)
- Maison De Radio Konzert von Muddy Waters (Paris 1976)
- Mañana (Is Soon Enough For Me), Jackie Davis
- Mean Old World, T-Bone Walker
- Méditation, aus der Oper Thaïs
- Mirno Idem Krivim Putem, Rezonansa
- Misty, Erroll Garner
- Monster Mash, Bobby Pickett
- Moonlight Serenade, Glenn Miller
- Music from Saharan Cellphones
- My Own Way, Duran Duran
- Neue Männer braucht das Land, Ina Deter Band
- Nice, Kleenex
- Nikriz Sirto, Tanburi Cemil Bey
- Nur geträumt, Nena
- Old Time Rock & Roll, Bob Seger
- On & On, Piri & Tommy
- Orange County Suite, The Doors
- If Love Is a Red Dress (Hang Me in Rags), Maria McKee , angeblich das einzige „Original Soundtrack“ Lied für den Film „Pulp Fiction“
- Pain, Boy Harsher
- Parastoohaye Khasteh, Faramarz Aslani
- Pourquoi Pourquoi, Corine
- Psycho Killer, Talking Heads vom Konzert-Film „Stop Making Sense“
- Rakıya Su Katamam, Altın Gün
- Ravi Shankar bei dem Monterey International Pop Festival
- Real Love, Funk LeBlanc ft. Holland Greco
- Rises the Moon, Liana Flores
- Rock N Roll, The Runaways
- Samba Pa Ti, Carlos Santana
- Seems Like Old Times, Diane Keaton im Film Annie Hall (1977)
- Sehnsucht, Die neue Heimat
- Seven Souls, William S. Burroughs/Bill Laswell
- She Talks in Stereo, Gary Myrick and The Figures
- Sitar Chop und Pizzi Chop, Gramatik
- Sonate Pacifique, L’Impératrice
- Sounds Like A Melody, Alphaville
- Spanish Eyes, Al Martino (Darsteller von „Johnny Fontane“ in der Pate)
- Stranac, Arsen Dedić (Reinterpretation von Georges Moustaki’s Le Meteque) oder Tvoje nježne godine
- Summer Lament, Ken Muramuatsu
- Summer Madness, Kool & The Gang
- Sve Smo Mogli Mi, Jadranka Stojakovic (siehe auch, japanisch Version)
- The Hit, Crazy P Present the Syndromes
- The Look of Love, Dusty Springfield
- The Open Goldberg Variations, Kimiko Ishizaka (CC0)
- There Must Be An Angel, Eurythmics
- These Eyes (Crying Every Night), Stranger Cole
- The Tribute, Colossus
- Toccata and Fugue von J. S. Bach aufgeführt von Sergei Teleshev (Akkordeon)
- Too-Ra-Loo-Ra-Loo-Ral (Thats an Irish Lullaby), Bing Crosby
- Ulysses and the sea, PAPOOZ
- U nedogled, Darkwood Dub
- „Untitled“, Areknuteknyterne
- Vérité, Claire Laffut
- Violin Partita no. 2 in D minor, J.S. Bach interpretiert von Shunske Sato
- War, The Sound Defects
- What Difference A Day Makes, Dinah Washington
- Wonderful Tonight, Eric Clapton
- You Stepped Into My Life, Melba Moore
- О. Копенков. Воспоминания („Erinnerungen“, von Oleg Kopenkov)
- 哀しみは夜の向こう (Sorrow Is Beyond The Night), Takako Mamiya
- 痛みの永遠, Macroblank
Filme
Filme die ich mag.
Titel | Jahr | Regie | Sprache | Genre | Kommentare |
---|---|---|---|---|---|
Un Chien Andalou (online) | 1929 | Buñuel | Französisch | Avant-Garde Surrealist | R. Short |
Stagecoach (online, ) | 1939 | Ford | Englisch | Western | |
Rebecca (online) | 1940 | Hitchcock | Englisch | Romantic-Psychological Thriller | |
Casablanca (skript) | 1942 | Curtiz | Englisch | Romantic-Drama | R. Ebert, R. Haver |
Meshes of the Afternoon Meshes of the Afternoon (online) | 1943 | Deren | - | Avant-Garde Surrealist | |
Double Indemnity | 1944 | Wilder | Englisch | Crime-Triller | |
Black Narcissus (online) | 1947 | Powell | Englisch | Psychological-Drama | |
Bicycle Thieves (online) | 1948 | De Sica | Italienisch | Neo-Realistisches Drama | |
The Third Man (online) | 1949 | Reed | Englisch | Film-Noir | S. Soderbergh, T. Gilroy |
Roman Holiday | 1953 | Wyler | Englisch | Romance-Comedy | |
The Ten Commandments | 1956 | DeMille | Englisch | Epic Religious Drama | K. Orrison |
Paths of Glory | 1957 | Kubrik | Englisch | Anti-War | G. Giddins |
Wild Strawberries | 1957 | Bergman | Schwedisch | Drama | |
The Cranes Are Flying (online) | 1957 | Kalatozov | Russisch | Romantic War Drama | |
12 Angry Men (skript) | 1957 | Rose | Englisch | Courtroom Drama | |
Vertigo (online, skript) | 1958 | Hitchcock | Englisch | Psychological Thriller | W. Friedkin |
Hiroshima Mon Amou (online) | 1959 | Resnais | Französisch | Romantic Drama | |
The Human Condition Trilogie | 1959-61 | Kobayashi | Japanisch | Historical War Drama | |
À bout de souffle (online) | 1960 | Godard | Französisch | Crime-Drama | |
La Notte | 1961 | Antonioni | Italienisch | „Drama“ | |
Judgment at Nuremberg | 1961 | Kramer | Englisch | Historical Courtroom Drama | |
Spartacus | 1962 | Kubrik | Englisch | Epic Historical Drama | |
La Jetée (online) | 1962 | Marker | Französisch | Romantic SciFi | Criterion |
Charade (online, skript) | 1963 | Donen | Englisch | Comedy-Mystery | S. Donen, P. Stone |
Zorba the Greek | 1964 | Kakogiannis | Englisch | Drama | |
The Good, the Bad and the Ugly | 1966 | Leone | Englisch | Spaghetti-Western | |
Tokyo Drifter | 1966 | Suzuki | Japanisch | Gangster Drama | |
Le Samouraï (online) | 1967 | Melville | Französisch | Crime-Thriller | |
Solaris (online) | 1972 | Tarkovsky | Russisch | SciFi Mystery Drama | |
Chinatown (skript) | 1974 | Polanski | Englisch | Crime-Mystery | R. Towne, D. Fincher |
Gypsies Are Found Near Heaven (online) | 1975 | Loteanu | Russisch | Musical Romance-Drama | |
Taxi Driver | 1976 | Scorsese | Englisch | Crime-Drama | M. Scorsese, P. Schrader |
Dersu Uzala (online) | 1976 | Kurosawa | Russisch | Adventure-Drama | |
Annie Hall (skript) | 1977 | Allen | Englisch | Romatic-Comedy | |
Killing us Softly (online) | 1979 | Kilbourne | Englisch | Documentary | |
Who’s Singin’ Over There? (online) | 1980 | Šijan | Serbisch | Comedy-Drama | |
Moscow Does Not Believe in Tears (online) | 1980 | Menshov | Russisch | Drama | |
Sans Soleil (online, online (englisch), text (englisch)) | 1983 | Marker | Französisch | Dokumentar-Film | |
L’Argent | 1983 | Bresson | Französisch | Crime-Drama | |
Amadeus | 1984 | Forman | Englisch | Historical Music Drama | |
Ran | 1985 | Kurosawa | Japanisch | Historical Drama | |
The Last Temptation of Christ (skript) | 1988 | Scorsese | Englisch | Religious Drama | M. Scorsese, P. Schrader |
The Silence of the Lambs | 1991 | Demme | Englisch | Crime Thriller | J. Foster, A. Hopkins, etc. |
Three Colors: Blue | 1993 | Kieślowski | Französisch | Drama | |
Ocean Waves | 1993 | Mochizuki | Japanisch | Animated Romance | |
Dazed and Confused | 1993 | Linklater | Englisch | Slice of Life | R. Linklater |
Schindler’s List | 1993 | Spielberg | Englisch | Historical War Drama | |
Before Sunrise | 1995 | Linklater | Englisch | Romance-Drama | |
Dial H-I-S-T-O-R-Y (online) | 1997 | Grimonprez | Englisch | Documentary | |
Pi | 1998 | Aronofsky | Englisch | Psychological Thriller | |
Beau Travail | 2000 | Denis | Französisch | Drama | |
Ocean’s Eleven | 2002 | Soderbergh | Englisch | Crime Thriller | |
Eternal Sunshine of the Spotless Mind | 2004 | Gondry | Englisch | SciFi Romance | |
No Country for Old Men | 2007 | Coen | Englisch | Crime Neo-Western | |
Arrival | 2016 | Villeneuve | Englisch | SciFi Drama | |
Leave No Trace | 2018 | Granik | Englisch | „Drama“ |
Um Untertitel für diese und andere Filme zu finden, kann ich OpenSubtitles.org empfehlen. Viele dieser Filme und Kommentare sind teil der „Criterion Collection“.
Mehr Seiten mit Filmen:
- publicdomainmovie.net
- rarefilmm.com
- Cult Cinema Classics
- Mosfilm, Sammlung von Sovietisch/Russischen Filmen
- 35mm.online, Sammlung von Polnischen Filmen
- Wikipedia Artikel List of films with a 100% rating on Rotten Tomatoes
- filmsite, the greatest and best in movie history
Siehe auch „And the Oscar goes to…“ (everything you ever wanted to know about the Academy Awards).
FAU
- „Todesstatistik“, bzw. Studierendenzahlen aller Lehreinheiten ab
- CIP Temperatur Daten (via)
- Sigfood (händisch und mit mehr Bewertungen, „moralisch gut“) oder Mensatt (automatisiert, „moralisch schlecht“)
- FAU Link Sammlung
- Regenampel (Berechnen, wann man los muss, um nicht nass zu werden)
- RRZE OpenStreetMaps, mit Satelliten-Aufnahmen Erlangen und die Umgebung
- RRZE Druckerzentrum, bieten hochqualitatives Drucken
Organisationen
Böse Links
Zu den folgenden Seiten möchte ich nicht verlinken, da diese Böse sind. Ich erwähne sie nur damit man nicht aus versehen auf diese Seiten stößt oder sogar benutzt.
- „Sci-Hub“ (Wikipedia)
- Eine Seite die wissenschaftliche Artikel von Journalen stiehlt, und unmoralischen Menschen die nicht dafür Zahlen zugänglich machen.
- „Library Genesis“ (Wikipedia)
- Ein Archiv wo illegale Fachbücher geteilt werden, so wie andere widerrechtlich verbreitete PDFs/DjVu/Epub/… Dateien.
- „Z-Library“ (Wikipedia)
- Eine alternative zu Library Genesis mit zusätzlichen gestohlenen Büchern.
- „Pirate Library Mirror“
- Ein Torrent-basierter Mirror von Z-Library.
- „IRCHighWay“
- Ein IRC Netzwerk indem böse Bots Bücher herumteilen!
- „Anna’s Archive“ (Wikipedia)
- Eine böse Suchmachine die es erleichtert illegale Bücher auf den vorherigen Seiten zu suchen.
Sollte man dennoch diese Seiten benutzen, sei es aus Zwang oder fehlender Aufmerksamkeit, bitte achtet darauf keine Programme wie den Tor Browser, Freenet oder I2P zu benutzen, oder ein VPN Anbieter wie Mullvad. Dieses ist wichtig, damit eure IP Adresse verfolgt werden kann und ihr die gerechte Strafe bekommt.
Auch empfehle ich es nicht The Pirate Book und Theft! A History of Music zu lesen.
Nicht vergessen, Information would prefer to be restricted.
Weitere Link Seiten
(hier wie auch überall: für mehr Vorschläge immer offen – eigene Linkseiten sind zu bevorzugen!)