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

Programming

17000 readers
94 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 [email protected]



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
[–] [email protected] 38 points 3 weeks ago (2 children)

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

[–] [email protected] 15 points 3 weeks ago (1 children)

The Internet was a mistake.

[–] [email protected] 5 points 3 weeks ago

The www in particular

[–] [email protected] 10 points 3 weeks ago (1 children)

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

[–] hexbatch 3 points 3 weeks ago

How about just fires to use smoke signals?

It worked for my grandfathers, and it seems comforting

[–] [email protected] 37 points 3 weeks ago (2 children)

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

[–] [email protected] 17 points 3 weeks 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.

[–] [email protected] 3 points 3 weeks ago* (last edited 3 weeks ago)

the “new” hotness is grid layout

[–] [email protected] 1 points 3 weeks ago* (last edited 3 weeks 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?

[–] [email protected] 30 points 3 weeks 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

[–] [email protected] 22 points 3 weeks 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.

[–] [email protected] 2 points 3 weeks ago

What's wrong with forms?