Entries tagged 'author:steeph' (Page 9)

SBWG 0.12.8 Entry created on 2024-07-04 Authors: steeph (370) Categories: #100DaysToOffload (41) Bash (31) Code (31) Computer (78) Linux (35) Projects (41) SBWG (18) Scripts (28) Software (52) Languages used: en (255) edit

I've recently published a new version of SBWG, my web site generating bash script. The time that I'm able to allocate to working on SBWG fluctuated a lot in the last year and when I do work on it, I often just feel like doing one type of thing. So, when that is starting a new feature, all the other types of tasks can take on a pile that takes months to resolve. But eventually I managed to test and stabilise the features that I've added and changed, edited the README file and tried out the new version with real web sites. Well, testing could be more professionel, but it's okay for a hobby project, I think.

It's been well over a year since I wrote a blog entry about what's new in SBWG. This entry goes through the main new things since version 0.11.1.

A big new thing, at least from the view of the author/me, is that certain options where that makes sense now support multiple arguments. For example if you've edited three entries and want to re-generate just those three, you don't have to run the script three times but rather define the entries like this: sbwg -e ENTRYNAME_1 ENTRYNAME_2 ENTRYNAME_3. The same goes for pages, tagpages, entry attachments and galleries. This doesn't just make it easier and quicker to generate just some changed pieces of content. It also allows the usage of shell globbing (like *, ? and […]) and brace expansion ({…}). For example you can now regenerate all entries that are stored in one subdirectory or all entries whose names start with a vertain string of characters. Another practicle use case is to add external entries and/or to the site that are not stored in the respective directories in the web site's input directory. Using option -E/-P on the contents of an entire directory creates HTML files in the web site's output directory that look like any other of the web site's pages, but without integrating them in the structure of categories and other tags.

There is now a way to create a custom menu in the navigation bar without writing any code in the settings file of a web site. By using the new 'menu:' tag type in the header of a page or entry source file, the page or entry will get added to the menu. This allows for a list of pages you want to link to from the site's navbar, or a nested tree of interesting blog entries. The tag can be used similarly to the 'topic:' tag with the main difference that it doesn't add the entry or page to a list of entries with that topic, but rather directly in the navigation bar. In the default style set that is a drop down menu like the list of categories, authors, languages and topics. But it is just an unordered list, so it can be styled like any web site menu.

The default style set has changed a bit over the year. It basically looks the same but it's a bit cleaner now and is split into more file more logically. It will become even cleaner in the future though. It now also makes use of the new possibility to present the list of categories in the navigation bar in the form of a tag cloud. Audio attachments are better to look at now, especially when there are several audio files attached to an entry. Image attachments are can now be previewed in a modal without loading the (large) original file and without leaving the page. This almost gallery-like display is about as far as I'd like to go without starting to use JavaScript in the default styleset. Some parts of a web site generated with SBWG are now collapsible/expandable. The parts with this new feature are: entry attachments, entire entries on tagpages, entire entries on their own pages, the custom menu, the category list, topic list, language list and author list in the navbar and the entire navbar. By default all of those things are extanded upon page lead and collapsible by clicking/tapping on their titles. But you can add a setting in your settings file for each of those types of things to be collapsed upon page load and expandable by cliking/tapping on them.

Another thing that behaves similarly is content warnings. Hiding the content of an entry, or parts of it, could always be done by hand, e.g. by adding a <details> and <summary> tag pair to the body of the entry. But it is now easily possible by adding a warn: tag to the header of an entry. For example adding warn:This entry contains spoilers. to an entry header results in the entire content being hidden behind a collapsed <details> tag. Initially visible is only the summary "This entry contains spoilers. (click to open)". The default style set makes this warning line very visible but dunking it into a strong red. If the entry has attachments, those will be collapsed and their title marked in red, too. Both the entry content and its attachments will be collapsed by default if the entry has a warn: tag, independently of what your settings for those parts is in the settins file.

