Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

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

  1. Bernie (codewiz@mstdn.io)'s status on Sunday, 05-Mar-2023 05:55:08 UTC Bernie Bernie
    in reply to
    • Boris Steipe

    @boris_steipe do they have a way to incrementally update the model now? ๐Ÿ˜ฎ

    I thought that was a major difficulty with Generative *Pre-trained* Transformers...

    In conversation Sunday, 05-Mar-2023 05:55:08 UTC from mstdn.io permalink
  2. Bernie (codewiz@mstdn.io)'s status on Sunday, 05-Mar-2023 05:50:31 UTC Bernie Bernie
    in reply to

    I just updated the AmigaOS page on #Wikipedia

    https://en.wikipedia.org/w/index.php?title=AmigaOS&diff=1142959677&oldid=1124422973&diffmode=source

    In conversation Sunday, 05-Mar-2023 05:50:31 UTC from mstdn.io permalink
  3. Bernie (codewiz@mstdn.io)'s status on Sunday, 05-Mar-2023 05:49:49 UTC Bernie Bernie

    AmigaOS 3.2 update 2 available for download NOW (*) :amiga:

    https://www.hyperion-entertainment.com/index.php/news/1-latest-news/307-new-update-2-of-amigaos-32-available-for-download-now
    #amiga #amigaos #retrocomputing

    (*) to those who previously purchased AmigaOS 3.2

    In conversation Sunday, 05-Mar-2023 05:49:49 UTC from mstdn.io permalink
  4. Bernie (codewiz@mstdn.io)'s status on Sunday, 05-Mar-2023 04:23:54 UTC Bernie Bernie

    Uh, what? Signal Desktop is now requesting a verification, but the clicking "Continue" does nothing, and canceling the dialog brings up a warning that verification is essentially obligatory ๐Ÿ˜ž

    wtf, #signal...

    In conversation Sunday, 05-Mar-2023 04:23:54 UTC from mstdn.io permalink

    Attachments


    1. https://media.mstdn.io/mstdn-media/media_attachments/files/109/968/752/006/481/987/original/b69fcedbf3c027a3.png

    2. https://media.mstdn.io/mstdn-media/media_attachments/files/109/968/763/427/662/718/original/9f576723c985d01c.png
  5. Bernie (codewiz@mstdn.io)'s status on Sunday, 05-Mar-2023 00:37:36 UTC Bernie Bernie
    in reply to
    • Tarek

    "The wonder computer of the 1980s." -- William Shatner

    @tarek #commodore #vic20 #retrocomputing #startrek

    In conversation Sunday, 05-Mar-2023 00:37:36 UTC from mstdn.io permalink
  6. Bernie (codewiz@mstdn.io)'s status on Saturday, 04-Mar-2023 20:24:07 UTC Bernie Bernie
    in reply to
    • Linuxiac
    • fedithom

    @fedithom @linuxiac Well said! It's also a more constructive form of competition, in which projects can freely exchange ideas, code and infrastructure.

    In conversation Saturday, 04-Mar-2023 20:24:07 UTC from mstdn.io permalink
  7. Bernie (codewiz@mstdn.io)'s status on Saturday, 04-Mar-2023 20:16:39 UTC Bernie Bernie
    in reply to
    • penguin42

    I'm already fantasizing a raytraced mandelbulb ๐Ÿ™‚

    @penguin42

    In conversation Saturday, 04-Mar-2023 20:16:39 UTC from mstdn.io permalink
  8. Bernie (codewiz@mstdn.io)'s status on Saturday, 04-Mar-2023 20:15:44 UTC Bernie Bernie
    in reply to
    • penguin42

    @penguin42 Tutorials say that it's an opaque, hardware-dependent data structure. The part that's visible is AABBs (axis aligned bounding boxes), which are similar to BSPs, but the hierarchy is defined manually.

    These bounding boxes can contain regular triangle meshes or procedural primitives defined by a user shader.

    In conversation Saturday, 04-Mar-2023 20:15:44 UTC from mstdn.io permalink
  9. Bernie (codewiz@mstdn.io)'s status on Saturday, 04-Mar-2023 08:05:55 UTC Bernie Bernie

    "We're nowhere near this Singularity where we're going to have this human-machine war [sequence with Terminator 2 crushing human skull rolling]. I mean, it would be cool; I would love to have that happen; I would love to see the machines win, quite frankly, but I think we're still quite a ways away from that."

    #TechLead on #ChatGPT ๐Ÿ˜‚

    https://www.youtube.com/watch?v=h_cy-xpp7kA

    In conversation Saturday, 04-Mar-2023 08:05:55 UTC from mstdn.io permalink
  10. Bernie (codewiz@mstdn.io)'s status on Saturday, 04-Mar-2023 04:34:10 UTC Bernie Bernie
    in reply to
    • penguin42

    Exceeds my expectations, but I can't tell if this is what a sensible implementation would actually look like...
    https://sharegpt.com/c/mMNr1qm

    @penguin42 #ChatGPT #Vulkan #RayTracing

    In conversation Saturday, 04-Mar-2023 04:34:10 UTC from mstdn.io permalink

    Attachments


  11. Bernie (codewiz@mstdn.io)'s status on Saturday, 04-Mar-2023 04:06:21 UTC Bernie Bernie
    in reply to
    • penguin42

    @penguin42 Oh man, I just had to ask...

    I'm hesitant to ask for a full code example... will it generate sensible Vulkan code?

    In conversation Saturday, 04-Mar-2023 04:06:21 UTC from mstdn.io permalink

    Attachments


    1. https://media.mstdn.io/mstdn-media/media_attachments/files/109/963/026/416/986/852/original/16c1fef8c09ce035.png
  12. Bernie (codewiz@mstdn.io)'s status on Saturday, 04-Mar-2023 03:56:45 UTC Bernie Bernie
    in reply to
    • Benoit

    @benoit You can speed up For All Mankind by pressing the ']' key in mpv, or '>' if you're watching it in YouTube.

    Yes, too much ChatGPT is giving me brain damage ๐Ÿ˜‚

    In conversation Saturday, 04-Mar-2023 03:56:45 UTC from mstdn.io permalink
  13. Bernie (codewiz@mstdn.io)'s status on Saturday, 04-Mar-2023 03:51:32 UTC Bernie Bernie
    in reply to
    • penguin42

    I resumed my #Vulkan #RayTracing studies. One thing I still don't quite understand is how you'd move objects around without rebuilding the acceleration structure every frame.

    I tried asking #ChatGPT, and the answer, if correct, implies you *have* to rebuild the AS every frame!

    This might be fine for my demo, but how would it scale to complex scenes with hundreds or thousands of objects like the roads of Night City?

    @penguin42

    In conversation Saturday, 04-Mar-2023 03:51:32 UTC from mstdn.io permalink

    Attachments


    1. https://media.mstdn.io/mstdn-media/media_attachments/files/109/962/952/554/422/573/original/52abf288c7b6c6c8.png
  14. Bernie (codewiz@mstdn.io)'s status on Saturday, 04-Mar-2023 02:38:03 UTC Bernie Bernie
    in reply to
    • Boris Steipe

    @boris_steipe I'm still in the wait-list for #BingChat. How well does it work for questions which require a search? What else can it do? I would expect a chatbot integrated with a Windows Live account to be able to schedule appointments, tell me if I got email from work, etc.

    In conversation Saturday, 04-Mar-2023 02:38:03 UTC from mstdn.io permalink
  15. Bernie (codewiz@mstdn.io)'s status on Friday, 03-Mar-2023 23:31:58 UTC Bernie Bernie
    in reply to
    • Charles U. Farley

    ChatGPT is naive in its own peculiar way, and I find it amusing.

    It knows so much, understands so little. Presents silly conclusions with the eloquence of a scholar.

    @freakazoid

    In conversation Friday, 03-Mar-2023 23:31:58 UTC from mstdn.io permalink
  16. Bernie (codewiz@mstdn.io)'s status on Friday, 03-Mar-2023 23:10:10 UTC Bernie Bernie
    in reply to
    • Charles U. Farley

    @freakazoid I'd be quite perplexed: which neurological disorder would cause a human to give the correct reason ("flies" as a verb vs "flies" as a noun), but then immediately add: "this interpretation emphasizes the fact that bananas are relatively easy to throw, and therefore move quickly." ๐Ÿคฆโ™‚๏ธ

    In conversation Friday, 03-Mar-2023 23:10:10 UTC from mstdn.io permalink
  17. Bernie (codewiz@mstdn.io)'s status on Friday, 03-Mar-2023 19:34:30 UTC Bernie Bernie
    in reply to

    It's amazing how many slightly incorrect explanations #ChatGPT can generate for the same sentence ๐Ÿ˜‚

    In conversation Friday, 03-Mar-2023 19:34:30 UTC from mstdn.io permalink

    Attachments


    1. https://media.mstdn.io/mstdn-media/media_attachments/files/109/960/976/265/368/709/original/14e9f54ad3d40e66.png
  18. Bernie (codewiz@mstdn.io)'s status on Friday, 03-Mar-2023 19:16:43 UTC Bernie Bernie
    in reply to

    Actually, with some guidance #ChatGPT can get both right at the same time...

    ...but then it goes on to explain the semantic ambiguity, and gets confused once again, repeating twice that fruit flies are insects attracted to bananas.

    #OpenAI

    In conversation Friday, 03-Mar-2023 19:16:43 UTC from mstdn.io permalink

    Attachments


    1. https://media.mstdn.io/mstdn-media/media_attachments/files/109/960/914/856/202/859/original/bfc85cd8982af602.png
  19. Bernie (codewiz@mstdn.io)'s status on Friday, 03-Mar-2023 18:52:42 UTC Bernie Bernie

    #ChatGPT could correctly interpret the meaning of these two statements, but can't get both right in the same answer ๐Ÿคฆโ™‚๏ธ

    In conversation Friday, 03-Mar-2023 18:52:42 UTC from mstdn.io permalink

    Attachments


    1. https://media.mstdn.io/mstdn-media/media_attachments/files/109/960/820/881/644/019/original/9524a4dc482c4429.png
  20. Bernie (codewiz@mstdn.io)'s status on Friday, 03-Mar-2023 01:37:32 UTC Bernie Bernie
    in reply to
    • Benoit

    @benoit You might have reached that critical age when metabolism slows down, and we start gaining weight more easily. For me it happened around 35yo.

    The bad news is: from now on, you have to stay constantly hungry if you want to maintain your current weight! ๐Ÿ˜

    In conversation Friday, 03-Mar-2023 01:37:32 UTC from mstdn.io permalink
  • 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.