I'm think the answer there does not apply to the PHP version of regex though I'm not entirely sure
MinekPo1
While I agree with you , the Open Software Initiative doesn't :
Open source doesn’t just mean access to the source code.
So according to the OSI's definition of open source , a project being public on github , but with out a license or with a license which does not comply with the requirements set out by the OSI
As someone who is currently inside of mental hospital grounds , reminding people to take their meds isnt bad I'd say . /hj
On a serious side I feel like this isn't that bad , as it is more general than using a specific issue as an insult
its efficient in terms of compiler size ! nya
honestly what I hate the most about those quotes is that every one of those slogans actually have a quite clear meaning , especially within the context of the book .
smh he is racist, overconfident, and uneducated
no it still doesn't because unless that ai will code in assembly (which you could argue is a statically typed programming language with just one type , but lets not be pedantic) , it will still use programming languages , which means it will still matter if a language something is made is statically or dynamically typed .
even with the assumption that AI will be able to efficiency code in assembly , lets entertain the exponential growth version of ai often shown in fiction , it will still not be worth for that super intelligence to write in assembly (except for what we humans would call fun or for small cases where its necessary like os headers etc) because a compiler will do it faster and likely good enough , especially as it will then be able to make a better compiler . it will also likely not want to spend time/focus to scan the assembly code which is another advantage to not writing in pure assembly .
making that statement requires a complete lack of understanding how programming works along with an over"optimistic" view on the future of ai nya
to be fair , making a simple os is a fun side project , though I would recommend going with a toy VM rather than actual hardware
Not that it will matter in the AI future
that statement makes so little sense I feel like Mount stupid does not give it justice .
yeah but why is a single character string containing a tab equal to zero ???
don't worry , it can always get worse . source : I implemented a esoteric programming language of my own making with just a parser (no lexer !) and a tree walking interpreter while reimplementing a standard library and depending on undefined behavior in python . honestly I fear that code more each time I look at it