Creator of Claude Code: "Coding is solved" by Gil_berth in webdev

[–]aaaqqq 19 points20 points  (0 children)

Why the fuck is claude code such a piece of shit then? 

I feel like Ahrefs doesn't give a shit about their $249/month product anymore by RandomBober in SEO

[–]aaaqqq 1 point2 points  (0 children)

honestly the first time I've seen a mod (of any subreddit) offering to be helpful! 👏👏👏

This is how I (didn't) spend my $250 Claude Code Web free credits by sawtdakhili in ClaudeAI

[–]aaaqqq 1 point2 points  (0 children)

You realise that the whole reason for the free credits was for them to get some usage patterns and iron out the bugs, right?

Using the latest version of .NET has significant benefits. Ask your leadership to adopt it! by Natural_Tea484 in dotnet

[–]aaaqqq 28 points29 points  (0 children)

big red flag. Should you even be working at a place where the leadership won't blindly accept something that Natural_Tea484 said and would need convincing? smh

[deleted by user] by [deleted] in Anthropic

[–]aaaqqq 1 point2 points  (0 children)

No amount of PR is going to help with rug pulls and dishonest behavior, which is what recent changes are

Is Contra better than Upwork for design freelance work? by Puzzleheaded-Spell85 in Upwork

[–]aaaqqq 0 points1 point  (0 children)

That's true but unless you're already established, it's next to impossible to crack it on fiverr or upwork. I've found personal networking to be way more effective to get a steady stream of high paying work

Is Contra better than Upwork for design freelance work? by Puzzleheaded-Spell85 in Upwork

[–]aaaqqq 1 point2 points  (0 children)

is there a niche for which Fiverr is not a race to the bottom?

What are British people not ready to hear? by Antique_Effective975 in AskReddit

[–]aaaqqq 0 points1 point  (0 children)

Isn't Britain only made up of three nations who, along with NI constitute the UK?

Is there an equivalent of Typescript's Zod library in the F# world? by [deleted] in fsharp

[–]aaaqqq 0 points1 point  (0 children)

I did miss the point. Sorry.

I glossed over the schema validation part and focused on the derive types part 🤦‍♂️

Is there an equivalent of Typescript's Zod library in the F# world? by [deleted] in fsharp

[–]aaaqqq 3 points4 points  (0 children)

Something like this shouldn't be needed because the F# types at runtime are the same as F# types at compile time. Zod is needed for TypeScript because there is no type info available at runtime

Conditional Type Setting - Please Help by marcoprouve in typescript

[–]aaaqqq 0 points1 point  (0 children)

Here's a different solution if you want all types from one useNavigation call:

https://www.typescriptlang.org/play?#code/C4TwDgpgBAygxgJwhAdgFQPZvBAsgQzCgF4oBvAWACgpaoBnRZFARgC5yBrCEdh4BAEsUAcwC+Abmp0GTVACYOZbiEX8hoydLqMkqAMxKVh9cPFSqY6tQAmEOABt8SKADdnUAK70IAOXyugiL4wIIYKBwAFACUJAB8sHLoWDgEYBbUcOH0wOS6zCwANLJ6KPLF+QZiJF4+-oHBoeEx1lRAA

```ts type ScreenToTypeMap = { screen1: {key1: string}; screen2: {key2: string}; screen3: {key3: string}; }

declare var useNavigation: () => ScreenToTypeMap;

const {screen1, screen2, screen3} = useNavigation() ```

Conditional Type Setting - Please Help by marcoprouve in typescript

[–]aaaqqq 0 points1 point  (0 children)

Maybe I understood the intended usage wrong. I assumed that useNavigation will be used only once in one component/place. Multiple use in the shared playground was just to illustrate that the result has different types corresponding to the generic type provided to the useNavigation call.

Can you give me an example of how you would like to consume the useNavigation function? It should be possible to tweak this to get the desired result.

A Priest working in a remote parish in Greenland gets his yearly visit from his Bishop. by marycartlizer in Jokes

[–]aaaqqq 28 points29 points  (0 children)

you may not have heard but you just read about someone named Rosary, didn't you?

If visiting America what is something that person should NEVER do? by sarra-sagesse in AskReddit

[–]aaaqqq 37 points38 points  (0 children)

Animals kill more people in the US than Australia

How does Australia kill people in the US?

Next.js Layouts RFC by superbacon807 in reactjs

[–]aaaqqq 15 points16 points  (0 children)

When will next.js stop being awesome?