@cmuratori@Windows Man, using linux isn't great on an absolute scale, but every time I see something about windows I'm reminded of why I've not switched back
@hoytehablode@FrancSandwich@Jonathan_Blow@cppig1995@videolan If the software is broken, it does not in fact do everything it needs to do. From the user's point of view, it does not matter that something else broke it. Software that, when broken, gets fixed by its programmers, is better software.
@hoytehablode@FrancSandwich@Jonathan_Blow@cppig1995@videolan "You get what you pay for" is a fair enough rejoinder to people complaining about the quality of free software, just don't be surprised when they move to different software! Or pay for a different program!
@hoytehablode@FrancSandwich@Jonathan_Blow@cppig1995@videolan Does "offer a fix", mean an update to VLC that fixes the problem or is it an annoying user action (like deleting the cache) that may or may not fix the problem?
Because if vlc being OSS means they can't do better than the latter, then that rflcts poorly on the state of OSS!
hello there the jacobian conjecture is false thanx to my close friend akhil for asking about it and my other close friend fable for working during the world cup final
((1+xy)^3 z + y^2 (1+xy) (4+3xy), y + 3 x (1+xy)^2 z + 3 x y^2 (4+3xy), 2 x - 3 x^2 y - x^3 z): \C^3\to \C^3, has jacobian determinant -2, and sends (0, 0, -1/4), (1, -3/2, 13/2), and (-1, 3/2, 13/2) to (-1/4, 0, 0)
@coltoncrawdaddy@ajohnston97629 I found it really helpful.
There are some very useful patterns using custom allocators/arenas that are an 80/20 rule in your favour
Like:
while main_loop {
thing_a=talloc(…);
thing_b=talloc(…);
…
reset_temporary_allocator();
}
Lets you 90% write as if you were in a GC lang