• 1 Post
  • 120 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle
  • Hotzilla@sopuli.xyztoSelfhosted@lemmy.worldCams, anyone?
    link
    fedilink
    English
    arrow-up
    1
    ·
    16 hours ago

    The problem is that it can only be speculated how they work, because they have not published it. That is quite suspicious in my book.

    I personally would avoid reolink and use rtsp + frigate + ha, to have full control with known open source selfhosting solution.

    I understand that people like the easy setup, but if you already do selfhosting, it isn’t that big jump.


  • Hotzilla@sopuli.xyztoSelfhosted@lemmy.worldCams, anyone?
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    17 hours ago

    Be careful with reolink, their P2P solution is pretty suspicious. No body really knows how it works and who it shares the data with.

    You can disable those features, but it will stop reolink app from working.

    They have never explained how the peer-2-peer network works, and it security and privacy is quite unknown.

    Reolink is Chinese, which doesn’t really help these concerns.

    Better to selfhost frigate and just rtsp cameras there.





  • GPT-5 without “thinking” mode got the answer wrong.

    GPT-5 with thinking answered:

    Here are the 21 US states with the letter “R” in their name:

    Arizona, Arkansas, California, Colorado, Delaware, Florida, Georgia, Maryland, Missouri, Nebraska, New Hampshire, New Jersey, New York, North Carolina, North Dakota, Oregon, Rhode Island, South Carolina, Vermont, Virginia, West Virginia.

    It wrote a script that verified it while doing the “thinking” (feeding the hallusinations back to the LLM)




  • Hotzilla@sopuli.xyztoProgrammer Humor@lemmy.mlInsufferable
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    6 months ago

    D365 ain’t really even that bad. It is just model driven power platform app. It is actually quite expandable, you can code it with plain javascript or more complex components on React. Backend is OData which is quite flexible.

    Old Dynamics AX and onprem CRM were shit shows.



  • Open source is in general wrong term in all of these “open source” LLM’s (like LLAMA and R1), the model is shared, but there is no real way of reproducing the model. This is because the training data is never shared.

    In my mind open source means that you can reproduce the same binary from source. The models are shared for free, but not “open”.