HackerLangs
TopNewTrendsCommentsPastAskShowJobs

aunderscored

no profile record

comments

aunderscored
·3 ay önce·discuss
How does that differ from this where you need to keep track of state and the whole change in the stack?
aunderscored
·3 ay önce·discuss
This one definitely does not feel like AI to me. I could be wrong. But it has too much warmth.
aunderscored
·4 ay önce·discuss
The problem is this reduces usability for others. Yes, there are many local to a country sites, but there are also large scale global ones. In both cases, you're not really gaining anything other than some clever autocomplete that could be far more precise if the site offered the correct fields so that whatever autocomplete tooling I use can put the data in for me.

The page itself specifically says "and country", however that too doesn't work. Other non us countries may have the same postal codes, or in my case mine is 4 digits, and I had to figure out that "oh, this is us only and it doesn't work at all for me", which was just entirely a waste of time.
aunderscored
·5 ay önce·discuss
RFC language is expmicltly defined in 2119[0]. Any other interpretation is incorrect.

[0] https://www.rfc-editor.org/rfc/rfc2119
aunderscored
·5 ay önce·discuss
IRC still exists at a semi large scale. If you're looking to return
aunderscored
·6 ay önce·discuss
If you're interested, fstrings are faster because they directly become bytecode at compile time rather than being a function call at runtime
aunderscored
·6 ay önce·discuss
Just like the event
aunderscored
·8 ay önce·discuss
This looks really cute. I wonder if it'd help with reviews when people have strange PR's
aunderscored
·8 ay önce·discuss
Working on some tailored to my needs tax reporting software. I submit claims to my workplace in batches under a number of different categories. Using this as an excuse to get better at some bits of SQL, leaning Textual as well, which I'm hoping to use in other things. Other than that I'm cooking a few IRC bots that I swap to when the other code becomes a bit too boring
aunderscored
·8 ay önce·discuss
Agreed! Sorry my read was for apps. You can use --user with pip to install into the user site rather than the system site, however it still causes overlap which can be problematic
aunderscored
·8 ay önce·discuss
pipx solves this perfectly.
aunderscored
·10 ay önce·discuss
There are already some bits of this with specific bytecode and the upcoming jit, it's not using annotations at all though
aunderscored
·10 ay önce·discuss
Without significant language changes, this is not possible. While your code may be typed as an int, I can simply redefine what int means. I can also modify the code in your method.