Please fix the submission url to point to the article, not to google. That is http://www.thevintagenews.com/2017/09/10/the-hoba-meteorite-...
> Plain JavaScript I don't agree this is a feature. An Javascript implementation of a command line tool is a terrible idea performance wise. There is good reasons jq is written in C.
MS-DOS shipped with QBASIC. https://en.wikipedia.org/wiki/QBasic#History
It sounds like her use case is badly suited for raw binary transmission due to the high possibility of data loss, much like the internet used to be when base64 was originally introduced.
You seem to be confusing encoding (base64 for example), and encryption (AES for example). Where a side channel attack studying the decryption speed/power use can reveal information, the encoding of said encrypted data…
Did kde sandbox the file preview thing yet?
> i personaly only would use go for very technical, low-level middlewares. Care to extend upon why you don't feel go is a good fit for other programming?
static file server in go: package main import ( "fmt" "net/http" "path/filepath" ) var ( host = "0.0.0.0" path = "/var/www/public" port = 8080 ) func main() { path, err := filepath.Abs(path) if err != nil { panic(err) }…
I'm confused, what makes you think the AMD and Intel cpu internals are the same?
Indeed. This seems to be the most common fallacy when looking into ancient astronaut claims.
> I'm personally unconvinced that there weren't ancient civilisations with advanced technologies, yet undiscovered, which moved mountains for their own purposes. This idea is so old it's like beating a dead horse by…
> And even if it encodes the sounds of a language, if that language utterly died out and is unknown to scholars today, then even if we know what the sounds were, we probably wouldn’t be able to determine much of their…
Well, Pythagoras should maybe not be remembered, since he didn't actually discover the theorem. https://en.wikipedia.org/wiki/Pythagorean_theorem#History
When people no longer remembers who Einstein was, such saying would lose popularity and eventually die out of the language. https://www.virtuescience.com/etymology-how-words-change-ove...
I guess you have not heard about the Venus figurines? https://en.wikipedia.org/wiki/Venus_figurines
Technically, history begins with the writing system, around 6000 years ago [1]. Before that is what we call "pre-history". 1: https://en.wikipedia.org/wiki/Cuneiform_script#Proto-literat...
No, that is not even remotely resembling what you claim.
How would a open www.change.org petition be any indicator of the current state of things? Or even indication of the 2013 state of things? For christ's sake, anyone can start a petition about anything. Obviously the…
> git.cypherpunks.ru uses an invalid security certificate. The certificate is not trusted because it was signed using a signature algorithm that was disabled because that algorithm is not secure. Error code:…
The pixelmator pro move was a real dick move, though
This is what we have CDN:s for
I were in your situation, too. Quit drinking about 4 years ago now. Used to drink 6-7 days a week for about 12-14 years, while working in IT. Getting sober was the best thing I could have done!
Yea, bad bad windows for following standards. The SI prefixes are well established before 1998 and the cause for this brainmelt. https://en.wikipedia.org/wiki/Metric_prefix
Not sure why make a whole website of this w := 1900 h := 1200 divisor := gcd(w, h) aspect := fmt.Sprintf("%d:%d", w/divisor, h/divisor) func gcd(x, y int64) int64 { for y != 0 { x, y = y, x%y } return x }
Using docker can greatly improve your development situation. For example, you can use docker to define the full environment needed to run your web app, meaning you can have another dev running it with "docker run", and…
Please fix the submission url to point to the article, not to google. That is http://www.thevintagenews.com/2017/09/10/the-hoba-meteorite-...
> Plain JavaScript I don't agree this is a feature. An Javascript implementation of a command line tool is a terrible idea performance wise. There is good reasons jq is written in C.
MS-DOS shipped with QBASIC. https://en.wikipedia.org/wiki/QBasic#History
It sounds like her use case is badly suited for raw binary transmission due to the high possibility of data loss, much like the internet used to be when base64 was originally introduced.
You seem to be confusing encoding (base64 for example), and encryption (AES for example). Where a side channel attack studying the decryption speed/power use can reveal information, the encoding of said encrypted data…
Did kde sandbox the file preview thing yet?
> i personaly only would use go for very technical, low-level middlewares. Care to extend upon why you don't feel go is a good fit for other programming?
static file server in go: package main import ( "fmt" "net/http" "path/filepath" ) var ( host = "0.0.0.0" path = "/var/www/public" port = 8080 ) func main() { path, err := filepath.Abs(path) if err != nil { panic(err) }…
I'm confused, what makes you think the AMD and Intel cpu internals are the same?
Indeed. This seems to be the most common fallacy when looking into ancient astronaut claims.
> I'm personally unconvinced that there weren't ancient civilisations with advanced technologies, yet undiscovered, which moved mountains for their own purposes. This idea is so old it's like beating a dead horse by…
> And even if it encodes the sounds of a language, if that language utterly died out and is unknown to scholars today, then even if we know what the sounds were, we probably wouldn’t be able to determine much of their…
Well, Pythagoras should maybe not be remembered, since he didn't actually discover the theorem. https://en.wikipedia.org/wiki/Pythagorean_theorem#History
When people no longer remembers who Einstein was, such saying would lose popularity and eventually die out of the language. https://www.virtuescience.com/etymology-how-words-change-ove...
I guess you have not heard about the Venus figurines? https://en.wikipedia.org/wiki/Venus_figurines
Technically, history begins with the writing system, around 6000 years ago [1]. Before that is what we call "pre-history". 1: https://en.wikipedia.org/wiki/Cuneiform_script#Proto-literat...
No, that is not even remotely resembling what you claim.
How would a open www.change.org petition be any indicator of the current state of things? Or even indication of the 2013 state of things? For christ's sake, anyone can start a petition about anything. Obviously the…
> git.cypherpunks.ru uses an invalid security certificate. The certificate is not trusted because it was signed using a signature algorithm that was disabled because that algorithm is not secure. Error code:…
The pixelmator pro move was a real dick move, though
This is what we have CDN:s for
I were in your situation, too. Quit drinking about 4 years ago now. Used to drink 6-7 days a week for about 12-14 years, while working in IT. Getting sober was the best thing I could have done!
Yea, bad bad windows for following standards. The SI prefixes are well established before 1998 and the cause for this brainmelt. https://en.wikipedia.org/wiki/Metric_prefix
Not sure why make a whole website of this w := 1900 h := 1200 divisor := gcd(w, h) aspect := fmt.Sprintf("%d:%d", w/divisor, h/divisor) func gcd(x, y int64) int64 { for y != 0 { x, y = y, x%y } return x }
Using docker can greatly improve your development situation. For example, you can use docker to define the full environment needed to run your web app, meaning you can have another dev running it with "docker run", and…