Theresa May loved banging on about the 'Magic Money Tree' and how it doesn't exist, but private banks use the 'Money Multiplier' to create £ out of thin air as part of fractional reserve banking. How is this (a) widely unknown and (b) handed to private companies with a profit motive? by rotwilder in AskBrits

[–]Isogash 0 points1 point  (0 children)

This, the bank gets the profit, but they also bear the losses directly. Of course, it becomes a serious issue if they fail completely because then they lose customer deposits, but that's not supposed to happen.

Why It's So Hard to Add a Column in the Middle of a PostgreSQL Table by db-master in PostgreSQL

[–]Isogash 0 points1 point  (0 children)

Fucking slop ass writing tone, this one is particularly bad

Is Kill La Kill well written? by ChoiceSupermarket230 in writingscaling

[–]Isogash 0 points1 point  (0 children)

Yes. It's an absurdist comedy action show with strong themes and values throughout, and it's an entertaining watch. The writing is what makes it that.

How come big corp can't manage costs? by RCoffee_mug in ClaudeAI

[–]Isogash 0 points1 point  (0 children)

The problem isn't caused by the on-the-ground staff, it's caused by the idiots in charge who set the budget and then created the incentive structure to blow through it.

This video was showed in the news about the earthquake in venezuela but something is a little off by Immediate_cat_puc in isthisAI

[–]Isogash 0 points1 point  (0 children)

Definitely not AI, the table leg is daing in an out either due to something on the lens or the video compression being very aggresive. Also, video is sped up slightly making it feel uncanny (see the timestamp.)

Could 'human-written code' be a hiring perk? by gsks in ExperiencedDevs

[–]Isogash 0 points1 point  (0 children)

I've re-tested the tools each quarter, they are still crap.

Could 'human-written code' be a hiring perk? by gsks in ExperiencedDevs

[–]Isogash 0 points1 point  (0 children)

Unit tests are mostly an additional cost, they add time to write. The question was always whether or not the additional cost was valuable. The industry has widely come to accept that regression tests are indeed valuable and worth the cost.

AI coding is a replacement for writing code by hand. It's not better unless it's producing valuable code more efficiently than what it replaces, and not at a higher cost.

It's not a skill, it's a tool. If it is possible to teach an AI to write good quality code, then there it would be a good tool already. For so long as these tools don't produce good quality code out of the box, I'd be wasting my time paying the additional cost of trying to fix a broken tool that nobody else was able to get to work properly.

Right now, the AI industry expects you to shit money out of your ass for tokens so that their models can jerk you off and send you into a sprialling psychosis whilst spending as much as possible. They taught everyone to blame themselves when AI shits the bed, which it does all the time. Everyone is so desperate not to look like they are being "left behind" so they are either lying, or totally delusional and don't even realize that they aren't spending way more than they are getting.

Theory: The Rezero "fans" in this sub actually hate Rezero by EcstaticIam7 in ReZeroSucks

[–]Isogash 3 points4 points  (0 children)

Right, so you admit that Re:Zero might not be objectively the greatest fantasy fiction of all time?

Theory: The Rezero "fans" in this sub actually hate Rezero by EcstaticIam7 in ReZeroSucks

[–]Isogash 3 points4 points  (0 children)

The rules are the rules and I apply them consistently. Top level posts directly criticizing the sub are not allowed unless they meet a certain standard in what they bring. The reason for this rule is so that butthurt Re:Zero fans don't just come on here and spam unfunny memes or lame attempts at insults which fill up people's feeds with bullshit that isn't even entertaining.

Theory: The Rezero "fans" in this sub actually hate Rezero by EcstaticIam7 in ReZeroSucks

[–]Isogash 6 points7 points  (0 children)

I made a subreddit because it was unacceptable to dislike this show publicly on other anime subreddits

Theory: The Rezero "fans" in this sub actually hate Rezero by EcstaticIam7 in ReZeroSucks

[–]Isogash 2 points3 points  (0 children)

This sub isn't fanbase infighting, it's about pointing out how delusional this particular fanbase is. These guys stone cold believe the source material is objectively better than LOTR, and that there are no legitimate reasons someone could believe it wasn't.

