

If you want to join developing an alternative, I’m in.


If you want to join developing an alternative, I’m in.


If I am the tankie you must be lgbtq femboy. There’s nothing wrong with it. We are here for different reasons :D.
Stereotypes aside, aren’t you using one?
They are useful.


These are not deadlines. A task takes what it takes. We only provide an estimation.
They write code but instead of a company, an university pays them.


I have heavy problems to solve. Claude Opus could solve it. I could solve it too in 2 days or so on my own, but with Opus it was about half an hour.
I’m not advertising claude, if it gives bullshit response I turn it off instantly.
Another example: In the app I work, there’s a huge list of city integration files. I had a loose set of specifications for a new city, and with claude I could roll out a new prototype in no time. It saved me about a month of work.
It’s expensive and energy hungry for sure.


It does work for me. I use it and it is helping a lot.


I feel like it would be easier to help with the original problems that led to these unusual choices.
You can change the sorting to show the new posts. You can also change the list to show posts from all communities from all federated instances (except from banned ones). I mostly find very recent posts.


Downvoting because the title says “best” and I disagree. Apple products have a bunch of drawbacks, I wouldn’t buy them even if the hardware is strong and efficient.
I don’t think it’s ADD. There’s a book called ‘thinking fast and slow’. In that book the psychologist separates the mind functions into two systems. System 1 is for intuition, no effort, fast thinking. System 2 needs effort, slow, but precise. What happens here is that simply people are trying to be efficient with their thinking and they use less system 2 which is required for reading.


I used claude code to migrate a small rust project from raw sql to an ORM. It was next level. In a timespan of a small bug fix I could rewrite the data model. It tested the code, it fixed the errors, I was amazed. I reviewed every change, so I could spot problems like migration would fail with prod data. I wrote a new prompt to fix that and it fixed.
For anybody new to claude code: It’s a tui app where you can log in and write prompts for the project in the current directory. The way it works, it searches files in the project based on the prompt, and it locates the related code sections. So it gathers the context pretty well. It can suggest changes, it can suggest running CLI commands, it can read its output. It reacts to itself. You can accept or intercept and correct it anytime.
I ran it in docker just in case.
In summary, this is a real deal, but of course the code needs to be reviewed. Sometimes, it produces, simply put, unmaintainable code, that shouldn’t be used. Works or not, it should move.


Yeah, I deliberately did not specify it. But I can image configurations work against some groups. Of course you shouldn’t store your footages at your enemies.


There’s only one method that covers also lost footages. Live streaming the media into multiple trustworthy places.
If it is for documentation try docusaurus.
This won’t protect your .env files though, right?
Right, but my machine is safe at least.
It’s possible. For pnpm package cache you need to attach another volume, and another for globally installed packages.
Keep your secrets:
alias npm="docker run -it --rm -v $(pwd):/app -w /app node:latest npm"


So, for example, online editors that store state in huge jsons and has frequent backup can benefit from it. That’s actually great, good luck with it!


By IO heavy I meant db operations or other external requests. When the request handler starts, it waits for the IO to be completed. While it waits, it can accept other requests and so on, so the bottleneck is the IO in my case, not the request parsing.
I imagine it like this (imaginary numbers):
Which case, it wouldn’t matter which http framework to use. However, there are probably other use-cases.
May try hoes for an initial push, to get going.