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

Python, C++


What do you do?


Really? The only reason that ChatGPT is more adept at coding problems is because there is vastly more training data. There's nothing fundamentally different between problem solving a coding problem and physics problem. Like all the others before it, I don't think this comment will age too well.


I like https://github.com/PatrickF1/fzf.fish

Can also do cool stuff like search for a file to open in $EDITOR and searching git log


Seriously, are they only talking about weight decay? Why so complicated?


Your CV is how many pages? Instead of listing everything from assembler to JSON, maybe try to get it down to 1 (2 max)


Lol. Have you ever tried to use a trackpad on Linux?



I didn't know about Protocol! How does this differ from ABC?


You need to explicitly inherit from an ABC to be considered an instance of it. With Protocols you just need to match the interface, duck-typing style.

(You can also do this with ABCs by writing custom __subclasscheck__ and __instancecheck__ functions, but those can't be statically checked, they only work at runtime)

AFAIK protocols actually use ABCs internally(?) Just in a more constrained form that static type checkers can understand.


Materialistic is a good android app for HN


Trackpads SOTA, Keyboards OK, Mouse is PITA


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

Search: