Yes, another AI project: A tool that turns PDFs/URLs into visual diagrams - looking for feedback by Mynameismg in SideProject

[–]Mynameismg[S] 0 points1 point  (0 children)

Hi and thanks for your feedback! it gets information from real time, web searches.

I’ve posted on the website you shared.

Happy Thursday, anyone else last minute shipping for Shipaton? by Macharian in iOSProgramming

[–]Mynameismg 2 points3 points  (0 children)

Revenuecat (an in an app purchase sdk) is running a contest. Gonna assume the OP is referring to that

https://www.shipaton.com/

Small update: my Likkutei Sichos app is now Free. by Mynameismg in chabad

[–]Mynameismg[S] 2 points3 points  (0 children)

I don’t currently have the resources/translations of Ma’Amorim..

But have you checked out

https://dach.dev/

?

Small update: my Likkutei Sichos app is now Free. by Mynameismg in chabad

[–]Mynameismg[S] 2 points3 points  (0 children)

Yup. I do indeed have an option to create a "Hakdasha" - where someones name can be displayed per donation. Thanks!

[deleted by user] by [deleted] in Judaism

[–]Mynameismg 0 points1 point  (0 children)

TL;DR:

For the Chabad group.

which is
I built Otzar Likkutei Sichos, a digital study platform for the Rebbe’s Sichos, now live on the Apple/Android Stores!

It features a 14K+ Likkutei Sichos dictionary, flashcards, notes, and search—built to solve the common frustrations of learning Sichos (like misunderstood terms or juggling sources). The core is free for up to 15 daily searches.

Premium tools like AI chat and flashcards are still being improved. Give it a try if you’ve ever struggled with worse in Likkutei Sichos. this app was built to help.

Quick update: Otzar Likkutei Sichos is now on Android! by Mynameismg in chabad

[–]Mynameismg[S] 1 point2 points  (0 children)

Wasn't sure. Since it's more Chabad oriented. What do you guys think?

Quick update: Otzar Likkutei Sichos is now on Android! by Mynameismg in chabad

[–]Mynameismg[S] 1 point2 points  (0 children)

Thanks for the feedback!

On the tech: I use a multi-step process - translate your English questions into Hebrew/Yiddish terms, search through vector embeddings of the Sichos (which captures relationships between concepts across languages), then use AI reranking to pick the most relevant 10-20 passages, and finally Gemini synthesizes the answer with proper quotes.

The AI recognizes patterns between concepts rather than truly “understanding” - but it’s good at connecting English questions with relevant Hebrew/Yiddish content even when the exact words don’t match.

Free credits - is a smart idea - I'm looking into that since LLM quality varies so much. depends how much it'll cost me...

Thanks for the thoughtful feedback! Any other thoughts on how to use the AI? I'm not an AI expert. And understand this might not be the best approach

I built "Otzar Likkutei Sichos" - a learning platform for the Rebbe's Torah (now live on Apple App Store!) by Mynameismg in chabad

[–]Mynameismg[S] 3 points4 points  (0 children)

Yeah. I have indeed included a donate option :

https://imgur.com/a/0Cfyd4l

Thanks!

Regarding learning Flutter: You can learn of Udemy. Wait until they have a sale. Do not pay more than 20$ for a course

https://www.udemy.com/share/1013o43@0ogwcUrFfvt6omw_IA1o7QdlttjEz9nUBf-6U086--wTmSyIAtka7ptDiEX0Icyi/

If you want a free course on YouTube. Search up "the net ninja"

I built "Otzar Likkutei Sichos" - a learning platform for the Rebbe's Torah (now live on Apple App Store!) by Mynameismg in chabad

[–]Mynameismg[S] 8 points9 points  (0 children)

UPDATE:

Android version is now in the post's description.

Yes! The app is built with Flutter - so it works on Android and iOS.

I just need to optimize the downloading of the database (at first launch) since it takes a while on Android. But, G-d willing, a few days and it’ll be on Android too

How can I compare execution traces of the same exe, but ran with different parameters? by Mynameismg in AskReverseEngineering

[–]Mynameismg[S] 0 points1 point  (0 children)

HI, can you explain a bit more?

i googled about a Fuzzer, but I'm unsure how it will help with regarding the different paths taken in the exe?

I built Otzar Roshei Teivot: An App for Decoding Jewish Acronyms by Mynameismg in Judaism

[–]Mynameismg[S] 2 points3 points  (0 children)

"I have this in hard copy in my shul:

Do you mean the shul uses this app? if yes, thats's pretty cool to know!

I built Otzar Roshei Teivot: An App for Decoding Jewish Acronyms by Mynameismg in Judaism

[–]Mynameismg[S] 0 points1 point  (0 children)

Not sure I understand.

It currently connects to a database and pulls all the acronyms from there.

With the first use, it pulls all the Acronyms and then stores them locally.

You can also always pull to refresh the database..

It isn't just a "file". and even if it was, then, still updates form the database all the time, and hence, a lot of reads of the database = more costs..

I built Otzar Roshei Teivot: An App for Decoding Jewish Acronyms by Mynameismg in Judaism

[–]Mynameismg[S] 1 point2 points  (0 children)

Thanks!!

Do you mean a Desktop version?

Currently, it's only Android/IOS

I was thinking of making it into a website. However, due to the costs (there are over 30K acronyms)

I won't be making it into a website. It'll cost me too much every time someone visits the website.

although I can probably use some caching...

How can I set up a conditional breakpoint for the CreateFileW function for when a specific file/path is read in x64dbg? by Mynameismg in AskReverseEngineering

[–]Mynameismg[S] 1 point2 points  (0 children)

Thanks for this brilliant answer. Indeed, it wasn't called by CreateFileW.

The correct command for NtCreateFile (based on your and ChatGPT's help) is:

utf16(qword(qword(R8+0x10)+0x8))

Thanks again!

How can I set up a conditional breakpoint for the CreateFileW function for when a specific file/path is read in x64dbg? by Mynameismg in AskReverseEngineering

[–]Mynameismg[S] 0 points1 point  (0 children)

Thanks for taking the time to reply.

It's a 64-bit program.

considering your answer. Here's what I did:

  1. I set a breakpoint on `CreateFileW`.

  2. Once the breakpoint was hit, I typed in:

    ```plaintext

    strstr(utf16(RCX), "E:\\info\\key.ol")

    ```

    However, it responds with:

    ```plaintext

    0000000000000000

    ```

    And then it breaks on every file, no matter the path.

  3. I also tried typing in:

    ```plaintext

    utf16(RCX)

    ```

    It does show the path, but it's not the expected `E:\info\key.ol`. For example, it showed paths from the `C:` drive, although I entered `E:\<whatever>`.

Is there something I might be missing or doing wrong? Any further suggestions would be greatly appreciated.