I don’t own enough real art but I’m starting to change that with the below peice called Lagon by Marie-ChristineMaudet. I found it on ArtFinder.com. So happy to see this on my walls every day.
Quick Jekyll Posts With Bookmarklet
I’ve made a /new-post-bookmarklet.html. It propt me for a title and then opens up a new github file to add what ever content I want.
I hope this get me to post more here. The code is simple and you could easlily modify it for your jekyll site as well. You can use a bookmarklet site to get it to work for you.
var isoDate = (new Date()).toISOString();
var date = isoDate.split('T')[0];
var d = date.split('-');
var dataPermaLink = d.join('/');
var t = prompt("title", "");
var title = t.replaceAll(/([&$\+,:;'"=\?@#\s<>\[\]\{\}[\/]|\\\^%])+/g, '-');
var filename = date + "-" + title + '.md';
var html = [
'---',
'date: '+ isoDate,
'author: Stefan Hayden',
'title: ' + t,
'layout: post',
'permalink: /blog/'+ dataPermaLink +'/'+ title +'/',
'categories:',
' - web',
'---',
].join('%0A');
window.location.href = "https://github.com/stefanhayden/stefanhayden.github.io/new/master/" + "?filename=_posts/" + d[0] + "/" + filename + "&value=" + html;
Updated 8/7/23024 to put new files in a year directory
New Computer from ibuypower
I always post my new computer stats so I can find them in the future. My last desktop was 8 years ago and it started to blue screen of death after the graphics card started to hit 100% capacity.
iBUYPOWER Slate 4 MR Mirror Finished Tempered Glass ARGB Gaming Case
-
Processor: Intel® Core™ i7-10700KF Processor (8x 3.80 GHz /16MB L3 Cache)
-
Processor Cooling: iBUYPOWER DEEPCOOL GAMERSTORM RGB 240mm CASTLE 240EX Liquid Cooler
-
Memory: 32 GB [8 GB x4] DDR4-3000 Memory Module - Certified Major Brand Gaming Memory
-
Video Card: NVIDIA GeForce RTX 2070 SUPER - 8GB GDDR6 (VR-Ready)
-
Motherboard: ASUS PRIME Z490-V - ARGB Header (1), USB 3.2 Ports (4 Type-A), M.2 Slot (3) - Free Upgrade to ASUS PRIME Z490-P - WiFi
-
Power Supply: 650 Watt - High Power - 80 PLUS Gold
-
Primary Hard Drive: 500 GB ADATA SU720 SSD – Read: 550MB/s, Write: 520MB/s - Single Drive
-
Secondary Hard Drive: 1 TB Samsung 860 EVO SSD – Read: 550MB/s, Write: 520MB/s - Single Drive
-
Sound Card: 3D Premium Surround Sound Onboard
-
Network Card: Onboard LAN Network (Gb or 10/100)
-
Operating System: Windows 10 Home - (64-bit)
-
Keyboard: iBUYPOWER ARES M2 Gaming Keyboard
-
Mouse: iBUYPOWER ARES M2 Gaming Optical Mouse
-
Warranty: Three Year Standard Warranty
Wayfair finds common ground with employees while Shutterstock stonewalls
When it comes to Shutterstock there is more to the story then just censorship in china. 20% of the company pushed back and the only answer was “no”. There was zero attempt to compromise.
Wayfair employees walked out and got some amazing compromises! they listened! This is good management!
Why would anyone want to work for a company that will not listen to their own employees?
NBCNews covers Shutterstock censoring in china
Excited to have @David_Ingram and @NBCNews dive deeper in to what happened at @Shutterstock when it decided to ban search terms in china. Employees and media need to work together to hold companies to account.
And I also want to make a reminder that I care a lot about Shutterstock and my fellow employees. I don’t want to have a controversy to talk about. I just want to build websites with my friends. 9+ years I was able to do that. I wish everything had been different.