Shattered Pixel Dungeon: https://github.com/00-Evan/shattered-pixel-dungeon/releases
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 commute or when I want to do some coding…
A paper doesn't necessarily mean the information is new, but that there is now some/more evidence to support it.
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 version. For example X = X + X is really Xv2…
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 of development. It lets me work on my…
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.
> 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 have any reason to believe that your…
Guess I'll go back to coding on my phone :'(
> 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 our San Francisco, New York, or Seattle…
This is also covered by "make it fail"
This and Firefox on Android with uBlock Origin
Doing something pretty similar with u,v coordinates to project half-edge arrows onto triangle faces.
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 = u; }' Or if you want to clear the…
Java 14 introduced switch expressions. https://docs.oracle.com/en/java/javase/17/language/switch-ex...
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.
Circles in circles doesn't really scale well if the inner circles are always vertically centered.
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.
It's an awk interview. "Awk creator" is relevant.
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).
New rule needs ~ when * or _ is used inside words, so your example wouldn't need escaping. E.g., dis~/cuss/~ing
Shattered Pixel Dungeon: https://github.com/00-Evan/shattered-pixel-dungeon/releases
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 commute or when I want to do some coding…
A paper doesn't necessarily mean the information is new, but that there is now some/more evidence to support it.
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 version. For example X = X + X is really Xv2…
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 of development. It lets me work on my…
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.
> 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 have any reason to believe that your…
Guess I'll go back to coding on my phone :'(
> 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 our San Francisco, New York, or Seattle…
This is also covered by "make it fail"
This and Firefox on Android with uBlock Origin
Doing something pretty similar with u,v coordinates to project half-edge arrows onto triangle faces.
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 = u; }' Or if you want to clear the…
Java 14 introduced switch expressions. https://docs.oracle.com/en/java/javase/17/language/switch-ex...
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.
Circles in circles doesn't really scale well if the inner circles are always vertically centered.
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.
It's an awk interview. "Awk creator" is relevant.
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).
New rule needs ~ when * or _ is used inside words, so your example wouldn't need escaping. E.g., dis~/cuss/~ing