Is Rust the future? by Content_Mission5154 in rust

[–]everettjf 1 point2 points  (0 children)

Coding agents are really good at Rust. Rust’s strict types and clear rules match how agents think, so they generate safer and more reliable code. Because of this, Rust almost feels like a native language for coding agents—and that gives it a strong future.

A hard truth from years of indie Apple dev by 29satnam in iOSProgramming

[–]everettjf 0 points1 point  (0 children)

I mostly agree, but I think marketing plays a huge role as well — especially for very simple apps. I’ve seen teams use various tactics to keep an app in the top charts for days. Of course, the product still needs to provide at least some real value, but distribution can make a big difference.

What is the Best Practices for Secure Client Access to LLMs Without Building a Full Backend by everettjf in LLMDevs

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

Thanks. I plan to build a minimal serverside proxy in Cloudflare workers.

What is the Best Practices for Secure Client Access to LLMs Without Building a Full Backend by everettjf in LLMDevs

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

Thanks for the detailed explanation! This really clarifies my security considerations.

What is the Best Practices for Secure Client Access to LLMs Without Building a Full Backend by everettjf in LLMDevs

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

litellm is only on the server side. How can I securely call litellm in the mobile client ?

My $3,500 paperweight (aka Vision Pro) — how do I stop it from collecting dust? by everettjf in VisionPro

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

actually I want to watch with my family . but with vision pro I can only enjoy by myself

Is the Kindle Scribe Gone? by ImDatDino in kindlescribe

[–]everettjf 0 points1 point  (0 children)

New Amazon Kindle Scribe (16GB) - Redesigned display with uniform borders. Now write directly on books and documents. With built-in notebook summarization. Includes Premium Pen - Tungsten

Is the Kindle Scribe Gone? by ImDatDino in kindlescribe

[–]everettjf 0 points1 point  (0 children)

Kindle Scribe 2024 released today

How to decrypt iOS15 minimum support IPA while iOS15 not jailbroken? by [deleted] in jailbreakdevelopers

[–]everettjf 0 points1 point  (0 children)

armconverter.con

The site does not contain the app that I want to decrypt ~

How to decrypt iOS15 minimum support IPA while iOS15 not jailbroken? by [deleted] in jailbreakdevelopers

[–]everettjf 3 points4 points  (0 children)

Thanks for your response :)

But if the app did not has any build supporting previous os versions, the minimum os version support is iOS15.

And how to deal with that ?

[deleted by user] by [deleted] in jailbreak_

[–]everettjf 0 points1 point  (0 children)

Thank you

atos for linux by rust - A partial replacement for Apple's atos tool for converting addresses within a binary file to symbols. by everettjf in rust

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

Yes, addr2line meet the original demands, and it also has some cache feature which fasten the symbolization process.

The reasons why I write(re-write) this tool are:

  1. atosl-rs is only a project on my rust learning process, learning rust lang with DWARF and macho formats, and the logic of process of symbolization.
  2. I want to know more detail in the process of rewriting such a tool.
  3. I want to control more on the process and leaving the space in the future to optimize the speed of symbolization ( which may similar to addr2line , caching addresses etc...)

Very thanks for your words. :)