New special tagpages: If there are entries that have a language tag and others don't have one, 'nolang.html' will be created that lists all entries that don't have a language tags. Similarly, if at least one entry on the blog has an author tag, but other entries don't, 'noauthor.html' is created and linked to from the navigation bar.

RSS feeds are now created for every tagpage. That means visitors can now subscribe to individual topics or categories or authors or languages. It also means a longer generation time for a complete regeneration process. But permanent caching reduces that to an acceptable amount. Other feed formats are still not created because I reckon that writing those will be particularly fun and satisfying. So I want to get to that when more of the less interesting todo bullet points are done.

Many small changes make web sites with different structures than mine cleaner. Empty directories or menu entries aren't created. There are new hooks for the various different new functions and loops which a user might want to hook into. Various changes around the default language being used for RSS feeds and HTML documents in order to abide by the standards. Many bugs around all sorts of things have been fixed. The logging option works pretty reliable now. It may still be completely removed one day because it's a large chunk in the code, makes the script slower when enabled and can now be entirely replaced by redirecting output from the script on the shell level. The new flags 'hideinfeeds', 'noshow', 'nogal', 'noatts' and 'noheader' control how and where entries are presented and which parts are visible. See the README for descriptions of those flags.

Reading these update blog posts shouldn't be seen as a replacement for reading the CHANGELOG file. If you have a SBWG web site and consider updating SBWG, at least check the CHANGELOG for lines marked with ! since your current version. That makes it much much less likely that you miss something that you should change upon updating SBWG. I mean, I don't think anybody except me uses any version of SBWG. But I've always approached this project working as if it would be used by others in order to produce something that is practically usable without reading and understanding the codebase first.

The list of things that I'd like to do with SBWG is still long and includes heavy changes on how content is placed in the website's input directory. I reckon that it would take me something like 10 - 16 years to get there is I would continue advancing through the todo list at the pace at which I have in the last year. But if I would loose interest at any point along this path, I could feel okay for at least have gotton as far as testing and publishing version 0.12.8 because it's getting closer to looking how I want it to look in regards to the results it produces.

Comment via email
Writing To Think Entry created on 2024-07-03 Authors: steeph (370) Categories: #100DaysToOffload (41) Blogging (2) Thinking (3) Writing (4) Languages used: en (255) edit

Over the last two years or so I slowly realised that blogging is something that I want to do more often. Or writing in general. Often it was when I read other people's personal blogs that that realisation became a little push. One blog post in particular helped me realise what sort of mental processing the activity of writing evokes. Unfortunately I wasn't able to find it to link to it from here. Instead, here is another short blog post on the topic: "The two kinds of writing" by Herman Martinus. The principle that writing forces you to think wasn't an entirely new one to me. I just hadn't ever deemed it relevant to my life before and so never thought about it. Maybe I still haven't properly, because I never forced myself to do so for more than a minute at a time. But I'm writing about it now, so …

In a way, writing forces you to think like explaining something to somebody else forces you to understand what you want to explain first. Sometimes it is in the middle of a conversation that I realise: What I'm saying, or was about to say, is actually not a well thought through concept; but I hadn't realised this before because I never properly thought about it. But the conversation usually flows on. Even if you do take the time to think something through before you continue to talk, somebody else will likey use the pause to interject what they think at that moment. At least most people tend to do that. But when I write, I can pause however long I want, think about what I was about to say, what words are the best ones to describe what I know already but have never expressed, think about the relevance of my next thought and in what context it stands to what I wrote beforeand so on. I can fact-check something, search for a name, title or quote, read what I've written so far and in general take the time that I need overthink my thoughts before they are out there. That doesn't mean that I always do all of this for everything that I write. For example I often don't re-read immedietely after I wrote something, which leads to a lot of typos living permanently in my blog. I don't research what I write about for a post like this. But to put things into words and to structure thoughts itself already benefits my thinking. It takes a long time for me to write. Even a sentence like the last one can have several pauses and a tree of thoughts that may all end up being bretty much irrelevant to finishing the sentence. But I couldn't have known that for sure before thinking them through. I'm a slow writer, which is part of the reason why I don't write as much as I did when I worked less hours. For a long time though I didn't realise that writing it itself can be a recreational activity and that the very reason why I write so slowly is something that can help me in my life. Granted, with a topic like this, I'm not getting much therapeutic value out of it. It's mainly throttling my perfectionist-like attitude on forming sentences that slows me down, as well as dismissing thoughts that I eventually regard as not belonging in the entry. But who knows what some of those thoughts can do in the future. Having had them once may help me make the right connection in a completely different situation some day. But when writing a diary, forcing yourself to think about things can do a lot to set you onto a track to improve your life.

