Viewing profile — westicecoast32
westicecoast32
HN member- Joined
- Tue, May 12, 2020, 4:01 PM UTC
- HN karma
- 26
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About westicecoast32
No profile information was provided.
Recent public activity
-
comment
Comment #24068816
It's sad when someone calls a remake of a failed language invented in 1968 as a language 'designed thinking ahead in the future' and other people agreeing with him I'm sorry to say…
-
comment
Comment #24058565
Someone made this point elsewhere. It's a 'trade secret' and 'stealing' is not as accurate as 'leaking' or 'copying' as it doesn't prevent the original owners from using it. Usuall…
-
comment
Comment #23875613
Does it end with "The Times was initially put in touch with the hackers by a security researcher in California"? There was no information whatsoever
-
story
Ask HN: What do you recommend for optimization and profiling?
I'm writing an app from scratch and I'd like to pay attention to places where I can optimize and profile things. So far I converted a few important functions to SIMD and wrote my o…
-
comment
Comment #23565065
For a personal project everyone basically ignored every post I made about it. I used server logs to generate analytics and noticed people hit the first page and left (I assume they…
-
comment
Comment #23499774
Really? I find that rust is worse than C++ thanks to clang For example, is there a way in rust to get a runtime error when there's an int overflow?
-
comment
Comment #23274403
1. Everytime I hear this I assume the business can't find people to work anyway when the excuse doesn't apply 2. If your underpaying people that's another problem 3. You're asking …
-
comment
Comment #23160715
Could you get a little more into this? I never had to do anything like that since all my workplaces only used 1 language + js
-
comment
Comment #23160695
I had a thought on this but it's alot of work for one person and IDK if anyone would use my language for that. I agree tho. I been learning SIMD and the operations it supports are …
-
comment
Comment #23158138
That's a really good idea. That's what I use compiler explorer for but I do it poorly. CC: llvm
-
story
Ask HN: What's something you'd like that programming languages don't do?
For example Andrei Alexandrescu likes how much you can do with static if in D however he thinks languages needs to have more powerful reflection. Jon blow wrote his language so he …
-
comment
Comment #23155554
I'm writing a language. I was wondering what you all suggest it have before you would seriously try it out? I don't think most people cares about syntax; does it need to be attache…