Viewing profile — ai_
ai_
HN member- Joined
- Sat, Aug 01, 2020, 1:51 AM UTC
- HN karma
- 20
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About ai_
No profile information was provided.
Recent public activity
-
comment
Comment #48811169
See also the 2015 horror game SOMA
-
comment
Comment #48659723
Ever since I started riding a motorcycle I've started to believe this to be the case too. I get so many bug splats on my helmet, jacket, and motorcycle that I'd never have if I was…
-
comment
Comment #48039878
I added it to my cart 2 minutes before and spent 3 hours trying before realizing that just because it's in your cart doesn't mean it exists since it was actually out of stock.
-
comment
Comment #47206888
And as we've seen with streaming it'll have ads anyway despite the fact that you're paying.
-
comment
Comment #46705946
matklad made xshell
-
comment
Comment #46662769
That TAS is spliced. The stairs beyond the door aren't loaded, you need the key to load it. This is a real console 0-star TAS: https://youtu.be/iUt840BUOYA
-
comment
Comment #46449339
It's crazy how unusable most gun websites are for browsing what's available. This though is the perfect example of what I really want when browsing catalogues.
-
comment
Comment #45793702
if let makes a lot more sense when you learn that a normal let expression also takes a pattern[1]. let Coordinates(x, y) = get_coords(); But this is intended for "exhaustive patter…
-
comment
Comment #43778615
No? Not everyone's dream is being a manager. I like writing code, it's fun! Telling someone else to go write code for me so that I can read it later? Not fun, avoid it if possible …
-
comment
Comment #42980704
It's useful for combinators, like flatMap. For instance if you want to flatten an iterator of optional values into the values of all some elements.
-
comment
Comment #42325401
Except mirages are real optical phenomena that can be captured by a camera. Hallucinations are made entirely by your brain and cannot be captured by an external observer.
-
comment
Comment #41633757
You can also just allocate unmanaged memory directly via `Marshal.AllocHGlobal`. Basically the .NET version of `malloc()`
-
comment
Comment #41391047
Those generally aren't in the living room
-
comment
Comment #40549267
I'm not sure if it's actually any easier to read. When lots of things are changing it honestly becomes harder to read and figure out what's important and what's superfluous. With t…
-
comment
Comment #32161923
I always thought it was pronounced "ef'in". Like when you have to censor yourself in front of coworkers because of this ef'in code.