Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
caioariede
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
caioariede
1y ago
You lost it at the far left/right part. Lula is far left only for the people who believe in the fight the communism plot. For the majority, he is much more aligned with the center, so called “centrão”, so much that neither the leftists
2.
▲
by
caioariede
1y ago
Not to mention that soon, it will be able to pay in installments using Pix, that’s called Pix Parcelado.
3.
▲
by
caioariede
1y ago
I love this! I was about to start using Substack for a personal/professional blog and I was very concerned about the structure they "force" you into. I don't want to socialize in the way they want me to. I just want to w
4.
▲
by
caioariede
2y ago
I will take the opportunity to ask if there’s a good way to read PDFs using phone. How terrible it is!
5.
▲
by
caioariede
2y ago
Just a small feedback… I have switched to the reader mode because the font used is very challenging to read for me.
6.
▲
Can't use 'tar -xzf' extract archive file
(github.com)
3 points
by
caioariede
3y ago
|
0 comments
7.
▲
by
caioariede
4y ago
Love it! The only thing that was a “meh” for me was using pipe for comments. It’s the only thing that I found to be unintuitive, which I very much like to see whenever I’m looking at a new language.
8.
▲
by
caioariede
5y ago
I noticed that too. Pretty confusing to read "Operational" with a green background and "System Wide Outage" on the left side.
9.
▲
by
caioariede
5y ago
Oh my, this is a really great suggestion. I never heard about the emergency bypass before. I'll check it out. Thank you
10.
▲
by
caioariede
5y ago
The wifi issue was pretty much what made me give up on the Thinkpad and go back to the Macbook, where I can set up my work environment pretty quickly and not have to deal with other random issues…
11.
▲
by
caioariede
5y ago
If you're not making a lot of writes, that may be good approach since AFAIK the counts will only be updated after the table is ANALYZE'd
12.
▲
by
caioariede
5y ago
Two Scoops of Django and the Django Tutorial itself are amazing. I highly recommend both.
13.
▲
by
caioariede
5y ago
The ability to customize the type of auto-created primary keys is also one step towards fixing one of the long-standing issues in Django: https://code.djangoproject.com/ticket/56
14.
▲
by
caioariede
5y ago
Also getting errors to connect to Redis (using cli): ERR_TLS_CERT_ALTNAME_INVALID: Hostname/IP does not match certificate's altnames: Host: api.heroku.com. is not in the cert's altnames: DNS:*.herokuapp.com, DNS:herokuapp.com
15.
▲
by
caioariede
6y ago
I'm native speaker and I'm currently reading Grande Sertão: Veredas. The beginning of the book (first 100 pages) is really hard, mostly because it use words that are not commonly used nowadays but also because some of the words ar
16.
▲
by
caioariede
7y ago
Any major websites doing this well? The impression I have is that current technologies are not making it easier for Lynx to survive. In the other hand, I see people that can actually(?) browse without Javascript enabled, which makes me curi
17.
▲
by
caioariede
7y ago
To me the, the worst thing with MacBook keyboards is when keys start to fade out[1]. I really hope they could do something about it [0] https://caio.ariede.life/macbook-blurred-keys/
18.
▲
by
caioariede
8y ago
This commit is so funny: https://github.com/dotnet/winforms/commit/a534dd2ebff6792c31...
19.
▲
by
caioariede
8y ago
I'm using the web archive to compare: https://web.archive.org/web/*/http://www.untether.space EDIT: seems like Feb will always display 0.41% and the rest is 27.02%
20.
▲
by
caioariede
8y ago
I'd be happy to pay for premium feature, like extra privacy controls and no ads edit: clarifying, I'd love to be able to not let people know when I'm online
21.
▲
by
caioariede
8y ago
“ZZ”?
22.
▲
by
caioariede
8y ago
Those asserts seem like a pre-Jupyter form of narrative.
23.
▲
by
caioariede
8y ago
> 4) That said, you should know how to write code that isn't super slow and with a data model that isn't insane. You should also know how to articulate that, since as a Senior dev, you WILL be mentoring junior devs, and communi
24.
▲
by
caioariede
8y ago
Yeah, you're right. You just cannot overwrite __init__: > AttributeError: Cannot overwrite NamedTuple attribute __init__
25.
▲
by
caioariede
8y ago
Also, AFAIK you cannot add methods to NamedTuple, making it much less flexible than data classes.
26.
▲
by
caioariede
9y ago
mIRC scripts is what you meant, right? That's basically how I started in programming. One of the things that certainly contributed for keeping my interest in programming was the quick feedback. No need for confusing setups, just open t
27.
▲
by
caioariede
9y ago
I feel really nostalgic about Geany. That was my favorite editor back in the time, before I switched to Vim almost 10 years ago. It was pretty solid already. Good to see it's doing well after all these new/modern editors started t
28.
▲
by
caioariede
9y ago
Those guys will probably switch to another PoW coin
29.
▲
by
caioariede
9y ago
"what coins X, Y and Z are doing" That's something I've been trying to see in some coins. A lot of them just promise a lot of stuff and when you look at their repositories, it either: 1. no real stuff being developed, ju
30.
▲
by
caioariede
9y ago
Python is strongly typed, and Python 3 annotations with tools like MyPy brings static type checks.
More ›