Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Cogito
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Cogito
10mo ago
I think I took out an extra comma too, which hurts readability. Personally I write with too many asides, normally done with commas and parentheses. It's a comforting habit to fall into, and makes getting your thoughts out so much easie
2.
▲
by
Cogito
10mo ago
It may be due to AI proliferation, or the culturural bias I have, but I increasingly find em-dashes jarring . As you point out, authors use them for the "natural and chaotic shifts of thought we all have" and when there are lots
3.
▲
by
Cogito
10mo ago
I've found having yt-dlp available on my iPhone useful, and used Pythonista to achieve that, but haven't figured out how to get the new requirements to work yet. Would love any ideas people have!
4.
▲
by
Cogito
11mo ago
> (I forget how git format-patch handles the case where there are two parents.) As per [0] merge commits are dropped: Note that format-patch will omit merge commits from the output, even if they are part of the requested range. A simple
5.
▲
by
Cogito
11mo ago
Out of interest, what do you think it would look like if communicating was algorithmic? I know that it doesn't feel like I am doing anything particularly algorithmic when I communicate but I am not the hommunculus inside me shuffli
6.
▲
by
Cogito
1y ago
They have a MasterClass® class that you might like if you have an account (or if you don't!) https://www.masterclass.com/classes/penn-and-teller-teach-th...
7.
▲
by
Cogito
1y ago
No claim was made that it is not open source. The contention was over if it was a free license or not: > not free software which it is. As F3nd0 said, it's both.
8.
▲
by
Cogito
1y ago
I anticipate this will make it much easier for me to get my little team of actuaries formatting their code. The impact of uv on our onboarding and utilisation of python has already been huge, and any way I can easily improve their code hygi
9.
▲
by
Cogito
1y ago
Thanks, I'm pretty sure I was thinking of this whole discussion when I made my original comment :)
10.
▲
by
Cogito
1y ago
I'm completely ignorant so forgive me if this is obvious: in the effort of the parent article - to compile rustc with gcc - will rustc still be feeding lots of code to LLVM, or would that code now be fed to gcc?
11.
▲
by
Cogito
1y ago
Really great read. Someone mentioned recently that the slowness of rustc is in large part due to llvm. I know that is probably orthogonal to the work here, but I do like the idea of building the compiler with different toolchains, and that
12.
▲
by
Cogito
1y ago
Recent moonlanders have been having trouble landing on the moon. Some are just crashing, but tipping over after landing is a real problem too. Hence the joke above :)
13.
▲
by
Cogito
1y ago
This worked pretty well for me: uv add --dev uv-bump uv-bump Agree that something like this should be built in. https://pypi.org/project/uv-bump/
14.
▲
by
Cogito
1y ago
bios444's comment is a sibling, and yes I can't reply to them.
15.
▲
by
Cogito
1y ago
Hey bios444 if you see this your comments are not showing as you seem to have been hit by HN's shadowban hammer. It seems like you might also be absurdwebsite which doesn't seem to be banned (but does have a hidden post from a
16.
▲
by
Cogito
1y ago
Just reiterating what cogogo stated in a sibling, but the thing that threw me was the 'review' in the title. I was expecting some critique or comparison but instead saw summary and highlights. I enjoyed the summary and highlight
17.
▲
by
Cogito
1y ago
Thought I'd check the arithmetic for 2 two-digit numbers, and it works! I expect 41+14 to be 12 (two right plus two up equals two right and two up). Long addition in long form below uses: '=' to show equivalent lines (reorder
18.
▲
by
Cogito
1y ago
This is from 2011, FYI.
19.
▲
by
Cogito
1y ago
Low earth orbit is in space ('outer space'), so unless they have been to other parts of space not sure it's more correct - perhaps more specific, but I think the more general correct claim wins out. If they'd previously
20.
▲
by
Cogito
2y ago
Completed it. Was really fun, thank you! I wasn't sure how to chain function calls so had to look that up to implement movei, but apart from that was fairly straightforward (it's (do (<func1>) (<func2>) ...) ). My UI
21.
▲
by
Cogito
2y ago
My favourite related trick is to use cross viewing to solve find-the-difference puzzles. Set up so the two images (with slight differences) are next to each other, cross your eyes, and look for 'shimmering' spots - these are the d
22.
▲
by
Cogito
2y ago
Now just need to duplicate the mouse cursor to be in 3D too! I also had to shrink the window as I couldn't manage the cross view on a widescreen :)
23.
▲
by
Cogito
2y ago
For those who haven't seen it before, throwing out nand2tetris and nandgame as another interesting journey from logic gates -> computer programs running on a CPU. nandgame, in particular, is really easy to get started with and has b
24.
▲
by
Cogito
2y ago
Sally Pointer is another experimental archaeologist who produces great content on youtube. Her stuff tends to be more textiles and foraging based, and is an excellent rabbit hole to go down. https://www.sallypointer.com/ h
25.
▲
by
Cogito
3y ago
> why doesn't that make the other stars yellow too? Most stars appear white/bluish because they are too dim for our colour receptors to perceive. The spectra arriving at our eyeballs is consistent with what you would expect g
26.
▲
by
Cogito
3y ago
I know I had issues keeping track of how many steps I’d taken, but making sure I was generating a good set of neighbours helped with that. Otherwise it was just making sure I got the rules right, like all AoC problems, and testing different
27.
▲
by
Cogito
3y ago
A tuple vector with row and column offset, your third option here, which happen to have symbol names of N, S, E, and W.
28.
▲
by
Cogito
3y ago
My search nodes were tuples of position, direction, and steps taken in the same direction. More or less a straight depth first search with a priority queue from there.
29.
▲
by
Cogito
3y ago
The point I'm supporting is that users will not realise that the documentation that is linked to is from a different project than the one being used. Hopefully, by focusing on an example of how a support interaction could go (clueless
30.
▲
by
Cogito
3y ago
"Hey, your docs say that curl should be doing this, but it's not working for me?" <2 pages of back-and-forth posts later> "Oh you're using xCurl, yeah you need to talk to Microsoft." It probably depends o
More ›