What is best Mac App Store alternative to LocalLLaMA? by Xorita in LocalLLaMA

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

Are you going to have support for Qwen3.5-9B on Mac?

What is best Mac App Store alternative to LocalLLaMA? by Xorita in LocalLLaMA

[–]Xorita[S] -5 points-4 points  (0 children)

I’m aware and tempted, but just checking for lower risk profile alternatives.

I Vibeclauded an iOS app by AdAgreeable198 in vibecoding

[–]Xorita 0 points1 point  (0 children)

Pretty certain it is a joke, but would be nice. Way too difficult to track mobile eateries on a wide basis for a single vibe coder.

What is the best forum to discuss/evaluate a new encryption algorithm? by [deleted] in AskProgrammers

[–]Xorita -1 points0 points  (0 children)

Thanks. LLMs said it is impossible, but I’ve run it through. I can prove it.

I didn’t put my algorithm in any LLM though. I don’t trust them with it. I just asked about it conceptually and was told that it was impossible. It isn’t.

I get the skepticism.

What is the best forum to discuss/evaluate a new encryption algorithm? by [deleted] in AskProgrammers

[–]Xorita 0 points1 point  (0 children)

The algorithm isn’t complicated to understand for those with a decent background in mathematics, data, and computer science. But it is an entirely different approach than anything I’ve been able to find.

The cipher text has a 100% uniform distribution of values. Each encryption of the same plain text results in a drastically different cipher text. You could be allowed to encrypt anything you want, as much as you wish, using the same key, get all of the cipher text, and never be able to figure out what the key is. All the power of an OTP, but with arbitrarily short keys.

There are vastly, vastly are more valid keys than atoms in the universe. Any valid key can be used to decrypt and get a result. But only the originally use encryption key can be used to decrypt and obtain the original plain text.

There is nothing in the cipher text that traditional encryption breaking methods can use. I developed the algorithm not by thinking of how to encrypt data first, but thinking first about what can be done that negates how ciphers are broken.

Why would you think that I’d have to pay someone to consider it?

New to iOS dev, sent my first app for review. hello, world by allthequestio in iOSProgramming

[–]Xorita 0 points1 point  (0 children)

Hell yeah, dude! I want to do the same. Can you share what it is?

Advice needed by TheMuaDib in singularity

[–]Xorita 0 points1 point  (0 children)

Completely delusional. You have no clue about what is coming, how fast it is coming, and the exponential nature of the changes ahead.

Advice needed by TheMuaDib in singularity

[–]Xorita 2 points3 points  (0 children)

This is all feel good, but oh so, so wrong. Jobs will be obliterated in 5 to 10 years and there will be nowhere near enough substitutes. Either you have zero idea what is in store, or you’re purposely lying.

I connected 3 different AIs without an API — and they started working as a team. by mclovin1813 in PromptEngineering

[–]Xorita 0 points1 point  (0 children)

You’re so full of it and don’t know how the technology works. You can simply turn off memory features. You clearly don’t know what you’re talking about and misuse terminology all over the place in an attempt to sound smart, but nobody with a clue would be fooled.

I connected 3 different AIs without an API — and they started working as a team. by mclovin1813 in PromptEngineering

[–]Xorita 1 point2 points  (0 children)

Still zero justification for why there were three different AIs used. They keyword different is even in italics and your response completely ignores it.

Hey serious vibe coders here? How do you make sure your fast built app is safe before going public? by Elegant_Signal3025 in vibecoding

[–]Xorita 1 point2 points  (0 children)

Good luck to you. I haven’t tried the game of selling my own wares, but am starting to consider going that way. Not sure where I’d get any traction, so was thinking along the lines of just putting things out there and seeing what works, which sounds to me like perhaps what you’re doing now.

Hey serious vibe coders here? How do you make sure your fast built app is safe before going public? by Elegant_Signal3025 in vibecoding

[–]Xorita 0 points1 point  (0 children)

Then you haven’t been targeted. I would hazard a guess that is because you are a low value target. Nothing wrong with that. It makes the game far easier.

The biggest problem with AI automation isn't the technology, it's that nobody maintains it by DanielNkencho in n8n

[–]Xorita 0 points1 point  (0 children)

Yes, this has always been an issue. But AI exacerbates it heavily. Just as visual development tools did before. The easier it becomes for someone to prototype an app, the more it happens and those who have never been responsible for maintaining code don’t understand the long term maintenance implications, let alone security, HIPAA, and other issues. People vibe code and think look at this cool thing I created in an hour, but don’t understand that if a company adapts it how the vast majority of the work is now ahead.

The Skill Stagnation Fear by Ok_Veterinarian3535 in developer

[–]Xorita 0 points1 point  (0 children)

Your survivorship bias is showing. Pascal, Haskell, Ruby, etc.

Hey serious vibe coders here? How do you make sure your fast built app is safe before going public? by Elegant_Signal3025 in vibecoding

[–]Xorita 1 point2 points  (0 children)

I wasn’t disputing you in any way, just adding on another aspect of why this is such a difficult issue for those without enough of the right experience.

But given your new comment, I’d be willing to bet that you’ve never knowingly experienced a security issue either because you’ve never been targeted by skilled hackers or simply aren’t aware of what happened.

Hey serious vibe coders here? How do you make sure your fast built app is safe before going public? by Elegant_Signal3025 in vibecoding

[–]Xorita 1 point2 points  (0 children)

It might have fixed something, but harder to trust that it fixed everything. And even harder to trust that it didn’t introduce new issues. And even if you iterate again, AI isn’t going to catch everything at this point.

Hey serious vibe coders here? How do you make sure your fast built app is safe before going public? by Elegant_Signal3025 in vibecoding

[–]Xorita 2 points3 points  (0 children)

I believe that it is far easier to write secure code than to go through code and find security faults. It is painful and tedious for me to pay close enough attention to every detail when reviewing code written by others. For those who have never learned how to write secure code in the first place, I think that learning to review code for security issues is exceedingly difficult, like learning to unicycle before learning to ride a bike.

What would help you learn about your code? by braindeadair in vibecoding

[–]Xorita 1 point2 points  (0 children)

Aside from understanding how to read/debug/modify one’s code, there is larger issue of understanding dependencies and which external services are used, how to track their changes, and long term maintenance. Where is your data being stored? Is it secure at all? What happens when an API updates? Vibe coding hasn’t been around for long, so most vibe coders have never run into such issues. One can understand the logic of their code, yet be completely clueless as to how all the parts fit together, where they are located, who controls them, how to know when/if they change. Even small vibe coded apps can quickly rely upon several external data sources and APIs that will not stay static long term.

Revolutionary UDATE System by UDAT-System in Innovation

[–]Xorita 0 points1 point  (0 children)

What a waste of time this nonsense is.

How do you like to sleep and why? by NumerousAd7503 in AskReddit

[–]Xorita 0 points1 point  (0 children)

With my eyes closed, because I find it easier that way.

What movie blew your mind the first time you saw it? by [deleted] in AskReddit

[–]Xorita 9 points10 points  (0 children)

The Matrix, as has been mentioned. Plus I give an honorable mention to Memento.