HN user

mratmeyer

12 karma

https://www.maxratmeyer.com

Email: fname [at] lname [dot] com

Posts2
Comments8
View on HN

That's an interesting idea! I'm definitely not a frontend expert, so I'm not sure if it's possible to implement a UI within a bookmarklet. It would also have to be pretty big code-wise to cover all the fallbacks and edge cases. Maybe a hybrid would be an extension that runs things locally, but with the switch I did from hcaptcha to Cloudflare Turnstile the friction seems to be almost gone.

If you ever are trying to find the RSS feed URL for a website, I built a free little tool (https://www.rsslookup.com/) that lets you paste in a website’s URL and it will go out and find a list of available feeds. Some RSS clients have this feature built in, but for websites that don’t have their feed configured correctly this site will check extra paths (ex. /feed) to see if any feeds are available.

Same here, I learned Java when I wanted to make Bukkit plugins and minigames for my server. I don’t play Minecraft much anymore, but I’m glad to see that it still seems popular and thriving when I do play on servers or watch it on YouTube.

AWS CloudShell 6 years ago

Looks like this is what he's talking about: https://code.visualstudio.com/docs/remote/ssh

I haven't used the remote SSH feature, but I have been playing around with GitHub Codespaces through VSCode. Once you have the extension, you can select a repository and it will spin up a virtual workspace for you on their servers. It actually works surprisingly well- tasks like installing node packages is faster than on my local computer and it automatically handles things like setting up a proxy for local web environments.

There's really 3 types of 5G: ultra-wideband, mid-band, and low-band. Ultra-wideband is the 5G you hear about most, with gigabit speeds but you have to be within direct line of sight to the cell site. There's also mid-band and low-band, which have similar ranges to LTE and can deliver a few hundred megabits instead of gigabits, and can handle problems like congestion better.