sebrem77 - sebrem's photo stream
sebrem's photo stream

Random pictures I took during everyday life and other stuff from the internet

1499 posts

Existentialism Is A Branch Of Philosophy Born Out Of Metaphysics. Where Metaphysics Is Concerned With

Existentialism is a branch of philosophy born out of Metaphysics. Where Metaphysics is concerned with what is beyond the physical realm, Existentialism focuses on existence itself, existence of the individual and from the individual’s point of view, as opposed to the more wide-scale approach to...

  • noctourniquet-remade
    noctourniquet-remade liked this · 9 years ago
  • vndertheradar
    vndertheradar reblogged this · 9 years ago
  • fandomslikewoah
    fandomslikewoah reblogged this · 9 years ago
  • fandomslikewoah
    fandomslikewoah liked this · 9 years ago
  • curtigghiu
    curtigghiu liked this · 9 years ago
  • teh-dancing-giraffe
    teh-dancing-giraffe reblogged this · 10 years ago
  • teh-dancing-giraffe
    teh-dancing-giraffe liked this · 10 years ago
  • jodqriel
    jodqriel reblogged this · 10 years ago
  • jodqriel
    jodqriel liked this · 10 years ago
  • skyconlb2
    skyconlb2 liked this · 10 years ago
  • sebrem77
    sebrem77 reblogged this · 10 years ago
  • sebrem77
    sebrem77 liked this · 10 years ago
  • artupintheclouds
    artupintheclouds liked this · 11 years ago
  • conkoclock
    conkoclock liked this · 11 years ago
  • crayonmontana
    crayonmontana reblogged this · 11 years ago
  • crayonmontana
    crayonmontana liked this · 11 years ago
  • largishcat
    largishcat liked this · 11 years ago
  • rainbowzandunicornz-blog
    rainbowzandunicornz-blog liked this · 11 years ago
  • watermelondays
    watermelondays reblogged this · 11 years ago
  • sh1nhy3
    sh1nhy3 liked this · 11 years ago
  • chrinstie
    chrinstie liked this · 11 years ago
  • nai3v3
    nai3v3 liked this · 12 years ago
  • with-a-weathered-heart
    with-a-weathered-heart reblogged this · 12 years ago
  • with-a-weathered-heart
    with-a-weathered-heart liked this · 12 years ago
  • where--we--belong-blog
    where--we--belong-blog reblogged this · 12 years ago
  • girlinacoat
    girlinacoat liked this · 12 years ago
  • trampoline6t-blog
    trampoline6t-blog reblogged this · 13 years ago
  • implantsdentalcare-blog
    implantsdentalcare-blog liked this · 14 years ago

More Posts from Sebrem77

10 years ago
Mid-#November And Still Blossoming #flowers :) (15.11.14) (en Dresdener Strae, Dortmund)

Mid-#November and still blossoming #flowers :) (15.11.14) (en Dresdener Straße, Dortmund)


Tags :
10 years ago
Pair Of #autumn #trees #bw #inkwell (en Studentenwohnheim Meitnerweg)

Pair of #autumn #trees #bw #inkwell (en Studentenwohnheim Meitnerweg)


Tags :
10 years ago
I Woke Up To This Today... #clouds #sky (en Dortmund Nordstadt)

I woke up to this today... #clouds #sky (en Dortmund Nordstadt)


Tags :
10 years ago

Snapshots Nov 12, 2014

And here are some photos from yesterday, the sky was an artist again:

2014-11-12
2014-11-12
2014-11-12
2014-11-12
2014-11-12
2014-11-12
2014-11-12
2014-11-12
2014-11-13
2014-11-13

TAP

