Just use C. It solves all those problens given the most complicated feature is pointers and those hard aren’t to understand.
Just use C. It solves all those problens given the most complicated feature is pointers and those hard aren’t to understand.
Iceraven + ublock origin and its all gone.
Just someone didn’t develop something dosen’t mean they can’t passionately share it. If you like a TV show and started talking about how much you like the show it wouldn’t rude for you to share just because you weren’t the director of the show.
No, I have never used any of those closed source options. I wanted cloud services I have perfectly good esp32 lying around. And if I get worried about the vendor provided system libraries I can just buy a Raspberry Pi or something.
Sounds inefficient. You can only store 8 gigs and goes away when you shut off your computer? I just put it on punch cards and feed it into my machine.
Why not just use vim? It’s preinstalled.
It would be nice if Apple didn’t lock down the phones but that is never going to happen.
Vim and GCC.
If you want to use extensions try out Iceraven (a firefox clone).
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?
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 …
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.
Aw man, now I have to download an whole OS just to use Usenet? /s
I’ve thinking of using Usenet. What client would you recommed for mobile and desktop?
I agree, unless you doing low level stuff where you need absolute control you should use a modern language with proper abstraction just to save time. Most use cases where they use C++ can be replaced with Rust or Go as they aren’t saddled with years tech debt and bloat due to having mantaining backwards compatibility.