Comment via email
At least 100 new entries will be published here over the next year. Entry created on 2024-07-02 Authors: steeph (370) Categories: #100DaysToOffload (41) Blogging (2) Writing (4) Languages used: en (255) edit

I'll write more regularly here from now on. I won't have more to say than in the past. My thoughts put into words won't be more interesting or important than before. Nor will I have more time or deem writing blog entries more important. The only thing that has changed is that I have decided to write a new entry more often for a year, starting now. After the year: Who knows!

The idea that I'm following with this is that of #100DaysToOffload, a project - apparently started by Kev Quirk - that encourages to make exactly the decision that I just made. I feel that it is just the right form and amount of goal-setting that I need right now. It is voluntary: I'm not forced to do it by anything other than my will to do so. It's free: Nobody tells me what to write, or how long posts must be, or about what. It's forgiving: I don't need to have a 365 or 100 day streak or stick to a strict plan or routine throughout the year. But it's challenging nonetheless: If I would like to be able to sincerely feel that I have accomplished this goal, I need to do something about it multiple times a week. I need to take it seriously and not put it off for a week or two. The routine and fixed plan that I'm glad is not predefined by the challange will have to emerge sooner or later if I don't want this to turn into a new source of constant stress in my life.

I found this idea (and indeed the necessary nudge to write this here entry), from JCProbably's note from yesterday, which kicked off their #100DaysToOffload. This is how I found that note coincidentally: I subscribe to the blog of Herman Martinus. He wrote and runs the blogging platform Bear, which is, judging from the output it produces, a really neat, clean, lightweight, no-nonsense, cool weblogging tool, in case you've never checked it out. Sometimes when I read a post of his I take the time to see what else has been written on his platform recently. Just to give myself the chance to discover something new sometimes. And there on the discovery feed of Bear was the title I’ve been living inside my head too much, which got slightly tangled in some of my neurons when I read it. That feeling always makes me interested enough to click something. And in the case of a Bear blog entry, it's always a safe click without either bate or hate. It's generally a very friendly platform.

I don't know yet what I will write about in the coming year. The character of the blog will not change because I write more. Or maybe it will, if you consider the fact that absence of character is what my blog so far amounts to. Then more regular writing may allow the blog to develop its character in the first place. Anyway; There will be shitposts, incomplete posts, lots of typos, short thoughts and unfinished

Comment via email
Pinkie Pie Laptop Back Light Mod Entry created on 2024-05-14 Authors: steeph (370) Categories: Case Modding (11) Computers (19) Pinkie Pie (3) Languages used: en (255) edit

I once had an HP Compaq 6710b. A typical 15 inch business laptop from 2014: A Core2 Duo, 4 GB, thick and reliable. Thin laptops are nice. But I like about thick, older laptops how well they took a fall on a hard object or a hit with a hard object. There used to be a thick plastic cover followed by an even thicker layer of space before the backlight and the actual LCD panel start. Enough room to make all sorts of fun case mods easy.

So, what I wanted to do is put a piece of transparent plastic in there, engrave something onto it and light is with colouful LEDs from the side to make the engraved lines light up.

