European. Liberal. Insufferable green. History graduate. I never downvote opinions and I do not engage with people who downvote mine. Comments with vulgarity, or snark, or other low-effort content, will also be ignored.

  • 30 Posts
  • 2.09K Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle

  • its not difficult to pipe a file of packages into a shell loop to get the behavior as described

    It’s possible, but “not difficult” is a bit of a stretch. FWIW I’ve used this in the past, among other hacky solutions that don’t always work as expected:

    # Print packages installed from different origins.
    # Exclude standard Ubuntu repositories.
    
    grep -H '^Origin:' /var/lib/apt/lists/*Release | grep -v ' Ubuntu$' | sort -u \
    | while read -r line; do
        origin=${line#* }
        echo $origin:
        list=${line%%:*}
        sed -rn 's/^Package: (.*)$/\1/p' ${list%_*Release}*Packages | sort -u \
        | xargs -r dpkg -l 2>/dev/null | grep '^.i '
        echo
    done
    












  • Well I for one will be interested to hear how it went. I’m planning a bike trip later this summer and accommodation is (naturally) the big question mark. I hate camping so that’s out. But proper hotels are basically unaffordable in much of Europe. AirBnb (ugh) is hit and miss. Hostels tend to have great locations but they’re few and far between and becoming pretty poor value too, in my experience (crummy bunk bed in dorm for 2/3 the price of a private ensuite etc). So I’m always interested to hear in whatever other options exist.


  • What’s up with the “quite some”, is this not in the right context or what?

    It’s just non-idiom, the sort of thing that really good non-native speakers will say that instantly betrays them! Like the tricky difference between present perfect and past tenses - it’s all but impossible for foreigners to score 100% on that. Or when I get a gender wrong in a Latin language - something no native would ever do! Anyway, I like languages but it’s of zero importance.

    When you see those clueless creatures on the streets, just trying to mirror the moves

    Had never noticed this. I am not as observant as you. But I like to think more observant than most people when it comes to pigeons.

    My pet theory on pigeons, part of the reason I’m interested in them, is that they are the mirror reflection of humans. Which is why so many people hate them. They’re scruffy, they eat junk, there’s too many of them, they’re literally the same shade as concrete and tarmac. People kick them away because nobody wants to be reminded of of how feral we are. They throw back in our face everything that we hate about ourselves. And maybe also because we subconsciously need an underclass to hate and despise. They fill the role of peasants and serfs in feudal society.

    But perhaps I’m overthinking it!



  • Yeah, IMO even feeding seeds is a bit of an ethical conundrum given that the offspring you facilitate will probably be eating trash. My go-to factoid is that pigeons can live to 17 but typically only manage 2 in urban environments.

    quite some

    Unless this was a typo, it betrays a non-native! Your written English is pitch perfect so I was a bit curious. No need to say, it’s unimportant!