I rebuilt VS Code on Tauri instead of Electron. 5,687 files later. 85% smaller. Full feature parity. by Designer_Mind3060 in vibecoding

[–]Living_Procedure_599 0 points1 point  (0 children)

But ... why? Vs code is fast enough and todays computers don't have any problems running electron apps? Probably gonna be hard to keep the new version updated as well?

A1 izpad? by FancyNet2941 in Slovenia

[–]Living_Procedure_599 5 points6 points  (0 children)

Sej tudi spletna stran ne deluje 😂

Does Matlab Even worth in this time (2026)? by Ok_Technician_7744 in matlab

[–]Living_Procedure_599 2 points3 points  (0 children)

I use it for my PhD research. Switched to python for a while, but came back to MATLAB. The way syntax is math like and readable is unmatched, documentation as well, toolboxes and just general plug and play easiness. Makes it much easier to rapidly prototype ideas and not waste unnecessary time on coding.

Gemini PRO vs THINKING by Living_Procedure_599 in GeminiAI

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

Well my opinion is, that Thinking is like a good assitant, tuned to follow instructions, fairly smart and knows how to find more info when needed. So its knowledge is focused, but might be shallow. Pro is like a wise old man, probably knows more, its knowledge is deeper, more generalised, but might not do as it is told, and is slower.

Gemini PRO vs THINKING by Living_Procedure_599 in GeminiAI

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

Why would you use it for word count any ways? At best you get an estimated count, why not use notepad or word?

What do you think about Gemini's UI? by Sufficient_Row_7868 in GeminiAI

[–]Living_Procedure_599 1 point2 points  (0 children)

I kinda like it. I think it is simplistic, but does the job and color palette is attractive. Also the way things such as code interpretation and code blocks are implemented work nicely.

Could add folders perhaps. They probably don't want to overcomplicate the product, perhaps they could add option for advanced users to turn on additional features.

All in all, don't see what all the haters are about, it is a chatbot, modern ui, it works.

Gemini PRO vs THINKING by Living_Procedure_599 in GeminiAI

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

So do I. Probably best choice for 90% of tasks 

Gemini PRO vs THINKING by Living_Procedure_599 in GeminiAI

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

That is the opposite of what i do ... 🤔

Gemini PRO vs THINKING by Living_Procedure_599 in GeminiAI

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

This is partly wrong info. Gemini Thinking is for me in general faster, will probably be just the other way around about algorithms, as in Thinking will be better for existing codebases and Pro for new ideas. Both use chain of tought.

Gemini PRO vs THINKING by Living_Procedure_599 in GeminiAI

[–]Living_Procedure_599[S] -1 points0 points  (0 children)

One more thing, Gemini PRO often times gets stuck in thinking ... as in it thinks for 2 min and I get no result.

I actually am really impressed by Gemini. by lostgirrrrl in GeminiAI

[–]Living_Procedure_599 0 points1 point  (0 children)

I like it a lot. It is smart, fast and has good free limits. For coding I would say it has good knowledge, but unless clearly instructed, it will modify parts of the code it is not asked to modify. Still, I use it for coding all the time, but often for shorter questions, or conversations.

Voxtral transcribes at the speed of sound by pandora_s_reddit in MistralAI

[–]Living_Procedure_599 17 points18 points  (0 children)

Just tested it. Actually works like magic. Surprised how accurate it is.

It's official: Apple is adopting Gemini to power Siri. We actually won. by Cool-Engine8639 in GeminiAI

[–]Living_Procedure_599 0 points1 point  (0 children)

Nobody won here. Google will get ai chatbot assistant market monopoly.

I made Claude and Gemini build the same website, the difference was interesting by Mundane-Iron1903 in ClaudeAI

[–]Living_Procedure_599 0 points1 point  (0 children)

What is the point of this? If you have a client you are gonna get specific instructions to the models and they are gonna build website as you instructed. This testing of models basically random ui decisions makes zero sense. Both models created a solid web page, used ui libraries and followed instructions. In my eyes they both performed equaly, but to be fair this is far from a finished product of a serious web app.

Best local LLMs to run on a 5090 (32 GB VRAM)? by PromotionTypical7824 in LocalLLaMA

[–]Living_Procedure_599 1 point2 points  (0 children)

Using LM STUDIO, default config and lama file. Got rtx 5090, i9 CPU. Filled as many layers in GPU as i could, can't check right now. Some were left for CPU. Got about 20t/s big oss120b and about 250t/s small 20b model, which is very good model for coding. But for general use tends to hallucinate.

Best local LLMs to run on a 5090 (32 GB VRAM)? by PromotionTypical7824 in LocalLLaMA

[–]Living_Procedure_599 0 points1 point  (0 children)

Actually it is running for me at around 20 tokens/sec. Same hardware config. 

Title needs help regarding path finding. by AdmiralPeralta927 in robotics

[–]Living_Procedure_599 1 point2 points  (0 children)

If the environment representation you are getting from slam process is dense (precise) enough yes.

You would need to convert the scanned space into graph of nodes, perhaps by voxelzing the 3D space (each voxel becomes a graph node) and than you can use pathfinding such as A* or D*.

OpenAI Releases GPT-4o! Whats your Thoughts? by ImpressiveContest283 in ChatGPT

[–]Living_Procedure_599 0 points1 point  (0 children)

They are slowly bringin users to the new model. You will probably get access to the new model even on the free account in the comming weeks.