Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Notices by Bernie (codewiz@mstdn.io), page 4

  1. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 13:04:21 UTC Bernie Bernie
    in reply to
    • Milan Malfait

    @milanmlft I love it as a dessert 😋

    In conversation Sunday, 04-Feb-2024 13:04:21 UTC from mstdn.io permalink
  2. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 13:03:41 UTC Bernie Bernie

    @gyptazy The advantage.of the docker approach is that you can bind-mount local paths to run unit tests and other build artifacts. You can also interact with the DUT using standard I/O, with or without a pty. No ssh, no network filesystems and no VM image generation...

    In conversation Sunday, 04-Feb-2024 13:03:41 UTC from mstdn.io permalink
  3. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 10:45:51 UTC Bernie Bernie
    in reply to
    • Matthias Endler
    • Kevin Keller :OhNoBubble:

    @bugwhisperer @mre I had some more success after cropping the image a bit:

    https://g.co/bard/share/9181c230a5e2

    I'm kind of embarrassed for anyone who still works at Google 🤦♂️

    In conversation Sunday, 04-Feb-2024 10:45:51 UTC from mstdn.io permalink
  4. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 10:27:38 UTC Bernie Bernie
    in reply to
    • Matthias Endler
    • Kevin Keller :OhNoBubble:

    @bugwhisperer @mre I tried again using a VPN endpoint in the USA, and now it's censoring the photo because it contains "people" 🤭

    In conversation Sunday, 04-Feb-2024 10:27:38 UTC from mstdn.io permalink

    Attachments


    1. https://media.mstdn.io/mstdn-media/media_attachments/files/111/872/730/994/490/210/original/785fe54e84a2df15.png
  5. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 10:21:58 UTC Bernie Bernie
    in reply to
    • Matthias Endler
    • Kevin Keller :OhNoBubble:

    @bugwhisperer @mre Google #Bard is still not endangering many jobs...

    https://g.co/bard/share/56e691dcf957

    Wasn't image generation launched for Bard two days ago?

    In conversation Sunday, 04-Feb-2024 10:21:58 UTC from mstdn.io permalink
  6. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 10:12:38 UTC Bernie Bernie
    in reply to
    • Matthias Endler
    • Kevin Keller :OhNoBubble:

    @bugwhisperer @mre

    Second attempt: "Looks awesome, thanks! Can you add "Rust" in a fancy medieval font, and also scale it up for a desktop background?"

    Human artists need not apply.

    #OpenAI #ChatGPT #GPT4 #DALLE

    In conversation Sunday, 04-Feb-2024 10:12:38 UTC from mstdn.io permalink
  7. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 10:10:53 UTC Bernie Bernie
    in reply to
    • Matthias Endler
    • Kevin Keller :OhNoBubble:

    @bugwhisperer @mre There you go!

    All I asked was: "I just watched a talk on Rust, and the opening slide was pretty cool. Could you write a prompt for DALL-E to generate a similar image?"

    In conversation Sunday, 04-Feb-2024 10:10:53 UTC from mstdn.io permalink

    Attachments


    1. https://media.mstdn.io/mstdn-media/media_attachments/files/111/872/658/483/737/548/original/a57d39493064187a.png
  8. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 10:04:59 UTC Bernie Bernie
    in reply to
    • Milan Malfait

    @milanmlft I heard that some trappists couldn't be brewed any longer after the roof was rebuilt, killing the yeast in the cellar.

    And so now, even when it's raining inside, they'd rather build a small roof on top of the hole to avoid messing too much with the environment 😂

    In conversation Sunday, 04-Feb-2024 10:04:59 UTC from mstdn.io permalink
  9. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 10:03:24 UTC Bernie Bernie
    in reply to
    • Milan Malfait

    @milanmlft Tonight I want to try some rare trappist.

    In conversation Sunday, 04-Feb-2024 10:03:24 UTC from mstdn.io permalink
  10. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 09:57:11 UTC Bernie Bernie
    in reply to
    • Milan Malfait

    @milanmlft I had *4* lambics last night as part of a "dégustation de bière" (usually called "a flight" in English).

    In conversation Sunday, 04-Feb-2024 09:57:11 UTC from mstdn.io permalink
  11. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 09:53:54 UTC Bernie Bernie
    in reply to
    • Stéphane Bortzmeyer

    @bortzmeyer are you in the RISC-V room? I'm the guy in the back with the JAXA t-shirt.

    In conversation Sunday, 04-Feb-2024 09:53:54 UTC from mstdn.io permalink
  12. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 09:45:59 UTC Bernie Bernie
    in reply to

    slirp4netns is this weird thing for unprivileged network namespaces:

    https://github.com/rootless-containers/slirp4netns

    It's required by #podman because it runs without root privs.

    The #RISCV in #QEMU thing also works with classic #docker, but I'd rather use Podman for improved isolation.

    In conversation Sunday, 04-Feb-2024 09:45:59 UTC from mstdn.io permalink
  13. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 09:42:40 UTC Bernie Bernie
    in reply to

    TIL that you can just do this:

    dnf install qemu-user-static-riscv slirp4netns podman

    podman run --platform=linux/riscv64 -it docker.io/riscv64/ubuntu bash
    root@88bb76ac7391:/# uname -a
    Linux 88bb76ac7391 6.8.0-0.rc0.20240112git70d201a40823.5.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jan 12 16:56:17 UTC 2024 riscv64 riscv64 riscv64 GNU/Linux

    Note the weird combo of Fedora Rawhide kerneland riscv64 emulated by qemu 🤨

    #riscv #qemu #fedora #podman

    In conversation Sunday, 04-Feb-2024 09:42:40 UTC from mstdn.io permalink
  14. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 09:38:43 UTC Bernie Bernie
    in reply to
    • Stéphane Bortzmeyer

    @bortzmeyer That's how my phone camera "interprets" purple.

    It's a Pixel 8 Pro. I wouldn't be surprised if it was some photo processing model getting confused by the unusual hue.

    In conversation Sunday, 04-Feb-2024 09:38:43 UTC from mstdn.io permalink
  15. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 09:14:16 UTC Bernie Bernie
    in reply to

    Good morning from #FOSDEM. Today I'm in the #RISCV room, but they're having trouble with the projector 😵💫

    In conversation Sunday, 04-Feb-2024 09:14:16 UTC from mstdn.io permalink

    Attachments


    1. https://media.mstdn.io/mstdn-media/media_attachments/files/111/872/438/253/001/522/original/24d3868fd4f6b7ba.jpg
  16. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 09:11:59 UTC Bernie Bernie
    in reply to
    • Comral

    @Comral Yeah, today I'll stay away 🥴

    In conversation Sunday, 04-Feb-2024 09:11:59 UTC from mstdn.io permalink
  17. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 09:08:40 UTC Bernie Bernie
    in reply to
    • Matthias Endler
    • Kevin Keller :OhNoBubble:

    @bugwhisperer Perhaps we can convince @mre to share it?

    Otherwise, show my picture to ChatGPT and ask it to write a detailed prompt for a diffusion model, then paste it into Midjourney or DALL-E and pick the best one 😂

    In conversation Sunday, 04-Feb-2024 09:08:40 UTC from mstdn.io permalink
  18. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 09:02:29 UTC Bernie Bernie
    in reply to
    • Thunderbird: Free Your Inbox
    • Weiming Hu

    Thunderbird ♥️ Rust
    @weiming @thunderbird

    In conversation Sunday, 04-Feb-2024 09:02:29 UTC from mstdn.io permalink
  19. Bernie (codewiz@mstdn.io)'s status on Sunday, 04-Feb-2024 09:02:13 UTC Bernie Bernie
    in reply to
    • Thunderbird: Free Your Inbox
    • Weiming Hu

    @weiming @thunderbird Thunderbird ♥️

    In conversation Sunday, 04-Feb-2024 09:02:13 UTC from mstdn.io permalink
  20. Bernie (codewiz@mstdn.io)'s status on Saturday, 03-Feb-2024 19:01:31 UTC Bernie Bernie
    in reply to

    Someone who seemed knowledgeable recommended this beer 😋

    In conversation Saturday, 03-Feb-2024 19:01:31 UTC from mstdn.io permalink

    Attachments


    1. https://media.mstdn.io/mstdn-media/media_attachments/files/111/869/090/711/044/383/original/213cb956d2870c7c.jpg
  • After
  • Before

User actions

    Bernie

    Bernie

    🇮🇹 → 🇺🇸 → 🇯🇵 → 🇹🇭 → 🚀Nomadic Linux developer, currently in Los Angeles.#linux #rust #anime #spacex #cycling #travel #vegan #retrocomputing #amiga #fedi22𝑨𝑴𝑰𝑮𝑨 :amiga:

    Tags
    • (None)
    WebSub
    Pending
    ActivityPub
    Remote Profile

    Following 0

      Followers 1

      • Galip (Inactive)

      Groups 0

        Statistics

        User ID
        7840
        Member since
        27 Jan 2018
        Notices
        6555
        Daily average
        2

        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.