Live data from Hacker News

Viewing profile — aunderscored

aunderscored

HN member
Joined
Wed, Jun 20, 2018, 12:10 PM UTC
HN karma
267
Public activity
55 items

About aunderscored

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #47757947

    How does that differ from this where you need to keep track of state and the whole change in the stack?

  3. comment
    Comment #47603124

    This one definitely does not feel like AI to me. I could be wrong. But it has too much warmth.

  4. 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…

  5. comment
    Comment #46996295

    RFC language is expmicltly defined in 2119[0]. Any other interpretation is incorrect. [0] https://www.rfc-editor.org/rfc/rfc2119

  6. comment
    Comment #46960336

    IRC still exists at a semi large scale. If you're looking to return

  7. 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

  8. comment
    Comment #46448108

    Just like the event

  9. comment
    Comment #46027404

    This looks really cute. I wonder if it'd help with reviews when people have strange PR's

  10. 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…

  11. 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

  12. comment
    Comment #45752709

    pipx solves this perfectly.

  13. 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

  14. 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.…

  15. 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

  16. comment
    Comment #42677198

    Watched this on a whim in December. It was a fantastic movie and I recommend it to anyone

  17. comment
    Comment #42672888

    Indeed! It's delightful like all of bash. I've used them in a few places but I try not to

  18. 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....

  19. 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…

  20. 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"

  21. story
  22. comment
    Comment #42191565

    It's the same amount of terrifying as a regular deploy, you need to ensure that you limit access as needed

  23. comment
    Comment #41500258

    It does, which is why this is more easily done by importing exact bits or using a single file

  24. 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

  25. comment
    Comment #41481413

    Indeed. That is particularly good at violating the principle of least astonishment