I removed the cover and used a Dremel-like tool with a thin burr to cut along a line that I had drown on with a felt pen. But before I continued I learned that the way the LCD backlight apparently works is that it not only lights through a diffusor sheet to cover the whole LCD evenly, but also towards the back, where the light gets reflected by a sheet of aluminium back towards the front. So, in order to make the whole light up pink, as I intended, I had to cover the backlight first so the white light from the backlight wouldn't drown out my pink LEDs. I decided to go the easier way and use the white light and forget about my pink LEDs.


The piece that I cut out. (The scrap.)

After I had cut out the hole in the back cover in the shape that I wanted, I put the cover back on the screen to see how the image looks with a whole in the back cover. I couldn't notice any spots or any difference to before whatsoever. So instead of thinking of a way to mount the LEDs and bring a wire up to them, I found a pink piece of transparent plastic (a slim CD case), cut out a piece a bit larger than the hole that I made in the cover, and engraved my picture into that.


White shines the light of the back. Of the light shines back the white shine. Shine of white light shines back the shine. Shine, shine, white light; back of the shine, the shine. Shine shine the shine shine of the back light white shine.

I don't remember exactly why. But additionally to the pink plastic with Pinkie Pie engraved into, I put in a piece of linen-ish cloth. That's where the line structure comes from.


This is how it looks like after glueing both pieces onto the inside of the screen cover and putting the cover back on.


And this is how it looks like turned on, from the view of someboding sitting across of the opened laptop, looking at the back cover of the screen.

I used this laptop for some more time, then gave it away when I got a new one. (I think it was because the keyboard started to fail and I felt it was time for a new one.)

That was the first anything that I engraved into a plastic sheet with the intention to light it. Next in the evolution of me engraving things into sheets of plastic with the intention of lighting them are these LED pictures of My Little Ponies

File Attachments (6 files)
PinkiePieLaptopBackLight-IMG_20121224_164000_b.jpeg (image/jpeg, 682329 B)
PinkiePieLaptopBackLight-IMG_20121224_164000_b.jpeg (image/jpeg, 682329 B)
PinkiePieLaptopBackLight-IMG_20121224_164450_b.jpeg (image/jpeg, 521507 B)
PinkiePieLaptopBackLight-IMG_20121224_164450_b.jpeg (image/jpeg, 521507 B)
PinkiePieLaptopBackLight-IMG_20121225_183816_b.jpeg (image/jpeg, 716361 B)
PinkiePieLaptopBackLight-IMG_20121225_183816_b.jpeg (image/jpeg, 716361 B)
PinkiePieLaptopBackLight-IMG_20121225_183905_b.jpeg (image/jpeg, 511332 B)
PinkiePieLaptopBackLight-IMG_20121225_183905_b.jpeg (image/jpeg, 511332 B)
PinkiePieLaptopBackLight-IMG_20121225_184020_b.jpeg (image/jpeg, 674747 B)
PinkiePieLaptopBackLight-IMG_20121225_184020_b.jpeg (image/jpeg, 674747 B)
PinkiePieLaptopBackLight-IMG_20121225_184128_b.jpeg (image/jpeg, 722092 B)
PinkiePieLaptopBackLight-IMG_20121225_184128_b.jpeg (image/jpeg, 722092 B)
Comment via email
Entry created on 2024-02-13 Authors: steeph (370) Categories: Photos (29) Winter (2) Languages used: en (255) edit

I went for a walk through fields and woods this January. It was cold. Almost as cold as it gets these winters around here. And it was white. Far whiter than it usually gets around here these winters. It wasn't snowing. But there were icicles on cars and roof edges, fences and branches were covered in ice and everything except the main street was white. The air was misty and where the view allowed to see into distant trees or villages, a fine fog created harmonious images in any direction.

