Viewing profile — awesan
awesan
HN member- Joined
- Fri, Apr 24, 2015, 9:49 AM UTC
- HN karma
- 294
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About awesan
No profile information was provided.
Recent public activity
-
comment
Comment #49003827
It's not strange to ban chess computers at a chess tournament, and it's equally not strange to ban AI code on a code hosting platform. The costs involved with hosting a bunch of vi…
-
comment
Comment #48977485
Realistically much of the most reliable software in the world was written in C. Robustness is more so a function of coding style and engineering practice than it is of the programm…
-
comment
Comment #48970444
Zig (like C) is simply not a good language to use if you're going to do many small allocations with uncorrelated lifetimes. To write robust Zig (or C) code, you must manage lifetim…
-
comment
Comment #48686073
OK, but that doesn't mean the comment I replied to is any less BS. What I pointed out is that if there was such a deep preference for short grass, you'd expect this globally. And t…
-
comment
Comment #48683709
this is obviously bs, the lawn thing is mostly a north-american obsession. most people here in europe like shade and thus higher vegetation in their gardens.
-
comment
Comment #48474877
How is using arenas complex? If anything it should make things simpler to understand to people who are not used to manual memory management.
-
comment
Comment #48445203
Zig is adding native vectors including operator support, there are some recent issues/prs about this topic. The general technique of SoA is pretty useful both in games and other ap…
-
comment
Comment #48442032
If a business legitimately needs such information to operate, isn't it borderline impossible to 100% prevent it from leaking? If the data is there, it can be compromised either by …
-
comment
Comment #48383751
I can say at least for me at a small-ish company (~40 FTE) there has been a surge in internal productivity tools. Nothing to improve the end user product directly but a lot of tool…
-
comment
Comment #48258489
What a strange thing to publish.. just don't use it if you don't like it? What is this even attempting to do?
-
comment
Comment #47931996
The obvious reason is that most file formats used by writers, accountants, etc. are binary files which do not very much benefit from git.
-
comment
Comment #47566784
Seems like you need an account just to try it.
-
comment
Comment #47306783
In Zig, dividing by 0 does not panic unless you decide that it should or go out of your way to use unsafe primitives [1]. Same for trying to allocate more memory than is available.…
-
comment
Comment #47305932
IMO rust started at this from the wrong direction. Comparing to something like zig which just cannot panic unless the developer wrote the thing that does the panic, cannot allocate…
-
comment
Comment #47205308
I am sorry about that. What I am saying is that it's hard to trust the content given the context. And more so these articles are extremely verbose with a lot of BS in them, so it m…
-
comment
Comment #47200781
It's nice that people are taking this up, and one of the main benefits of open source in the first place. I have my doubts that this will succeed if it's just one guy, but maybe it…
-
comment
Comment #47032769
In general if you have the (IMO sensible) approach of taking as few dependencies as possible and not treating them like a black box, then for any error you can simply look at the c…
-
comment
Comment #46910793
I'm kind of on the same journey, a bit less far along. One thing I have observed is that I am constantly running out of tokens in claude. I guess this is not an issue for a wealthy…
-
comment
Comment #46829260
I have done the monte carlo thing in practice with a team and it works well under some conditions. The most important is that the team needs to actually use the task board (or what…
-
comment
Comment #46825248
I don't think things have changed that much in the time I've been doing it (roughly 20 years). Tools have evolved and new things were added but the core workflow of a developer has…
-
comment
Comment #46808462
It does make sense to highlight, because this kind of statistic is a very strong indicator that the market is not competitive. This is not a normal kind of profit margin and basica…
-
comment
Comment #46731406
If the AI generated most of the code based on these prompts, it's definitely valuable to review the prompts before even looking at the code. Especially in the case where contributi…
-
comment
Comment #46704270
A lot of Dutch government and government adjacent services run on Microsoft Azure as well. Which is not the same level of concern, but it does mean the US government has access to …
-
comment
Comment #46566708
I understand the goal of the spec. In my experience once some spec document gets adapted widely enough, there's a strong incentive to add new features to it, which renderers would …
-
comment
Comment #46565544
It happened a bit differently; Atwood and friends simply came out with a standard document and called it "standard markdown", which Gruber then refused to endorse. Eventually after…