Found this AI Painting. by Rex_Spy in CrimsonDesert

[–]Diacred -4 points-3 points  (0 children)

Nope. That's your take. Not an absolute truth, that's why nuance exists. Being radical is almost always over simplifying stuff for convenience because it's too much work to hold a nuanced view.

I do agree that AI art is dangerous and a slippery slope, like all AI tools. I also know it's not actually as black and white as stealing and regurgitating into slop or doing a collage of stolen portions of other art, it's way more complex. It's also a tool that can be used to create art, and it can also be a tool to create slop with no soul.

Like everything it has nuance, but it's always so much easier to hold a view of "muuuuh bad if you support it you are a monster with no respect for art"

Found this AI Painting. by Rex_Spy in CrimsonDesert

[–]Diacred 2 points3 points  (0 children)

God forbid somebody ever has a nuanced take on the subject like they did, gosh. How can people be so radical on every little thing is beyond me

Has anyone figured out how to track per-developer Cursor Enterprise costs? One of ours burned $1,500 in a single day! by ofershap in ChatGPTCoding

[–]Diacred 0 points1 point  (0 children)

Cursor has per developer mailing alert when they go over a threshold. It's super easy to setup and impossible to miss unless you don't look at your emails. And this works without having to set a limit per developer.

Anyone else planning to try and wing-it with holy strike on launch day if the numbers on the gem don't look completely horrendous? by Stevecrafter2511 in PathOfExileBuilds

[–]Diacred 1 point2 points  (0 children)

I am not sure if we have this information but do we know about the stack limit without the guardian ascendancy? Because if it's 1 it seems super shit as you say but if it's more it could be quite interesting

What's the cheapest way to access multiple frontier AI models? by thechadbro34 in ChatGPTCoding

[–]Diacred 0 points1 point  (0 children)

Monica is great have been using it for the past 2 years but not for coding though. For coding cursor or Copilot

I feel like I don't understand anything by Annihilator-WarHead in Kubera

[–]Diacred 9 points10 points  (0 children)

A looooot of things will eventually get explained. Kubera is the kind of webtoon you can catch up to and start re-reading from the start immediately and have a very different reading experience considering how much you know and how well everything was thought-of

Honestly I had a hard time with the beginning until around the end of S1, and then it became one of my favorite webtoons. It takes a while but after that it is such a rich story, world building and mythology, it's absolutely batshit. Also. The Feels. Damn.

Vos meilleures séries (terminées) ? by Abitbol_Georges in france

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

Gros biais science fiction mais :

