Live data from Hacker News

Viewing profile — aaaronic

aaaronic

HN member
Joined
Mon, Jul 17, 2017, 2:49 PM UTC
HN karma
284
Public activity
78 items

About aaaronic

GitHub: https://github.com/aaaronic

I teach Media Device Architecture at Georgia Tech (in addition to my day job). Sometimes different courses over the Summer.

Recent public activity

  1. comment
    Comment #49238698

    Most of the older consoles don't have an FPU. Fixed point is king on those older systems.

  2. comment
    Comment #48866622

    Yes and no. It depends which branch of chemistry you world have chosen to go down. Physical Chemistry certainly improves a fair amount of the hand waving, but even there the underl…

  3. comment
    Comment #48866436

    Sigma and Pi bonds are typically covered in AP Chemistry, even if the “why/how” is hand waved pretty heavily. The valence cloud shapes get wild for heavier atoms and bonds between …

  4. comment
    Comment #48459466

    It's not like they're mutually exclusive. In fact, multiple candidates seem to be quite sympathetic in their feedback loops.

  5. comment
    Comment #48419474

    I thought his name was Watson (the dog assistant). Edit: I was wrong. But there is "Power Pup" and apparently Will Shakespeare

  6. comment
    Comment #48363416

    Ha, I have a 16 year old who yells "chat" often enough when online gaming to be familiar with that use. I'm positive these students did use an LLM to get the help instead of crowds…

  7. comment
    Comment #48363188

    I was hoping to get them access to a specific tool like GitHub Copilot via GitHub Education, but when I looked, sign-ups were paused, so I went the tool-agnostic approach. Even dur…

  8. comment
    Comment #48363139

    I told them up front this was new territory and we're all learning from it. If they're overusing it I assured them they won't be dealing with a student integrity issue, but I will …

  9. comment
    Comment #48360832

    I'm trying something similar this semester with my course via AGENTS.md. I think this one is overly verbose and probably falls out of context windows pretty quickly, based on my ex…

  10. comment
    Comment #47992620

    Brave man. RIP your inbox.

  11. comment
    Comment #47935392

    I'm pretty sure I did not get to keep my shoes on through TSA in 2004. It may not have been mandatory nation-wide until ~2006, but the origin is a 2001 incident.

  12. comment
    Comment #47922444

    See: "It's OK to abandon your side-project (2024)": https://news.ycombinator.com/item?id=47918961 (also on today's frontpage)

  13. comment
    Comment #47678339

    I've worked in too many large codebases where no one can point to any _single file or class_ and label it "correct," ("the right way") yet management is amazed when the lack of a "…

  14. comment
    Comment #47678277

    It does amaze me when colleagues refuse to read what I (personally, deliberately) wrote (they ask AI to summarize), but then tell AI to write their response and it's absolutely blo…

  15. comment
    Comment #47460566

    I also found the statement bizarre. They don’t seem to have any argument for compensation of any kind unless the books were under a restrictive license that required derived works …

  16. comment
    Comment #47185621

    But some of Apple or Spotify Premium's recent moves Re: advertising show that even those who _are paying_ end up getting the ad experience eventually. The old "If you aren't paying…

  17. comment
    Comment #45867601

    Building floor numbers in at least a few countries I’m aware of start from zero or “G” ( or the local language equivalent for “ground“) with 1 being the first story above the groun…

  18. comment
  19. comment
    Comment #44148307

    I’m afraid I couldn’t follow. Too long since I used most of those terms or symbols. Can anyone ELI5?

  20. comment
    Comment #42335631

    The multi-line case can usually be fixed with simple configuration changes to a structured log format. The other cases are more interesting, and pre-aggregation of all logs related…

  21. comment
    Comment #42129544

    I thought it was common knowledge that Pikachu was the culprit.

  22. comment
    Comment #41210588

    Multiplying by increasingly complicated expressions equivalent to “1” is what I remember doing for almost every problem in Quantum Mechanics.

  23. comment
    Comment #41176887

    It’s not so bad when there’s at least sprint toggling (often an option in gameplay settings). Having to hold it down continuously can be a bit much, especially in games where you b…

  24. comment
    Comment #40763613

    I can agree with that, though admit to being guilty of using sudo bash far more often than I should. I honestly thought they’d be using ssh that way (single command at a time), tho…

  25. comment
    Comment #40763513

    Am I missing something? How is logging into ssh (sshd) AS root more secure than using sudo? I honestly don’t even know how dangerous that is because I’ve always been told to never …