Viewing profile — carlosneves
carlosneves
HN member- Joined
- Fri, Apr 24, 2020, 12:09 PM UTC
- HN karma
- 21
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About carlosneves
No profile information was provided.
Recent public activity
-
comment
Comment #49203263
That's exactly the situation I'm in... :crying-laughing: The fix is merged, but won't deploy... it's been hours Thankfully it's a batch job, and isn't interrupting production ATM
-
comment
Comment #49098431
Thanks for linking to Fexpr's. I've thinking about "functions with lazily evaluated arguments" recently, and trying to understand how they are different from macros. So I was basic…
-
comment
Comment #47502644
An `--ignore-file=` flag would be nice I guess: --ignore-file=.ignore --ignore-file=.gitignore --ignore-file=.dockerignore --ignore-file=.npmignore etc but then, assuming all those…
-
comment
Comment #47368652
This concept of "machine worship" reminds me of E. M. Forster's The Machine Stops. Is it possible for a tech-oriented ideal to escape "machine worship"? As we strive to refine our …
-
comment
Comment #46624928
https://carlosn.com.br/
-
comment
Comment #46326065
You can always ask it to nudge you in the right direction instead of giving the solution right away. I suspect this way of using it is not very popular though. This is not a new pr…
-
comment
Comment #46095806
And oftentimes some endpoints simply hit the max URL length limit and need a proper body. I thought we ought to already be using this method. Seems quite fitting for fulfilling GET…
- story
-
comment
Comment #45345210
I was going to say that. Gratitude to the creators of fish shell. The history-based rank is immediate as you type. Lately I've simply done: abbr --add c cd And then the "most used …
-
comment
Comment #45102120
For awareness, if you want to build a SSG/SSR frontend, there's also [Astro]( https://astro.build/ ) It lets you ship client islands to the client, which AFAIK is essentially parti…
- story
-
comment
Comment #44614578
> When using npm, all dependencies for a project are installed in a single node_modules directory. This means that if two packages depend on different versions of the same package,…
-
comment
Comment #44051432
Empty is not the same as succinct & straight to the points. I'd say strong title, succint content. Each of the points invites as much thought as you can give it.
-
comment
Comment #43914009
I think he's proposing a fix for the regex in the title. /(ab?)using/ matches: - ausing - abusing while /(ab)?using/ matches: - using - abusing
-
comment
Comment #43643114
That was a nice read. Do you recommend any books for one who wants to get into queue theory?
- story
-
comment
Comment #43169893
Greatly appreciate these tips! I'll apply most of them, especially the diff ones.
-
comment
Comment #43047964
This is awesome! It's a great aid in understanding the protocol.
-
comment
Comment #41621362
There seems to be a trade-off between letting the program run and halting it with an error in these cases. Sometimes letting it keep going is useful, sometimes not. But overall, ha…
-
story
Ask HN: What should an undefined variable evaluate to?
I think most (all?) compiled languages evaluate to a compilation error. As for NodeJS, I thought it would evaluate to `undefined`, but it seems to consistently throw a `ReferenceEr…
-
comment
Comment #41449143
One of the long-standing critiques I've heard from Alan Kay I think is that smartphone users can't use smartphones to create software for smartphones. There's no officially support…
-
comment
Comment #40869664
I actually prefer to think in terms of the broader sense of symbiosis (including all the types of symbiosis you mentioned). Sure we want the way we relate to technology to be mutua…
-
story
Ask HN: Could an ML model do a good job rendering in a game loop?
Say you have some state being rendered into pixels at 60FPS. If the state-space/domain was constrained enough, could you train a model that has high performance and looks intelligi…
-
comment
Comment #27648386
Do you remember more specifically what made you give up on Linux? individual control/power/freedom + simplicity/ease-of-use... is it possible? I'd recommend Linux anytime, all the …
-
comment
Comment #26275173
cmd+esc -> execute this "escape" script The options passed to dmenu/rofi: (lock exit-i3 poweroff reboot suspend) Shoutout to Oliver Kraitschy ( http://okraits.de ) who originally w…