Posted in Random Things
162
12:27 am, February 16, 2022
 

First Post on SubStack - I finally got around to posting something here

I actually had some notes for this but never really thought they were good enough to post.

I wrote all the content in Notion, and guess what happens when I paste it in here… One paragraph. Great.

I probably should just add this as a post on my website, rather than on here. But anyway I will add it for now.

Some random things I have found this week to be somewhat interesting

Charm SSH

Charm on SSH

charm.sh is a collection of SSH tools, to make ssh nicer to look at. you can even ssh into the website and browse it that way just ssh to git.charm.sh with the password blank and it will show the site that way.

Mini PC

I’m not sure why but I am still a bit obsessed with mini PC's. I have enough that i already don’t use.

Seems you can get a NUC for really cheap these days with quite decent specs, good for a mini server or a desktop with no footprint. It does have a Pentium, but I guess its not built for power.

Google Search is Dying

This is the second post I have read on this lately and surprisingly appending the word reddit onto the end of something is a great way to get a real opinion or review of something, rather than googling something like "best video recording software" you just get the top 10 lists or some other spam type links.

https://dkb.io/post/google-search-is-dying

Sub Stack Post

Incase you prefer reading over on there... 

https://kruxor.substack.com/p/i-finally-got-around-to-posting-something?r=1agxo

View Statistics
This Week
60
This Month
315
This Year
2367

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
Even if you fall on your face, you're still moving forward.
Victor Kiam
Random CSS Property

max-block-size

The max-block-size CSS property specifies the maximum size of an element in the direction opposite that of the writing direction as specified by writing-mode. That is, if the writing direction is horizontal, then max-block-size is equivalent to max-height; if the writing direction is vertical, max-block-size is the same as max-width.
max-block-size css reference