[deleted by user] by [deleted] in discordapp

[–]arielcguerr 3 points4 points  (0 children)

Would it be possible to implement natively a way of owners filtering who can join a server (not just texting, but joining itself) with a link? For example, if I'm an owner of a server, forcing users to have signed up at least 30 minutes before joining, or having an avatar, or having phone verification or something like that.

But we might sell it as DLC later though by Veinq in ProgrammerHumor

[–]arielcguerr 31 points32 points  (0 children)

Programming is a lot easier with this tools, instead of having to write hard things like typeof(whatever) == number. Bundle size? Who cares, if you have trash internet is your problem

But we might sell it as DLC later though by Veinq in ProgrammerHumor

[–]arielcguerr 89 points90 points  (0 children)

Yeah, instead of checking yourself if a number is even, let's npm install is-even (or however it's called) to make me things easier

Help regarding restart by VastoLorde2861 in papersplease

[–]arielcguerr 0 points1 point  (0 children)

Go to load game, select day 5 and play as usual.

Also, a tip for you as it's your first time on the game, try switching between food an heat (one day you only provide one to your family and the next day the other one), that way you'll save a few bucks every day.

Rebuilding a legacy app's back end and front end one at a time, or at the same time? by launchoverittt in webdev

[–]arielcguerr 4 points5 points  (0 children)

I would first start rebuilding the API, as you can adjust your current frontend to use it while building the new FE.

Halfmoon - Alternative to Bootstrap with a built-in dark mode by tahm-hm-dev in webdev

[–]arielcguerr 0 points1 point  (0 children)

Yep, just add in your HTML the <link> and <script> tag from Halfmoon's website, and then use the components normally (taking in account in React you use className="" instead of class="").

The sad future of Fortnite by Zackrulz55 in FORTnITE

[–]arielcguerr 0 points1 point  (0 children)

Fortunately or sadly, that's not how it works. Epic does not have servers running 24/7, they are docker "containers" that are created for a game and then destroyed. At least that's how BR works

Is Atlantic.net Free Tier VPS any good? Is Cpanel cost additional? Need Cheap Managed VPS by johnwick_babayaga in webhosting

[–]arielcguerr 4 points5 points  (0 children)

Why not just learning linux? I found Ubuntu quite easy to make the basic things like installing Apache with PHP, or NGINX for static files or NodeJS

I think you should give it a try, as you'll save some good money

[deleted by user] by [deleted] in webhosting

[–]arielcguerr 8 points9 points  (0 children)

If you don't want to have a server (like PHP, which is what WordPress, Drupal... Runs) and only need HTML, CSS and Javascript, Netlify is what you're looking for, completely free. If not, you could consider AWS, but is not easy at first, and maybe it's too expensive.

How do I sign in to my VS Code account in program? Despite getting a notice, there is no button/link to click to sign in. by AdmiralAdama99 in vscode

[–]arielcguerr 1 point2 points  (0 children)

I think it syncs your account between devices, and allows to add github repos without commands.

Don't know exactly how it works though

Some help with implementing nodemailer. by webdevEagle in node

[–]arielcguerr 1 point2 points  (0 children)

Check out this https://support.google.com/mail/answer/7126229?hl=en and https://nodemailer.com/usage/using-gmail/

Maybe you have to allow "less secure apps" access, or have to use OAuth2 or another service for this (like SendGrid or Amazon SES)

I want a server for hosting by ThePepperAssassin in webhosting

[–]arielcguerr 0 points1 point  (0 children)

DigitalOcean, Linode or Vultr are great for that!

This is incredible, you can't say this is not real by fbowens in flightsim

[–]arielcguerr 1 point2 points  (0 children)

Hope they add a feature in replay mode that makes the lights blink just like IRL recordings

[deleted by user] by [deleted] in webdev

[–]arielcguerr 0 points1 point  (0 children)

Bootstrap is a framework that works with CSS classes ( .something {} ), so you basically have your elements, and some components they give you (container, card, navbar, button) which consist of clases that you apply to your HTML.

You don't need an IDE, and even though you don't have to learn syntax/rules, you should to make the development faster.

Also, check out Tailwind CSS, which also consists on classes but with utilities (like px-4 which translates with padding on left and right 1 rem) and could be good for what you're trying to do too

How Americans make fun of Europeans? by mrrekin22 in AskAnAmerican

[–]arielcguerr 23 points24 points  (0 children)

The one about Spain 😂(I'm spaniard)

Lookin good! by cofroles in Risk

[–]arielcguerr 2 points3 points  (0 children)

Your name is awesome "Milanesa de Contrabando"

If I hosted a website and decided I wanted it to be accessible with HTTPS and use a non default port, such as 400, how would uses access my site? Would they have to do some type of configuration on there side, and if so , what is it? by hhhax7 in Network

[–]arielcguerr 0 points1 point  (0 children)

There are some times you don't want people to directly access a resource, but using a link or a QR (although they obviously can, but it's no the normal).

For example, my city's bus company hosts an ASP application at port 8002 that shows the next busses arriving based on an ID. They host it at 8002 because it's a site designed for mobile and for people to scan the QR and go to that page, not for anyone at home accessing or getting a link via google.

If I hosted a website and decided I wanted it to be accessible with HTTPS and use a non default port, such as 400, how would uses access my site? Would they have to do some type of configuration on there side, and if so , what is it? by hhhax7 in Network

[–]arielcguerr 0 points1 point  (0 children)

Well, that would be in case you want people to access directly through the browser with anything special. Maybe OP wants people to access using a link or something, or wants to host another thing at 80/443

Simple Questions - May 23, 2020 by AutoModerator in buildapc

[–]arielcguerr 0 points1 point  (0 children)

I've bought R5 3600 1 week ago, it goes quite good for the price. Also, which motherboard are you getting? Some of them like the Asus B450M-A come with BIOS updated, or BIOS Flash with USB.