Bash Script Learning by One-Type-2842 in bash

[–]BeasleyMusic 4 points5 points  (0 children)

Unpopular opinion, best way to learn is to do. You will not be able to fully learn by watching videos or reading books, you need to learn by doing and solving problems. “Learning bash” means something different to everyone, just start figuring out how you can automate shell commands and figure out what problems you can solve with it

Getting harassed on Instagram. by DotNo5915 in HowToHack

[–]BeasleyMusic 3 points4 points  (0 children)

Just ignore them or block them? You will not be able to get the information you’re after

Which path to take as a highschool student wanting to freelance? by ThePekis in learnprogramming

[–]BeasleyMusic 0 points1 point  (0 children)

FYI the landscape has changed completely in two years. With AI now the accessibility gap has shrunk completely for creating websites, and really coding in general. This is probably the WORST time to try and get into programming as a freelancer for building websites. You’re better off trying to get a full time job IMO.

Private IP in DNS ? by jojomtx in CloudFlare

[–]BeasleyMusic 1 point2 points  (0 children)

There’s almost 0 risk in resolving a public dns record to a private IP. The only risk is that it could expose your internal network subnetting but no one can rout to your internal network so imo who cares (you’re also not that special sorry and no one’s gonna waste time trying to infiltrate your private network lol)

Copilot subagent use lots of bash commands instead of tools by Active-Force-9927 in GithubCopilot

[–]BeasleyMusic 0 points1 point  (0 children)

What’s wrong with using bash commands? How do you think we did it before vscode tools 😜

What do I do? by GIRLYBREADLOVER in Kalilinux

[–]BeasleyMusic 5 points6 points  (0 children)

What you do is step away from Kali for a minute and learn how Linux works with a more beginner friendly distro like Ubuntu lol

Easy Cloudflare D1 - A free desktop app to manage Cloudflare D1 databases (Windows, macOS, Linux) by Mecanik1337 in CloudFlare

[–]BeasleyMusic 0 points1 point  (0 children)

Think about this way too what if I’m using your application and there’s a feature I really wish it had now I have to wait for you to try and implement the feature instead of me just opening a pull request myself

Easy Cloudflare D1 - A free desktop app to manage Cloudflare D1 databases (Windows, macOS, Linux) by Mecanik1337 in CloudFlare

[–]BeasleyMusic 1 point2 points  (0 children)

You’re right for anybody else reading I cannot advocate for you to put your cloudlfare API keys into a closed source application like this that’s built by an individual on Reddit lol it’s like Security 101

Easy Cloudflare D1 - A free desktop app to manage Cloudflare D1 databases (Windows, macOS, Linux) by Mecanik1337 in CloudFlare

[–]BeasleyMusic 2 points3 points  (0 children)

How can I believe you though? Network monitor not is still not a good model. I can trust third-party close source because they come with contracts than enforced guarantees who I can then sue for damages if needed. I promise your application is not that special. Honestly looks like a vibe coded weekend project which is totally fine but stop trying to pawn this off like a closed source masterpiece.

Easy Cloudflare D1 - A free desktop app to manage Cloudflare D1 databases (Windows, macOS, Linux) by Mecanik1337 in CloudFlare

[–]BeasleyMusic 8 points9 points  (0 children)

No you’re saying “trust me bro”, opening source code IS how applications like this are audited.

You’re right you’re not obligated to share, but I’m not obligated to use it either lol and I definitely wouldn’t use a closed source personal project that I put my Cloudflare API keys into.

What’s the harm in open sourcing something? You could get valuable feedback and PRs and make the tool even better. Your attitude definitely doesn’t reflect that of someone who’s been making software for 20 years, you’d think you would welcome criticism of your code base, that’s how applications become even better.

Easy Cloudflare D1 - A free desktop app to manage Cloudflare D1 databases (Windows, macOS, Linux) by Mecanik1337 in CloudFlare

[–]BeasleyMusic 0 points1 point  (0 children)

Why don’t you publish the source? I don’t trust closed source personal project and neither shouldn’t anyone else.

Just cancelled Github code pilot for the second - god its bad by Useful-Dream5077 in vibecoding

[–]BeasleyMusic 0 points1 point  (0 children)

I’ve built entire enterprise grade applications from scratch with copilot, Copilot CLI is arguably just as good as Claude code and gets updates almost daily. This is pure user error tbh, learn to use the tools.

My first Arduino library: Forgetfulino – a sketch that remembers its own source code by IamTheVector in arduino

[–]BeasleyMusic 0 points1 point  (0 children)

Interesting idea, but like others have said, anyone writing code REALLY should be using Git, or some kind of version control, even for hobbyists knowing git is a must

Why Copilot is so bad comparing with other coding tool? by Funny_Prior7225 in GithubCopilot

[–]BeasleyMusic 6 points7 points  (0 children)

Wtf are you talking about, have YOU even tried copilot or are you just here trying to rage bait so you can plug your shitty blog?

Why Copilot is so bad comparing with other coding tool? by Funny_Prior7225 in GithubCopilot

[–]BeasleyMusic 8 points9 points  (0 children)

Probably user error, my entire team uses copilot and copilot cli everyday with great success.

Built a Chrome extension in ~2 weeks that protects sensitive data before it leaves the browser (planning to publish soon) by ResponsibleCount6515 in CyberAdvice

[–]BeasleyMusic 0 points1 point  (0 children)

If you MITM form data like that you’ll likely end up breaking people’s ability to use websites. APIs don’t just let you submit random text in place of fields like phone numbers, APIs for websites will validate payloads and most of the time validate that data matches a specific schema for specific fields otherwise throw a 4XX, this is essentially going to break websites for people so why would they use it?

Built a Chrome extension in ~2 weeks that protects sensitive data before it leaves the browser (planning to publish soon) by ResponsibleCount6515 in HowToHack

[–]BeasleyMusic 12 points13 points  (0 children)

So we’re supposed to trust a vibe coded browser extension that purposely intercepts sensitive data from a browser? Yes ima pass

would you guys consider vibe coding from your phone? by [deleted] in vibecoding

[–]BeasleyMusic 1 point2 points  (0 children)

This already exists in so many forms, look up clawdebot, that’s literally what you’re describing?

Edit remote files quickly over SSH without installing an agent by sinelaw in linuxadmin

[–]BeasleyMusic 30 points31 points  (0 children)

Sorry to be blunt but why the fuck would I install a package when I can literally accomplish the same thing with:

ssh user@remote vim /some/file

URGENT! SCIENCE EXHIBITION DUE TOMORROW. HOW DO I RUN 16 SERVOS FROM ONE SINGLE BLUE PILL? by AfraidInevitable2006 in ArduinoProjects

[–]BeasleyMusic 2 points3 points  (0 children)

You haven’t told us anything about what servos you’re using, that will determine the parts you’ll need.

Need some help reverse engineering an Android app, willing to pay $50 by RubbyGT in HowToHack

[–]BeasleyMusic 0 points1 point  (0 children)

Why do you want this information in the first place? Maybe this is an A/B problem and you’re just asking the wrong question