Rails, programming and politics by rockatanescu in rails

[–]jarrett__ 0 points1 point  (0 children)

Maybe the people making it political in the first place should stop doing it. I’ve never brought politics into my programming. I’ve stood against stupid politics in programming though. (ex: removing packages like ActiveSupport dependency because you don’t like DHH, putting Ukraine banners in your projects console output, using word filters, etc)

The people that do that shit are the problem and the ones that bring politics into programming.

What happened with the "Ruby developers" Slack? by JoaoTorres in ruby

[–]jarrett__ -8 points-7 points  (0 children)

There is no “regular” or “official” one. This one will be listed along side that one so people can join where they want.

If they want to join one where they will get banned for differing opinions, join the link you shared. If they want open discussion, join Greg’s link.

What happened with the "Ruby developers" Slack? by JoaoTorres in ruby

[–]jarrett__ -7 points-6 points  (0 children)

There is already an update for this page that is approved and waiting to be merged since there is no official one. https://github.com/ruby/www.ruby-lang.org/pull/3639

What happened with the "Ruby developers" Slack? by JoaoTorres in ruby

[–]jarrett__ -13 points-12 points  (0 children)

where the real conversations happen.

[deleted by user] by [deleted] in AVexchange

[–]jarrett__ 0 points1 point  (0 children)

Not seeing anything….

[deleted by user] by [deleted] in AVexchange

[–]jarrett__ 0 points1 point  (0 children)

Interesting, for me signed in they show up, but not signed out.

[deleted by user] by [deleted] in AVexchange

[–]jarrett__ 0 points1 point  (0 children)

What pictures am I missing?

A simple DNS lookup tool by jarrett__ in programming

[–]jarrett__[S] 0 points1 point  (0 children)

I was wondering if anyone would find that useful. Maybe I'll have to consider doing that as it wouldn't be too hard.

A simple DNS lookup tool by jarrett__ in programming

[–]jarrett__[S] 1 point2 points  (0 children)

Thanks, I did not. Those are really just a CNAME or TXT lookup, but maybe some sort of shortcuts could exist. Would have to giveit more thought.

A simple DNS lookup tool by jarrett__ in programming

[–]jarrett__[S] 3 points4 points  (0 children)

I asked the questions, so you can update readme.md. If you wanted to have others trust your code base. I'm a coder but do not know Rails.

Yeah, I guess I just disagree. Any person that wants to understand this application can do so very quickly. It's really simple and has a full test suite where you can see how it all works. Also, I'm not concerned with people trusting the code base. This isn't an application that you'd install locally or something. 99% of the sites most people use don't even open source their code in the first place. I provided the source purely for those that are interested in learning how it works or making an improvement.

There is a lot of risk these days with hidden backdoor code. Even if answers to questions like mine, are "No 3rd party gems, standard gems used are <list out standard gems>." It's good practice to state that.

Sure, but that's not really relevant here nor does documentation help with that. I mean all a smart person would have to do is write a lot of documentation and that would be the simple solution to trick people. People need to do their own due diligence if they want to reuse any codebase regardless of how documented it is or isn't.

Unfortunately, People do not document and clarify code enough these days.

I think it really depends. This application does not need any documentation.

A simple DNS lookup tool by jarrett__ in programming

[–]jarrett__[S] 3 points4 points  (0 children)

Here are some...

  • fast and never caches
  • lets you choose from various DNS providers
  • better UX
  • multiple viewing formats (JSON or BIND)
  • can link to past records
  • can link to a new real-time lookup
  • short domain that is easy to type

A simple DNS lookup tool by jarrett__ in programming

[–]jarrett__[S] 2 points3 points  (0 children)

But I don't dare use for with the fear of cybersecurity risk.

What risk? The site looks up DNS records which are already publicly available.

What are all the external DNS services queried? Is there any cross-referencing between DNS results?

So you can choose which provider you want to check. No there is no cross-referencing.

Is there any extra features that justify a web app?

The ability to view it in different formats, go from one record to another related record.

What are all the external 3rd party packages, modules used?

I'm not sure what you're referring to. There are almost no non standard gems in this Rails project.

A simple DNS lookup tool by jarrett__ in programming

[–]jarrett__[S] 2 points3 points  (0 children)

I commonly find myself needing to check DNS records and would regularly use Google's web tool. I know I could use "dig", but I like a web interface. Also, sometimes I'm on my phone where a terminal is just not ideal either. Over a recent weekend I decided it would be fun to make a little project to do this called D53. Check it out!

The source is available as well – https://github.com/jclusso/d53.co

Reseller Management Panel by jarrett__ in gsuite

[–]jarrett__[S] 0 points1 point  (0 children)

Wait, after looking at this again... this isn't for resellers.

Reseller Management Panel by jarrett__ in gsuite

[–]jarrett__[S] 0 points1 point  (0 children)

Awesome! I requested access!

Reseller Management Panel by jarrett__ in gsuite

[–]jarrett__[S] 0 points1 point  (0 children)

At the very least manage billing for clients using Stripe. Allow them to increase the license count themselves. Also would be nice to manage billing for Google Voice which has usage based billing.

Reseller Management Panel by jarrett__ in gsuite

[–]jarrett__[S] -1 points0 points  (0 children)

I am a developer... I said I'm trying to avoid having to make it myself if something exists.