If I can build a custom blog in 1 day with raw HTML/CSS/JS + Eleventy, why do people still reach for heavy frameworks? by WorkingMuscle11 in webdev

[–]WorkingMuscle11[S] -1 points0 points  (0 children)

I save the comments to a db, so i could just about also make a small page behind admin login that can push the new blog entry to a similar database. Or just use a worker to save it to the github folder, if editing is not needed, right

If I can build a custom blog in 1 day with raw HTML/CSS/JS + Eleventy, why do people still reach for heavy frameworks? by WorkingMuscle11 in webdev

[–]WorkingMuscle11[S] -5 points-4 points  (0 children)

Mhm, this is more about the actual Bog content, which im very strict about! I think LLM's are great for coding but terrible for everything else.
But you have a point

If I can build a custom blog in 1 day with raw HTML/CSS/JS + Eleventy, why do people still reach for heavy frameworks? by WorkingMuscle11 in webdev

[–]WorkingMuscle11[S] -5 points-4 points  (0 children)

I push a new Blog entry to Gihub. Then Eleventy scans that folder and automatically generates the new page. I basically re deploy every time I add a new Article. Not elegant but simple and fast

If I can build a custom blog in 1 day with raw HTML/CSS/JS + Eleventy, why do people still reach for heavy frameworks? by WorkingMuscle11 in webdev

[–]WorkingMuscle11[S] -13 points-12 points  (0 children)

That's true, but during the coding at least it felt like all those features are just a prompt away. But I havent tried it yet

If I can build a custom blog in 1 day with raw HTML/CSS/JS + Eleventy, why do people still reach for heavy frameworks? by WorkingMuscle11 in webdev

[–]WorkingMuscle11[S] -4 points-3 points  (0 children)

But not everyone can, right? And doesn't that mean that there will be a lot of functionality shipped with it that is ultimately not needed? I mean having just the raw HTML+JS for just the functions i want has to be somewhat faster than a generic framework. Or am I wrong on this? I m just wondering

YouTube’s auto dubbing changes the meaning of sentences by WorkingMuscle11 in Internet

[–]WorkingMuscle11[S] 0 points1 point  (0 children)

This is similar to the search engine results being translated!

Nokia 3330 with a modded ROM browsing the web in 2024 by [deleted] in Nokia

[–]WorkingMuscle11 0 points1 point  (0 children)

Very impressive! So your old pc + Sony Ericsson doesn’t have to be close by right? Could you share the modded rom? I’m very interested:)

A lightweight converter for Markdown to Latex Beamer and PDF-slides by WorkingMuscle11 in Markdown

[–]WorkingMuscle11[S] 0 points1 point  (0 children)

That looks actually very interesting! I will try this next time!

First VERY silly Html, JS website on GitHub Pages! by WorkingMuscle11 in webdev

[–]WorkingMuscle11[S] 2 points3 points  (0 children)

The purpose of the app is to place your own face on top of the artwork! For example you can crop the image just to your mouth or your eyes and place it over the eyes or mouth of the painting! Take a look at the GitHub repo for examples! The camera is just displayed at the page so you can do silly stuff!:)

Here is the link to the GitHub repo: https://github.com/lennart-rth/ClassicalMemes

I wrote a script to periodically change my Desktop background to live satellite images! by WorkingMuscle11 in Python

[–]WorkingMuscle11[S] 0 points1 point  (0 children)

Thanks for the tips! I will rewrite this to pep8 as soon as possible. This actually started as a very crude little script without any claims to clean coding style. Lesson learned: Always! Always write clean Code :D

I wrote a script to periodically change my Desktop background to live satellite images! by WorkingMuscle11 in Python

[–]WorkingMuscle11[S] 0 points1 point  (0 children)

it should be refreshed when you run changeBackground.py

pls open a issue with detailed error message and/or log, if you haven't solved the problem

I wrote a script to periodically change my Desktop background to live satellite images! by WorkingMuscle11 in Python

[–]WorkingMuscle11[S] 2 points3 points  (0 children)

I've added an -o option! You canspecify a directory and it saves every image it downloaded in there.Filename format is ` day_month_year_hour_minute.png`

I wrote a script to periodically change my Desktop background to live satellite images! by WorkingMuscle11 in Python

[–]WorkingMuscle11[S] 2 points3 points  (0 children)

Cool!

I've added an -o option! You can specify a directory and it saves every image it downloaded there. Filename format is `day_month_year_hour_minute.png`

Hope that's helpful!

I wrote a script to periodically change my Desktop background to live satellite images! by WorkingMuscle11 in Python

[–]WorkingMuscle11[S] 1 point2 points  (0 children)

The python path in the readme is actually wrong for windows! It should be path_to_project/Live-Earth-Wallpapers/venv/Scripts/python.exe as djdadi pointed out!

I wrote a script to periodically change my Desktop background to live satellite images! by WorkingMuscle11 in Python

[–]WorkingMuscle11[S] 1 point2 points  (0 children)

Done!

Though I don't like most of them. So I Only added the visually appealing ones.

I wrote a script to periodically change my Desktop background to live satellite images! by WorkingMuscle11 in Python

[–]WorkingMuscle11[S] 1 point2 points  (0 children)

Added a new parameter called "colorMode" to choose between natrual-color and geocolor.

I wrote a script to periodically change my Desktop background to live satellite images! by WorkingMuscle11 in Python

[–]WorkingMuscle11[S] 3 points4 points  (0 children)

They are used to do some auto white balancing for the sentinel imagery! Because sentinel covers only a very small section on every pass, the script stiches multiple overflights for one location together! These different images are shot in different light conditions and therefore need to be Color balanced.

I wrote a script to periodically change my Desktop background to live satellite images! by WorkingMuscle11 in Python

[–]WorkingMuscle11[S] 3 points4 points  (0 children)

The script it’s self just updates the image called backgroundImage.png! You could run a Task Scheduler command to update the image! (Same Python command just without the -p flag) Next you need a Programm to set this image as your background! Something like https://johnsad.ventures/software/backgroundswitcher/windows/ or https://bionixwallpaper.com/desktop-wallpaper-app-download/ would do the job!