Why not just use vim? It’s preinstalled.
Dyscalculia?
If you haven’t already you can usually ger compensation for delayed flight. Check out the compensation page for the airline your using.
I mean having thw insrance not show in your feed. I know Connect has that but I want something that is proper FOSS.
The place is awful. Waiting for individual instance banning.
I agree, my highschool often just stated mathematical equations without explaining what they were. They told us you find the sidelength using sin and gave js a formula and thats it. They didn’t say what sin actually was/represented, how to calculate by hand or even show us the classic unit circle like on this website https://www.mathsisfun.com/geometry/unit-circle.html
Maybe your just learning from the wrong place? A lot of people who say they aren’t a “math person” often just have a shitty education.
How do I make DDG only returns results from lemmy. Usually you can make it only return results from a specific website (like reddit.com) but you can’t do that because of different instances.
You won’t be able to mistake the two if you don’t use Classes.
Thanks man, I’ll look into it when I have the time. This should work on all IEEE compliant systems right?
My bad, I should have been more specific in my post. I was talking in the context of software which in most music players has the pause and play buttons occupying the same space. On physical devices such as dvd player I obviously consider the pause button as “to pause” and the play button as “to play”
The code is produced by the compiler but they are not the original source. To qualify as source code it needs to be in the original language it was written in and a one for one copy. Calling compiler produced assembly source code is wrong as it isn’t what the author wrote and their could be many versions of it depending on architecture.
By excluded he means macro assemblers which in my mind do qualify as an actual langauge as they have more complicated syntax than instruction arg1, arg2 …
Yes I understand that but in most software they don’t have seperate play and pause buttons but rather only one which swaps symbols when you click and so for me when I want to know whether it is currently playing I just look at the button.
That dosen’t really translate to neural nets though. There is nothing inherent about matrix multiplication that would make it good at reading code. And also computers aren’t reading code they are executing it. The hardware just reads instruction by instruction and performs that instruction it has no idea what the high level purpose of what it is doing actually is.
How to use SPI with multiple slaves and only one master.
I wish you make the levels bigger in nethack
Why not just use unsigned int rather than signed int? We rarely have to store times before 1970 in computers and when we do we can just use a different format.