Shattered Pixel Dungeon: https://github.com/00-Evan/shattered-pixel-dungeon/releases
HN user
overhead4075
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 without having to carry a laptop around.
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 = Xv1 + Xv1I 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 hobbies while I commute, travel, or am otherwise idle and is a nice alternative to scrolling social media or consuming content.
With git, I can just sync my changes and work from a PC when I can/want to.
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 automated AI checker is accurate or reliable? If anything, you're biasing yourself against neurodivergent applicants or anyone applying using their non-native language.
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 offices, 2-3 days a week as required by your manager.
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 screen too awk -W interactive 'BEGIN { t = systime(); } { u=systime(); if (u - t > 1) { printf("\033[2J\033[H= %s %ds =========\n",strftime("%T"), u - t); }; print $0; t = u; }'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