I was less than 100 m away from my house when I thought "I should have brought a camera." for the first time that day. During the following hours I noticed many details with interesting looks due to the snow and ice cover or surrounding. I had many ideas for photos that I wanted to take. I never before realised how many photogenic things winter weather creates. But to be fair: I also usually don't get to see that landscape for days. And then I usually don't take an hours long calm walk through it.

After a while I really regretted not bringing, or going back for, a camera. My phone's camera is dirty and damaged, has a delicate auto focus problem and creates disenchanting pictures most of the time that lack contrast. When I came back home the sun came out and started to delete the white scene so that I could not take the pictures tomorrow that I wanted to take today. And that was the end of winter 2024.

I used my last battery percentage point to take these pictures after the sun came out and most of the fog had gone.

File Attachments (13 files)
Winterbilder-0-1.jpeg (image/jpeg, 1703519 B)
Winterbilder-0-1.jpeg (image/jpeg, 1703519 B)
Winterbilder-0-10.jpeg (image/jpeg, 2185814 B)
Winterbilder-0-10.jpeg (image/jpeg, 2185814 B)
Winterbilder-0-11.jpeg (image/jpeg, 3771014 B)
Winterbilder-0-11.jpeg (image/jpeg, 3771014 B)
Winterbilder-0-12.jpeg (image/jpeg, 5341973 B)
Winterbilder-0-12.jpeg (image/jpeg, 5341973 B)
Winterbilder-0-13.jpeg (image/jpeg, 5428133 B)
Winterbilder-0-13.jpeg (image/jpeg, 5428133 B)
Winterbilder-0-2.jpeg (image/jpeg, 3296643 B)
Winterbilder-0-2.jpeg (image/jpeg, 3296643 B)
Winterbilder-0-3.jpeg (image/jpeg, 1170305 B)
Winterbilder-0-3.jpeg (image/jpeg, 1170305 B)
Winterbilder-0-4.jpeg (image/jpeg, 2145355 B)
Winterbilder-0-4.jpeg (image/jpeg, 2145355 B)
Winterbilder-0-5.jpeg (image/jpeg, 1008933 B)
Winterbilder-0-5.jpeg (image/jpeg, 1008933 B)
Winterbilder-0-6.jpeg (image/jpeg, 2733800 B)
Winterbilder-0-6.jpeg (image/jpeg, 2733800 B)
Winterbilder-0-7.jpeg (image/jpeg, 3345633 B)
Winterbilder-0-7.jpeg (image/jpeg, 3345633 B)
Winterbilder-0-8.jpeg (image/jpeg, 3082419 B)
Winterbilder-0-8.jpeg (image/jpeg, 3082419 B)
Winterbilder-0-9.jpeg (image/jpeg, 4241014 B)
Winterbilder-0-9.jpeg (image/jpeg, 4241014 B)
Comment via email
WAMP 2023 - Close-Up Shots Of Things Lying Around And Stuff But Not People Entry created on 2024-01-09 Authors: steeph (370) Categories: Camping (6) Camps (6) Electronics (16) Events (22) Macro (3) Photos (29) Westerwald (3) Westwoodlabs (3) Languages used: en (255) Topics: Events → Camps (6) Events → Chaos → WAMP (5) edit

I brought a camera to WAMP last year. The resulting pictures are very underwhelming. But because I was there and my brain has experiences and memories connected to them, I deem them worthy of being here. These are close-up shots of things lying around and stuff but not people. There is a separate entry with macro shots of things lying around and stuff but not people.

