Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
overhead4075
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
overhead4075
6mo ago
Shattered Pixel Dungeon: https://github.com/00-Evan/shattered-pixel-dungeon/releases
2.
▲
by
overhead4075
7mo ago
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
3.
▲
by
overhead4075
9mo ago
A paper doesn't necessarily mean the information is new, but that there is now some/more evidence to support it.
4.
▲
by
overhead4075
10mo ago
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
5.
▲
by
overhead4075
1y ago
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 hobbies while I commu
6.
▲
by
overhead4075
1y ago
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.
7.
▲
by
overhead4075
1y ago
> 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
8.
▲
by
overhead4075
1y ago
Guess I'll go back to coding on my phone :'(
9.
▲
by
overhead4075
1y ago
> 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-
10.
▲
by
overhead4075
2y ago
This is also covered by "make it fail"
11.
▲
by
overhead4075
2y ago
This and Firefox on Android with uBlock Origin
12.
▲
by
overhead4075
2y ago
Doing something pretty similar with u,v coordinates to project half-edge arrows onto triangle faces.
13.
▲
by
overhead4075
2y ago
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 w
14.
▲
by
overhead4075
2y ago
Java 14 introduced switch expressions. https://docs.oracle.com/en/java/javase/17/language/switch-ex...
15.
▲
by
overhead4075
2y ago
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.
16.
▲
by
overhead4075
2y ago
Circles in circles doesn't really scale well if the inner circles are always vertically centered.
17.
▲
by
overhead4075
2y ago
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.
18.
▲
by
overhead4075
2y ago
It's an awk interview. "Awk creator" is relevant.
19.
▲
by
overhead4075
3y ago
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).
20.
▲
by
overhead4075
3y ago
New rule needs ~ when * or _ is used inside words, so your example wouldn't need escaping. E.g., dis~/cuss/~ing