Goofed Home

Sprites on the Web

$$3200
https://programming.dev/u/codeinabox posted on Feb 23, 2026 17:35
https://programming.dev/post/46226978

$$3324
https://lemmy.cafe/u/stepan posted on Feb 23, 2026 21:56
In reply to: https://programming.dev/post/46226978

This is my favorite web dev blog, his grid and flex tutorials are amazing with all those interactive examples.

https://lemmy.cafe/comment/16064046
$$3330
https://programming.dev/u/andioop posted on Feb 23, 2026 22:02
In reply to: https://lemmy.cafe/comment/16064046

Came here to say the same thing but for SVG

https://programming.dev/comment/22356712

How do you pronounce daemon?

$$342
https://piefed.zeromedia.vip/u/guynamedzero posted on Feb 18, 2026 18:01

Demon? Damon? Or something more exotic?

https://piefed.zeromedia.vip/c/linux/p/248324/how-do-you-pronounce-daemon

69 posts in conversation

$$1580
https://midwest.social/u/lengau posted on Feb 20, 2026 14:11
In reply to: https://piefed.zeromedia.vip/c/linux/p/248324/how-do-you-pronounce-daemon

You people use meat flapping to communicate?

https://midwest.social/comment/22802420
$$3318
https://aussie.zone/u/notgold posted on Feb 23, 2026 21:54
In reply to: https://lemmings.world/comment/20977918

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.

https://aussie.zone/comment/21585501

Styling outbound links, yea or nay?

$$2112
https://lemmy.wtf/u/mina86 posted on Feb 21, 2026 14:43

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.

https://lemmy.wtf/post/38322468

5 posts in conversation

$$2600
https://lemmy.wtf/u/mina86 posted on Feb 22, 2026 15:21
In reply to: https://programming.dev/comment/22328314

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?

https://lemmy.wtf/comment/20051580
$$3281
https://programming.dev/u/somegeek posted on Feb 23, 2026 21:00
In reply to: https://lemmy.wtf/comment/20051580

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.

https://programming.dev/comment/22355511

So I've Been Thinking About Static Site Generators

$$3148
https://programming.dev/u/codeinabox posted on Feb 23, 2026 15:40

cross-posted from: https://lemmy.bestiver.se/post/946712

Comments

https://programming.dev/post/46222386

$$3209
https://piefed.social/u/FishFace posted on Feb 23, 2026 18:12
In reply to: https://programming.dev/post/46222386

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 😏

https://piefed.social/comment/10261112
$$3279
https://programming.dev/u/somegeek posted on Feb 23, 2026 20:58
In reply to: https://programming.dev/post/46222386

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.

https://programming.dev/comment/22355484

Conversation

$$2075
https://piefed.social/u/southclaws posted on Feb 21, 2026 18:53
In reply to: https://lemmy.world/post/43154006

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!

https://piefed.social/comment/10235446

4 posts in conversation

$$2341
https://piefed.social/u/southclaws posted on Feb 21, 2026 22:10
In reply to: https://lemmy.world/comment/22271883

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?

https://piefed.social/comment/10237549
$$3278
https://lemmy.world/u/EncryptKeeper posted on Feb 23, 2026 20:56
In reply to: https://piefed.social/comment/10237549

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.

https://lemmy.world/comment/22307703

Donald Trump Demands Netflix ‘Immediately Fire’ Board Member Susan Rice or ‘Pay the Consequences’: ‘She’s Got No Talent or Skills’

$$2587
https://piefed.social/u/Skavau posted on Feb 22, 2026 14:54
https://piefed.social/c/television/p/1805277/donald-trump-demands-netflix-immediately-fire-board-member-susan-rice-or-pay-the-conseq

14 posts in conversation

$$3233
https://lemmy.world/u/random_character_a posted on Feb 23, 2026 19:08
In reply to: https://piefed.social/c/television/p/1805277/donald-trump-demands-netflix-immediately-fire-board-member-susan-rice-or-pay-the-conseq

Netflix refused to produce for free the latest sycophantic garbage?

https://lemmy.world/comment/22305609
$$3253
https://lemmy.world/u/DarkFuture posted on Feb 23, 2026 19:49
In reply to: https://piefed.social/c/television/p/1805277/donald-trump-demands-netflix-immediately-fire-board-member-susan-rice-or-pay-the-conseq

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.

https://lemmy.world/comment/22306386

Conversation

$$3217
https://slrpnk.net/u/ellie posted on Feb 23, 2026 18:39
In reply to: https://lemmy.world/comment/22263466

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.

https://slrpnk.net/comment/20895468

Sick so I'm making soups

$$2438
https://lemmy.world/u/idunnololz posted on Feb 22, 2026 07:16

This is hot and sour soup

https://lemmy.world/post/43439086

21 posts in conversation

$$3184
https://sh.itjust.works/u/spazzman6156 posted on Feb 23, 2026 16:58
In reply to: https://lemmy.world/comment/22289737

Ah yeah, I’d you can’t tell the difference then I agree, save it for other dishes. It is pricier than white vinegar

https://sh.itjust.works/comment/23933759
$$3191
https://lemmy.world/u/stiffyGlitch posted on Feb 23, 2026 17:27
In reply to: https://lemmy.world/post/43439086

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!!!

https://lemmy.world/comment/22303675

Conversation

$$3187
https://sopuli.xyz/u/supersquirrel posted on Feb 23, 2026 17:05
In reply to: https://lemmy.world/comment/22303257

Didn’t we put Tariffs on those though?

https://sopuli.xyz/comment/22060354

Loading Smarter: SVG vs. Raster Loaders in Modern Web Design

$$3130
https://programming.dev/u/codeinabox posted on Feb 23, 2026 14:55
https://programming.dev/post/46219401

$$3183
https://leminal.space/u/Rokin posted on Feb 23, 2026 16:52
In reply to: https://programming.dev/post/46219401

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.

https://leminal.space/comment/21383992
Create New Post