File Attachments (21 files)
WAMP2023_nah-_MG_1612b.JPG (image/jpeg, 8334429 B)
WAMP2023_nah-_MG_1612b.JPG (image/jpeg, 8334429 B)
WAMP2023_nah-_MG_1618b.JPG (image/jpeg, 5353954 B)
WAMP2023_nah-_MG_1618b.JPG (image/jpeg, 5353954 B)
WAMP2023_nah-_MG_1619b.JPG (image/jpeg, 5819126 B)
WAMP2023_nah-_MG_1619b.JPG (image/jpeg, 5819126 B)
WAMP2023_nah-_MG_1622b.JPG (image/jpeg, 5297059 B)
WAMP2023_nah-_MG_1622b.JPG (image/jpeg, 5297059 B)
WAMP2023_nah-_MG_1623b.JPG (image/jpeg, 6103572 B)
WAMP2023_nah-_MG_1623b.JPG (image/jpeg, 6103572 B)
WAMP2023_nah-_MG_1626b.JPG (image/jpeg, 6681258 B)
WAMP2023_nah-_MG_1626b.JPG (image/jpeg, 6681258 B)
WAMP2023_nah-_MG_1628b.JPG (image/jpeg, 5735076 B)
WAMP2023_nah-_MG_1628b.JPG (image/jpeg, 5735076 B)
WAMP2023_nah-_MG_1630b.JPG (image/jpeg, 6506788 B)
WAMP2023_nah-_MG_1630b.JPG (image/jpeg, 6506788 B)
WAMP2023_nah-_MG_1634b.JPG (image/jpeg, 5638794 B)
WAMP2023_nah-_MG_1634b.JPG (image/jpeg, 5638794 B)
WAMP2023_nah-_MG_1636b.JPG (image/jpeg, 6282662 B)
WAMP2023_nah-_MG_1636b.JPG (image/jpeg, 6282662 B)
WAMP2023_nah-_MG_1643b.JPG (image/jpeg, 5477002 B)
WAMP2023_nah-_MG_1643b.JPG (image/jpeg, 5477002 B)
WAMP2023_nah-_MG_1646b.JPG (image/jpeg, 7104439 B)
WAMP2023_nah-_MG_1646b.JPG (image/jpeg, 7104439 B)
WAMP2023_nah-_MG_1655b.JPG (image/jpeg, 5180537 B)
WAMP2023_nah-_MG_1655b.JPG (image/jpeg, 5180537 B)
WAMP2023_nah-_MG_1699b.JPG (image/jpeg, 4517372 B)
WAMP2023_nah-_MG_1699b.JPG (image/jpeg, 4517372 B)
WAMP2023_nah-_MG_1704b.JPG (image/jpeg, 2965620 B)
WAMP2023_nah-_MG_1704b.JPG (image/jpeg, 2965620 B)
WAMP2023_nah-_MG_1718b.JPG (image/jpeg, 1916562 B)
WAMP2023_nah-_MG_1718b.JPG (image/jpeg, 1916562 B)
WAMP2023_nah-_MG_1733b.JPG (image/jpeg, 4173286 B)
WAMP2023_nah-_MG_1733b.JPG (image/jpeg, 4173286 B)
WAMP2023_nah-_MG_1734b.JPG (image/jpeg, 4101175 B)
WAMP2023_nah-_MG_1734b.JPG (image/jpeg, 4101175 B)
WAMP2023_nah-_MG_1735b.JPG (image/jpeg, 6729974 B)
WAMP2023_nah-_MG_1735b.JPG (image/jpeg, 6729974 B)
WAMP2023_nah-_MG_1744b.JPG (image/jpeg, 7117309 B)
WAMP2023_nah-_MG_1744b.JPG (image/jpeg, 7117309 B)
WAMP2023_nah-_MG_1751b.JPG (image/jpeg, 5184283 B)
WAMP2023_nah-_MG_1751b.JPG (image/jpeg, 5184283 B)
Comment via email
WAMP 2023 - Macro Shots Of Things Lying Around And Stuff But Not People Entry created on 2024-01-09 Authors: steeph (370) Categories: Camping (6) Camps (6) Electronics (16) Events (22) Macro (3) Photos (29) Westerwald (3) Westwoodlabs (3) Languages used: en (255) Topics: Events → Camps (6) Events → Chaos → WAMP (5) edit

