this post was submitted on 20 Aug 2024
150 points (100.0% liked)

Programming

17026 readers
188 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

A project I saw linked in the css post, and wanted to share, because I love the insanity.

all 13 comments
sorted by: hot top controversial new old
[–] originalucifer@moist.catsweat.com 37 points 1 month ago (2 children)

reminds me of the guy that made a video in excel with cells as pixels... i enjoy the flex, but damn

[–] aard@kyu.de 17 points 1 month ago (1 children)

About 20 years ago I made a script that converts pictures to HTML tables. Back then RAM was a severe problem for this, and even for more powerful hardware browsers tended to just crash on larger pictures.

I checked it again a few years later, and things looked way better. I guess using CSS it'd be rather trivial nowadays to do the same with a short video by just cycling through showing/hiding tables of each frame.

[–] pupbiru@aussie.zone 3 points 1 month ago* (last edited 1 month ago)

the “new” hotness is grid layout

[–] idunnololz@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

I remember that too but it's been so long I can't remember if I dreamed it up. Do you happen to have the video/link?

[–] solrize@lemmy.world 36 points 1 month ago (2 children)

This says it's not enough to ban JavaScript: we also have to ban CSS.

[–] henfredemars@infosec.pub 15 points 1 month ago (1 children)

The Internet was a mistake.

[–] Pantsofmagic@lemmy.world 5 points 1 month ago

The www in particular

[–] moreeni@lemm.ee 10 points 1 month ago (1 children)

Browsers too. Oh, and migth actually want to stop using computers in general if they have an Internet connection

[–] hexbatch@programming.dev 3 points 1 month ago

How about just fires to use smoke signals?

It worked for my grandfathers, and it seems comforting

[–] XPost3000@lemmy.ml 30 points 1 month ago

"I fear not the man who can make one thing in 10,000 languages, but I fear the man who can make 10,000 things in one language." - Bruce Lee

[–] dsilverz@thelemmy.club 22 points 1 month ago

It's a fairly common thing on onion websites, especially those who offer real-time interaction (e.g. some onion web-chats), they use this Transfer-Encoding: chunked method for fetching messages and content because JS is often discouraged and sometimes automatically blocked by onion-enabled navigators while surfing DW. HTML Forms with submit buttons are also used for this kind of interaction.

[–] 56_@lemmy.ml 2 points 1 month ago

What's wrong with forms?