Over 500 technical articles on joeldare.com generating over 10k monthly views. Creator of Neat CSS, the minimalist CSS framework with over 700 stars on GitHub. Author of Write & Publish Your Book, rated 5-stars on Amazon.
Joel Dare
joel@joeldare.com
https://joeldare.com
https://github.com/codazoda
https://neat.joeldare.com- I wrote an article to remind myself which bin directory I prefer and why.
- As for bag space...
I always take my suitcase and my backpack to the airplane and then I check my suitcase at the gate. Three reasons. First, there are no baggage fees at the gate. Second, I can roll backpack on my suitcase. Third, I get to board early for "helping out". Why wouldn't you do this?
I do only check it if someone else in my party is already checking bags but that turns out to be most of the time for me.
Note: I'm actually replying to a reply that's too deep.
- All those are certainly possible. I’ll see if I can get them added shortly.
Edit: I've added those features.
I actually changed it so that the preview you see is that actual image that gets exported. I like this better but it means that you'll get a little prompt for the text instead of editing it in place. I think it's a good compromise.
I also added a checkbox for making it animated.
- 2 points
- 2 points
- Nice! I love this.
I built Ponder in the same vein. It, however, has 10 files. I did not use the URL, did not have double the fun, and now I’m sad.
- Technically, yes, but Amazon customers probably wouldn't benefit from that. I don't currently distribute or sell books directly because that creates a tax burden. So it's probably best to let the various stores handle it. I still want to sell books but I don't want my readers to be restricted by DRM for a book they paid for. The honor system is fine for me.
Edit: I now realize you might mean in the Amazon KDP UI. I don't see a way to upload your own.
- I haven’t looked yet but I might be a candidate for something like this, maybe. I’m RAM constrained and, to a lesser extent, CPU constrained. It would be nice to offload some of that. That said, I don’t think I would buy a cluster of Macs for that. I’d probably buy a machine that can take a GPU.
- 1 point
- I had a similar result trying to create 16 similarly styled images. After half a dozen it just started kicking out the same image over and over again no matter what the prompt said. Even the “thinking” looked right, but the image was just a repeat. I don’t know if this is some type of context limitation or what.
I got around it by using a new prompt/context for each image. This required some rethinking about how to make them match. What I did was create a sprite sheet with the first prompt and then only replaced (edited) the second prompt.
I still got some consistency problems because there were a few important details left out of my sprite sheet. Next time I think I’ll create those individually and then attach them as context for additional prompts.
- I standardized on pure HTML and CSS and wrote about why:
https://joeldare.com/why-im-writing-pure-html-and-css-in-202...
- If you want to setup a super minimal blog checkout Neat CSS.
- LLMs are already pretty good at brute force security testing. They aren’t “polite” pen testers.
I recently used an LLM to win a CTF at work (there were no rules against AI, but I bet there will be next year). I felt a little bad, at the end, when they demoed the intended hacks and, for a couple of them, it was the first time I saw the home page. If it could quickly hack it with just the clue and URL I just let it.
For any serious website it needs a lot more direction, but it will help you along nicely.
I only saw denials twice, over an entire week, and I used three different major LLM agents (Codex CLI, Claude Code CLI, and Gemini CLI).
It took time, I spent something like 20 hours guiding, but if you have the time, and some expertise, the tools are extremely workable.
- I built a similar container when working on a CTF that didn’t exclude the use of AI tools.
- Uxn from hundred rabbits comes to mind.
- Looks pretty nice. I could download and try it but one character I find missing, from the sample, is emdash. I wrote a lot of markdown and many programming typefaces get emdash wrong (it’s hard to tell from a regular dash).
Looks like I’ll have to install this to see if it’s the case here.
BTW, I find the screenshots for this font quite a bit more useful in evaluating it than any of the other fonts referenced in the HN comments here. These help you decide at a glance.
- I don't really have that problem. I mostly use either png's (screenshots) or jpeg's (photos). You could certainly run into that problem if you're dealing with lots of formats or with other peoples files.
My intent is for this to give you solid starting points to work from in some situations. Individually these commands were first written for myself and published online. Those pages became somewhat popular, like people were looking for some specific examples. So, I thought I'd try combining them and see if people found it useful enough to encourage me to spend the time to expand the list into something more.
- I first wrote these instructions as reminders for myself. But, I do use AI in my daily work, and parts of this document are certainly touched by it. The instructions may even read that way because I'm getting used to talking to AI that way. One of them, in particular, was copy/pasted after asking an AI to use the `magick` command instead of `convert`. Then, I pasted it into this list so that I'd remember to continue the pattern through the guide.
- 3 points
https://www.48hourpress.com/publish-with-markdown/