Viewing profile — overhead4075
overhead4075
HN member- Joined
- Sun, Jul 02, 2023, 2:18 AM UTC
- HN karma
- 52
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About overhead4075
No profile information was provided.
Recent public activity
-
comment
Comment #47669659
Shattered Pixel Dungeon: https://github.com/00-Evan/shattered-pixel-dungeon/releases
-
comment
Comment #47144098
I do rust dev (nvim) and other ssh/terminal tasks on my Android phone. I get 82 rows and 118 columns, so not too worried about long lines. Mostly for something to do during my comm…
-
comment
Comment #46450037
A paper doesn't necessarily mean the information is new, but that there is now some/more evidence to support it.
-
comment
Comment #45890785
I explain "X equals X plus one" as though each variable has an implicit version that increases whenever it's written to or as time goes on, but we can only access the lastest versi…
-
comment
Comment #45408940
I code on my phone using termux, tmux, nvim, and Unexpected Keyboard (no physical keyboard) on an Android phone. Vim style modal editing is actually really well suited to this kind…
-
comment
Comment #45396968
The page loads a "subscribe to author" modal pretty quickly after the page loads. You may have partially blocked it, so you won't see the modal but it still prevents scroll.
-
comment
Comment #43946992
> cover letter is very important, and please do not use chatgpt to write it (we have automated checkers in place) Specifically this > we have automated checkers in place Do you hav…
-
comment
Comment #43767719
Guess I'll go back to coding on my phone :'(
-
comment
Comment #43596599
> Location: Remote Descriptions: [ Staff Full Stack / Senior Backend ] > This role will be a hybrid work format, with time split between working remotely and working onsite from ou…
-
comment
Comment #42684702
This is also covered by "make it fail"
-
comment
Comment #42604308
This and Firefox on Android with uBlock Origin
-
comment
Comment #42589973
Doing something pretty similar with u,v coordinates to project half-edge arrows onto triangle faces.
-
comment
Comment #42495533
A bit fancier than my awk version awk -W interactive 'BEGIN { t = systime(); } { u=systime(); if (u - t > 1) { printf("= %s %ds =========\n",strftime("%T"), u - t); }; print $0; t …
-
comment
Comment #42484699
Java 14 introduced switch expressions. https://docs.oracle.com/en/java/javase/17/language/switch-ex...
-
comment
Comment #42001490
Logically, it couldn't be 50% since that would imply that the other 50% would be open brackets and that would leave 0% room for macros.
-
comment
Comment #41946493
Circles in circles doesn't really scale well if the inner circles are always vertically centered.
-
comment
Comment #41704466
It might be worth having a price estimate comparison calculator instead of just a table. E.g., enter the number of users, the number of docs per week/month to show estimated price.…
-
comment
Comment #40989102
It's an awk interview. "Awk creator" is relevant.
-
comment
Comment #37633152
E.g., Unexpected Keyboard has modifier keys and I can use it to enter Ctrl+Z on Android. And a lot of other shortcuts, too (cut, copy, paste, select all, home/end, etc).
-
comment
Comment #36557568
New rule needs ~ when * or _ is used inside words, so your example wouldn't need escaping. E.g., dis~/cuss/~ing