Viewing profile — cfcosta
cfcosta
HN member- Joined
- Mon, May 14, 2012, 11:49 AM UTC
- HN karma
- 202
- Public activity
- 119 items
- HN profile
- View on Hacker News ↗
About cfcosta
No profile information was provided.
Recent public activity
-
comment
Comment #38611035
Same for the 5th, Brazil. Everyone uses WhatsApp here and has been more than a decade since the last time I've ever had to use sms (never even used mms).
-
comment
Comment #38422555
There was a project aiming to do this called Etoilé OS[1]. Just went to the website and realized last update was in 2014 :/ [1]: http://etoileos.com/
-
comment
Comment #37499289
I also imagine they can work with cheaper antennas now that they have many more satellites on orbit.
-
comment
Comment #37105059
Actually, you can! I always want to clone it either way, so I just do it.
-
comment
Comment #37104001
I only use one, which is nvidia. It's already a nixos option, so I just set them on my configuration file. Three options to be exact: hardware.nvidia.modesetting.enable = true; ser…
-
comment
Comment #37103943
Yes, to be specific it's a git clone and a command to apply the flake.
-
comment
Comment #37103609
I've answered your question on another conversation, so here's my second example: I've borked my system last week doing some forbidden incantations. I've then restarted, chose a pr…
-
comment
Comment #37103585
Not OP, but here's my take: I have two machines, one with NixOS, one with Mac. I use the same configuration on both. Keeping both machines in sync is a matter of two commands, addi…
-
comment
Comment #34167879
Isn't this a modified version of eUTXO [1]? Known initial state/datum, transactions can be simulated/commited without needing global input like the account model needs. The tradeof…
-
comment
Comment #33469094
https://www.areweguiyet.com/ There you go!
-
comment
Comment #33469016
Sounds real fun! Rust also has great support for WASM, should make the native modules easier to write.
-
comment
Comment #33468693
The Rust Book is the best introduction I think. Then, Rust for Rustaceans[1] might be the best intermediate to advanced rust book I've ever seen. Don't forget to practice and work …
-
comment
Comment #33298763
Being a CS player, I had the weirdest dejavu feeling ever when I went to Venice. The level of detail is so much better now its not even funny.
-
comment
Comment #32946566
Not only that, I don't go on the docs to find the most optimized design on factorio like I have to do on code. 90% of the fun to me is to arise at those designs by myself. Jank is …
-
comment
Comment #32860129
Same from my experience, keep bringing them dollars
-
comment
Comment #32860119
Adding to this, those employees are, themselves, probably working for an American company instead of a local one.
-
comment
Comment #32811324
Seen it way too late to edit it seems, but you are correct, I meant NetSurf.
-
comment
Comment #32809311
Yes, they are. And even if the project fails (for any definition of failure), putting hundreds of people in contact with production quality core browser code is worth it. Also, lig…
-
comment
Comment #32723751
You can keep the assets/media to IPFS and use a small server to host everything else? With proper archival, seems doable in a scalable way.
-
comment
Comment #32722927
Kinda late to the party, but just a heads up: in rust, bounds checks are only available on debug builds. I'm not familiar with the internals of Nanite though, so I can't comment on…
-
comment
Comment #32649386
I find this take really surprising. He has a huge reach, but you kinda need to go out of your way to watch him, and the people that do, do it exactly because of the lack of filter.…
-
comment
Comment #31944713
And not only that, it was really informative. I never had heard of this kind of cancer, and the description was short and extremely on-point. Now I know it is a thing, that it has …
-
comment
Comment #31392677
Amor fati, momento mori and "this soon will also pass" are the three phrases I think about constantly. Helps keeping me grounded on good times, and hopeful on bad ones.
-
comment
Comment #31292248
Think the main confusion going on here is that people do not think of tree as lists, even if they could be 100% represented as such.
-
comment
Comment #31153235
That's for sure a good point. SQLite has really well defined limitations, and most if not all of those are by design. You should consider them BEFORE starting a new project with it…