Viewing profile — nickmonad
nickmonad
HN member- Joined
- Mon, Oct 21, 2019, 1:53 PM UTC
- HN karma
- 92
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About nickmonad
Recent public activity
-
comment
Comment #49223681
I work on a pretty large BYOC deployment that we market as such, but is squarely in the "self-hosted" / on-prem model. We don't maintain any connection back to our environment and …
-
comment
Comment #49127810
If anybody is reading this and wants to hire somebody with said Zig experience, call me. (Link in bio)
-
comment
Comment #49028993
I'm not as interested in game development but I'm one of these web/cloud people who finds graphics work extremely therapeutic. I made a box move around on the screen with various e…
-
comment
Comment #48885185
I haven't written any serious Rust in a while, but I assume there is some kind of lifetime annotation involved. The "objects" allocated in the arena have to be explicitly given the…
-
comment
Comment #48855422
Zig still offers a lot of great additions that make systems work more reliable. Optionals and comptime are two helpful things C does not have, and there are plenty others. One of t…
-
comment
Comment #48850854
He's not. > "There's a dichotomy being presented here where you have to either choose a "style guide" or a programming language feature in order to avoid bugs. The sleight of hand …
-
comment
Comment #48676140
Andrew doesn't strike me as someone who does any marketing at all. He just wants to make the language he wants to use, and does it well. Sometimes its just right time, right place.…
-
comment
Comment #48336183
Yep. He mentioned recently in his JetBrains interview he wants Zig to be a language for the next 50 years. Rushing 1.0 for the sake of signaling to the wider industry today would b…
-
comment
Comment #48030054
Yeah or anybody who can still actually read code.
-
comment
Comment #47840056
Sure. I'm just saying in the context where fully-managed SaaS was already decided not to be an option, and a customer is deploying vendor code in their environments, the update mec…
-
comment
Comment #47839063
I agree that keeping things up to date is a good practice, and it would be nice if enterprise CISOs would get on board with that. One challenge we've seen is that other aspects of …
-
comment
Comment #47838401
> So you're stuck debugging a system you don't control, through screenshots and copy-pasted logs on a Zoom call. This is very real. I work with a deployment that operates in this f…
-
comment
Comment #47799170
On the streaming side, are you looking for Change Data Capture? https://docs.tigerbeetle.com/operating/cdc/
-
comment
Comment #47793760
Did you try asking the model?
-
comment
Comment #47426895
Spam bots.
-
comment
Comment #47264030
> It's a type of team building, improves employee morale and humanizes management. All lead to improved productivity in the long term. Yes, but the important distinction is that it…
-
comment
Comment #47263052
I agree to a point. Although, alcohol (when consumed responsibly) has a social element to it, so companies having a "beers on Friday after 4pm" just feels different than "here's ni…
-
comment
Comment #47062332
Not allowed.
-
comment
Comment #46991742
Yeah definitely something that would've been posted as a joke in a "HN front-page 10 years from now" kind of thing.
-
comment
Comment #46907140
You turn it on, and it scales right up.
-
comment
Comment #46907134
Unless you're doing OLTP. Then, TigerBeetle ;)
-
comment
Comment #46623533
https://nickmonad.blog/ Trying to blog more frequently with shorter posts!
-
comment
Comment #46529954
Narrowing in on background color is an extreme oversimplification of what Tailwind provides. I found it to be a great tool for working with CSS, especially for layout. Business via…
-
comment
Comment #46529861
I agree with the sentiment that companies should help fund open source they depend on, but I think it's a stretch to say those business succeeded "only" because of Tailwind. It's a…
-
comment
Comment #46435453
Gotcha. Thanks for clarifying! I guess I wasn't super concerned about the 'try' failing here since this code is squarely in the initialization path, and I want the OOM to bubble up…