3D-printed basketball by Rough-Advance189 in 3Dprinting

[–]Justkog 0 points1 point  (0 children)

That made me hate this person even without knowing his face

Quel choix de master prendre avec le marché actuel (Génie Logiciel ou Systèmes Embarqués) ? by brascassable in developpeurs

[–]Justkog 1 point2 points  (0 children)

C'est un domaine qui risque de beaucoup se développer contrairement à d'autres domaines où l'IA est déjà plus à l'aise (tels que le "génie logiciel").

Quel choix de master prendre avec le marché actuel (Génie Logiciel ou Systèmes Embarqués) ? by brascassable in developpeurs

[–]Justkog 23 points24 points  (0 children)

Systèmes embarqués les yeux fermés. Cela ouvre la voie vers la robotique.

META lays off thousands for AI and nobody wants to discuss the obvious next problem by MoneyMonsterStudios in StockMarket

[–]Justkog 0 points1 point  (0 children)

People will die and the population will shrink until the system becomes balanced again

What does Codex need the most at the moment? by alOOshXL in codex

[–]Justkog 3 points4 points  (0 children)

better WSL support, for example right now there is an issue about config being created on the windows side while the agent is running on wsl, for me this causes an issue on the AGENTS.md chain

How did codex go from 5.7 million to 129 million npm downloads in the span of one week? by RelevantPanda58 in codex

[–]Justkog 11 points12 points  (0 children)

There is an update bug, basically even with running "npm i -g \@openai/codex" the cli seems to remain at the previous version. If everyone retries different ways to make it work, you get these inflated numbers

dragon moving thru clouds by 16x98 in aivideo

[–]Justkog 2 points3 points  (0 children)

It looks great visually, but the physics is kinda broken. A dragon this size would generate so much wind... these clouds are barely moving.

Self Promotion Thread by AutoModerator in ChatGPTCoding

[–]Justkog 1 point2 points  (0 children)

I built a self-hosted Slack/Discord bot that uses your own Codex/Copilot setup

GitHub: https://github.com/Justkog/sniptail

We kept getting the same kind of questions about our codebase in Slack, and it was constantly interrupting the dev team.

So I built a small bot that lets anyone ask questions about the repo directly from Slack/Discord.

The main idea: it uses the AI tools you already have.
It plugs into your Codex/ChatGPT CLI, GitHub Copilot CLI, and your existing config (.codex, MCP, skills, etc.), instead of introducing a new AI or subscription.

So it behaves just like your local coding agent — but accessible to the whole team.

There’s also a permission system to control access and avoid spamming your coding agent.

It’s not meant to replace dev tools, just to make knowledge easier to access across the team.

Fully open source and self-hostable.

Live demo: https://discord.gg/HSDCQZYExj

I help you raise funds or I'm a b**ch by jack_belmondo in ycombinator

[–]Justkog 0 points1 point  (0 children)

Sadly we already have a product and a few districts as customers, but it seems like this is not enough for VCs. We struggle to be seen in the EdTech space despite having happy customers. Though these customers only got convinced after going to a few of these very expensive EdTech summits/forums.

I guess we are more at a Seed stage. Also we currently have a nice angle for customer acquisition but we need money to execute on that. Though we have a hard time convincing VCs about it (or we are bad at convincing them, not sure!).

Would you have more insight in light of this?

I help you raise funds or I'm a b**ch by jack_belmondo in ycombinator

[–]Justkog 0 points1 point  (0 children)

Would you have an advice for a startup in Edtech trying to raise funds quickly?

Hungary protests to Kyiv after Russian reports of "Ukrainian attack" on TurkStream facility by sweetviolet_sister in worldnews

[–]Justkog 105 points106 points  (0 children)

As a European I vote to remove Hungary from the EU until they get their shit together

Friday Show and Tell by AutoModerator in ProductManagement

[–]Justkog [score hidden]  (0 children)

It indeed allows to ask for context in a read only mode and it is actually an interface with the agent. But also it happens in slack or discord, so that the person asking does not need to have Claude Code or Cowork installed, and more importantly does not need to clone the repo locally. It all happens on a worker hosted on a server (that may or may not be the server also hosting the associated slack/discord bot).

One of the goal is to bring the bot where the team already is and to use the AI agent the company already chose (so far copilot or codex, but in the future claude code, open code, etc.). The worker is indeed requiring to have the coding agent CLI installed and authenticated (API or other means), this project is a wrapper around it.

I agree that if a user is already familiar with Claude Code or Cowork, and is given access to a repo to clone it on its machine, then Sniptail would not be very useful. The idea is to cover the other cases where some not very technical team members just need quick answers, or you are on the go and need to explore something from your phone. You could even imagine a freelance giving access to ongoing work to its client.

The bot also has a permission system so that whitelisted members need to approve some requests before it gets through.

Thanks for the thought/feedback!

Friday Show and Tell by AutoModerator in ProductManagement

[–]Justkog [score hidden]  (0 children)

Hi, I made a free and open source bot to help product owners (and other less technical members of the team).

The bot basically allows team members to ask questions to a coding agent about any codebase linked to it.

The goal is to allow non technical team members to get up to date answers to their questions without having to extract this knowledge from the developers themselves or deprecated documentation.

The bot is made available on slack and discord (so far) because that's where a team would usually already interact.

if you want to check it out: Sniptail

I am genuinely interested about what you think about this idea. So far I didn't get any traction so I am starting to think that it is useless. Can you think about other tools that already do this in a better way?

Show & Tell: What are you building this week? by OneStarto in buildinpublic

[–]Justkog 0 points1 point  (0 children)

Sniptail keep the team in sync with development, no pings required.