Totally, Nick. So far it works great π I wonder how far this is going.
@tomravn.com
Passionate about custom software & automating processes. 3D CAD & Webdev. Digitalizing & collecting data for various project. π http://noiseamplifier.com Ghost CMS | Wordpress | Django | Flask | NodeJS | 3D | Photogrammetry
Totally, Nick. So far it works great π I wonder how far this is going.
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.
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
Elitist? Maybe. Fun? Absolutely. Sorry, Canva
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.
Who needs a printer? iPad + music sheets = lifesaver π»
# 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.
Read the full announcement: motion.dev/blog/framer-...
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...
Maybe better to make it easy as possible. Point them to some image compression tool and hope for best. :)
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.
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. :)
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.
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.
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.
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.
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.
That is amazing. Will you make it for both platforms Android/IOS?
That sounds nice. What are you going to do for them?
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.
I didn't know about parties. There are parties? :-D
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.
Wow that would be cool. My favorite heroes from childhood. I've learnt about Martial arts and Pizza as kid. :-D
π€£π€£π€£ No wonder here.
I hope so, I would like to see it! π€£π€£π€£
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.
π€£π€£π€£ Well said. We don't have even Threads in EU because of data privacy concerns.
I think so, just don't tell him :-D :-D
No just Arm builds on Arm Apple CPU. You can virtualize X86 via UTM but it is painly slow. Really not worth it.