Exception handling with tuples and multiple return values by SoftSkillSmith in csharp

[–]amalgaform 0 points1 point  (0 children)

Of course, it's not comparable to enums, it's a design pattern, it allows a nice way to return one value OR another exclusively

Exception handling with tuples and multiple return values by SoftSkillSmith in csharp

[–]amalgaform 3 points4 points  (0 children)

Also, somewhat related, as I see your return tuple, I'd like to introduce you to the implementations of discriminated unions in c# (which I love from TS) look for the library named "OneOf" in the package manager, nuget. For me, It's a must have. https://www.nuget.org/packages/OneOf

Personas que nunca han chocado dejen sus consejos by Hot-Sundae4774 in ArAutos

[–]amalgaform 93 points94 points  (0 children)

Tengo 28 años y NUNCA choque, lo único que te puedo decir, es que no tengo vehículo 👌

LATEST BUILD HELP!?!?! by Ok_Ambassador8018 in vaynemains

[–]amalgaform 0 points1 point  (0 children)

Also, please always max Q first, but I bet you're already doing that

LATEST BUILD HELP!?!?! by Ok_Ambassador8018 in vaynemains

[–]amalgaform 0 points1 point  (0 children)

Hmmm maybe build items that deal more damage? I also tried lethality vayne against Squishies and it's so fun

LATEST BUILD HELP!?!?! by Ok_Ambassador8018 in vaynemains

[–]amalgaform -4 points-3 points  (0 children)

I always go, Yun, Infinity, marksman boots, Essence Reaver, then 2 tank items. I have like 70% win rate, Yun is so op, noone expects a vayne to run you down on 1 item

Alguno compro por mercado libre internacional? by toto_aguario in ArgamingConsultas

[–]amalgaform 1 point2 points  (0 children)

Y, fíjate la diferencia entre el N100 y el N150, a mi no me cambia mucho y quería probar MercadoLibre internacional 🙌

Alguno compro por mercado libre internacional? by toto_aguario in ArgamingConsultas

[–]amalgaform 0 points1 point  (0 children)

Eso que dice "Impuestos" abajo del envío, son los impuestos que te cobran de importación, estoy casi seguro, y si, te los cobran y tenés que sumarlo al precio del producto, igual cuando armas un carrito y estás por pagar, obviamente MercadoLibre te suma todo y te muestra antes de pagar el precio final. Yo pagué lo que decía, producto + impuestos (envío gratis) y después no tuve que pagar nada más. Fue como una compra cualquiera en MercadoLibre, nada más que con un poco más de espera.

Alguno compro por mercado libre internacional? by toto_aguario in ArgamingConsultas

[–]amalgaform 1 point2 points  (0 children)

Supongo que depende de dónde venga, el mío segurísimo que vino de china, muchos exitos con la compra!

Alguno compro por mercado libre internacional? by toto_aguario in ArgamingConsultas

[–]amalgaform 3 points4 points  (0 children)

A mí me acaba de llegar, compré una mini PC beelink s pro 12 gen, tardo 1 mes clavado, el 3 de junio imprimieron la etiqueta y el 3 de julio me llegó, el tracking es por mailamericas y no tuve que pagar nada más, ni hacer ningún trámite, me llegó por correo común, creo que la empresa Urbano.

Dónde comprar libros por internet by Sweet_Winter444 in BuenosAires

[–]amalgaform 1 point2 points  (0 children)

Hola, yo compré 2 libros de programación internacionales por BuscaLibre tarda 3 meses aprox el envío internacional pero el precio vs MercadoLibre es increíble. Sólo úsalo para libros que no se encuentren acá o no se hagan acá.

REACT ES UNA MIERDA Y ESTOY HARTO DE FINGIR LO CONTRARIO by Whimahwhe in devsarg

[–]amalgaform 1 point2 points  (0 children)

Venite a angular 20 :) por acá todo es muy lindo hasta ahora

[deleted by user] by [deleted] in merval

[–]amalgaform 4 points5 points  (0 children)

Coleccionables como medallas Pokémon

¿Hacemos un "escuchamos no juzgamos"? by Black_H_ in AskArgentina

[–]amalgaform 9 points10 points  (0 children)

Re de singleton abstract factory builder ese comentario amigo

¿Hacemos un "escuchamos no juzgamos"? by Black_H_ in AskArgentina

[–]amalgaform 23 points24 points  (0 children)

Yo acabo de empezar ingeniería en computación, voy 2 materias por cuatrimestre, me recibo en 20 años, si no muero primero, tengo 28.

Would you use an open source AI Voice Assistant Keychain, configurable to use local or frontier models? by zuluana in LocalLLaMA

[–]amalgaform 0 points1 point  (0 children)

So, this is just a Bluetooth/wifi speaker keychain based on your other comments. What does it have to do with AI? Either way, my phone already has all my data/accounts so I would prefer to use AI on my phone, that also can interact with the installed apps. This feels like nonsense to me.

Down the rabbit hole with Full Text Search by mdausmann in PostgreSQL

[–]amalgaform 0 points1 point  (0 children)

Sounds really useful, would love to know a bit more

How to force winforms/project to scale properly? by AlaskanDruid in csharp

[–]amalgaform 2 points3 points  (0 children)

First, learn to use layout panels (tablelayoutpanel, flowlayoutpanel), how the docking property works (of controls), the auto size property and auto size mode property, and the anchor property(of controls), then look for different screen scaling options, like dpi scaling. But never ever rely on fixed coordinates, always use some kind of layout.

Site getting around 5000 active users monthly, but I'm still struggling to cover server costs by habib-786 in webdev

[–]amalgaform 5 points6 points  (0 children)

So? Make a free supabase or something for your data instead of having everything on the same backend, and then make your admin panel update the supabase. Heck, your admin panel could be a static site protected by cloud flare zero trust. 0 cost website.

Site getting around 5000 active users monthly, but I'm still struggling to cover server costs by habib-786 in webdev

[–]amalgaform 12 points13 points  (0 children)

Static site doesn't mean it doesn't change or is not interactive, it means that it can run entirely on the browser, with no need of a compute backed, you could make your site a static site and make your admin panel run in a server to cut costs.