Kenyan engineer modernizes vintage cars with a custom ECU and EFI upgrades [video]youtube.com3 points·by mthomas·il y a 5 mois·2 comments
Corporate Memphis, a.k.a. “Alegria”, a.k.a. the big tech art styleyoutube.com7 points·by mthomas·il y a 4 ans·2 comments
How Macron just changed cyber security foreverhackernoon.com43 points·by mthomas·il y a 9 ans·6 comments
Why Functional Programming doesn't matterblog.functionalworks.com2 points·by mthomas·il y a 10 ans·0 comments
Interrogated for doing math on American Airlines flightwashingtonpost.com3 points·by mthomas·il y a 10 ans·0 comments
Millions of Ordinary Americans Support Donald Trump. Here's Whytheguardian.com5 points·by mthomas·il y a 10 ans·1 comments
Why You Need to Curb Your Obsession with Big Datamytotalretail.com1 points·by mthomas·il y a 11 ans·0 comments
mthomas·il y a 5 mois·discussKenyan engineer modernizes vintage cars with a custom ECU and EFI upgrades
mthomas·il y a 9 ans·discussI don't see any clever way to make that more readable. I would have to break it into two subexpressions and then take the difference. i.e. (setv e0 (-> (+ 1 3 88) (/ 2))) (setv e1 (-> (+ 3 2) (* 8))) (setv result (- e0 e1))
mthomas·il y a 9 ans·discussI find that both are equally (un)readable. However, for expressions that are that long, I'm inclined to write: (setv result (-> (+ 1 3 88) (/ 2) (- 8)))
mthomas·il y a 12 ans·discussI wonder what the backup is for when the power fails while several cars are in one shaft.
mthomas·il y a 12 ans·discussHSQLDB comes with a command line tool called SqlTool http://hsqldb.org/doc/2.0/util-guide/sqltool-chapt.htmlYou will have to setup the classpath manually and specify the jdbc driver. It is pretty basic.
mthomas·il y a 12 ans·discussRelease notes here: https://github.com/JuliaLang/julia/blob/v0.3.0-rc1/NEWS.md