this post was submitted on 31 Mar 2026
25 points (96.3% liked)

Programming

26304 readers
725 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 2 years ago
MODERATORS
 

I've been scrolling around and I'm wondering what sort of projects everyone here is working on? I have not worked on anything in awhile but I wanna see more projects and maybe that'll change haha

you are viewing a single comment's thread
view the rest of the comments
[โ€“] SteveTech@aussie.zone 2 points 10 hours ago (1 children)

Currently I'm working on whatports.work in between my studies, basically its an outgoing port tester so that users can test their network's firewall rules. It's similar to portquiz.net, except it has a JS port check, UDP and IPv6 support, and hopefully HTTPS soon.

I've also thought about getting an ASN and doing some anycast stuff. Especially since it's hosted in Sydney currently, which adds a bunch of latency for anyone not in Australia. Also there's a lot of port scan bots, and the server is doing its best to respond to all of them, with some rate limiting of course, but it'll be good to distribute the load anyway.

[โ€“] comrade 2 points 5 hours ago

I can actually see this being useful to me, when I'm setting up a new environment and need to make sure everything available from the wider web. thanks