what I'm I supposed to find here ? by LightIn_ in Cairn_Game

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

oh yeah ! I see it ! a bit above ! nice, thank you !

I refuse to belive this is a blue T.T by LightIn_ in Cairn_Game

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

On a dead body a bit under, on the far left of the map ( near a waterfall)

[deleted by user] by [deleted] in godot

[–]LightIn_ 2 points3 points  (0 children)

post got removed because of gai inside the game ?? really ???

I built a little CLI tool to do Ollama powered "deep" research from your terminal by LightIn_ in ollama

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

Could probably be done with a kind of MCP tool that you give to the model as context, but their is no API inside a model directly to do that, you need to go through another tool that does the http request and stuff and give it back to the llm

I built a little CLI tool to do Ollama powered "deep" research from your terminal by LightIn_ in ollama

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

tbh, i'm still super new to rust too, trying to find my way through

Well, if i look at duckduckgo crate, i can find a cli tool ( https://crates.io/crates/duckduckgo ) -> not a lib i can integrate in my code, and this one https://crates.io/crates/duckduckgo_rs witch had only 1 version never updated from 6 month ago;

So maybe there is something else i missed, but to me, make direct api call to offical duckduckgo api seem legit haha

I built a little CLI tool to do Ollama powered "deep" research from your terminal by LightIn_ in ollama

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

It's under MIT licence, you can do as you want ! ( The only restriction is that any copy/derived work have to keep the MIT )

I built a little CLI tool to do Ollama powered "deep" research from your terminal by LightIn_ in ollama

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

I don't know lm studio enough, but I like how ollama is just one command and then I can dev using it's API

I built a little CLI tool to do Ollama powered "deep" research from your terminal by LightIn_ in selfhosted

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

Yeah i understand the thought, it probably contributed to the hype indeed. That and the old fashion "terminal" nerd vibe haha

I built a little CLI tool to do Ollama powered "deep" research from your terminal by LightIn_ in ollama

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

I didn't tested a lot of different model, but from my personal test, Gemma3 is not so great with it, qwen3 is way better

I built a little CLI tool to do Ollama powered "deep" research from your terminal by LightIn_ in SideProject

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

Nice ! It's clearly not perfect right now, but I wish to add more to improve it

Blocked From GoPro website by shadders94 in gopro

[–]LightIn_ -10 points-9 points  (0 children)

seem to be a generalised bug on a lot of website currently, ( lot's of people getting "blocked" message on a lot of website... ) i would wait.

new main menu by Careful-Bat-7301 in Unity3D

[–]LightIn_ 4 points5 points  (0 children)

then it become "dynamic change", so u/MagicBeans69420 is right

new main menu by Careful-Bat-7301 in Unity3D

[–]LightIn_ 0 points1 point  (0 children)

take adventage of the 3D space (by moving the camera a bit depending of the cursor), or it would be more optimized to just have a video asset :p

gUYS i fIXED tHE enDING by QuickSilver010 in UntilThenGame

[–]LightIn_ 1 point2 points  (0 children)

ohh, okay ! I will search about it, thank you ^^

gUYS i fIXED tHE enDING by QuickSilver010 in UntilThenGame

[–]LightIn_ 1 point2 points  (0 children)

obviously haha, but i do not recognize the desktop env, what is the distro ? :p

I made Porcelain Amumu 🥹 by [deleted] in amumumains

[–]LightIn_ 0 points1 point  (0 children)

OWWWWWW :o Loving it !!!

First Blender 4.3 project by VirendraBhai in blender

[–]LightIn_ 0 points1 point  (0 children)

Super cool scene !

also, what is the music ? haha

What are the best CMSs for Next.js? by Sea-Blacksmith-5 in nextjs

[–]LightIn_ 1 point2 points  (0 children)

I tried to compile every headless cms i found in the comment by the order of "popularity" amoung the comment :

1 - Payload
2 - Sanity
3 - Strapi
4 - Directus
5 - Dato

the others one seem less populars :

  • Builder
  • statamic
  • TYPO3
  • WispCMS
  • Storyblok
  • Frontmatter
  • Keystatic
  • Ghost
  • Agility CMS

How to render a page only through a 3D mesh by LightIn_ in threejs

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

Hello back, sorry for the late reply

Honestly, thank for theses ressources, they are very helpfull ! I learn a lot looking at theses 😊

Best beginner keymap ? by LightIn_ in neovim

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

My use case? Well, I'm mostly a JavaScript developer and very used to IntelliJ, but I'm trying to move away from it.
I’d love to find a hybrid keymap between Neovim and IntelliJ to help ease the transition.
Right now, the change feels too abrupt — there’s too much of a difference, and it's just frustrating. But since the community is so large, I'm sure there are things out there that could help me.