Skip to content

Instantly share code, notes, and snippets.

View jonheslop's full-sized avatar
💫

Jon Heslop jonheslop

💫
View GitHub Profile

WiFi setup

We have Virgin internet, their router is underpowered and can't handle sending data across the network (probably same problem for other providers, they all use very cheap hardware). We pay for 350Mbps and were getting about 60Mbps. After improving the setup we get a minimum of 370Mbps, sometimes +400Mbps!

The router is actually doing three things:

  • Modem
  • Router
  • WiFi Access point

We made ours work better by buying a separate router and WiFi access point.

Technical interview

Part A:

We would like you to walk us through the topics listed below (Product Design, UX Research, etc.). In doing so, you may wish to:

  • Refer to your portfolio
  • Highlight your strengths and weaknesses lie (your comparative advantages)
  • Highlight what you enjoy (and what you do not)
  • Highlight where you are most experienced (and less experienced)
  • hello
  • hello

Ok here’s my big list:

  • door frames and mouldings, striping and repainting

Get a heat gun and/or paint stripper and some scraper tools. It’s slow and laborious. Once that’s done you sand it down. Get sanding foam blocks so you can get into recesses. Then, if you’ve stripped back to wood, you need to prime, undercoat then top coat.

  • interior doors, paint or buy new? door handles and hinges.

Doors are pretty expensive, they have to be firesafe too, ours were like 800 a door, that just the door, no handles no hinges. Hinges have to be fire safe too. You probably could just spruce up the doors you have, swapping handles isn’t that big of a deal.

  • general painting tips

Do ceiling first, then walls, tape all edges, use brush for the edges and then roller for main bit. Painting is hard, slow and you’ll never do it as good as a pro (we were ok with that tho)

  • kitchen renovation from scratch

You probably need a pro for this, also having someone help you plan layout and cabinets will mean you end up wi

@jonheslop
jonheslop / mind-dump.md
Last active July 6, 2021 17:49
My workings on how best to integrate XO (ESLint) and Prettier into a project.

Looking into Formatters & Linters

So after a brief discussion on #nodejs it looks like people would like:

  • To use Prettier to format all our code automagically so it all sticks to one consistent style
  • To use XO as a wrapper on ESLint to enforce code-quality rules
  • To ditch Standard because as it turns out people like semicolons.

What I did first

Read the docs on:

{
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36",
"environment": {
"networkUserAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Mobile Safari/537.36 Chrome-Lighthouse",
"hostUserAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36",
"benchmarkIndex": 1358
},
"lighthouseVersion": "5.7.0",
"fetchTime": "2020-03-12T16:57:45.816Z",
"requestedUrl": "https://dash.pusher.com/authenticate",
:root {
/* Darks */
--black-light: var(--steel);
--black: #262d4d;
--black-dark: #2b2c3c;
--steel: #363b59;
--slate: #596080;
--silver: #a3aacc;
/* Tints */
{
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36",
"environment": {
"networkUserAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4143.7 Mobile Safari/537.36 Chrome-Lighthouse",
"hostUserAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36",
"benchmarkIndex": 606
},
"lighthouseVersion": "6.2.0",
"fetchTime": "2020-10-29T17:33:13.850Z",
"requestedUrl": "https://pusher.com/",