No, the podcast can absolutely missrepresent the thing that it’s sumarizing. The podcast also adds commentary, and I think it’s especially this commentary that I find unreliable.
No, the podcast can absolutely missrepresent the thing that it’s sumarizing. The podcast also adds commentary, and I think it’s especially this commentary that I find unreliable.
I think that it is impressive, but not necessarily that useful? In particular, you can’t really trust what they’re saying to be accurate so it doesn’t actually give you that much usable information.
Very cool, but I’m not sure what I would actually use it for.
Yeah thought that might be the case! It’s just a thing that a lot of people have misconceptions about so it’s something that I have a bit of a knee jerk reaction to.
There are a couple of reasons that might not work:
To be clear, most of the arguments I’m making aren’t really about AGI specifically but about humanities capability to develop arbitrary in principle feasible technologies in general.
Another possibility is that humans just aren’t smart enough to figure out AGI. While I’m sure that we will continue incrementally improving technology in some form, it’s not at all self-evident that these improvements will eventually add up to AGI.
A breakthrough in quantum computing wouldn’t necessarily help. QC isn’t faster than classical computing in the general case, it just happens to be for a few specific algorithms (e.g. factoring numbers). It’s not impossible that a QC breakthrough might speed up training AI models (although to my knowledge we don’t have any reason to believe that it would) and maybe that’s what you’re referring to, but there’s a widespread misconception that Quantum computers are essentially non-deterministic turing machines that “evaluate all possible states at the same time” which isn’t the case.
You could still automatically delete all new posts and comments or something like that I suppose
If anything I think that the current rust discourse is a fad. I’m not sure what it is about rust that makes people have so strong opinions about it but I can’t wait for it to become a “normal” language so that people can chill about it a bit.
Yeah it seems like most Brazilian twitter users have gone to bluesky. I’m glad that so few went to threads actually.
I think there’s a cultural difference too. Bluesky is much closer to (a subsection of) twitter culture pre-musk than anything else. Weather you think that’s good or bad is a matter of taste but it is probably the easiest thing to get people who like pre-musk twitter to switch to.
There are non-propietary versions of android, I use /e/OS for example. Try searching for de googled android if you wanna find out more.
Maybe paywalled subreddits are more intended to become competitors to maybe patreon and only fans rather than present day subreddits? Like a lot of patreons have discord access as a perk, the paywalled subreddit could potentially fill that role instead. Don’t think it seems like a good idea and don’t think it’ll become more than a gimic
Beeper is a free app that is built on the same matrix bridges, and it takes care of hosting for you. Downside is that this requires you to trust beeper
When I’m just locally iterating on stuff I’ll usually do a git commit -m "WIP: Description of what I'm trying to do"
and then git commit --amend
to it. A bit more ergonomic than stashing if I want to switch branches imo. I can also go back to old versions if I want to through the reflog.
git commit --fixup some-commit
is also great for if I discover things in the review for example. You can then do git rebase master --autosquash
to flatten them into the commit they belong to and that way you don’t have to bother with commit messages like “fixed typo”. Doing fixups for small fixes is good because it allows you to keep your mr broken up into several commits without also leaving in a bunch of uninteresting history.
Can recommend checking out the –fixup section in the git documentation if you haven’t heard about --fixup before.
Nice, I’ll check it out. I’ve been meaning to customize the desktop a bit more but it works well enough for the moment.
There are probably better alternatives, but I have a raspbery pi plugged into my tv and use KDE connect to remote control the mouse and keyboard from my phone. If I wanna watch youtube I’ll navigate to youtube.com and click on a video.
The different worktrees share the same .git state. The article has an example where the author uses one tree for writing code and one for fuzzing it. If they used multiple clones they’d have to push from the writing directory and pull from the fuzzing directory to get new commits to fuzz but with worktrees this state synchronization between different git directories happens automatically.
Well he speaks english so in that sense he’s english speaking
Yeah the title of the post makes it sound much worse than what it seems to be in practice? Maybe I’m just naive
As long as you have your windows license key you can change your mind later so really you can do whatever. I’d recommend giving 100% linux a try if that seems fun. Obviously you’re gonna want to back up any interesting files that you have on windows either way.