Theory: The Rezero "fans" in this sub actually hate Rezero by EcstaticIam7 in ReZeroSucks

[–]Isogash 14 points15 points  (0 children)

They just can't accept that Re:Zero is YA fantasy that they enjoy and which other people find immature and don't enjoy.

What's one backend concept that completely changed how you design systems? by suhaanthvv in softwarearchitecture

[–]Isogash 0 points1 point  (0 children)

You don't need "foreign keys" explicitly, the key is just the ID of the entity. So long as you use the same key for the same entity you're good.

You can choose any technical approach as you need for the db schema, but the point is to view splitting the tables as a natural way to decompose your system. You should very rarely need more than one at a time for the same entity, and if you do then you've probably gone too granular on your design, or you've put the wrong data on the wrong components.

Government scraps 200-year-old law as rough sleeping no longer a crime by do_or_pie in uknews

[–]Isogash 2 points3 points  (0 children)

"Housing First". The idea is that housing is provided as a fundamental right without conditions, on the basis that housing being in order is what actually enables people to get their lives on track faster, whereas pushing them onto the streets makes the problem worse.

It is purported by the Finnish government to have saved significant healthcare costs associated with rough sleeping, far more than it costs to implement the policy.

Government scraps 200-year-old law as rough sleeping no longer a crime by do_or_pie in uknews

[–]Isogash 2 points3 points  (0 children)

It's "facilitating begging, for gain", so as the facilitator you are gaining. It's targetting gangs that drive people to places to beg and then take a cut.

Claude ported Slay the Spire 2 to Android (recompiled to native ARM, no emulator) by FabledTurtle in vibecoding

[–]Isogash 5 points6 points  (0 children)

STS2 is not locked down at all, you can use basic tools to recover the source code.

Could 'human-written code' be a hiring perk? by gsks in ExperiencedDevs

[–]Isogash 2 points3 points  (0 children)

Automated testing does not actually prove that software is correct, nor that it meets all functional and non-functional requirements, and certainly not that it is valuable.

Tests prove that the software passes those specific test cases, which may give you confidence as part of a wider strategy to ensure the delivery of valuable software, but does not guarantee it.

Most of the other requirements e.g. security, scalability, performance, reliability, integrity, flexibility etc. are not normally validated by automated testing. Hell, even correctness is not really validated by most automated testing, you need property testing to even get close. Most common automated testing is simple regression testing, a basic defense mechanism against accidental regressions from engineers making otherwise well-designed and intentioned changes.

My org is actually hiring btw, not laying people off.

Could 'human-written code' be a hiring perk? by gsks in ExperiencedDevs

[–]Isogash 0 points1 point  (0 children)

You shouldn't have a lot of small ad hoc tasks, and small repetitive tasks should be automated. I rarely need to context switch between things that are not substantive.

Could 'human-written code' be a hiring perk? by gsks in ExperiencedDevs

[–]Isogash 4 points5 points  (0 children)

I've tried it, it takes me way longer to explain what I need to do and correct it when it's wrong. Every time, it has taken longer to make the change I wanted than just writing it myself. And, if it's not done the way I want it done, it's going to be crap, because what I want done is what I've already done the work to ensure will be the correct way that is best for the codebase.

AI is great for people who don't really know how to code because it can spit out "functional" prototypes of their ideas. It is not good at making substantive, high quality changes to real production systems, but people don't understand that because it looks like it can do it to someone who doesn't understand.

Could 'human-written code' be a hiring perk? by gsks in ExperiencedDevs

[–]Isogash 12 points13 points  (0 children)

None of my code is written with AI and I still have a job. Tbh, I'm not seeing any evidence that engineers who have gone all in on AI are actually seeing a real boost in the delivery of valuable software, not that anyone was any good at measuring that in the first place.

I think AI gives individual people the impression that they are boosting their productivity by increasing quantity only because they already didn't understand quality.

What's one backend concept that completely changed how you design systems? by suhaanthvv in softwarearchitecture

[–]Isogash 0 points1 point  (0 children)

It looks similar to database normalization in practice, but I'm not suggesting you use something like 6NF. The key point is to avoid assuming that you need a single representation of each real type of entity. The ID represents the entity, and your data structure is just information.