home.social

Search

992 results for “flox”

  1. CW: looking for remote work, replies/boosts encouraged

    @eri These two sites might be interesting for you

    * WeWorkRemotely.com/

    * keyvalues.com/ - allows pairing values to companies

    More resources on this post - floss.social/@FLOX_advocate/10

    Also, #RaiseMe might have a career counseling event soon, I'm waiting for details

    Good luck!

  2. #SCaLE18x job board is up in the main lobby on the way to the registration desk

    we have 3 #BoFs thus far tonight

    use #SCaLE18xJobs to post about openings

    Jobs and Career BoF Friday at 19:00

    socallinuxexpo.org/scale/18x/p

    #FLOSSjobs #FLOSSconf #FLOSSevent #FLOX

  3. debian bug squashing party runs three hours tonight in Ballroom C

    #SCaLE17x #FLOX #FLOSSconf #BoFs

  4. many #BoFS tonight: HubbleStack, Libre Graphics, Open edX, Debian Bug Squashing Party, Sugar Childrens Learning UI, AI Tools for DevOps and Amateaur Radio Networking in the first hour

    #SCaLE17x #FLOX

  5. #SCaLE17x job board

    a little fuzzy and badly panoramad, but it's the last one I took, so has the most info

    #FLOSSjobs #FLOX

  6. One final resume review from #SCaLE17x to give in the morning

    We had a great turnout for the jobs BoF Friday night, kept us busy the entire two hours

    Lots of people changing careers ( some back into tech ) and quite a few students

    I hope our advice was helpful!

    #FLOSSconf #FLOSSjobs #FLOX

  7. #LibrePlanet starts in 10 days, the schedule is now up

    There are some interesting topics

    Can't make it this year, so will have to wait for the great talks to appear online

    I did see "Why I forked my own project & my own company" at #SCaLE17x last weekend. Great talk from Frank, the founder of #Nextcloud

    libreplanet.org/2019/program/g

    #FLOSSconf #FLOSSevents #FLOX #Boston

  8. not good enough that you have access to the source code, you have to trust the source code and have a reliable, vibrant community

    #SCaLE17x #FLOX #FLOSSevents

  9. closed source firmware?

    he doesn't mention, but I have talked to the BadBIOS team at SeaGL the last couple years

    #SCaLE17x #FLOX #FLOSSevents

  10. After #SCaLE17x dinner tonight

    Interested in joining some other attendees to decompress after a great conference?

    We'll be meeting in the lobby at the corner between Ballroom B and Ballroom C at 18:00

    We'll pick a place to go and head out

    #FLOSSevents #FLOSSnosh #FLOX

  11. "Get Your Insecure PostgreSQL Passwords to SCRAM!"

    Thursday morning at 09:30 in room 105, #SCaLE18x

    Hope it includes at least one image of a #scramjet !

    "How SCRAM works with a step-by-step deep dive into the algorithm" is useful for lots of services

    #FLOSSconf #FLOSSevent #FLOX #PostgreSQL

  12. Capture STDOUT, STDERR and return status in shell variables

    This second answer ( the one with the banana function ) shows how to capture all three to variables in bash without needing tmp files

    stackoverflow.com/questions/13

    ----
    banana() {
    echo "banana to stdout"
    echo >&2 "banana to stderr"
    return 42
    }
    ----

    ----
    . <({ berr=$({ bout=$(banana); bret=$?; } 2>&1; declare -p bout bret >&2); declare -p berr; } 2>&1)
    ----

    Then check values of $bout, $berr, $bret

    #ShellTricks #bash #FLOX

  13. Capture STDOUT, STDERR and return status in shell variables

    This second answer ( the one with the banana function ) shows how to capture all three to variables in bash without needing tmp files

    stackoverflow.com/questions/13

    ----
    banana() {
    echo "banana to stdout"
    echo >&2 "banana to stderr"
    return 42
    }
    ----

    ----
    . <({ berr=$({ bout=$(banana); bret=$?; } 2>&1; declare -p bout bret >&2); declare -p berr; } 2>&1)
    ----

    Then check values of $bout, $berr, $bret

    #ShellTricks #bash #FLOX

  14. #DebConf2020 was showing short videos from attendees, a couple of which involved tea, for which a few of us were happy

    I mentioned #TeaGL for #SeaGL in November

    We have had a tea time at the conference the last couple years

    We can't do that with a virtual conference this year, but we have some good plans that we're not quite ready to announce

    #WatchThisSpace #ForeShadow

    #FLOSSevent #FLOSSconf #FLOSScommunity #FLOX #FreeAsInTea

  15. CfP closes: September 27th

    One day left to get in proposals for the Linux Application Summit

    Are you innovating in the Linux app ecosystem or platform diversity?

    Are you building a business using or around Free Software?

    Do you have experience or insight to share about Free Software licensing or open source business models?

    linuxappsummit.org/cfp/

    #cfp #FLOSSconf #FLOSSevent #FLOX #LAS2020