I brought a camera to WAMP last year. The resulting pictures are very underwhelming. But because I was there and my brain has experiences and memories connected to them, I deem them worthy of being here. These are macro shots of things lying around and stuff but not people. There is a separate entry with close-up shots of things lying around and stuff but not people.

File Attachments (30 files)
WAMP2023_makro-_MG_1607b.JPG (image/jpeg, 5603697 B)
WAMP2023_makro-_MG_1607b.JPG (image/jpeg, 5603697 B)
WAMP2023_makro-_MG_1608b.JPG (image/jpeg, 6117210 B)
WAMP2023_makro-_MG_1608b.JPG (image/jpeg, 6117210 B)
WAMP2023_makro-_MG_1624b.JPG (image/jpeg, 4928053 B)
WAMP2023_makro-_MG_1624b.JPG (image/jpeg, 4928053 B)
WAMP2023_makro-_MG_1629b.JPG (image/jpeg, 5529408 B)
WAMP2023_makro-_MG_1629b.JPG (image/jpeg, 5529408 B)
WAMP2023_makro-_MG_1638b.JPG (image/jpeg, 3875849 B)
WAMP2023_makro-_MG_1638b.JPG (image/jpeg, 3875849 B)
WAMP2023_makro-_MG_1639b.JPG (image/jpeg, 3547912 B)
WAMP2023_makro-_MG_1639b.JPG (image/jpeg, 3547912 B)
WAMP2023_makro-_MG_1640b.JPG (image/jpeg, 5967789 B)
WAMP2023_makro-_MG_1640b.JPG (image/jpeg, 5967789 B)
WAMP2023_makro-_MG_1642b.JPG (image/jpeg, 6750625 B)
WAMP2023_makro-_MG_1642b.JPG (image/jpeg, 6750625 B)
WAMP2023_makro-_MG_1653b.JPG (image/jpeg, 4433524 B)
WAMP2023_makro-_MG_1653b.JPG (image/jpeg, 4433524 B)
WAMP2023_makro-_MG_1656b.JPG (image/jpeg, 3932989 B)
WAMP2023_makro-_MG_1656b.JPG (image/jpeg, 3932989 B)
WAMP2023_makro-_MG_1657b.JPG (image/jpeg, 1541093 B)
WAMP2023_makro-_MG_1657b.JPG (image/jpeg, 1541093 B)
WAMP2023_makro-_MG_1665b.JPG (image/jpeg, 2179132 B)
WAMP2023_makro-_MG_1665b.JPG (image/jpeg, 2179132 B)
WAMP2023_makro-_MG_1666b.JPG (image/jpeg, 2111968 B)
WAMP2023_makro-_MG_1666b.JPG (image/jpeg, 2111968 B)
WAMP2023_makro-_MG_1669b.JPG (image/jpeg, 6994763 B)
WAMP2023_makro-_MG_1669b.JPG (image/jpeg, 6994763 B)
WAMP2023_makro-_MG_1670b.JPG (image/jpeg, 5342305 B)
WAMP2023_makro-_MG_1670b.JPG (image/jpeg, 5342305 B)
WAMP2023_makro-_MG_1674b.JPG (image/jpeg, 6087050 B)
WAMP2023_makro-_MG_1674b.JPG (image/jpeg, 6087050 B)
WAMP2023_makro-_MG_1678b.JPG (image/jpeg, 6481780 B)
WAMP2023_makro-_MG_1678b.JPG (image/jpeg, 6481780 B)
WAMP2023_makro-_MG_1680b.JPG (image/jpeg, 6074327 B)
WAMP2023_makro-_MG_1680b.JPG (image/jpeg, 6074327 B)
WAMP2023_makro-_MG_1681b.JPG (image/jpeg, 11911336 B)
WAMP2023_makro-_MG_1681b.JPG (image/jpeg, 11911336 B)
WAMP2023_makro-_MG_1683b.JPG (image/jpeg, 7492324 B)
WAMP2023_makro-_MG_1683b.JPG (image/jpeg, 7492324 B)
WAMP2023_makro-_MG_1690b.JPG (image/jpeg, 1566311 B)
WAMP2023_makro-_MG_1690b.JPG (image/jpeg, 1566311 B)
WAMP2023_makro-_MG_1691b.JPG (image/jpeg, 4892219 B)
WAMP2023_makro-_MG_1691b.JPG (image/jpeg, 4892219 B)
WAMP2023_makro-_MG_1692b.JPG (image/jpeg, 7296301 B)
WAMP2023_makro-_MG_1692b.JPG (image/jpeg, 7296301 B)
WAMP2023_makro-_MG_1697b.JPG (image/jpeg, 6556369 B)
WAMP2023_makro-_MG_1697b.JPG (image/jpeg, 6556369 B)
WAMP2023_makro-_MG_1702b.JPG (image/jpeg, 3480822 B)
WAMP2023_makro-_MG_1702b.JPG (image/jpeg, 3480822 B)
WAMP2023_makro-_MG_1703b.JPG (image/jpeg, 3203011 B)
WAMP2023_makro-_MG_1703b.JPG (image/jpeg, 3203011 B)
WAMP2023_makro-_MG_1736b.JPG (image/jpeg, 5051499 B)
WAMP2023_makro-_MG_1736b.JPG (image/jpeg, 5051499 B)
WAMP2023_makro-_MG_1755b.JPG (image/jpeg, 6707854 B)
WAMP2023_makro-_MG_1755b.JPG (image/jpeg, 6707854 B)
WAMP2023_makro-_MG_1757b.JPG (image/jpeg, 4360743 B)
WAMP2023_makro-_MG_1757b.JPG (image/jpeg, 4360743 B)
WAMP2023_makro-_MG_1759b.JPG (image/jpeg, 4554675 B)
WAMP2023_makro-_MG_1759b.JPG (image/jpeg, 4554675 B)
Comment via email
Distinguishing Line Separation in Texts Entry created on 2023-12-30 Authors: steeph (370) Categories: Reading (1) Languages used: en (255) edit

