Advertisement · 728 × 90

Posts by Tom Ravn 🇪🇺

Totally, Nick. So far it works great 😄 I wonder how far this is going.

9 months ago 1 0 0 0

Or those clients with crazily over-engineered architectures requests, obviously generated by AI. They’ll confidently tell there are no issues, that it’s easy to implement. Meanwhile, they don’t know half the buzzwords they’ve used. Ask them why they’re combining X & Y. Well, because ChatGPT said so.

9 months ago 2 0 2 0

Anyone else in digital services getting flood of “AI-generated clients”? Briefs as long as novels full of buzzwords, “I’ll provide most of the code,” scope: “something like Facebook,” budget: under $500 ☠️ I don't have time to even read that sh*t

#development #ai #webdesign

9 months ago 2 1 1 0
Video

Elitist? Maybe. Fun? Absolutely. Sorry, Canva

1 year ago 8 1 0 0

As a non-native English speaker, I often use it to correct my emails before sending them to clients. I also rely on it for programming assistance, typically for small tasks or when I’m feeling lazy and don’t want to write an entire boilerplate myself.

1 year ago 3 0 0 0

Who needs a printer? iPad + music sheets = lifesaver 🎻

1 year ago 5 1 0 0
# Create an SSH SOCKS proxy tunnel
ssh -NTD 9999 root@65.108.80.226

# -N : Do not execute remote commands (useful for forwarding ports only)
# -T : Disable pseudo-terminal allocation  
# -D 9999 : Create a SOCKS proxy on local port 9999
# root@ : Connect as root user
# 65.108.80.226 : Remote server IP address

# Firefox/Chrome: Settings → Network Settings → SOCKS proxy
# Set the socks5 proxy to ip 127.0.0.1 & port 9999
# Visit https://whatismyip.org/ and verify the server IP
# Enjoy

# Bonus, tunnel other SSH connections through it
ssh -o "ProxyCommand nc -x localhost:9999 -X 5 %h %p" root@hostname

# Create an SSH SOCKS proxy tunnel ssh -NTD 9999 root@65.108.80.226 # -N : Do not execute remote commands (useful for forwarding ports only) # -T : Disable pseudo-terminal allocation # -D 9999 : Create a SOCKS proxy on local port 9999 # root@ : Connect as root user # 65.108.80.226 : Remote server IP address # Firefox/Chrome: Settings → Network Settings → SOCKS proxy # Set the socks5 proxy to ip 127.0.0.1 & port 9999 # Visit https://whatismyip.org/ and verify the server IP # Enjoy # Bonus, tunnel other SSH connections through it ssh -o "ProxyCommand nc -x localhost:9999 -X 5 %h %p" root@hostname

Did you know you can use SSH SOCKS to create an encrypted tunnel that routes your internet traffic through a remote server, letting you browse securely and bypass network restrictions?

Now you know.

1 year ago 17 3 2 0
Preview
Framer Motion is now independent, introducing Motion - Motion Blog Framer Motion is now independent. Introducing Motion, a new animation library for React and all JavaScript environments. Here's what it means for you.

Read the full announcement: motion.dev/blog/framer-...

1 year ago 46 9 1 1
Advertisement
Preview
SSH | Cloudflare Zero Trust docs The Secure Shell Protocol (SSH) enables users to remotely access devices through the command line. With Cloudflare Zero Trust, you can make your SSH server available over the Internet without the risk...

If you have a Cloudflare free account, you can just disable SSH port and configure SSH through one of your subdomains. No one will be able to connect to your server but you, using the client daemon that CF will give to you when you set up the ssh.

developers.cloudflare.com/cloudflare-o...

1 year ago 9 2 1 0

Maybe better to make it easy as possible. Point them to some image compression tool and hope for best. :)

2 years ago 1 0 1 0

I'm really curious about that google scripting, I know there is some possibility.
If they would be able to pay some month expenses there are even CDNs like Bunny.net or Cloudflare where you just upload image and it is converted into many resolutions. But it would be not good for UX.

2 years ago 1 0 0 0

Tallest people are living in Netherlands. I've worked for Netherland company and when our CEOs visited us it was like watching NBA team in tuxedo. :)

2 years ago 2 0 1 0

PNG is good when you need to maintain quality or use alpha channel for transparency. You have all of these in WebP + good compression.

I think Google has some scripting there it could be possible to make some control script and reduce images automatically and not bother users.

2 years ago 1 0 1 0

No, I don't know any, but I am sure there will be many :)
For mobile screen you can allow to reduce resolution quite significantly. So I think you can achieve to stay in 100-200KB per image. And consider WebP format instead of JPG. It has better compression algo.

2 years ago 1 0 1 0

It'll be fine, I'd just be careful about the size of images. Users usually just take one directly from the camera, 20 MB in size, and upload it. Just like that. Then the whole app/web is slow and people wonder why :-D.

2 years ago 1 0 2 0

Yeah, it is possible. I saw many such solutions. Google sheets as DB. Why not. I am not sure about fetching images from google sheets. I've never tried it.

2 years ago 1 0 1 0

How they will update data about Dogs? Do you need to connect on some existing system(DB), or you are going to make it for them too.

2 years ago 1 0 1 0

That is amazing. Will you make it for both platforms Android/IOS?

2 years ago 1 0 1 0
Advertisement

That sounds nice. What are you going to do for them?

2 years ago 1 0 1 0

Yeah I usually fall for web solution. I did a few electron apps in past just because I needed to use power of regular CPU to work with files. It would be pain to do on web with weak server behind. And of course I needed to work with files on system.

2 years ago 3 0 1 0

I didn't know about parties. There are parties? :-D

2 years ago 1 0 1 0

haha, yes I had many toys. It was awesome. As children, we often played on Teenage Mutant Ninja Turtles, and it was fun. Many people started doing karate or taekwondo because of that show, so it had a positive impact on people in my area.

2 years ago 0 0 0 0

Wow that would be cool. My favorite heroes from childhood. I've learnt about Martial arts and Pizza as kid. :-D

2 years ago 0 0 1 0

🤣🤣🤣 No wonder here.

2 years ago 2 0 0 0

I hope so, I would like to see it! 🤣🤣🤣

2 years ago 1 0 0 0

Yes there is everything you need. I did not find anything what would not work. But I don't use it extensively like other folks from security field.

2 years ago 1 0 0 0

🤣🤣🤣 Well said. We don't have even Threads in EU because of data privacy concerns.

2 years ago 1 0 1 0
Advertisement

I think so, just don't tell him :-D :-D

2 years ago 1 0 0 0

No just Arm builds on Arm Apple CPU. You can virtualize X86 via UTM but it is painly slow. Really not worth it.

2 years ago 1 0 1 0