Jutta Oesterle-Schwerin

Jutta Oesterle-Schwerin (25 February 1941 in Jerusalem) is a German politician, representative of the Social Democratic Party and later in life of Alliance '90/The Greens. She is the sister of Israeli historian Tom Segev.

Life

Born and raised in Jerusalem to Jewish refugees from Germany, Oesterle-Schwerin's father Heinz Schwerin was killed Israel's War of Independence and her mother Ricarda was a photographer. She studied Interior design in Stuttgart and graduated in 1969, and in 1974 became a member of Social Democratic Party (SPD). In 1980, (NATO Double-Track Decision), she left German party SPD and became 1983 a member of German party Alliance '90/The Greens. From 1987 to 1990 she was member of German Bundestag for Alliance '90/The Greens.[1] On 28 November 1989, she objected to German reunification, stating that there was not a single sensible reason for German unity.[2] Until 2008 Oesterle-Schwerin worked as a freelance architect in Berlin.

gollark: Do you like my `argv[0]`-setting code, by the way? I think that's what it has to use to deceive `ps ax`.
gollark: It's not like you can check, except by checking.
gollark: My thing provides different names for each.
gollark: They do in `ps ax` but not `ps -A` or `top`.
gollark: ```pythondef set_first_argv(name): libc = ctypes.CDLL(None) getenv = libc.getenv getenv.argtypes = [ctypes.c_char_p] getenv.restype = ctypes.c_void_p envloc = libc.getenv(b"USER") scan = b"python3" ssize = len(scan) buf = ctypes.create_string_buffer(ssize) for i in range(0, -2048, -1): ctypes.memmove(buf, envloc + i, ssize) res = b"".join(buf[j] for j in range(ssize)) if res == scan: argv0 = envloc + i break else: return del buf name += b"\x00" * 128 buf = ctypes.create_string_buffer(len(name)) buf.value = name ctypes.memmove(argv0, buf, len(name))```↑ GAZE upon it

See also

  • List of Social Democratic Party of Germany politicians

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.