
Learn Git commands and concepts through fun, interactive challenges

All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
Is a static site generator suitable for my project?
Hi! I've been working with Hugo for a while and I also created a free MIT licensed theme with it!. I love the flexibility and the ease of use.
But I'll have to wok on a bit more complicated project than a simple showcase website/blog. The content to be published on it is not a lot, but it would be definitely better if I could:
Now I know that I can do something like this with a little systemd service I might write on my own and something like Zapier + RSS feed + Mailchimp. Also I could leverage Hugo modules and the .GetRemote / transform.unmarshal
command, to get content from remote sources.
Now I'm not really a lot more than
Learn Git commands and concepts through fun, interactive challenges
geteilt von: https://feddit.org/post/10033814
Excellent new tool to learn Git!
The additively weighted Voronoi diagram is defined when positive weights are subtracted from the distances between points.
I wrote this implementation many years ago, but I feel it didn’t receive the recognition it deserved, especially since it was the first freely available. So, better late than never—I’d like to present it here. It’s an algorithm for computing the Weighted Voronoi Diagram, which extends the classic Voronoi diagram by assigning different influence weights to sites. This helps solve problems in computational geometry, geospatial analysis, and clustering, where sites have varying importance. While my implementation isn’t the most robust, I believe it could still be useful or serve as a starting point for improvements. What do you think?
Test your AWS knowledge with this free interactive quiz. Get ready for the AWS Certified Cloud Practitioner exam!
AWS Certified Cloud Practitioner - Free Practice Quiz
Hey 👋,
Recently I obtained the certificate and I thought it would be great to have a free quiz!
Rust is the New C
Click to view this content.
It's time for us to again delve into the latest changes hitting the newest release of Dolphin Emulator. If you've been keeping tabs on development channels, you'll know there are some exciting bombshell features waiting for us just over the horizon. Unfortunately, given the close proximity to this r...
How do I understand how much system resources I need for a certain project?
Let's say I have to host 25 websites.. How do I know how powerful should my VPS be? Which specs it should have, how fast the connection should be to handle X visits per day?
How do you understand which are your system requirements BEFORE deploying a project? Do you just make estimates and then scale up? Or there's some kind of tool to benchmark? how to handle this kind of stuff?
Codeberg is currently suffering from hate campaigns due to far-right forces
Codeberg is currently suffering from hate campaigns due to far-right forces,...
kwinit - A CLI to scaffold all sorts of coding projects
Quickstart all your projects with ease! Contribute to Kaamkiya/kwinit development by creating an account on GitHub.
cross-posted from: https://lemmy.ml/post/25903184
I wrote a CLI tool that generates basic scaffolding for all sorts of coding projects, from Zig applications to NPM packages.
Feel free to ask questions or contribute!
Goblin - What are actual uses?
I am a jr. Dev, but not imaginative. I find most programming languages to be poorly advertised and explained. Usually they assume too much knowledge.
What would I use Web Assembly, like Goblin (https://spritely.institute/), for? Are there examples of Web Assembly programs?
It is for web pages, or online games? Can they be run offline?
Best Python library for displaying dynamically-generated data?
Hi all, I am one year into my coding journey and could use a little guidance on a project. I have created a Python program that provides real-time hockey stats and game information, using API calls (documentation here: https://github.com/Zmalski/NHL-API-Reference). The code is working, and it's really fun to see stats updating in real time as I'm watching my favorite sport. Just one problem: this is all happening in the terminal window 😆 What Python library would you recommend for creating a pleasing visual display for dynamically-generated data? I thought it might be Pygame, which I have some experience with, but now I'm not sure. Right now I'm only presenting text and numbers, not drawing any plots, but should I consider matplotlib? Thanks for any advice!
Edit: I think the term for what I'm trying to make is a "dashboard"? Is that correct, and does that help answer the question? Thanks y'all!
Routing all network requests in proxy? Avoid use of the internet outside of proxy
Hi! I'm trying to achieve this configuration: essentially all the traffic in the network should pass the content filtering in the proxy, assume I have control over the clients. All not proxied traffic should be blocked by default.
I know not all network traffic can pass through proxy, but I'm not sure I understand how actually all of this work.
My UFW firewall configuration is the following:
undefined
To Action From -- ------ ---- 3128 ALLOW OUT Anywhere 53 ALLOW OUT Anywhere
53 is for DNS requests (that cannot pass through the proxy), even if I use DOH this port needs to be open for bootstrapping.
3128 is Squid proxy port.
I'm assuming the following:
client -> dns request (53) / cannot be handled by the proxy -> dns response client -> proxy (all ports that the proxy can handle) -> http/https/ftp response client -> blocked (all other ports)
But from
We need better moderation tools for taking better control on how we use internet
After finding myself another time completely sucked by all the internet bullshit, finding a huge difficulty doing whichever task involves using a computer, I think I am finally sure to address the need of better moderation on the internet.
Not for platforms, but for people.
So many people have these kind of problem with the internet: there is too much dispersion, it is hard to use it while staying focused on a single task and it's hard not getting hooked by one of the countless activities you can find online. Weren't PC conceived to be "bycicles for the brains"? The internet was supposed to be a place where to share things to each other. It's a tool, but a tool needs to be at the service of who's using it, and so many people nowadays have no fucking idea of what they are doing. And even between tech savvy people (I include myself here too), how many of us do you think could decide to stop using all the bad side (because we know it's bad, I mean we're on Lemmy) of the internet just wi
Servo nightlies are now faster, more reliable, 20% smaller, and more compatible with real web apps.
Not directly related to programming, but i was thinking it might be too technical for technolgy post.
Do you want to support our community? If any of the content found on our platform has contributed something to you, help us grow by participating in it, interacting with other programmers. Create your
Do you want to support our community? If any of the content found on our platform has contributed something to you, help us grow by participating in it, interacting with other programmers. Create your account today. https://chat-to.dev/ #programming #programmers #hacker #code
What are some programming languages that reuse most of the syntax of another (rather than just a few elements of it?)
What are some programming languages that reuse most of the syntax of another (rather than just a few elements of it?)
Making a game like it's 1993
Click to view this content.