What a beautiful use of technology to uphold someone's personhood, and let them know they are loved, despite (and with regard to) a profound injury.
This reminds me of a desire I've had for a long time: a simple, wall-mountable eInk device that could be configured with a URL (+wifi creds) and render a markdown file, refreshing once every hour or so. It would be so useful for so many applications – I'm a parish priest and so I could use it to let people know what events are on, if a service is cancelled, the current prayer list, ... the applications would be endless. I'd definitely pay a couple of hundred dollars per device for a solid version of such a thing, if it could be mounted and then recharged every month or two.
Seems very nice buuuut why did they put the USB-C on the back if it is supposed to be wall mounted and needs to be charged every couple of months? Why not on one side??
assuming your eink display would be on the same LAN as some always-on PC...
1. install python
2. make a file named `index.html` somewhere.
2a. put this in the "head" tag, so it'll refresh hourly: `<meta http-equiv="refresh" content="3600">`.
3. run `python -m http.server` from the same folder
This will start a single-threaded web server on 8000
4. On another machine on your network verify you can pull up http://firstmachine:8000/.
5. having proven it works, go buy an e-ink display and point it to http://firstmachine:8000/, make it the default homepage.
Voila.
Any time you have anything to say, just edit the `index.html` file and the eink display will update.
No need for fancy subscription services or kickstarter projects or crowdfunding... just... batteries included python.
I'm developing something so that everyone can do this easily[0]. It's a plugin based presentation software. Real time connection through websocket.
So all you need to do is create a project and use a plugin(existing or your own) to generate your view. The plugin is flexible, so it could be a custom UI or uploading a HTML file for example.
Then, you can open a link on any machine like the e-ink display.
Open-source and self-hostable. But you can also use the online version I'm hosting.
It's still very new so things will break but I'm already using it in church and other meetings.
Having done this, you will also most likely want to setup a javascript timer that also triggers a refresh in case the meta refresh fails. And a weekly reboot of the machine in case there is a memory leak or some other issue.
If you're comfortable with microcontrollers (esp32/arduino), I can definitely recommend Inkplate. I found them when I was making a similar setup for my parents, and they have various sizes up to 10" and up to 6 colors they can display.
You can either just get the module, or buy with a battery and mountable case already attached. I think all of the models are also available via Digikey and Mouser if people don't trust random websites.
Seconded. I matted and framed one InkPlate 10 and hung it on our wall, then wrote a simple "show the next three days from everyone in the family's Google Calendars" image creation script and it's been wonderful.
The principal of my son’s former school was a Sister of St Joseph, and a huge HN fan.
More amazing was how creative the sisters were in managing themselves with technology. Many decisions are made by votes, done in real time globally! Religious people get short shrift.
You may be interested in https://github.com/aceinnolab/Inkycal, it looks like it's out of stock at the moment but they have pre-made devices or you can make your own with a list of parts.
If you have a hacker’s soul, an old Kindle, a jailbreak, and a Python installation, anything becomes possible. I’m working on something like that (though I hadn’t thought about markdown!). The Kindle is a particularly fun device once it’s hacked!
I looked into this a while back, but can you post some notes on jailbreak kindles? Aren't there certain models of Kindle that can be had very cheaply. That are possibly locked or have some dead component, but the screen can be used with a jailbreak? They were like only ~$10 on ebay.
I've seen these in a few restaurants as menus listing the special of the day. They were mounted elegantly in some stone mounting so didn't give the ipad mcdonalds touchscreen feel. They just looked printed but on closer inspection were e-ink
I wish this had come up on HN (or I had had that idea myself) some years ago when my mother suffered from that same cruel condition, for the last four years of her life. With her body, all her older memories and her considerable intelligence largely intact, she had multiple moments of clarity every single day, in which she fully realized the terrible and hopeless situation she was in. But of course, within seconds this thought and any decisions she might have derived from it dissolved in the black hole of her defective short-term memory. So she would not even have had the ability to take her own life to end this if she wished so.
My brother and I tried many things to improve her life somewhat, only very few of those were actually a bit succesful. Two of them were digital gadgets, which we selected to provide some benefit without or at least with just very simple interactions: The best one was an LCD "picture frame" the only feature of which was to show an infinite loop of family photos stored on its SD card - she came to really like it and have it switched on quite consistently. The second one was an MP3 speaker which had a few hours of her favorite music on an SD card as well, and which could be used largely like a radio, just by pressing its play/stop button and volume buttons. This latter one she managed to enjoy at least from time to time.
Best wishes to the author and his mom, and everyone in a similar situation.
My wife acquired anterograde amnesia after a car accident. This device may or may not have worked for her: she would probably have discovered the device anew every time (as in, every 10 minutes or so), although she would probably be pleased each time.
Thankfully she fully recovered after a few weeks. It takes a lot of patience to deal with someone like that, and you could tell it frequently caused a lot of frustration on her part. Every 10 minutes or so in fact.
That illustrates the difference between anterograde amnesia and dementia. Dementia is a general degradation of the brain that includes memory but you can have amnesia with an otherwise perfectly functional brain. A patient with dementia would never text her kids as in OP's case.
My grandpa had dementia. Last time me and my mom flew over to visit he didn't recognize either of us the first day. He didn't even remember having a daughter. Second day he vaguely recognized my mom but not me.
Third and last day of our stay, as soon as I entered the living room he lit up and exclaimed my name. We sat and talked for hours, reminiscing past events with great details, until we had to leave for the plane home.
There's no single cause. Forming memories requires many parts of the brain. Injury to or illness in any one of them can cause anteretrograde amnesia.
It's like asking "what makes a person unable to walk?" Arthritis, paralysis, muscle wasting, MS, Parkinson's, a broken bone, an amputated foot... some are temporary, some are permanent.
Walking is hard, even though most of us can do it. Forming memories is similarly hard.
This is one of the few HN articles that have profoundly moved me. Such a beautiful and simple use of technology to make a clear and big improvement in someone's life.
As a side note on his mother remembering that the tablet exists, it sounds like she has amnesia quite like Henry Molaison, a famous case study in neuropathology. He had very specific brain damage that seemingly stopped him forming new memories in the same way as OP's mother, but studies showed that he could remember some things, just not consciously. So for example he would have warm feelings towards people who'd been caring for him despite not remembering them, and would also pick up card games more and more quickly as he played them repeatedly despite saying he didn't remember the game. OP's mother remembering the tablet sounds very similar, particularly when paired with the feeling of being remembered and loved by her children.
> but studies showed that he could remember some things, just not consciously.
This reminds me of muscle memory. I can play pieces on the piano even though I don't actively remember the sheet music of them. My hands just "know" what to do. Funnily enough the moment I start actively thinking about certain passages that ability worsens by a lot.
At the start it's all about carrying around notes full of picking the relevant condition depending on the current permutation/state of the cube then following the step by step algorithms on which sequence of steps to perform for that condition.
Then you'll naturally realise that certain conditions happen a lot more than others and you'll start to remember the sequence of letters for each series of steps to perform.
Over time you'll forget the letters and your fingers will just know the sequence to perform when you perceive that condition, kind of like typing a password without thinking about it.
Eventually you'll be able to fit each condition and algorithm into your muscle memory and completely forget the series of letters that you used to memorise.
Now I can barely explain how to solve a rubik's cube in-person. I just do it.
Yes same for me on guitar. If I try to play something too slowly or if I really start thinking about what I'm doing it all falls apart.
I think that's when you really know a piece, when you can play it incredibly slowly. Paradoxically it's easy to play quickly and just let your fingers play out their muscle memory, playing something really slowly is the challenge.
In psychology memory is divided up into various groupings depending on what people are interested in, e.g. explicit (remembering that Paris is the capital of France) and implicit (remembering how to ride a bike). You can further subdivide explicit into semantic (Paris is the capital of France) and episodic (events that you have experienced), and implicit into procedural (how to ride a bike) and emotional conditioning (memories of feelings). Those categories aren't related to neurophysiology though, which is where I think it gets really interesting because I doubt matches those rather Platonic categories.
I remember a lecturer in undergrad psychology talking about this in the context of walking, and my walking felt really messy for a week, like when you start to become conscious of your breathing.
Yes it is strange to practice a song one day and then come back to it again the next day. It's like meeting a new person who plays better than I did yesterday, and practice involves finding out more about this new person.
Further than just muscle memory, every cell in our bodies actually has "memories". That's why heart transplant patients can experience personality changes from the donor:
> but studies showed that he could remember some things, just not consciously
I expect it is very hard to overestimate how incorrect our mental model memory and learning is. If literally everything was forgotten, then you could set up a reverse groundhog day or groundhog hour for someone, just optimize for them having a wonderful day every day. (Would still be horrible for the loved ones to be effectively disconnected from their still-living relative.) Probably there have been movies made about this.
I have no experience with this but I am sure it is nothing, nothing, nothing like that. The article says you wouldn't wish it on your worst enemy.
> Because she cannot remember things, she goes through each day in a state of low-grade anxiety about where her grown children are and whether they are all right. She feels she hasn’t heard from any of us in a long time.
To me this is not a description of someone frozen in time. To me this is a description of some horrific combination of some amount of learning or "remembering" happening, some sense of passage of time, and no episodic memories to draw on to explain any of it.
> If literally everything was forgotten, then you could set up a reverse groundhog day or groundhog hour for someone, just optimize for them having a wonderful day every day. (Would still be horrible for the loved ones to be effectively disconnected from their still-living relative.) Probably there have been movies made about this.
There is a Drew Barrymore movie Fifty first dates. And yes, it is horrible for the relatives.
Perhaps if we approach technology more from the perspective of elders, and those in need, we are going to produce much better technology application for everyone else.
There was a study that suggested that the motor cortex can remember even if short term memory conversion was destroyed.
If nothing else, myelinization counts as a form of memory. Strengthened by reuse.
I would love to know if those warm feelings are stronger with individuals who remind you of someone you used to know. “This nurse reminds me of Aunt Sarah, who was nice to me when my dog died.” And so forth.
That study is an interesting suggestion that there might be a physiological basis for the explicit / implicit distinction in terms of memory. Makes sense in many ways that some kind of memory might be embedded in the motor cortex. I wonder if the same is true for emotional memories and midbrain structures, as hinted at in your last paragraph.
I always find those non-obvious connections fascinating, like the disorders where e.g. someone can't say the word "fork" when they're looking at one despite being to describe what you use it for etc, but can immediately name it when they touch it.
I have this weird issue where about a third of people I meet for the first time swear they know me from somewhere, and it's somewhere specific that I know I've never been. My dad and brother have the same issue, and we strongly resemble each other, so I think I just have a congenitally familiar face.
I have no idea if feelings would automatically transfer to me from people with amnesia, but they certainly do for people without it, even though I don't remind them of anyone they know well enough to name.
> One small challenge was maximizing the size of the message text. Sometimes a message is just a word or two; other times it might be several sentences. A single font size can’t accommodate such a wide range of text content. I couldn’t find a pure CSS way to automatically maximize font size so that a text element with word wrapping would display without clipping.
> I ended up writing a small JavaScript function to maximize font size: it makes the text invisible (via CSS visibility: hidden), tries displaying the text at a very large size, and then tries successively smaller font sizes until it finds a size that lets all the text fit. It then makes the text visible again.
Wow -- not just for accessibility but this seems like a very useful feature to have in native CSS.
Nice find.
Overall such a heartwarming use of technology. Love.
I've been watching the evolution of the web since 1995, and I remember when css got popular in the late 90s thinking that it didn't match real-world use cases. Somehow design-by-committee took us from drawing our sites with tables in the browser's WYSIWYG editor, to not being able to center text no matter how much frontend experience we have.
Css jumped the shark and today I'd vote to scrap it entirely, which I know is a strong and controversial statement. But I grew up with Microsoft Word and Aldus PageMaker, and desktop publishing was arguably better in the 1980s than it is today. Because everyone could use it to get real work done at their family-owned small businesses, long before we had the web or tech support. Why are we writing today's interfaces in what amounts to assembly language?
Anyway, I just discovered how float is really supposed to work with shape-outside. Here's an example that can be seen by clicking the Run code snippet button:
Notice how this tiny bit of markup flows like a magazine article. Browsers should have been able to do this from day one. But they were written by unix and PC people, not human interface experts like, say, Bill Atkinson. Just look at how many years it took outline fonts to work using strokes and shadows, so early websites couldn't even place text over images without looking like Myspace.
I think that css could benefit from knowing about the dimensions of container elements, sort of like with calc() and @media queries (although @media arguably shouldn't exist, because mobile shouldn't be its own thing either). And we should have more powerful typesetting metaphors than justify. Edit: that would adjust font size automatically to fit within a container element.
IMHO the original sin of css was that it tried to give everyone a cookie cutter media-agnostic layout tool, when we'd probably be better off with the more intuitive auto flow of Qt, dropping down to a constraint matrix like Apple's Auto Layout when needed.
Disclaimer: I'm a backend developer, and watching how much frontend effort is required to accomplish so little boggles my mind.
Your comment is some interesting food for thought, but I wanted to respond to a couple statements you made:
> not being able to center text no matter how much frontend experience we have
Not being able to center things is a bit of a meme, but flexbox was introduced back in 2009 and has been supported by major browsers for quite a long time. Centering text and elements is now extremely easy.
> css could benefit from knowing about the dimensions of container elements
You're in luck! Container queries were added to CSS fairly recently:
CSS was doomed from the start, IMO. It was a poorly-targeted solution to a the wrong problem that could never have worked. But you don't have to use it. You can keep using tables for layout, all browsers render them well (generally faster than CSS, and with better progressive rendering too), real-world screenreaders and the like have had great support for them since before CSS emerged, there's no actual downside.
> so early websites couldn't even place text over images
I take offense at this! We weren't that stupid back then! We just put the text 5 times on the page, with position: relative, 4x in the outline color, each copy with a 1px offset in a different direction, and the final one in the text color. That trick worked with pretty early CSS.
I made a handful of corporate sites, e-commerce, CMS and even flash lol, just out of college with boring defense contractor job. I didn't have time to be picky because I had a full time job so I always worked with whatever they had and a lot of stuff was made in Dreamweaver, and even a corporate site exported from Word. The code was awful but worked everywhere. And you always had to get into code anyway, so there was no time to even think about which of the tools was best. Something was always missing in some integration so you gotta code/script. I think a lot of people made money in the last cycle tech cycles and had nothing to do but create or fund a bunch of stuff to confuse the marketplace.
Would combine quite well with `text-wrap` actually! [0] That way, the renderer knows the area it needs to fill (the implicit `max-content`, defined width/height, or flex/grid size of the container) and it knows how to best split up the text amongst the lines. Feels like the renderer would be capable of finding the optimal font size to satisfy those two constraints.
That's also been one of my biggest CSS wishlist items for years.
I've had dozens of clients complain about headings wrapping onto the next line when they add one too many letters, and ask if we can make the font size smaller without affecting the others. There are several ways to accomplish that, but they're all annoying compared to a theoretical one-line CSS solution like:
font-size: 12-18px 400px;
Or something of that nature that could hopefully do it automatically.
Really nice project. One idea for “if we fail to take down a message that no longer applies, it confuses her.” Put a start and end date/time on messages and implement in the board. That way you can pre schedule them and have them fall off automatically.
It might be nice to add default messages that can auto-populate the date so she won't notice if network goes down for awhile or someone forgets to post a message.
My dad didn't like poetry clock, but he does like image gen. So we got a (color) Inky Impression 7.3 and hooked it up to an RPi.
I made a basic telegram bot that you could send a verbal prompt to ("snowy day"). It would then ask which of your favorite artist styles it should create an image in. I found that presenting a list of two styles combined had cooler results. The prompt would be used to fetch a random quote on the topic, and quote and style would then be feed to stable diffusion, and maybe 30 seconds later you have fresh art and a quote on the display.
My dad then asked if we just could forward images directly there. He prefers, each day, to post an image of whatever the day is (November 13 is "World Kindness Day") and occasionally share a family photo. My mom looks forward to seeing what day he picks every day.
> There’s one other problem, though. It’s well known that AI language models like ChatGPT have a tendency to make up data (sometimes known as “hallucinations”), and it turns out that’s true even if you’re just telling the time. Roughly once every 15 minutes, says Webb, the clock will simply lie about the time just to make a certain rhyme work. “The fibbing is hilarious. Sometimes you can’t tell — it might say ‘one past two’ when it’s actually ‘two past one,’” he says. He says this will be fixable but, for now, is a fun quirk of the system. “Clockwork means you get precision drift; AI-work means you get hallucination drift.”
This reminds me of a desire I've had for a long time: a simple, wall-mountable eInk device that could be configured with a URL (+wifi creds) and render a markdown file, refreshing once every hour or so. It would be so useful for so many applications – I'm a parish priest and so I could use it to let people know what events are on, if a service is cancelled, the current prayer list, ... the applications would be endless. I'd definitely pay a couple of hundred dollars per device for a solid version of such a thing, if it could be mounted and then recharged every month or two.
I wanted the same kind of general eink device, but this is also supposedly super hackable!
no longer a Kickstarter btw, shipping same-day now (see homepage)
https://www.kickstarter.com/projects/invisible-computers/e-p...
Any time you have anything to say, just edit the `index.html` file and the eink display will update.
No need for fancy subscription services or kickstarter projects or crowdfunding... just... batteries included python.
https://github.com/TrisSherliker/FridgeChalkboard/tree/main
So all you need to do is create a project and use a plugin(existing or your own) to generate your view. The plugin is flexible, so it could be a custom UI or uploading a HTML file for example.
Then, you can open a link on any machine like the e-ink display.
Open-source and self-hostable. But you can also use the online version I'm hosting.
It's still very new so things will break but I'm already using it in church and other meetings.
[0] https://theopenpresenter.com
Deleted Comment
You can either just get the module, or buy with a battery and mountable case already attached. I think all of the models are also available via Digikey and Mouser if people don't trust random websites.
https://soldered.com/categories/inkplate/
More amazing was how creative the sisters were in managing themselves with technology. Many decisions are made by votes, done in real time globally! Religious people get short shrift.
TLDR: 20 years as SWE, then used his skills for his calling.
If eInk wasn't a monopoly this would be 100% a project I'd love to do
Dead Comment
Thankfully she fully recovered after a few weeks. It takes a lot of patience to deal with someone like that, and you could tell it frequently caused a lot of frustration on her part. Every 10 minutes or so in fact.
Glad that your wife got over it.
Third and last day of our stay, as soon as I entered the living room he lit up and exclaimed my name. We sat and talked for hours, reminiscing past events with great details, until we had to leave for the plane home.
It's like asking "what makes a person unable to walk?" Arthritis, paralysis, muscle wasting, MS, Parkinson's, a broken bone, an amputated foot... some are temporary, some are permanent.
Walking is hard, even though most of us can do it. Forming memories is similarly hard.
As a side note on his mother remembering that the tablet exists, it sounds like she has amnesia quite like Henry Molaison, a famous case study in neuropathology. He had very specific brain damage that seemingly stopped him forming new memories in the same way as OP's mother, but studies showed that he could remember some things, just not consciously. So for example he would have warm feelings towards people who'd been caring for him despite not remembering them, and would also pick up card games more and more quickly as he played them repeatedly despite saying he didn't remember the game. OP's mother remembering the tablet sounds very similar, particularly when paired with the feeling of being remembered and loved by her children.
This reminds me of muscle memory. I can play pieces on the piano even though I don't actively remember the sheet music of them. My hands just "know" what to do. Funnily enough the moment I start actively thinking about certain passages that ability worsens by a lot.
At the start it's all about carrying around notes full of picking the relevant condition depending on the current permutation/state of the cube then following the step by step algorithms on which sequence of steps to perform for that condition.
Then you'll naturally realise that certain conditions happen a lot more than others and you'll start to remember the sequence of letters for each series of steps to perform.
Over time you'll forget the letters and your fingers will just know the sequence to perform when you perceive that condition, kind of like typing a password without thinking about it.
Eventually you'll be able to fit each condition and algorithm into your muscle memory and completely forget the series of letters that you used to memorise.
Now I can barely explain how to solve a rubik's cube in-person. I just do it.
I think that's when you really know a piece, when you can play it incredibly slowly. Paradoxically it's easy to play quickly and just let your fingers play out their muscle memory, playing something really slowly is the challenge.
At least playing is mostly an entertainment. Passwords is where the shit happens. I recently lost a 20y old account thanks to this.
https://www.sciencedirect.com/science/article/abs/pii/S03069...
I expect it is very hard to overestimate how incorrect our mental model memory and learning is. If literally everything was forgotten, then you could set up a reverse groundhog day or groundhog hour for someone, just optimize for them having a wonderful day every day. (Would still be horrible for the loved ones to be effectively disconnected from their still-living relative.) Probably there have been movies made about this.
I have no experience with this but I am sure it is nothing, nothing, nothing like that. The article says you wouldn't wish it on your worst enemy.
> Because she cannot remember things, she goes through each day in a state of low-grade anxiety about where her grown children are and whether they are all right. She feels she hasn’t heard from any of us in a long time.
To me this is not a description of someone frozen in time. To me this is a description of some horrific combination of some amount of learning or "remembering" happening, some sense of passage of time, and no episodic memories to draw on to explain any of it.
There is a Drew Barrymore movie Fifty first dates. And yes, it is horrible for the relatives.
If nothing else, myelinization counts as a form of memory. Strengthened by reuse.
I would love to know if those warm feelings are stronger with individuals who remind you of someone you used to know. “This nurse reminds me of Aunt Sarah, who was nice to me when my dog died.” And so forth.
I always find those non-obvious connections fascinating, like the disorders where e.g. someone can't say the word "fork" when they're looking at one despite being to describe what you use it for etc, but can immediately name it when they touch it.
Edit: got a link? I'd be interested to read that.
I have no idea if feelings would automatically transfer to me from people with amnesia, but they certainly do for people without it, even though I don't remind them of anyone they know well enough to name.
It's even aesthetically pleasing! What mom wouldn't find this charming?
Dead Comment
> I ended up writing a small JavaScript function to maximize font size: it makes the text invisible (via CSS visibility: hidden), tries displaying the text at a very large size, and then tries successively smaller font sizes until it finds a size that lets all the text fit. It then makes the text visible again.
Wow -- not just for accessibility but this seems like a very useful feature to have in native CSS.
Nice find.
Overall such a heartwarming use of technology. Love.
Css jumped the shark and today I'd vote to scrap it entirely, which I know is a strong and controversial statement. But I grew up with Microsoft Word and Aldus PageMaker, and desktop publishing was arguably better in the 1980s than it is today. Because everyone could use it to get real work done at their family-owned small businesses, long before we had the web or tech support. Why are we writing today's interfaces in what amounts to assembly language?
Anyway, I just discovered how float is really supposed to work with shape-outside. Here's an example that can be seen by clicking the Run code snippet button:
https://stackoverflow.com/a/33953666
Notice how this tiny bit of markup flows like a magazine article. Browsers should have been able to do this from day one. But they were written by unix and PC people, not human interface experts like, say, Bill Atkinson. Just look at how many years it took outline fonts to work using strokes and shadows, so early websites couldn't even place text over images without looking like Myspace.
I think that css could benefit from knowing about the dimensions of container elements, sort of like with calc() and @media queries (although @media arguably shouldn't exist, because mobile shouldn't be its own thing either). And we should have more powerful typesetting metaphors than justify. Edit: that would adjust font size automatically to fit within a container element.
IMHO the original sin of css was that it tried to give everyone a cookie cutter media-agnostic layout tool, when we'd probably be better off with the more intuitive auto flow of Qt, dropping down to a constraint matrix like Apple's Auto Layout when needed.
Disclaimer: I'm a backend developer, and watching how much frontend effort is required to accomplish so little boggles my mind.
> not being able to center text no matter how much frontend experience we have
Not being able to center things is a bit of a meme, but flexbox was introduced back in 2009 and has been supported by major browsers for quite a long time. Centering text and elements is now extremely easy.
> css could benefit from knowing about the dimensions of container elements
You're in luck! Container queries were added to CSS fairly recently:
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_contain...
I take offense at this! We weren't that stupid back then! We just put the text 5 times on the page, with position: relative, 4x in the outline color, each copy with a 1px offset in a different direction, and the final one in the text color. That trick worked with pretty early CSS.
anyone with influence on the CSSWG?
[0] https://developer.mozilla.org/en-US/docs/Web/CSS/text-wrap
I've had dozens of clients complain about headings wrapping onto the next line when they add one too many letters, and ask if we can make the font size smaller without affecting the others. There are several ways to accomplish that, but they're all annoying compared to a theoretical one-line CSS solution like:
font-size: 12-18px 400px;
Or something of that nature that could hopefully do it automatically.
My dad didn't like poetry clock, but he does like image gen. So we got a (color) Inky Impression 7.3 and hooked it up to an RPi.
I made a basic telegram bot that you could send a verbal prompt to ("snowy day"). It would then ask which of your favorite artist styles it should create an image in. I found that presenting a list of two styles combined had cooler results. The prompt would be used to fetch a random quote on the topic, and quote and style would then be feed to stable diffusion, and maybe 30 seconds later you have fresh art and a quote on the display.
My dad then asked if we just could forward images directly there. He prefers, each day, to post an image of whatever the day is (November 13 is "World Kindness Day") and occasionally share a family photo. My mom looks forward to seeing what day he picks every day.
That's fun. Although, from the article:
> There’s one other problem, though. It’s well known that AI language models like ChatGPT have a tendency to make up data (sometimes known as “hallucinations”), and it turns out that’s true even if you’re just telling the time. Roughly once every 15 minutes, says Webb, the clock will simply lie about the time just to make a certain rhyme work. “The fibbing is hilarious. Sometimes you can’t tell — it might say ‘one past two’ when it’s actually ‘two past one,’” he says. He says this will be fixable but, for now, is a fun quirk of the system. “Clockwork means you get precision drift; AI-work means you get hallucination drift.”
;)
Anterograde Amnesia, on its own, is a failure to write to the SSD.
Medical amateurs, like tech amateurs, might struggle to differentiate between the two.
Medical professionals, like tech professionals, should not.
When it is not possible to upgrade the SSD, using the CPU and the RAM to compensate for the faulty SSD is an excellent hack.
There is a reason I check out Hacker News on an almost daily basis, this is it.