Hacker Newsnew | past | comments | ask | show | jobs | submit | yochem's commentslogin

Really nice, loved playing with it!

One small improvement: could you disable the "double tap to zoom" on mobile browsers? This happens often when you press multiple squares closeby. Should be one line of css:

    touch-action: manipulation


This was a lot of fun to do! Thank you. The UX is also very nice, except that it is possible to make typo's in your answer haha


A bit off topic but I absolutely HATE that the Contacts app in ios feels like a one-day hobby project. How is it still so america-centric? Why can't I sort my contacts in Dutch sorting order? Why can't I add other important dates (like their day of death) that also shows up in my calendar?


No way pip actually is a really inefficient SAT solver!


For a long time it was not because there was no backtracking.

Now it is just an exhaustive, recursive search: for the current package try using versions from newest to oldest, enqueue its dependencies, if satisfied return, if conflict continue.


If there was no backtracking, that implies it couldn't solve every sudoku? That is rather amusing with the implication that it couldn't solve every dependency, as well?


uv actually talks about this in their resolver docs https://docs.astral.sh/uv/reference/resolver-internals/


The suggestion from that comment to use "Window -> Move & Resize -> Left" doesn't work for me. Any ideas?


Yes, System Settings > Keyboard > Keyboard shortcuts > App Shortcuts > All Applications [0]. Pretty cumbersome, and I only get it to remap to "Top Left" and friends, but not just "Left" and "Right". Very frustrating.

[0]: https://www.pocket-lint.com/how-to-use-window-tiling-customi...


Yes, and .py is "plain" text too. The extension however helps with signaling the intend of the file. Also, there is something to say for the argument "there is no such thing as plain text" [0]

[0]: https://youtu.be/gd5uJ7Nlvvo


If you had python code and you didn't want it to have syntax highlighting or be run/imported or any of the other normal things that you do with python files, it might make sense to have python code in a .txt. file.

Same idea here IMO. .md would signal the wrong intent, as you don't want to render it to markdown formatting or read as a markdown file normally is. You want it to be read as plain unrendered text.

Sam


Why even have an extension?

Unrelated, but the comment two steps above has the same username pattern as yours (3 letters+00)


.


> I changed it just for you ♡.

iflath wasn't change enough?


You mention that this problem has overlap with training neural nets. Could you link some further reading for this? :)


As a T1Der living in tmux, this is awesome! I'm gonna try this asap.


Did you change the _Z_CMD? If so, you have to include 2>&1. The default is

    alias ${_Z_CMD:-z}='_z 2>&1'


Thanks, just a misunderstanding from my side. Works now. Nice tool, already getting used to it.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: