Viewing profile — unsafecast
unsafecast
HN member- Joined
- Tue, May 17, 2022, 10:31 AM UTC
- HN karma
- 376
- Public activity
- 276 items
- HN profile
- View on Hacker News ↗
About unsafecast
No profile information was provided.
Recent public activity
-
comment
Comment #34392663
Sounds good! I don't use either anymore so I wouldn't know.
-
comment
Comment #34392024
What about having it listed with the actual name, but when you're viewing it in the program launcher you have a hint in gray? Something like this: - Okular Document Viewer
-
comment
Comment #34391480
If I have two PDF viewers, should both be called "PDF viewer"? Gnome seems to love hiding the actual names (the gnome document viewer is actually called evince).
-
comment
Comment #34379715
Why does it alternate between 2023 and 2013?
-
comment
Comment #34378669
I end up using a checkers piece, since pretty much every board I've played on has them.
-
comment
Comment #34372595
You say underpromotion, but something people are surprised by is making a second queen ime. People sometimes assume promotion is actually "taking a captured piece back".
-
comment
Comment #34352282
Indeed, we're being too kind to you.
-
comment
Comment #34350559
Also at http://om-language.org
-
comment
Comment #34309292
Hah, I thought I was the only one who lifts shift too late and gets :Wq.
-
comment
Comment #34292538
> Technically, int32_t is bad in that way, but we are not fooled by it. Meaning? On my system int32_t is directly typedefed to unsigned int, absolutely no hidden pointers or conver…
-
comment
Comment #34274992
What order are the bytes in 0xabcd intended to be used in? I don't see how making it 0x[ab, cd] would be ambiguous, it's the same assumption of reading left to right.
-
comment
Comment #34274947
I think the iBooks were made like that.
-
comment
Comment #34274289
That applies to GLSL in general. I tried once to emulate that using C unions, but quickly realized that there's no solution for v.xz, v.xw, v.yw, etc. You can write functions like …
-
comment
Comment #34274202
That's such a perl/raku thing, and I mean it in the best way possible.
-
comment
Comment #34274187
Of course it does - endianness interferes with any sort of numeric literal. Doesn't matter if it's hex, decimal, underscored, whatever.
-
comment
Comment #34257815
Not for them :)
-
comment
Comment #34245573
Okay but why _not_ use go? You never gave a reason.
-
comment
Comment #34216438
You missed a backslash before your asterisks :)
-
comment
Comment #34197127
From what I can tell, sd has a feature that reads a comment or something from your scripts and displays them in the tab completion. So 'sd ' would show a summary of commands and ap…
-
comment
Comment #34196580
> Edit: Actually since it's a structure, the calling convention is to memory allocate it and pass a pointer, doh. So it should actually compile the same. Depending on calling conve…
-
comment
Comment #34159550
Sublime.
-
comment
Comment #34159541
This is the reason why I love it. Yes, it's not pretty, but you can hack anything into it really quickly. The fact that it's so 'informal' is the reason why it works so well imo.
-
comment
Comment #34159487
In my own experience, it's just as fast if not a tiny bit faster, but what it's _really_ good at is customisability. With sublime I tried once to write a small plugin for gofmt and…
-
comment
Comment #34148290
I'm not sure I got your point. Also, https://www.teamten.com/lawrence/writings/coding-machines/
-
comment
Comment #34148183
I think GP meant that it's two digits instead of one (you have to type 01, not 1).