bortexz_'s profile picture.

bortexz

@bortexz_

bortexz reposted

Graph theory


bortexz reposted

Great demonstration of static electricity.

From Domenico

bortexz reposted

a while ago, I learned about the mental load — and created a comprehensive guide to cleaning! Check it out if you haven’t! #mentalload An old post 🧵1/7

roberttheotter's tweet image. a while ago, I learned about the mental load — and created a comprehensive guide to cleaning! Check it out if you haven’t! #mentalload

An old post
🧵1/7
roberttheotter's tweet image. a while ago, I learned about the mental load — and created a comprehensive guide to cleaning! Check it out if you haven’t! #mentalload

An old post
🧵1/7

bortexz reposted

How to make a basic trading algorithm: - templates - lazy tricks - what you need ...


bortexz reposted

The smartest scientist in the game: Andrew Huberman. I’ve listened to 100+ hours of his podcast and interviews. Here are 10 lessons you can use to level up your life:

singhcredible's tweet image. The smartest scientist in the game:

Andrew Huberman.

I’ve listened to 100+ hours of his podcast and interviews.

Here are 10 lessons you can use to level up your life:

bortexz reposted

When I started learning Java in 2002, many people were saying that Java is slow and can never compete with C or C++. 20 years later, all High-Frequency Trading companies I know use Java instead of C/C++. efinancialcareers.co.uk/news/2020/11/l…

vlad_mihalcea's tweet image. When I started learning Java in 2002, many people were saying that Java is slow and can never compete with C or C++.

20 years later, all High-Frequency Trading companies I know use Java instead of C/C++.

efinancialcareers.co.uk/news/2020/11/l…

bortexz reposted

Your opinion matters ✅ @TerribleMia and @argyleink teamed up to compare and contrast 3 syntax options for nesting in #CSS. Which you prefer: 1️⃣ @­nest 2️⃣ @­nest restricted 3️⃣ Brackets review and vote 👇 developer.chrome.com/blog/help-css-…


bortexz reposted

Made a few frost and fire builds! For RMP 3v3

Raiku_Wow's tweet image. Made a few frost and fire builds! For RMP 3v3

bortexz reposted

My primitive but effective Node.js CLJS REPL workflow ;-) clj -M:cljs -m cljs.main -re node cljs.user=> (require '[...] :reload) (cljs.test/run-tests '...) #clojurescript

borkdude's tweet image. My primitive but effective Node.js CLJS REPL workflow ;-)

clj -M:cljs -m cljs.main -re node

cljs.user=> (require '[...] :reload) (cljs.test/run-tests '...)

#clojurescript

bortexz reposted

(defmacro ->map [& ks] (assert (every? symbol? ks)) (zipmap (map keyword ks) ks)) (let [a 1, b 2] (->map a b)) ;;=> {:a 1 :b 2} #clojure


Loading...

Something went wrong.


Something went wrong.