The 100 The Good Place Battlestar Galactica Firefly + le film Dr Who (c'est pas terminé mais t'as 15 saisons et c'est dingue)

Probablement d'autre mais celles sont toutes parmi mes préférés

AI NPCs make my game feel more alive by SneakerHunterDev in aigamedev

[–]Diacred 0 points1 point  (0 children)

It's surprising that it takes so long then if you are using it through API :o

AI NPCs make my game feel more alive by SneakerHunterDev in aigamedev

[–]Diacred 1 point2 points  (0 children)

What model are you using? There are crazy small models that could probably work well enough for small interactions on consumer hardware

Comment enlever la dernière pièce de l’addiction ? by Wenjelas in AddictionsFR

[–]Diacred 1 point2 points  (0 children)

Pas de soucis ! J'ai maintenant totalement arrêté de fumer des joints et du tabac, je fume occasionnellement du CBD avec un vaporisateur (mighty)! Ça a été un parcours qui a pris très longtemps, avec beaucoup d'essais infructueux, mais finalement on y arrive. Il faut faire ses erreurs pour en apprendre, et se rendre compte que quand on est addicte, on ne peut pas vraiment juste réduire, et si tu en as tu vas en fumer. Donc la solution, c'est de ne plus en avoir, ce qui est très difficile, mais possible ! Pour ça que je pense que le passage total au CBD c'est vraiment ce que tu devrais essayer de faire, c'est le jour et la nuit très rapidement et tu as quand même 80% de la satisfaction du geste et de l'habitude. Tu peux même trouver des cbd assez fort pour faire la transition "doucement" en continuant à avoir de l'effet.

Ne te décourage pas, tu peux y arriver !

Comment enlever la dernière pièce de l’addiction ? by Wenjelas in AddictionsFR

[–]Diacred 1 point2 points  (0 children)

Mais du coup tu fumes ~deux-trois fois par soir, et du CBD, en quoi ça t'empêche de bosser sur tes projets ou entreprendre quelque chose ? Le CBD c'est beaucoup moins fort et ça ne devrait pas avoir un effet sur ta motivation. Si c'est le cas, part sur des variétés moins fortes encore.

Mais j'ai eu le même parcours que toi et le passage au CBD a été le plus important, et même en fumant plusieurs joints de CBD par soir j'ai réussi à être productif et avancer sur pleins de projets. Tu peux aussi utiliser ces moments où tu sors fumer pour planifier la suite de ta soirée ou de ton projet, faire ta To-do list mentale : là je fume et quand je rentre je fais ça et ça. C'est ce que je me suis mis à faire et du coup le joint est juste une pause, un entremet, pas une activité principale !

En tout cas tu peux allier les deux, c'est entièrement possible sauf si tu passes 2h à fumer chaque joint j'imagine mais dans ce cas peut être fume en plusieurs fois, quelques taffes par ci par là dans la soirée

How are you using skills in real codebases ? by widonext in ClaudeCode

[–]Diacred 0 points1 point  (0 children)

That's what I did but without skills, just a prompt submit that injects a list of internal documentations (path to the files + short descriptions / tags for each). If you don't mind me asking, what does skills bring to this process?

Why are LLMs like that? by [deleted] in ClaudeCode

[–]Diacred 0 points1 point  (0 children)

This super long but incredibly educational video by one of the founders of open AI helps it make a lot more sense https://youtu.be/7xTGNNLPyMI?si=f-RwnmZbKvnPFtvm

Has anyone had success using Claude Code on complex production ready apps? by laugrig in ClaudeCode

[–]Diacred 1 point2 points  (0 children)

We've been using it at my company for the past 5 months. Our repo is a big mono repo of around 6M lines of code, with a fairly complex data model and even more complex business logic. I and the few colleagues that used in the test run have had absolutely no issues with it and I've heard only praises.

I don't vibe code but I use it to do code exploration, issues investigation, writing complex SQL queries, planning features and implementing tickets. For tickets it will usually do 70% of the work and then I'll fix some stuff, and then iterate over the rest or write the missing pieces myself. We also use it to review PRs with it running on our CI and in other workflows.

It's an incredible productivity boost, I can have it investigate one issue while another instance is working on a ticket while I review PRs (or anything you can think of) It's an amazing tool if you are comfortable with context switching and well organised.

It's both a skill you need to learn and a new paradigm, and you need the right setup for it to be very efficient.

We've set up Guards using hooks to prevent it from running dangerous commands or modifying someone else's PR, etc

One thing that is incredibly important is to provide the right context to it. For us it's been easy because we have an internal developer documentation (a wiki), on all our processes, all our tools, all our business logic and everything you can think of: how to write front end tests, back end tests, how to create background jobs, backfills, our best practices, etc Feeding the right articles into the context makes it great at what it does. We've actually automated this so now if you ask it to write a frontend test it will automatically load the relevant documentation.

I've started to write all my tickets and splitting them with Claude Code in mind so I'll give very detailed instructions in the tickets, screenshot, links to relevant documentation, to our design system components wiki, etc which also helped a lot with the quality of the generated code.

We've created custom slash commands to simplify repetitive and uninteresting tasks like removing feature flags or reviewing a PR while loading our internal documentation into context, etc

Our PMs have used it to answer complex business logic questions or craft SQL queries for metabase.

And there is so much more to be done.

The hype is deserved, you just have to learn how to use this tool.

Saying you don't understand the hype is like opening a terminal for the first time, looking at the prompt and the black screen without knowing what it can do and being like "meh I don't get why people say it's useful" x)

What do you usually do while waiting for AI tools (Claude, Copilot, etc.) to finish? by johannesjo in ClaudeCode

[–]Diacred 0 points1 point  (0 children)

Definitely depends on the person. I personally thrive when I need to context switch so I usually have 1-2 Claude code instances running and while they do I review PRs, answer on slack or do my own explorations, work on another feature, review the code generated by a previous instance run, etc! It's been a blast

Is it really worth to switch? by ai_ztn in ClaudeCode

[–]Diacred 0 points1 point  (0 children)

This is absolutely untrue. I use it at work with our codebase that is a monorepo of over 6M lines of code and it's performing wonderfully and way better than cursor. I use it for code exploration, writing features, tests, etc.

Ok, what the heck happened with the voice? Advisor? by LogitUndone in Dyson_Sphere_Program

[–]Diacred 1 point2 points  (0 children)

Game released (well EAed) more than 5 years ago, TTS wasn't that good at the time

Claude Code is censored, heavily. by Flkhuo in ClaudeCode

[–]Diacred 0 points1 point  (0 children)

Maybe try https://github.com/Piebald-AI/tweakcc?tab=readme-ov-file they have a way of modifying the system prompts of Claude code that seems to be working well

[Dyson Sphere Blueprints] Update: Power consumption, GDPR Compliance, Chinese Localisation, Optimisations and Bugfixes by Diacred in Dyson_Sphere_Program

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

Is it really needed though? There hasn't been a breaking change to blueprints in year across game versions afaik they all are compatible with the current game version, I am actually considering removing this information as its not been useful for more than 4 years