HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lifewallet_dev

no profile record

comments

lifewallet_dev
·3 anni fa·discuss
I can already see this doesn't have connection pooling which all those ORMs he listed have without you knowing what a connection pool is it just works, and scales, doing that on your own is not easy.
lifewallet_dev
·3 anni fa·discuss
Just that, it is, I've been banned before, for even lighter things...
lifewallet_dev
·3 anni fa·discuss
I also don't live in the west, rather the global south, in a not so allied country.

When in Europe and in the US. You'll get something like this on twitter, and obviously you cannot access the site either:

@ActualidadRT's account has been withheld in Portugal, Finland, Sweden, Ireland, Slovenia, Czech Republic, Poland, Slovakia, Hungary, Italy, Malta, Germany, Greece, Romania, Netherlands, Bulgaria, Austria, Luxembourg, Latvia, United Kingdom, Denmark, Lithuania, Croatia, Estonia, Cyprus, France, Spain, Belgium in response to a legal demand. https://help.twitter.com/en/rules-and-policies/tweet-withhel...
lifewallet_dev
·3 anni fa·discuss
[flagged]
lifewallet_dev
·3 anni fa·discuss
That's what it is, but okay, I'll probably get banned here for saying that anyways :), the free world woo!
lifewallet_dev
·3 anni fa·discuss
More propaganda, listen to the other side... oh well it's banned everywhere.
lifewallet_dev
·3 anni fa·discuss
If you have ever used "GPT" (I guess they meant "ChatGPT") you know that's not true, the grammar and it's way too colloquial / lazy for it to be generated by it
lifewallet_dev
·3 anni fa·discuss
Unless you're in florida and you get run over by a car: https://www.vanityfair.com/news/2021/04/ron-desantis-anti-ri...

There are protest everywhere, west or east, don't be ignorant.
lifewallet_dev
·3 anni fa·discuss
This is propaganda and you don't even know it... People get silenced in the US every day because they have a different opinions on current events, for example the US proxy war with Russia.

I always noticed when certain amount of decades pass it's okay to say certain things, like "Allende was assassinated by the CIA", but back then you'd get persecuted to even mention that.

Yes, when it doesn't matter you can say whatever you want, god bless the USA... Because of opinions like yours is that America is the empire who gets the "Okay" to be the police of the world, and it's terrible at that.
lifewallet_dev
·3 anni fa·discuss
If you really didn't work with GTK2 then there's no way you can understand the problem, thus your comment.
lifewallet_dev
·3 anni fa·discuss
Can it parse emails? Obviously that's hard.
lifewallet_dev
·3 anni fa·discuss
I think the only reason is that they're very different, if you define them:

    type when expression -> block

    if expression -> block
For parsing works better, for programmers is better since they don't confuse both concepts, and in general pattern matching isn't the same as a if condition or a switch.

https://stackoverflow.com/questions/199918/explaining-patter...

I think the difference is when you start pattern matching on tuples and other types that you cannot do a simple `if ident.isinstanceof(type) ->`.

For example in Elixir you can do:

    def ident(param = {:key => true}):
This will only match when the param type is not only `map`, but also contains a key named `:key` and its value is `true`.

In the end though, it's syntax sugar (but everything is if you put it that way classes are syntax sugar).
lifewallet_dev
·3 anni fa·discuss
Thank you, 'cause I don't wanna do the wrap command thing they do. Besides that, this is a great idea.
lifewallet_dev
·3 anni fa·discuss
Thank you! I needed this one, how fun, I did this when learning Haskell, now I can do it with Rust.
lifewallet_dev
·4 anni fa·discuss
Where did you go to school? And how come every college educated (mostly in the US) developer I've met has never done that before...
lifewallet_dev
·4 anni fa·discuss
Yeah I never got it... I was careful but never as careful as anybody else. In fact subpar care for many...