Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
igortg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
igortg
20d ago
It's crazy because while the US is one of the biggest emitters per capita, it's also home of the brightest minds and have by far the most efficient research ad development capacity. So US govt. denial is a huge hit in our already
2.
▲
by
igortg
2mo ago
Isn't "creativity" the result of a combination of patterns (usually from different contexts) that casually works? I bet LLMs/agents can do that (we can't know how far that can goes).
3.
▲
by
igortg
3mo ago
I had a similar experience. My son had pneumonia and was still filling pain after 10 days of antibiotics. Took an X-Ray to three different doctors, and only one got the right diagnosis (pleural effusion). It's really something we shoul
4.
▲
by
igortg
3mo ago
I thought the same. There are papers analyzing data about that. https://www.wiserhealthcare.org.au/too-much-of-a-good-thing-... > As well as being unlikely to be beneficial, full body general health checks in asymptomati
5.
▲
by
igortg
3mo ago
Vozinha, Cape Verde goalkeeper, goes from 56K followers on Instagram to 1.4 million after an outstanding performance against Spain in the World Cup
6.
▲
by
igortg
8mo ago
It got me until "Remove lockfiles from version control"
7.
▲
by
igortg
9mo ago
The beauty of HN: frequently comments are way more valuable than the article being shared
8.
▲
by
igortg
10mo ago
Just for completeness, there's also mu-repo: https://fabioz.github.io/mu-repo/ We've being using it for years. Very simple to setup.
9.
▲
by
igortg
1y ago
Yes, it went commercial. But Conda is still free. And the community had built conda-forge to maintain packages. Conda + conda-forge can completly replace Anaconda for most people. So even though they went commercial, they left pretty good t
10.
▲
by
igortg
1y ago
Just replace it with Miniforge: https://conda-forge.org/download/
11.
▲
by
igortg
1y ago
I use Miniforge in a commercial environment and never found a package downloading from the main channel. I'm pretty sure a recipe that does that would be blocked by conda-forge reviewers.
12.
▲
by
igortg
1y ago
How much of these 9% uses Apple Pay? My bet it's just a small part. People still use Pix and physical Credit/Debit Cards. Google Pay/Apple Pay are far behind.
13.
▲
by
igortg
1y ago
> many scenarios where the only option was to pay with PIX I guess you want to say "only option _beyond cash_ was Pix". Most places should accept Passport ID to replace CPF. But if you found hard to pay using credit cards, that
14.
▲
by
igortg
2y ago
I followed with this rationale in a small project and opted for PostgreSQL pub/sub instead Redis. But I went through so much trouble correctly handling PostgreSQL disconnections that I wonder if Redis wouldn't be the better choice
15.
▲
by
igortg
2y ago
IMHO one of the biggest advantages of using HTMX is not having to maintain three layers of test suites (backend, frontend, end-to-end). You just need to test that your endpoints return the right HTML piece. You don't need unit testing
16.
▲
by
igortg
2y ago
I second that. I used Dash for a while. Although it's nice to have everything wired up for free, the code quickly becomes a mess as soon as you try some more complex things (or you put everything in one function and got a big super nes
17.
▲
by
igortg
2y ago
I'm using a managed Postgres instance in a well known provider and holy shit, I couldn't believe how slow it is. For small datasets I couldn't notice, but when one of the tables reached 100K rows, queries started to take 5-10
18.
▲
by
igortg
2y ago
Exactly. Seems just a bait article from someone who doesn't know shit about what happened (similar to Dave Farley video blaming the Cyberpunk launch fiasco on the lack of CI/CD).
19.
▲
by
igortg
2y ago
I agree that "still just demos" is an overstate. But I'd say that in 2015 a lot of people predict that in 2020 we'd have driverless Ubers everywhere. And that just didn't happen. The challenges that are still open i
20.
▲
by
igortg
3y ago
Holy... It still amuses me how much HN comments brings the reality to these kind of articles. > the plan is never followed. Sometimes it's even worst. As we add more tasks during execution, at the end, these tasks get twisted with t
21.
▲
by
igortg
3y ago
I've being using YNAB4 for about 10yrs now. But I miss a mobile version to report daily expenses. Do you see any major drawback comparing to YNAB4?
22.
▲
by
igortg
3y ago
Any known issue on implementing a queue with Postgres? Do you at least know it has a pretty good pub/sub mechanism?
23.
▲
by
igortg
3y ago
Anywhere I can get more details on what "undermine its producer" means?
24.
▲
by
igortg
3y ago
Although I liked the proposal (the `-> User | Exception` idiom is quite beautiful), that's a deal breaker.
25.
▲
by
igortg
3y ago
Same feeling. How this article came up to the top? The example he gives is terrible "someone used a modern framework was hacked, but the performance was not caused by the hacking, but the frameworks was terrible slow" - Ok, which
26.
▲
by
igortg
3y ago
That's basically it. With the 2018-2022 boom of hirings, many companies just offered senior position for anyone that showed minimal experience, or promoted their juniors in an attempt to reduce turnover. Then we get here.
27.
▲
Dropping Scrum and following your own Agile journey
(igortg.com)
1 points
by
igortg
3y ago
|
0 comments
28.
▲
by
igortg
3y ago
Drop React, just go with pure DRF or Flask and use a nice JavaScript library for table edition ( https://datatables.net/ ).
29.
▲
by
igortg
3y ago
Yeah, PyInstaller is the best thing out there if you need to bundle a complex Python app into an executable, with cx_Freeze not far behind. But it's still considered challenging when you compare with any other compiled language, where
30.
▲
by
igortg
3y ago
Both PySide and PyQt are Python wrappers for the Qt library (that makes it 2 frameworks). Basic usage is almost the same. It seems the author push for PyQt a bit, even though PySide has the same basic capabilities with the benefit of LGPL l
More ›