evloop's profile picture. Interested in computer science and AI. The lyf so short, the craft so long to lerne.

Rube Robinson

@evloop

Interested in computer science and AI. The lyf so short, the craft so long to lerne.

Rube Robinson reposted

The Mathematicians' Library! 📚 20 Best Mathematics Books that you can read to get you started and excel at Learning Math. A Books Thread 👇


Understanding the principles of software architecture is important to avoid that code grows into a big ball of mud. This free guide succinctly describes the basics of web applications architectures and what problems they aim to solve: docs.microsoft.com/en-us/dotnet/a…


Rube Robinson reposted

Ever heard of Autoencoders? The first time I saw a Neural Network with more output neurons than in the hidden layers, I couldn't figure how it would work?! #DeepLearning #MachineLearning Here's a little something about them: 🧵👇

capeandcode's tweet image. Ever heard of Autoencoders?

The first time I saw a Neural Network with more output neurons than in the hidden layers, I couldn't figure how it would work?!

#DeepLearning #MachineLearning
Here's a little something about them: 🧵👇

Rube Robinson reposted

This Stanford Cheatsheet with a lot of the popular concepts is very good! 👍 - Accuracy, precision, recall formulas - Metrics formulas - Train set vs validation vs test - underfitting vs ok vs overfitting and some more! github.com/afshinea/stanf…

gusthema's tweet image. This Stanford Cheatsheet with a lot of the popular concepts is very good! 👍

- Accuracy, precision, recall formulas
- Metrics formulas
- Train set vs validation vs test
- underfitting vs ok vs overfitting

and some more!

github.com/afshinea/stanf…
gusthema's tweet image. This Stanford Cheatsheet with a lot of the popular concepts is very good! 👍

- Accuracy, precision, recall formulas
- Metrics formulas
- Train set vs validation vs test
- underfitting vs ok vs overfitting

and some more!

github.com/afshinea/stanf…
gusthema's tweet image. This Stanford Cheatsheet with a lot of the popular concepts is very good! 👍

- Accuracy, precision, recall formulas
- Metrics formulas
- Train set vs validation vs test
- underfitting vs ok vs overfitting

and some more!

github.com/afshinea/stanf…

Rube Robinson reposted

I'm excited to finally share with you a four-part blog post series I've been working on in the last few months. They all answer one question: Which color scale should you use for which data? Part 1 gives the overview I always wished I could link to: blog.datawrapper.de/which-color-sc…


Rube Robinson reposted

How to execute an object file: Part 1. cfl.re/2OfkAzn


Rube Robinson reposted

Fuzzing sockets - Part 1 : FTP Servers : securitylab.github.com/research/fuzzi… Part 2 : Fuzzing FreeRDP : securitylab.github.com/research/fuzzi… Part 3 : Apache HTTP (Part 1: Mutations) : securitylab.github.com/research/fuzzi…


Rube Robinson reposted

Here's a #learnr tutorial I built to teach simple hypothesis testing to a group of non-statisticians. I think it worked really well to be able to engage with code without pressuring people to write code. #rstats #r4ds #datascience #stats #Analytics keith-mcnulty.shinyapps.io/hyptesting/

dr_keithmcnulty's tweet image. Here's a #learnr tutorial I built to teach simple hypothesis testing to a group of non-statisticians.  I think it worked really well to be able to engage with code without pressuring people to write code.  #rstats #r4ds #datascience #stats #Analytics  keith-mcnulty.shinyapps.io/hyptesting/

Rube Robinson reposted

