Viewing profile — igsomething
igsomething
HN member- Joined
- Mon, Oct 17, 2022, 9:58 PM UTC
- HN karma
- 108
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About igsomething
No profile information was provided.
Recent public activity
-
comment
Comment #49114848
The same UEFA that added redundant matches and teams to the Champions League for money, and that came up with the Nations League because they wanted to extract more money from the …
-
comment
Comment #48888372
Currently working on a CLI tool that performs property-based testing from Arazzo documents: https://github.com/IgnacioGoldchluk/cuerdo
-
comment
Comment #48818450
I agree, but one thing is to demand all your users to be on the latest Chrome, and another one is to support browsers that are no longer maintained and contain security issues (IE)…
-
comment
Comment #48817910
For public services you can tell people to use another device, or provide a way to schedule an appointment in-person that is accessible using old browsers.
-
comment
Comment #48642661
Maths IS pattern recognition
-
comment
Comment #48480257
I had a contract once to save a government website that had serious performance issues, it was so unusable that people preferred to go in-person and wait 4h in a queue rather than …
-
comment
Comment #48394552
One important thing that is often not mentioned is the lack of operator overloading. In Elixir if you have "a + b" it means "a" and "b" must be numbers for the code to succeed, whi…
-
comment
Comment #48182821
Then people from a sanctioned countries are blocked from open source, or worse, you have to explain to the bank and/or the government why you sent 20USD to someone in Venezuela.
-
comment
Comment #47731100
It is a negative feedback loop, so yes, it makes systems stable.
-
comment
Comment #47348457
Dependency hell. Usually how it goes is you have to develop a new feature, you find a library or a newer version of the framework that solves the problem but it depends on a versio…
-
comment
Comment #47000914
Server Side Public License? Since it demands any company offering the project as a paid product/service to also open source the related infrastructure, the bigger companies end up …
-
comment
Comment #46791886
Going from Django to Phoenix I prefer manual migrations. Despite being a bit tedious and repetitive, by doing a "double pass" on the schema I often catch bugs, typos, missing index…
-
comment
Comment #46708296
Hey, first I want to say that Oban has been a lifesaver for me and it is the tool I miss the most from the Elixir ecosystem when doing work in Python. Thanks so much and congrats o…
-
comment
Comment #46422829
As another 3rd world citizen living in Northern Europe, I usually describe it as "processes and rules over common sense". They understand your situation, they agree with you, they …
-
comment
Comment #46120290
Keep in mind in Argentina public domain works are not free (free as beer) of use, you have to pay a fee to the government, for example if you play Beethoven music in your short fil…
-
comment
Comment #45848759
Electronic Enginering is also not that old and it has been a proper engineering discipline for many years already
-
comment
Comment #44736986
In an ideal world none of the past 70 years of conflicts that led to this unrecoverable resentfulness would have happened. Unfortunately the only peaceful solution I can imagine is…
-
comment
Comment #44671830
It would be useful to compare with other leagues where home field advantage is significant. I do not have any data but as a football fan I suspect the following variables are impor…
-
comment
Comment #42832776
Surprisingly, no. Milei's party does not have majority in the Congress, he does not have much power, and the best example is his omnibus bill [1]. Initially Milei's party attempted…
-
comment
Comment #42065477
That is not the definition of fungible. You can put a mark on a USD$100 bill and trace it, but it still has the same value as any other USD$100 bill, or 5 20$ bills, etc.
-
comment
Comment #40336984
The map '%{username, age, first_name, last_name}' would be 1 character away from the tuple '{username, age, first_name, last_name}'. It is easy to miss the '%' character and you'll…
-
comment
Comment #39495792
They are different. def square_vals(x : list): return (val * val for val in x) is a function that takes a list and returns a generator. While def square_vals(x : list): for val in …
-
comment
Comment #39196386
.rs (Serbia) for Rust projects.
-
comment
Comment #38945231
In my experience, "little software shops" are about maintaining "living fossile" systems. They survive by signing contracts with non-tech companies (supermarkets, healthcare, etc.)…
-
comment
Comment #37930836
It is always the same debate in any cryptocurrency thread. People from economically free countries cannot understand cryptocurrencies because they are not meant for them and label …