Viewing profile — aunderscored
aunderscored
HN member- Joined
- Wed, Jun 20, 2018, 12:10 PM UTC
- HN karma
- 267
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About aunderscored
No profile information was provided.
Recent public activity
-
comment
Comment #49102817
I feel like this is one of the most damaging parts of the slop problem. Occasionally the slopisms fit into real writing. Sometimes people do just write like this, and we are losing…
-
comment
Comment #47757947
How does that differ from this where you need to keep track of state and the whole change in the stack?
-
comment
Comment #47603124
This one definitely does not feel like AI to me. I could be wrong. But it has too much warmth.
-
comment
Comment #47295179
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…
-
comment
Comment #46996295
RFC language is expmicltly defined in 2119[0]. Any other interpretation is incorrect. [0] https://www.rfc-editor.org/rfc/rfc2119
-
comment
Comment #46960336
IRC still exists at a semi large scale. If you're looking to return
-
comment
Comment #46458152
If you're interested, fstrings are faster because they directly become bytecode at compile time rather than being a function call at runtime
-
comment
Comment #46448108
Just like the event
-
comment
Comment #46027404
This looks really cute. I wonder if it'd help with reviews when people have strange PR's
-
comment
Comment #45873864
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 bette…
-
comment
Comment #45756157
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
-
comment
Comment #45752709
pipx solves this perfectly.
-
comment
Comment #45407709
There are already some bits of this with specific bytecode and the upcoming jit, it's not using annotations at all though
-
comment
Comment #45402723
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.…
-
comment
Comment #43259824
Have you considered fixup commits? On shared branches they work very well. Either autosquash before pushing, or as part of your final PR prep
-
comment
Comment #42677198
Watched this on a whim in December. It was a fantastic movie and I recommend it to anyone
-
comment
Comment #42672888
Indeed! It's delightful like all of bash. I've used them in a few places but I try not to
-
comment
Comment #42632973
Not only do they exist, but they have some fantastic foot guns! https://mywiki.wooledge.org/BashPitfalls#A.5B.5B_-v_hash.5B....
-
comment
Comment #42540458
If you always allow a company to say "wait no don't" with issues, it gives them a tool to quiet problems without solving them. Responsible disclosure is a tool , and part of that t…
-
comment
Comment #42535637
Saw this in person, awesome look at street lamp control and then walking that all the way up to "oops we figured out a way to attack the European power grid"
- story
-
comment
Comment #42191565
It's the same amount of terrifying as a regular deploy, you need to ensure that you limit access as needed
-
comment
Comment #41500258
It does, which is why this is more easily done by importing exact bits or using a single file
-
comment
Comment #41488836
Every JSON API under the sun disagrees, but I do agree in principle. People very much like using HTTP as a JSON (or XML) transfer protocol
-
comment
Comment #41481413
Indeed. That is particularly good at violating the principle of least astonishment