I dunno if/how this could be taught, but I feel like half the battle is critical thinking with an adversarial mindset towards media -- who would make this, why would they want to show me, do I see anything that makes this impossible, is it worth engaging with in the first place, can I fact check this.
Yep, my thoughts exactly. But the consumer rarely thinks critically when looking at ads, not to mention regular social media posts and the Big Corp has no money in proving what assets are AI generated.
I'm trying to gamify the training to make the experience more appealing.
I store a "proof URL" on the backend, but I don't know if it makes sense to serve it to the end user. Also, a Reddit discussion is not necessarily a proof one wants. A fingerprint would be better, but not all images are generated with Google. That's another problem to be solved.
I like how readable it is. Be sure to handle long lines that ruin page widths on small screens -- probably the commit hash should overflow-wrap: break-word, or in a horizontally scrollable container element, or a similar solution.
One designy thing I've been practicing is to be intentional about every margin / piece of whitespace, and to use a proportional scale like https://utopia.fyi/. You might find that if you align more elements and stick to the scale, things might look extra pleasing. (Maybe you already have, idk, just first impressions from my phone)
- subscribe button placement looks uneven, esp on mobile. Maybe it could be a simple underlined link?
- imo centered text is a crutch that often looks better when left justified instead, or rerranged with some other solution. I'm thinking of the mobile navbar and lengthy captions. This is more subjective tho
- homepage could use more posts! Looking forward to your future writing
- the most beautiful sites usually come up with some unique theme or visual identity or creative stunt to break away from a vanilla default theme. But people still like basic readable websites if the content is great.
I'm working on a personal recipe site called Struggle Meals, in the genre of https://traumbooks.itch.io/the-sad-bastard-cookbook and https://old.reddit.com/r/shittyfoodporn/, for food I ate when I felt too poor / depressed / tired / chronically unwell. Some of them are just normal adulting recipes. Some are meal prep. Some are too struggly for a legitimate recipe site.
I have some barebones content at https://struggle-meals.wonger.dev/ and will be working on the design over the next few weeks. Some decisions I'm thinking about:
- balancing between personal convenience and brevity vs being potentially useful for other people. E.g. should I tag everything that's vegan/vegetarian/GF/dairyfree/halal/etc? Should I take pictures of everything? (I'd rather not)
- how simple can I make a recipe without ruining it? E.g. can I omit every measurement? should I separate nice-to-have ingredients from critical ingredients? how do I make that look uncomplicated? (Sometimes the worst thing is having too many options)
- if/how to price things? Depends on region, season, discounts, etc
I have more. You can keep rolling the dice on https://indieblog.page/random and eventually you'll stumble across some pretty sites. Usually the nicest ones are from frontend / design engineer types of people. EDIT - oh and the sites in the internet phone book! https://internetphonebook.net/ as well as browsing screenshots at https://personalsit.es/
Some of these sites - wow. I literally can’t fall asleep right now (reading this in bed) scrolling through all these. So many good resources. Thank you for sharing. This is why I love HN
- I haven't implemented audio support yet, but it would be nice
- I like --dry-run
- I didn't use a TUI widget library, but now it's at the point where it's tedious to refactor the UI / make it prettier
- I like OP's timeline widget
- Wanted to focus on static binaries. I got chafa static linking working for Linux, but haven't bundled ffmpeg yet
- which reminds me of licenses -- chafa and ffmpeg are LGPL iirc
- a couple other notes from early on: https://wonger.dev/posts/chafa-ffmpeg-progress
reply