How many automated tests do some of the biggest mobile apps have? - Airbnb: 10K unit, 30K screenshot tests, zero UI & E2E - Robinhood: thousands unit, 400 snapshot, 10-15 E2E - Norstrom: 30K unit, 1,500 UI - Shopify: 8K unit, 2K screenshot, 20 E2E - Target: 10K+ unit (cont'd)

GergelyOrosz's tweet image. How many automated tests do some of the biggest mobile apps have?

- Airbnb: 10K unit, 30K screenshot tests, zero UI & E2E
- Robinhood: thousands unit, 400 snapshot, 10-15 E2E
- Norstrom: 30K unit, 1,500 UI
- Shopify: 8K unit, 2K screenshot, 20 E2E
- Target: 10K+ unit

(cont'd)
GergelyOrosz's tweet image. How many automated tests do some of the biggest mobile apps have?

- Airbnb: 10K unit, 30K screenshot tests, zero UI & E2E
- Robinhood: thousands unit, 400 snapshot, 10-15 E2E
- Norstrom: 30K unit, 1,500 UI
- Shopify: 8K unit, 2K screenshot, 20 E2E
- Target: 10K+ unit

(cont'd)

Rube Robinson reposted

How many of these can you explain confidently? CDF, Distribution, Estimate, Expected Value, Histogram, Kurtosis, MAD, Mean, Median, Mode, Moment, Probability, PDF, Random Variable, Skewness, Standard Deviation, Tails, Variance Got gaps? I've got you. 👇 bit.ly/quaesita_distr…


Rube Robinson reposted

So you want to deploy a conda environment in a Docker container? "conda env export && docker build" it is? No, there are much better approaches than that! My latest blog post shows how you can improve upon that and why some things are a bad idea: uwekorn.com/2021/03/01/dep…


Rube Robinson reposted

Networks are often asymmetric in many ways, one of the most maddening is latency. I'm releasing one of my tools that tries to reduce the madness of asymmetric packet loss and latency, with some fun notes on accurate time keeping! --- Splitting the ping blog.benjojo.co.uk/post/ping-with…

Benjojo12's tweet image. Networks are often asymmetric in many ways, one of the most maddening is latency. I'm releasing one of my tools that tries to reduce the madness of asymmetric packet loss and latency, with some fun notes on accurate time keeping!

---
Splitting the ping

blog.benjojo.co.uk/post/ping-with…

Rube Robinson reposted

How Spotify makes text on images more readable: a CSS linear-gradient overlay. More common these days, but still an effective technique for better color contrast.

addyosmani's tweet image. How Spotify makes text on images more readable: a CSS linear-gradient overlay. More common these days, but still an effective technique for better color contrast.

Rube Robinson reposted

This is mind-blowingly clever work by @justinetunney. A single binary that runs natively on Windows/Linux/Mac/*BSD without any VM, implementing a web server that serves the content of a zip archive stored in the binary itself! 🤯🤯👏👏 justine.lol/redbean/index.…


Rube Robinson reposted

“We don’t write PRDs (Product Requirement Documents) as that’s too waterfall. We’re more agile than that.” My experience tells otherwise: you’ll prob lose a lot of time later. A good PRD answers a few, but critical questions. Here’s how short it can be at Airbnb (via @lennysan )

GergelyOrosz's tweet image. “We don’t write PRDs (Product Requirement Documents) as that’s too waterfall. We’re more agile than that.”

My experience tells otherwise: you’ll prob lose a lot of time later. A good PRD answers a few, but critical questions. Here’s how short it can be at Airbnb (via @lennysan )

Rube Robinson reposted

OpenSSL Cookbook 3rd Edition now available! (And still free!) The third edition of OpenSSL Cookbook, our free book that covers command-line usage of OpenSSL, is now available for your pleasure. Now fully up to date with TLS 1.3. Enjoy! feistyduck.com/books/openssl-…

feistyduck's tweet image. OpenSSL Cookbook 3rd Edition now available! (And still free!)

The third edition of OpenSSL Cookbook, our free book that covers command-line usage of OpenSSL, is now available for your pleasure. Now fully up to date with TLS 1.3. Enjoy! feistyduck.com/books/openssl-…

Rube Robinson reposted

New post: "The web performance of internal systems is important, so optimise them" nooshu.github.io/blog/2021/02/0… A look at what tools you can use to optimise websites on internal corporate networks. With people working from home, it matters now more than ever. #webperf #perfmatters

TheRealNooshu's tweet image. New post: "The web performance of internal systems is important, so optimise them"

nooshu.github.io/blog/2021/02/0…

A look at what tools you can use to optimise websites on internal corporate networks. With people working from home, it matters now more than ever.

#webperf #perfmatters
TheRealNooshu's tweet image. New post: "The web performance of internal systems is important, so optimise them"

nooshu.github.io/blog/2021/02/0…

A look at what tools you can use to optimise websites on internal corporate networks. With people working from home, it matters now more than ever.

#webperf #perfmatters
TheRealNooshu's tweet image. New post: "The web performance of internal systems is important, so optimise them"

nooshu.github.io/blog/2021/02/0…

A look at what tools you can use to optimise websites on internal corporate networks. With people working from home, it matters now more than ever.

#webperf #perfmatters
TheRealNooshu's tweet image. New post: "The web performance of internal systems is important, so optimise them"

nooshu.github.io/blog/2021/02/0…

A look at what tools you can use to optimise websites on internal corporate networks. With people working from home, it matters now more than ever.

#webperf #perfmatters

Rube Robinson reposted

Distance Measures in Data Science: advantages and pitfalls of common distance measures 🔸 good read! 👉 bit.ly/3r8wYiL 🔸#DataScience #NLP #womenintech #MachineLearning #ioT #ai #tech #DeepLearning #dataviz #ML #DL

bdqAI's tweet image. Distance Measures in Data Science: advantages and pitfalls of common distance measures 🔸 
good read! 👉 bit.ly/3r8wYiL  🔸#DataScience #NLP #womenintech #MachineLearning #ioT #ai #tech #DeepLearning #dataviz #ML #DL

Rube Robinson reposted

Linux networking - great overview and some history by @atoonk lnkd.in/g7q5wGw


Loading...

Something went wrong.


Something went wrong.