home.social

Search

244 results for “DocBohn”

  1. Yesterday I gave a talk about the capstone program in our School of Computing (5-6 students on a 30-week project), and I made a fun contrast with a typical subject-specific course.

    #ComputerScienceEducation #AcademicMastodon @academicchatter

  2. If you don't want to depend on the name of the original file, replace the #embed line with
    ```
    #embed __FILE__
    ```

  3. Thanks to the #c23 #embed macro, I may have written the world's shortest #quine.
    ```c
    #include<stdio.h>
    int main(){puts((char[]){
    #embed"q.c"
    ,0});}
    ```
    (I doubt that I'm the first to do this)
    We just need to politely ignore the extra `\n` injected by `puts`. Otherwise, replace `puts` with `printf`.

  4. CW: Flying Manure

    Ah, the quiet dignity of the country life.

    #RanchLife #manure

  5. 🤔 The existence of device drivers implies the existence of device irons.

    #ProgrammerHumor #GolfHumor #DadJoke

  6. Restored Union Pacific steam locomotive #UP4014 just east of North Bend, NE, en route to the College World Series.

  7. Rose is married to Onslow.
    Violet has room for a pony. (Neigh!)
    Daisy is the third sister
    of Hyacinth Bucket.

    #ValentinesDay
    #KeepingUpAppearances

  8. Looks like the neighbor's beanfield is getting sprayed. #CropDuster

  9. I love it when a Senior Design project sponsor publicly brags about our students.

    A team of #UNL School of Computing students developed a custom on-screen guide for #NebraskaPublicMedia's NextGen TV channel -- and won the Senior Design Platinum Award in the process.

    nebraskapublicmedia.org/es/abo

    #LNK #OMA #Lincoln #Omaha @lnk #Nebraska

  10. I oversee the #UNL #SchoolOfComputing #SeniorDesign program, but every now & again I'll sponsor a project. Two years ago it was "Running Robots" (youtube.com/watch?v=sSgxRdSuxI). This year, "Running Robots Rerun" -- phone control (instead of RC controller), optional VR headset for bot's-eye view, more game options.