Type Fractions Mac
On Mac there is a shortcut to enter fractional elements in text, for example a 1⁄2 is: 1 ALT SHIFT 2 So Numerator then alt shift then Denominator.
On Mac there is a shortcut to enter fractional elements in text, for example a 1⁄2 is: 1 ALT SHIFT 2 So Numerator then alt shift then Denominator.
Blogging As some may be aware I am quite a quiet fan of blogs and blogging. I like the low profile old school method of posting news information and updates. No big companies in the background milking our content for the advertising cow. Just ordinary people posting their thoughts and ideas. Sometimes mundane, sometimes informative but always human. AI blogging will come I suppose eventually, I think it may already be here in some form, though I haven’t been mithered by it, yet! I won’t be partaking of it in any way shape or form. Someone mentioned in their blog they had stopped using M-Dash ‘’— " punctuation as it is oft used by AI, I have no idea, also no reason not to believe them. ...
Over the last few years I have read and listened to many books. I had kept a list of them on Goodreads site. Then one day in a fit of pique I decided to delete my account and of course the list. However I later decided it was more useful than I had thought at the time, and so opened a new account, reimporting my previously exported list not reimporting or maybe it did, it was hard to tell. ...
Edit the extend_footer.html ,location shown above, and add the following snippet to the file. This will then zoom the image when clicked and set the background to a darker grey. {{- /* Footer custom content area start */ -}} {{- /* Insert any custom code web-analytics, resources, etc. here */ -}} <script src="https://cdnjs.cloudflare.com/ajax/libs/medium-zoom/1.0.6/medium-zoom.min.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S+Yti0U7QtuZvQ==" crossorigin="anonymous" referrerpolicy="no-referrer" ></script> <script> const images = Array.from(document.querySelectorAll(".post-content img")); images.forEach((img) => { mediumZoom(img, { margin: 0 /* The space outside the zoomed image */, scrollOffset: 40 /* The number of pixels to scroll to close the zoom */, container: null /* The viewport to render the zoom in */, template: null /* The template element to display on zoom */, /*background: "rgba(50, 50, 50, 1)",*/ }); }); </script> {{- /* Footer custom content area end */ -}}
In a previous post, one full of hopeless optimism and naive enthusiasm, I talked about re-launching my BlenderBits domain, see the About link above it you are interested in seeing the domain, for as long as it exists. Unfortunately reality has kicked in and I find, that in all honesty, I have neither the time, nor the interest in maintaining two discrete blogs, especially as they intersect on topics, Blender, so as this is the more generalised one, I have decided to use this one only. ...
I just read a post online about writing and the need to keep on writing. It strikes me that there is something fulfilling about the idea of the post I like, and find recognisable. I am trying to post more but often find myself doubting the value of writing at all. I need to remind myself that I am writing for no one other than myself. If someone else reads these posts, then all well and good, otherwise it isn’t relevant to me or my writing, I need to just keep writing. ...
The Hugo theme template partial google-news has been deprecated for quite some time. A warning message has been posted on build for just that very reason. After the last update of Hugo v0.111.2+extended the partial appears causes Hugo to fail while building. This is the error thrown on my Mac: ❯ hugo Start building sites … hugo v0.111.2+extended darwin/arm64 BuildDate=unknown ERROR 2023/03/07 23:21:02 render of "page" failed: "/Users/mark/websites/markbtomlinson.com/themes/PaperMod/layouts/_default/baseof.html:5:8": execute of template failed: template: _default/single.html:5:8: executing "_default/single.html" at <partial "head.html" .>: error calling partial: execute of template failed: html/template:partials/head.html:162:18: no such template "_internal/google_news.html" I had been expecting an error, or problem, eventually and as is normal, it happened late at night. It took me a little file search in VSC to find the file in the Hugo theme directory and delete the line causing the issue. ...
Getting un-hooked You Git I have been using Git Hooks to sync local Hugo website files to my remote server. This has worked well, mostly, but I wondered if it was the most efficient way of syncing up. I use Git on the local web structure and so have version control. Using Hooks allows me to upload to a remote location and then have the remote server copy the modified file into the live site directory,. This involves a few steps and some repetition and isn’t completely error free. If the Hooks location gets out of sync, which it did for me a couple of times I had no alternative, at least one that worked, but to recreate the Hook directory and start again. ...
I had wanted to be a little more consistent when it came to posting on here, however this month got away from me, and to at least post something, I am writing this little piece. Before the months comes to an utter end I will slip this one in under the wire. I have been busy though, mostly on learning the *nix CLI and tools, most especially the ins and outs of Find and Grep. I have also been modelling as a form of relaxation and working on some little Blender scripts I have been putting off for some time now. ...
This post appeared in my feed: # 7 Reasons why I don’t write Nobody’s going to read it anyway Let’s be honest: nobody likes to shout into the void. Everyone wants their content to be seen, and social validation is the sweet sweet dopamine reward we all crave. … Don’t underestimate how many people actively read personal blogs though! The web dev community is especially fond of RSS, and with the Fediverse gaining more and more popularity, original content on your own domain has a much better reach now than before. ...