Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
igsomething
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
igsomething
3d ago
I am almost sure they don't and instead they query selfies and documents on-demand from their KYC provider.
2.
▲
by
igsomething
5d ago
It wasn't about diving in particular, but rather post-match revisions and sanctions becoming more common to punish unsportsmanship. Add VAR in recent years, and the newest "1 minute out" rule for fake injury, and today player
3.
▲
by
igsomething
23d ago
Doesn't this new law overlap with the existing system? A manufacturer within the EU is already paying taxes, which in part should be used for managing waste. If they buy the packaging materials from another EU company, well that compan
4.
▲
by
igsomething
27d ago
The language also takes backwards compatibility very seriously, anything that goes into std "must be maintained forever". It is also argued that a large stdlib means the maintainers have less time to work on the language itself. I
5.
▲
by
igsomething
1mo ago
I think a good metric for "boring" technology, at least for languages/frameworks, is how painful the process of updating an abandoned/unmaintained project after 9-12 months is. NodeJS itself qualifies as boring, but the
6.
▲
by
igsomething
2mo ago
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 national teams?
7.
▲
by
igsomething
2mo ago
Currently working on a CLI tool that performs property-based testing from Arazzo documents: https://github.com/IgnacioGoldchluk/cuerdo
8.
▲
by
igsomething
2mo ago
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). If we discourage people from driving old insecure cars, we
9.
▲
by
igsomething
2mo ago
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.
10.
▲
by
igsomething
3mo ago
Maths IS pattern recognition
11.
▲
by
igsomething
3mo ago
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 try to fill the forms online. The frontend was in React beca
12.
▲
by
igsomething
4mo ago
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, which narrows down the possibilit
13.
▲
by
igsomething
4mo ago
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.
14.
▲
by
igsomething
5mo ago
It is a negative feedback loop, so yes, it makes systems stable.
15.
▲
by
igsomething
6mo ago
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 version of another library that is incompatible with the one in yo
16.
▲
by
igsomething
7mo ago
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 creating a maintained fork with a more permissive licen
17.
▲
by
igsomething
8mo ago
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 indexes, etc. that I would have missed with Django. You
18.
▲
by
igsomething
8mo ago
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 on the release. I have one question: are there any plans for
19.
▲
by
igsomething
9mo ago
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 can solve your problem, but they will not do it be
20.
▲
by
igsomething
10mo ago
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 film or any work you created. This is likely going to change si
21.
▲
by
igsomething
10mo ago
Electronic Enginering is also not that old and it has been a proper engineering discipline for many years already
22.
▲
by
igsomething
1y ago
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 for Israel to let Gazans move to other Arab-world countries
23.
▲
by
igsomething
1y ago
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 important: - England is an homogeneous country in terms of geogra
24.
▲
by
igsomething
2y ago
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 to pass a massive 300-page reform, consisting pri
25.
▲
by
igsomething
2y ago
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.
26.
▲
by
igsomething
2y ago
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 waste some time figuring
27.
▲
by
igsomething
3y ago
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 x: yield val * va
28.
▲
by
igsomething
3y ago
.rs (Serbia) for Rust projects.
29.
▲
by
igsomething
3y ago
In my experience, "little software shops" are about maintaining "living fossile" systems. They survive by signing contracts with non-tech companies (supermarkets, healthcare, etc.) to develop a system and offer support,
30.
▲
by
igsomething
3y ago
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 them as scam. They cannot understand what 85% income tax is,
More ›