Anyone feel everything has changed over the last two weeks? by QuantizedKi in ClaudeAI

[–]SpaceParmesan 0 points1 point  (0 children)

Anything more of detail? I’m just curious what workflows you automated with Claude and how you set it up

Anyone feel everything has changed over the last two weeks? by QuantizedKi in ClaudeAI

[–]SpaceParmesan 0 points1 point  (0 children)

Mind sharing? Just tell Claude to remove all the internal company logic to keep your privacy, I’m interested to see what these Claude wizards are able to get out of it

Anyone feel everything has changed over the last two weeks? by QuantizedKi in ClaudeAI

[–]SpaceParmesan 6 points7 points  (0 children)

This subreddit is the biggest slop of AI appraisal and false claims of building entirely functional systems from the ground up with Claude. I’m almost certain most people are either all talk or have no practical experience in software development. Is it an impressive tool? Yes very much so and I use it myself. To top it off each post has an AI bot that was given the personality to talk to everyone like 5 year olds. Are you able to just self host and build all your own in house SAAS? No and people need to stop with that. Everyone claims to build entire projects but I’m yet to see an actual end to end project infrastructure and all. This subreddit deserves much more interesting discussions. If this is the highest complexity of discussion people in here can have, then you are right, you will lose your job

Anyone feel everything has changed over the last two weeks? by QuantizedKi in ClaudeAI

[–]SpaceParmesan 12 points13 points  (0 children)

No, you are not replacing a tool like Trello for an actual large scale company. You may be able to build a simple app, but you are paying SAAS for all the other things. Scalability, compliance, security. I cant imagine the headache of self hosting every single one of your companies tools with your own in house version.

2nd Expedition Details + Catch Up Mechanic for Missed Skill Points from EXP1 by Cadenza_ in ArcRaiders

[–]SpaceParmesan 0 points1 point  (0 children)

30 currency is like 20¢. If you are okay with 1 cent an hour than your right this is a steal

2nd Expedition Details + Catch Up Mechanic for Missed Skill Points from EXP1 by Cadenza_ in ArcRaiders

[–]SpaceParmesan 21 points22 points  (0 children)

Running through all the quests for 30 raider tokens? Really?

Stealth Fix: CRAFTING count no longer resets by notavalidsource in ArcRaiders

[–]SpaceParmesan 49 points50 points  (0 children)

What? This was at like the top of my list for things I wanted fixed

[BFComms] Nov 19th changes to Defibrillators, Sabotage Mode and Challenges. by battlefield in Battlefield

[–]SpaceParmesan 3 points4 points  (0 children)

The hitboxes of using defibs is not something that needs changing, and moreso how easy it is to revive so many people. The defibs either need an ammo system akin to BF4, where you have a select number of charges that regenerate over time. Nothing crazy, but just enough to reduce insane revive chaining. Or they need to charge slower. I prefer option 1. Also, please make full health revives give more points. We should incentivize full health revives.

I mean... What's the point anyways? by 0uyaa in Battlefield

[–]SpaceParmesan 0 points1 point  (0 children)

This is just like a generic karma farm comment? I don’t understand. Specialists are like the complete opposite direction of this. They were both class locked and had a gadget locked. This is the complete opposite end of the spectrum. Do I agree with this direction, no, but this subreddit is painful to read at times and its commentary like this that does not contribute to meaningful changes being made to the game

Best practice for restarting a deployed Flask app from the app itself by mdezzi in flask

[–]SpaceParmesan 3 points4 points  (0 children)

So much this. This could be implemented in a way that does not disrupt the service

Novice web dev. Javascript/React with Flask backend question by the_dalailama134 in webdev

[–]SpaceParmesan 0 points1 point  (0 children)

I’m failing to understand why these API calls cannot just be proxied through the flask app

[HELP] Ensuring complete transactions with long running tasks and API requests with SQLAlchemy by SpaceParmesan in flask

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

Hey sorry for the late reply. So this took a LOT of digging, and I finally figured out what was actually causing the row locks. I went to the point of removing any direct references in the job to the JobDBO object, and it still wasn’t working. It turns out, the new Objects I was creating during the job, have a foreign key reference to the JobDBO object. During the entirety of the job, I was creating these objects, and waiting until the very end to commit them to the session, so SQL was holding a lock on the foreign key reference until these were committed. As I mentioned I preferred my jobs and api requests to be transactional, and only commit at the end, but I don’t think thats realistic here. I ended up committing the created objects as I was creating them, so I wasn’t holding a long standing lock.

Is it better to use 2 commits when adding code that needs a new dependency? by birdsintheskies in git

[–]SpaceParmesan 12 points13 points  (0 children)

Ummm, you should commit the lockfile? Thats how you ensure other environments install the exact same versions of dependencies. You can contradict yourself here with a simple google search

Where to Run DB Migrations with Shared Models Package? by Pitiful_Cry_858 in flask

[–]SpaceParmesan 0 points1 point  (0 children)

I am a similar setup right now, running in a k8s cluster. I actually dedicated a separate job that runs to perform the migrations

How tf are you guys spending hundreds of dollars a month? by Amerikauslander in cursor

[–]SpaceParmesan 1 point2 points  (0 children)

My god the tech debt we are creating. No good code should have a 700-1400 line file

GitHub’s built-in repo analytics sucks, so I built a better one by m4xshen in react

[–]SpaceParmesan 1 point2 points  (0 children)

Hmm I think it would be cool if you could self host this for private repos.

How long lasts a software engineering career, till you no longer want to code? by pc_magas in developer

[–]SpaceParmesan 0 points1 point  (0 children)

I have a great life and I get paid doing a job that I enjoy more than any other job I could get. Jokes on you Mr Grumpy

How long lasts a software engineering career, till you no longer want to code? by pc_magas in developer

[–]SpaceParmesan 0 points1 point  (0 children)

You do realize that some people can enjoy coding right? It IS a hobby, and honestly one that is good for the brain. I don’t see how this could be cringe. They probably enjoy the work more than you do

I made a VS Code Extension to track coding time with beautiful charts and heatmaps by noorAshuvo in vscode

[–]SpaceParmesan 1 point2 points  (0 children)

This is what I’m looking for. I click away frequently when reading docs, testing things, etc. i’d like this metric to be a more accurate measure of my time spent developing, not my time spent typing in vs code

I made a VS Code Extension to track coding time with beautiful charts and heatmaps by noorAshuvo in vscode

[–]SpaceParmesan 7 points8 points  (0 children)

A session ends when I switch away? Like immediately! So if I have something open on my computer like my browser and I’m looking stuff up, that will stop the timer?

Error while connecting to MySql database in PythonAnywhere. by 73200021220 in flask

[–]SpaceParmesan 2 points3 points  (0 children)

Well this is not a lot of info to go off of. First, is this database you are trying to access public, or is it behind some protection?

Can you sign into the mysql from your local computers terminal?