jQuery(document).ready(function() { jQuery('#id629-AlpinePhotoTiles_container').addClass('loading'); }); // Check for on() ( jQuery 1.7+ ) if( jQuery.isFunction( jQuery(window).on ) ){ jQuery(window).on('load', function(){ jQuery('#id629-AlpinePhotoTiles_container').removeClass('loading'); var alpineLoadPlugin = function(){ jQuery('#id629-hidden-parent').AlpinePhotoTilesPlugin({ id:'id629', style:'bookshelf', shape:'vertical', perRow:4, imageBorder:0, imageShadow:0, imageCurve:0, imageHighlight:0, lightbox:1, galleryHeight:0, // Keep for Compatibility galRatioWidth:800, galRatioHeight:600, highlight:'#64a2d8', pinIt:0, siteURL:'http://blog.sebrem.de', callback: function(){jQuery( '#id629-AlpinePhotoTiles_container a.AlpinePhotoTiles-lightbox' ).attr( 'rel', 'alpine-fancybox-safemode-id629' );if(jQuery().fancyboxForAlpine){jQuery( 'a[rel^=\'alpine-fancybox-safemode-id629\']' ).fancyboxForAlpine( { titleShow: false, overlayOpacity: .8, overlayColor: '#000', titleShow: true, titlePosition: 'inside' } );}} }); } // Load Alpine Plugin if( jQuery().AlpinePhotoTilesPlugin ){ alpineLoadPlugin(); }else{ // Load Alpine Script and Style var css = 'https://blog.sebrem.de/wp-content/plugins/alpine-photo-tile-for-picasa-and-google-plus/css/AlpinePhotoTiles_style.css'; var link = jQuery(document.createElement('link')).attr({'rel':'stylesheet','href':css,'type':'text/css','media':'screen'}); jQuery.getScript('https://blog.sebrem.de/wp-content/plugins/alpine-photo-tile-for-picasa-and-google-plus/js/AlpinePhotoTiles_script.js', function(){ if(document.createStyleSheet){ document.createStyleSheet(css); }else{ jQuery('head').append(link); } if( !jQuery().fancyboxForAlpine ){ // Load Lightbox jQuery.getScript('https://blog.sebrem.de/wp-content/plugins/alpine-photo-tile-for-picasa-and-google-plus/js/fancybox-alpine-safemode/jquery.fancyboxForAlpine-1.3.4.pack.js?ver=1.3.4', function(){ css = 'https://blog.sebrem.de/wp-content/plugins/alpine-photo-tile-for-picasa-and-google-plus/js/fancybox-alpine-safemode/jquery.fancyboxForAlpine-1.3.4.css?ver=1.3.4'; link = jQuery(document.createElement('link')).attr({'rel':'stylesheet','href':css,'type':'text/css','media':'screen'}); if(document.createStyleSheet){ document.createStyleSheet(css); }else{ jQuery('head').append(link); } alpineLoadPlugin(); }); // Close getScript }else{ alpineLoadPlugin(); } }); // Close getScript } }); }else{ // Otherwise, use bind() jQuery(window).bind('load', function(){ jQuery('#id629-AlpinePhotoTiles_container').removeClass('loading'); var alpineLoadPlugin = function(){ jQuery('#id629-hidden-parent').AlpinePhotoTilesPlugin({ id:'id629', style:'bookshelf', shape:'vertical', perRow:4, imageBorder:0, imageShadow:0, imageCurve:0, imageHighlight:0, lightbox:1, galleryHeight:0, // Keep for Compatibility galRatioWidth:800, galRatioHeight:600, highlight:'#64a2d8', pinIt:0, siteURL:'http://blog.sebrem.de', callback: function(){jQuery( '#id629-AlpinePhotoTiles_container a.AlpinePhotoTiles-lightbox' ).attr( 'rel', 'alpine-fancybox-safemode-id629' );if(jQuery().fancyboxForAlpine){jQuery( 'a[rel^=\'alpine-fancybox-safemode-id629\']' ).fancyboxForAlpine( { titleShow: false, overlayOpacity: .8, overlayColor: '#000', titleShow: true, titlePosition: 'inside' } );}} }); } // Load Alpine Plugin if( jQuery().AlpinePhotoTilesPlugin ){ alpineLoadPlugin(); }else{ // Load Alpine Script and Style var css = 'https://blog.sebrem.de/wp-content/plugins/alpine-photo-tile-for-picasa-and-google-plus/css/AlpinePhotoTiles_style.css'; var link = jQuery(document.createElement('link')).attr({'rel':'stylesheet','href':css,'type':'text/css','media':'screen'}); jQuery.getScript('https://blog.sebrem.de/wp-content/plugins/alpine-photo-tile-for-picasa-and-google-plus/js/AlpinePhotoTiles_script.js', function(){ if(document.createStyleSheet){ document.createStyleSheet(css); }else{ jQuery('head').append(link); } if( !jQuery().fancyboxForAlpine ){ // Load Lightbox jQuery.getScript('https://blog.sebrem.de/wp-content/plugins/alpine-photo-tile-for-picasa-and-google-plus/js/fancybox-alpine-safemode/jquery.fancyboxForAlpine-1.3.4.pack.js?ver=1.3.4', function(){ css = 'https://blog.sebrem.de/wp-content/plugins/alpine-photo-tile-for-picasa-and-google-plus/js/fancybox-alpine-safemode/jquery.fancyboxForAlpine-1.3.4.css?ver=1.3.4'; link = jQuery(document.createElement('link')).attr({'rel':'stylesheet','href':css,'type':'text/css','media':'screen'}); if(document.createStyleSheet){ document.createStyleSheet(css); }else{ jQuery('head').append(link); } alpineLoadPlugin(); }); // Close getScript }else{ alpineLoadPlugin(); } }); // Close getScript } }); }

Click on the photos to zoom, visit Picasa for full-size-pics and location data and also if you don’t see any photos above because you’re viewing the post on tumblr and the photos are embedded via a WordPress widget.

Some of the photos are also on Instagram:

Dortmund #Westfalenstadion hiding behind #autumn #trees #hefe

Ein von Sebastian Bremicker (@sebrem77) gepostetes Foto on Nov 11, 2014 at 2:03 PST

Layer #clouds

Ein von Sebastian Bremicker (@sebrem77) gepostetes Foto on Nov 11, 2014 at 2:26 PST

Another bus window #snapshot

Ein von Sebastian Bremicker (@sebrem77) gepostetes Foto on Nov 11, 2014 at 2:34 PST

Welcome to the #twilight zone

;)

#sky #nofilter

Ein von Sebastian Bremicker (@sebrem77) gepostetes Foto on Nov 11, 2014 at 5:19 PST

Pink #sunset 12.11.14 #nofilter

Ein von Sebastian Bremicker (@sebrem77) gepostetes Foto on Nov 11, 2014 at 8:19 PST

Snapshots Nov 12, 2014 was originally published on sebrem's musings


Tags :
10 years ago
Black&white Challenge - I Have Been Nominated By @tbotbo79 To Post B/w Photos One Each During 5 Days.

Black&white challenge - I have been nominated by @tbotbo79 to post b/w photos one each during 5 days. Who else dares to be nominated? :) Pic 5/5: Throwback Thursday - this tape sits in the non-working player all the time, I even don't know who copied the LP or CD to it :) #throwbackthursday #bwchallenge #tape #pinkfloyd #thewall (en Bornstraße)


Tags :