Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Notices by binfalse (martin@mstdn.binfalse.de), page 6

  1. binfalse (martin@mstdn.binfalse.de)'s status on Friday, 05-Apr-2019 12:03:08 UTC binfalse binfalse

    https://www.duden.de/haeufige_fehler/Ingeneur

    Weitere falsche Varianten sind: Inschenör 🤨

    In conversation Friday, 05-Apr-2019 12:03:08 UTC from mstdn.binfalse.de permalink

    Attachments


  2. binfalse (martin@mstdn.binfalse.de)'s status on Friday, 05-Apr-2019 06:06:44 UTC binfalse binfalse
    • Mac

    @macst3r
    Ich nehme auch gern 20!
    In der kita/Krippe gibt's regelmäßig Diskussionen, ob sie überhaupt sagen dürfen, was die Kinder singen... 🤦♀️
    Kann man damit vielleicht gut erschlagen... Fig. und lit. 😜

    In conversation Friday, 05-Apr-2019 06:06:44 UTC from mstdn.binfalse.de permalink
  3. binfalse (martin@mstdn.binfalse.de)'s status on Thursday, 04-Apr-2019 19:06:22 UTC binfalse binfalse
    • Mac

    @macst3r
    Ja, cool, gern! Wie kann ich eins bekommen? 😀

    In conversation Thursday, 04-Apr-2019 19:06:22 UTC from mstdn.binfalse.de permalink
  4. muesli (fribbledom@mastodon.social)'s status on Saturday, 30-Mar-2019 05:31:25 UTC muesli muesli

    "Which Programming Languages Use the Least Electricity?"

    Sounds like a silly question, but makes for a rather intriguing read!

    https://thenewstack.io/which-programming-languages-use-the-least-electricity

    In conversation Saturday, 30-Mar-2019 05:31:25 UTC from mastodon.social permalink Repeated by martin
  5. Jorge Saturno :oa: (jorge@scholar.social)'s status on Thursday, 28-Mar-2019 14:39:11 UTC Jorge Saturno :oa: Jorge Saturno :oa:

    Let's make a contest! 🏆
    See who finds the ugliest academic-related logo design.

    I will start with this one 😄

    In conversation Thursday, 28-Mar-2019 14:39:11 UTC from scholar.social permalink Repeated by martin

    Attachments


    1. https://s3.amazonaws.com/scholarsocial/media_attachments/files/001/254/684/original/495f9098b32d0d7b.png
  6. hex (hexdefined@mastodon.social)'s status on Saturday, 16-Mar-2019 20:08:42 UTC hex hex

    3 types of programs:

    $ foo -h
    invalid option -- 'h'
    Try 'foo --help' for more information.

    $ foo --help
    invalid option -- '-'
    usage: foo [-iuegnvlairKnsivrngvV] qux blarg

    $ foo --help
    unknown option '--help', continuing anyway
    deleting your files...
    ^C^Cdeleting more files...^C

    In conversation Saturday, 16-Mar-2019 20:08:42 UTC from mastodon.social permalink Repeated by martin
  7. bormel (bormel@mastodonten.de)'s status on Saturday, 09-Mar-2019 12:34:42 UTC bormel bormel

    Meine Schüler haben mit Hilfe eines #RaspberryPi einen Magic Mirror für unsere Schule gebaut und dabei den ersten Preis beim #DigiYou Wettbewerb gewonnen. Der Spiegel erkennt mit Kamera und Gesichtserkennung, wer vor ihm steht und holt dann alle relevanten Daten aus dem Netz (Vertretungsplan, Klassenarbeiten, Schultermine, schwarzes Brett, Mittagessen), um sie auf einer Seite übersichtlich und personalisiert darzustellen. Auch die Ministerin wurde erkannt.

    #informatik
    #medienkompetenz
    #schule

    In conversation Saturday, 09-Mar-2019 12:34:42 UTC from mastodonten.de permalink Repeated by martin

    Attachments


    1. https://mstdn.binfalse.de/system/media_attachments/files/000/044/263/original/a82f245006705efe.jpeg

    2. https://mstdn.binfalse.de/system/media_attachments/files/000/044/264/original/242cbd371702bd69.jpeg

    3. https://mstdn.binfalse.de/system/media_attachments/files/000/044/265/original/a9a94cad5fb97aae.jpeg
  8. Elias Mårtenson (loke@functional.cafe)'s status on Wednesday, 06-Mar-2019 08:32:19 UTC Elias Mårtenson Elias Mårtenson
    in reply to
    • binfalse

    @martin Java 11 is a bit of a mess. Up until 8 they preserved Java backwards compatibility so that (almost) all code would run unchanged. Now, it's a different story, and a lot of complex software can't run anymore.

    In particular, ABCL can't run on anything newer than 8, and probably will never be able to.

    In conversation Wednesday, 06-Mar-2019 08:32:19 UTC from functional.cafe permalink Repeated by martin
  9. binfalse (martin@mstdn.binfalse.de)'s status on Wednesday, 06-Mar-2019 08:37:31 UTC binfalse binfalse
    • Aarkon

    @Aarkon well java 11 is the current version, isn't it? but my issue is actually a bug in openjdk 11+ https://bugs.openjdk.java.net/browse/JDK-8212233

    Their workaround is to pollute the pom to use java-8 for javadoc (and java-11 for the rest). But... no. :angry_trump:

    My workaround is to replace the javadoc binary in java-11 with a link to the binary in java-8:

    /usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc -> /usr/lib/jvm/java-8-openjdk-amd64/bin/javado

    and wait until their official fix drips down to my setup...

    In conversation Wednesday, 06-Mar-2019 08:37:31 UTC from mstdn.binfalse.de permalink

    Attachments


  10. binfalse (martin@mstdn.binfalse.de)'s status on Wednesday, 06-Mar-2019 08:07:16 UTC binfalse binfalse

    I'm not amused by #openjdk these days.

    maven won't deploy with java-11 because
    > javadoc: error - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/7/docs/api/ are in the unnamed module.

    and it won't deploy with java-8, because
    > Execution default-test of goal XXX failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?

    java-7 can't be installed because of dependency issues

    and that's again when the hacking starts... 🤦

    In conversation Wednesday, 06-Mar-2019 08:07:16 UTC from mstdn.binfalse.de permalink

    Attachments


  11. binfalse (martin@mstdn.binfalse.de)'s status on Tuesday, 26-Feb-2019 11:29:27 UTC binfalse binfalse
    • utzer ~Friendica~

    @utzer ??? versteh ich nicht... keine ahnung was du meinst

    In conversation Tuesday, 26-Feb-2019 11:29:27 UTC from mstdn.binfalse.de permalink

    Attachments


    1. https://mstdn.binfalse.de/system/media_attachments/files/000/040/299/original/1db231ec9b72b370.jpeg
  12. binfalse (martin@mstdn.binfalse.de)'s status on Tuesday, 26-Feb-2019 08:34:11 UTC binfalse binfalse

    Warum die da wohl Anführungszeichen hingemacht haben? Ist das ein Zitat? Oder soll das Ironie verdeutlichen? Puzzled...

    In conversation Tuesday, 26-Feb-2019 08:34:11 UTC from mstdn.binfalse.de permalink

    Attachments


    1. https://mstdn.binfalse.de/system/media_attachments/files/000/040/238/original/d3fd41c7697d39e9.jpg
  13. binfalse (martin@mstdn.binfalse.de)'s status on Monday, 25-Feb-2019 20:37:40 UTC binfalse binfalse

    @absturztaube
    Oha. That won't happen to me, I guess...
    But yesterday, the kids unplugged the charger next to my bed, so the phone didn't charge over night...

    In conversation Monday, 25-Feb-2019 20:37:40 UTC from mstdn.binfalse.de permalink
  14. binfalse (martin@mstdn.binfalse.de)'s status on Monday, 25-Feb-2019 19:17:28 UTC binfalse binfalse

    Today I learnt how safely you're locked out, when your phone runs out of power and everything's secured with #2FA... 🔒📵

    In conversation Monday, 25-Feb-2019 19:17:28 UTC from mstdn.binfalse.de permalink
  15. binfalse (martin@mstdn.binfalse.de)'s status on Wednesday, 13-Feb-2019 22:57:10 UTC binfalse binfalse
    • Björn

    @funqr
    Du hast dein Gerät gerade mit einer Flex zum Schweigen gebracht!! Wieviel mehr macht brauchst du noch!? 😲

    In conversation Wednesday, 13-Feb-2019 22:57:10 UTC from mstdn.binfalse.de permalink
  16. binfalse (martin@mstdn.binfalse.de)'s status on Thursday, 07-Feb-2019 20:54:19 UTC binfalse binfalse
    • tomthe

    @tomthe
    This algorithm browses Wikipedia to auto-generate textbooks

    Wikipedia is a valuable resource. But it’s not always obvious how to collate the content on any given topic into a coherent whole.

    https://www.technologyreview.com/s/612726/this-algorithm-browses-wikipedia-to-auto-generate-textbooks/

    In conversation Thursday, 07-Feb-2019 20:54:19 UTC from mstdn.binfalse.de permalink

    Attachments


    1. https://mstdn.binfalse.de/system/media_attachments/files/000/034/337/original/6969610c9bd66ffc.jpeg
  17. muesli (fribbledom@mastodon.social)'s status on Wednesday, 06-Feb-2019 18:24:38 UTC muesli muesli

    I guess it's time to update your Android device. Ahem... I meant it's time to pray your manufacturer of choice decides to provide an update for you.

    https://source.android.com/security/bulletin/2019-02-01

    "...that could allow a remote attacker using a specially crafted PNG file to execute arbitrary code..."

    In conversation Wednesday, 06-Feb-2019 18:24:38 UTC from mastodon.social permalink Repeated by martin
  18. tomthe (tomthe@mastodon.social)'s status on Monday, 04-Feb-2019 09:10:07 UTC tomthe tomthe

    https://yeahpython.github.io/game/game.html

    In conversation Monday, 04-Feb-2019 09:10:07 UTC from mastodon.social permalink Repeated by martin

    Attachments


  19. Rysiekúr Memesson (rysiek@mastodon.social)'s status on Sunday, 03-Feb-2019 15:07:06 UTC Rysiekúr Memesson Rysiekúr Memesson

    "Is that a Linux in your pocket or are you just happy to see me" #FOSDEM

    In conversation Sunday, 03-Feb-2019 15:07:06 UTC from mastodon.social permalink Repeated by martin
  20. binfalse (martin@mstdn.binfalse.de)'s status on Saturday, 02-Feb-2019 23:09:10 UTC binfalse binfalse
    • Christian Kalkhoff 🇪🇺🌊🐰

    @softmetz
    Gleich mal verbloggen? ;-)

    In conversation Saturday, 02-Feb-2019 23:09:10 UTC from mstdn.binfalse.de permalink
  • After
  • Before

User actions

    binfalse

    binfalse

    researcher + sysadmin + developer + rostocker papa -- https://binfalse.de/contact/

    Tags
    • (None)
    WebSub
    Pending

    Following 1

    • Toni

    Followers 2

    • ziggys
    • Toni

    Groups 0

      Statistics

      User ID
      13853
      Member since
      26 Sep 2018
      Notices
      147
      Daily average
      0

      Feeds

      • Atom
      • Help
      • About
      • FAQ
      • Privacy
      • Source
      • Version
      • Contact

      Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

      Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.