When reading an article or a book I often accidently read a line several times because I slip at the moment where my eyes run back to the beginning of a line. I thought maybe there could be a solution to this. My need for a solution for this problem may be unique. Probably almost everybody knows from expereince what I mean by slipping into the wrong line on a line break. But it sometimes really prevents fluid reading for me. So I thought of a few ways of formatting or presenting a text in a way that prevents this slipping.

The basic idea is to separate every other line visually so that it is intuitively obvious which line comes next when jumping to the beginning of the next line after a line break. An interlacing pattern that does not disturb the reading but just slightly guides the reader into automatically falling into the correct line after a line break. This may be an alternating pattern, marking every second line, or a more elaborate one that repeats overy three or more lines. In theory any such method should be possible to implement in a e-book reader. Maybe that would get me to switch from paper books to a tablet-like device.

One already commonly used mothod to achieve the same is alternating white and gray backgrounds. For some reason this is only commonly used with tables. Any colour combination could be used.

Another idea is to mark the line beginnings and endings in the free space left and right of the text. I like the idea of different shapes, e.g. a filled circle, a cross and a square outline; three symbolds that aren't easily confused on first sight.

The following I like best, visually, but it interferes with existing common formatting. The end of every second line becomes bolder at the end; the beginning of every other line starts out bold and becomes less so towards the middle of the lin, creating alternating lines of bold at the beginning and bold at the end. This way when you reach a line break on a thick line, you should continue on the next thick line after the line break. You may keep any typos that you may find in the following example.

File Attachments (1 file)
lineseparation.png (image/png, 497665 B)
lineseparation.png (image/png, 497665 B)
Comment via email
Go To Navigation Page
Show/Hide Navigation
Mastodon