This is my favorite web dev blog, his grid and flex tutorials are amazing with all those interactive examples.
Came here to say the same thing but for SVG
Demon? Damon? Or something more exotic?
You people use meat flapping to communicate?
I always thought the 2 pronunciation of route were different but similar things. Raut as in a set road between two large places, not specific place in a city but the city itself. Root as a path between 2 specific points, house to house.
I come with a seemingly simple question: should outbound links be styled differently than intra-site links? For example, the way Wikipedia does it with an icon after the text of the link. Do users care? Did anyone done any research on that?
I’m thinking of situations where you might have a sentence like ‘I’ve written about this before, and recent events around ACME corporation only made me entrenched in my opinion.’ where ‘written about this before’ would be a link to another page on the website and ‘recent events around ACME corporation’ would be link to external site.
That’s also my thinking, but it does add some visual clutter plus wouldn’t the counterargument be that people who really care can use their own user styles or extensions, or look at the status bar?
No I don’t accept the counter argument as an argument. People who care shouldn’t jump through hoops to get what they deserve.
And the visual clutter is way too little to care.
cross-posted from: https://lemmy.bestiver.se/post/946712
Targeting sub 1s build times seems like the wrong optimisation. If you write your content in markdown you can just preview it in a browser with ~1ms latency, because you don’t need no fancy build system to do that. When you’ve written your post, put it in the site data structure, hit build, and go make a coffee.
If your objective is to put content on the internet, this will be more than enough. If it is instead to create The Most Perfectest Website Framework Ever, then unfortunately Spring Boot already exists 😏
Go for the fun, but your issue is a non issue. I use Zola (built with Rust) and it is very very fast. A full build of ~200 pages takes ~2s and in dev mode, changes are reflected almost instantly.
thank you for sharing my product here! I grew up on forums, it’s somewhat of a love letter to the mid 2000s I spent many hours of my youth with, happy to answer any questions on the project!
sure, so I use a ton of codegen and hand-write the openapi schema, jsonschemas and database model, I use my butt often to write the mapping/binding boilerplate that goes between the outside-to-inside world (database stuff to queriers/writers and http handlers to actual logic) then I write the logic itself as well as the end-to-end tests. I find language models work very well once you have a clear set of constraints/boundaries such as a clear api contract + generated types or a set of tests that define the behaviour. I use a mix of claude and codex. Claude I find works well for exploratory/experimental work (a ton of the new plugin system was R&D so claude helped set up and tear down a bunch of potential implementations and ideas) codex is a lot less interactive and doesn’t seem to play well with creative r&d style exploratory workflows, so I use that one more for well planned out features using the codegen mentioned before.
while I somewhat understand the “sticking point” it allows me to work faster and focus on the more enjoyable side of the craft i’ve honed for almost 20 years. While it’s still not a super popular project and a couple of friends sometimes help, it’s just me doing it so the my butt helps a lot when I only have a couple of hours a night to work on it!
outside of pure code, I used a combination of very early generative imagery models (circa 2022 I think) for the hero art, which started life as a sketch, scanned in, with some iterations on Dall-E (back when it was an app before chatgpt absorbed it) and a few hours painting and expanding in photoshop with my wacom. for future art on blog posts and such, I’m keen to commission a human artist for future marketing assets (in case you know anyone!)
and I think finally, lots of exploratory discussion with chatgpt on api design, http semantics, cross-browser cookie behaviours, boring stuff like that… very useful!
do you think it would be worth including some blurb about how ai tools are used in the readme for this kinda crowd who are understandably skeptical of many open source projects now due to irresponsible usage of ai?
I think a blurb would be a great idea, especially for your project.
I feel like the biggest hurdle for your project is that the people it speaks to, especially the way you market it (analogues to natural, organic things like plants, the purposeful methodology intrinsic to gardening, as well as the nostalgic throwback to a simpler time of the internet when everything was more hand-made and deliberate) are the same people that will be put off by AI, being that it’s the antithesis of those things.
Making your case for why and how it’s used, (IE Not just vibe-coded slop but something that matters a little more to you) might be enough to keep people on board.
Netflix refused to produce for free the latest sycophantic garbage?
More fascism.
Rubberstamped by Republicans in Congress.
The fact that this nation won’t disband and outlaw the Republican party is all the proof you need this ship will continue to sink.
Hopefully it’ll change some day. But yeah, the stigma found on an institutional level is big regarding a ton of preventative medicine that would be cheaper for society as a whole if covered.
This is hot and sour soup
Ah yeah, I’d you can’t tell the difference then I agree, save it for other dishes. It is pricier than white vinegar
soupppppp
mmmmm hot and sour I love that soup. My best friend growing up was Chinese and her mom made a KILLER hot and sour soup. She was so nice. She didn’t speak very much English but was very sweet and always had something nummy to eat when I came over. She gave me 12 whole BOXES of spring rolls and my gods they were so good. anyway that’s my 2 cents on hot and sour soup. also get better fast bitch the world needs ya!!!
Didn’t we put Tariffs on those though?
The article obviously picks vector loaders as better, except in certain specific cases (or for very small loaders). I usually stick with SVG > PNG > JPG when dealing with graphics for the web.