Main menu

Skip to primary content
Skip to secondary content
  • Blog
  • About

John's blog

Talking about technology (mostly)

Monthly Archives: December 2020

Post navigation

← Older posts

A Vim Guide for Intermediate Users

Posted on 2020-12-29 [Tuesday] by jj5

Today I ran into A Vim Guide for Intermediate Users which looked really great but I didn’t have time to take it all in.

Posted in Programming | Tagged guide, vim

Goto Statement Considered Harmful

Posted on 2020-12-20 [Sunday] by jj5

So I typed this out: https://www.jj5.net/file/2020-12-20-034127/dijkstra68/goto-considered-harmful.txt

Posted in Programming | Tagged considered harmful, goto

DRY is a Trade-Off

Posted on 2020-12-17 [Thursday] by jj5

DRY is a Trade-Off makes some good points.

Posted in Design, Programming | Tagged dry, trade off

Retry-After

Posted on 2020-12-16 [Wednesday] by jj5

Today I learned about the Retry-After HTTP header. It was mentioned over here.

Posted in Programming, Web | Tagged http, retry-after

5 lines I put in a blank .vimrc

Posted on 2020-12-14 [Monday] by jj5

See 5 lines I put in a blank .vimrc for some sensible defaults… my .vimrc is rather a bit longer…

Posted in Chatter, Sys Admin | Tagged defaults, vim, vimrc

CSS Variables and How To Use Them

Posted on 2020-12-14 [Monday] by jj5

A quick run down on CSS Variables and How To Use Them. Note the var() function can take 2nd parameter for a default value.

:root {  
	--primary-color: #333;
}
div {  
	color: var(--primary-color, #444);
}
p {  
	background-color: var(--primary-color);
}
.fancy {  
	border-color: var(--primary-color);
}
Posted in Design, Programming, Web | Tagged css, usage, variables

In defense of blub studies

Posted on 2020-12-10 [Thursday] by jj5

This popped up on lobste.rs today: In defense of blub studies¸it’s an interesting read and links to some other interesting stuff, such as this.

Posted in Philosophy | Tagged blub

HTTP(S) Benchmark Tools

Posted on 2020-12-10 [Thursday] by jj5

This popped up on r/programming today: HTTP(S) Benchmark Tools.

Posted in Testing | Tagged benchmarking, http, https, tools

A Distributed Systems Reading List

Posted on 2020-12-09 [Wednesday] by jj5

Also on HN today: A Distributed Systems Reading List. Some good stuff there.

Posted in Design, Programming | Tagged distributed systems, reading

Are people with dark personality traits more likely to succeed?

Posted on 2020-12-09 [Wednesday] by jj5

This popped up on Hacker News today: Are people with dark personality traits more likely to succeed? — interesting read. Light forces for life!

Posted in Chatter, Philosophy | Tagged dark, light, personality, success, traits

Post navigation

← Older posts

Archives

  • March 2023 (34)
  • February 2023 (50)
  • January 2023 (20)
  • December 2022 (19)
  • November 2022 (42)
  • October 2022 (43)
  • September 2022 (62)
  • August 2022 (23)
  • July 2022 (18)
  • June 2022 (32)
  • May 2022 (24)
  • April 2022 (10)
  • March 2022 (30)
  • February 2022 (20)
  • January 2022 (15)
  • December 2021 (27)
  • November 2021 (29)
  • October 2021 (25)
  • September 2021 (17)
  • August 2021 (41)
  • July 2021 (36)
  • June 2021 (21)
  • May 2021 (35)
  • April 2021 (34)
  • March 2021 (55)
  • February 2021 (49)
  • January 2021 (26)
  • December 2020 (13)
  • November 2020 (27)
  • October 2020 (25)
  • September 2020 (13)
  • August 2020 (12)
  • July 2020 (19)
  • June 2020 (16)
  • May 2020 (4)
  • April 2020 (1)
  • March 2020 (1)
  • February 2020 (1)
  • January 2020 (1)
  • October 2019 (1)
  • August 2019 (2)
  • July 2019 (2)
  • June 2019 (5)
  • March 2019 (1)
  • December 2018 (1)
  • September 2018 (1)
  • August 2018 (3)
  • July 2018 (5)
  • February 2018 (1)
  • December 2017 (1)
  • November 2017 (3)
  • August 2017 (3)
  • July 2017 (3)
  • June 2017 (1)
  • May 2017 (14)
  • April 2017 (2)
  • March 2017 (7)
  • February 2017 (3)
  • January 2017 (1)
  • December 2016 (5)
  • October 2016 (2)
  • September 2016 (1)
  • July 2016 (4)
  • June 2016 (5)
  • May 2016 (5)
  • April 2016 (11)
  • March 2016 (2)
  • January 2016 (1)
  • October 2015 (1)
  • September 2015 (8)
  • August 2015 (14)
  • July 2015 (3)
  • June 2015 (9)
  • May 2015 (6)
  • April 2015 (4)
  • March 2015 (6)
  • February 2015 (2)
  • January 2015 (8)
  • December 2014 (9)
  • November 2014 (17)
  • October 2014 (7)
  • September 2014 (5)
  • August 2014 (13)
  • July 2014 (21)
  • June 2014 (22)
  • May 2014 (55)
  • April 2014 (19)
  • February 2014 (1)
  • November 2013 (2)
  • October 2013 (7)
  • September 2013 (7)
  • August 2013 (12)
  • July 2013 (16)
  • November 2012 (24)
  • October 2012 (40)
  • September 2012 (7)
  • August 2012 (9)
  • July 2012 (14)
  • May 2012 (1)
  • April 2012 (9)
  • March 2012 (29)
  • February 2012 (60)
  • January 2012 (96)
  • December 2011 (29)
  • November 2011 (3)
  • October 2011 (8)
  • September 2011 (25)
  • August 2011 (40)

Categories

  • Art (4)
  • Asset (1)
  • Book (18)
  • Business (13)
  • Chatter (300)
  • Cloud (9)
  • Data (29)
  • Database (34)
  • Design (165)
  • Diary (4)
  • Electronics (202)
  • Games (5)
  • Hall of Fame (1)
  • Hardware (47)
  • Homework (5)
  • Internet (190)
  • Learning (3)
  • Mathematics (21)
  • Music (8)
  • Notes (10)
  • Philosophy (86)
  • Privacy (1)
  • Programming (761)
  • Reading (4)
  • Science (4)
  • Sys Admin (535)
  • Testing (3)
  • TODO (60)
  • Tribute (4)
  • Vocabulary (7)
  • Web (108)
  • Wishlist (5)
  • Writing (15)
  • Xbox (19)

Recent Posts

  • hostinfo.sh
  • moreutils: ts
  • Dumb to managed switch conversion
  • The Secret to Raising Smart Kids
  • The Six Dumbest Ideas in Computer Security
December 2020
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  
« Nov   Jan »

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Tags

apache api bash c++ code command line css data database debian design disable error file firefox google HTML html5 http https install javascript kde lab linux mariadb mediawiki mysql password pcphpjs performance php postfix progclub programming size software ssh ssl svn ubuntu unicode vim web zfs
Powered by WordPress