Live data from Hacker News

Viewing profile — anon946

anon946

HN member
Joined
Mon, Mar 14, 2016, 1:46 PM UTC
HN karma
233
Public activity
103 items

About anon946

No profile information was provided.

Recent public activity

  1. comment
    Comment #47127323

    Sufficient if all else were equal. But the human brain and artificial neural networks are clearly not equal. This is setting aside the whole question of whether we hope to equal hu…

  2. comment
    Comment #46931720

    Isn't this a little bit of a category error? LLMs are not a language. But prompts to LLMs are written in a language, more or less a natural language such as English. Unfortunately,…

  3. comment
    Comment #46668090

    The irony here is that universities are struggling to teach writing skills, due to massive cheating with AI.

  4. comment
    Comment #45726676

    Note that many universities still have DEI offices. I believe that they are interpreting as described here: https://www.governmentcontractorcomplianceupdate.com/2025/08... . So as …

  5. comment
    Comment #44239398

    How are other kinds of engineers such as automotive engineers treated at companies like Ford, or aerospace engineers such as at Boeing?

  6. comment
    Comment #42887075

    I agree that the goals are worthwhile, and also feel that requiring every proposal to include this is not efficient and/or very effective. They should take all the funds and time s…

  7. comment
    Comment #42568644

    Add some extra information, and it gets confused. This is 4o. https://chatgpt.com/share/67759723-f008-800e-b0f3-9c81e656d6... One might argue that it's impossible to compress air u…

  8. comment
    Comment #42438178

    The bank is context that gives us a prior probability. However, MLE does not consider a prior. So MLE can give results that are not very helpful in the real world. All it does is a…

  9. comment
    Comment #42438139

    Yes, but then it is no longer MLE, but rather MAP: [ https://www.cs.cmu.edu/~aarti/Class/10701_Spring23/Lecs/Lect... .

  10. comment
    Comment #42428407

    My favorite MLE example: Suppose you walk into a bank and ask them to give you a quarter. You flip the quarter twice and get two heads. Given this experiment, what do you estimate …

  11. comment
    Comment #41692706

    Only if you let the mistake go unmentioned. I do a version of this where I glibly include a mistake, like: // Examples of dereference operator. int i, *ip = ..., **ipp = ...; i = *…

  12. comment
    Comment #40391376

    Yes, used in the past. I don't currently use them, though I think they are cool mechanical marvels, especially IBM Selectrics. Those were way too expensive to own personally, but w…

  13. comment
    Comment #40391304

    Oh, I personally don't currently use them. This was in the past, starting from playing around with my Dad's manual typewriter. Took typing course in 8th grade on a manual. Owned a …

  14. comment
    Comment #40385359

    I have used multiple typewriters in my life, and agree. In addition, the look of film/tape vs cloth/nylon is very different, and tape ribbon can look very crisp: https://en.wikiped…

  15. comment
    Comment #40198525

    Bemused ( https://www.merriam-webster.com/grammar/can-bemuse-mean-amus... ) is another word that is often understood "incorrectly".

  16. comment
    Comment #39747364

    Completely reasonable. I'd probably edit your blog post a bit to indicate that.

  17. comment
    Comment #39746880

    Did you add output of the results to the C code?

  18. comment
    Comment #39746818

    IMO, not using any optimization flags with C is somewhat arbitrary, since the compiler writers could have just decided that by default we'll do thing X, Y, and Z, and then you'd ne…

  19. comment
    Comment #39424103

    For the discrete case, it seems that a better thing to do is consider the likelihood of getting that number of heads, rather than the likelihood of getting that exact sequence. I a…

  20. comment
    Comment #37181301

    Is all UB silly? E.g., wouldn't fully defining what happens when one goes beyond the end of an array impose a non-trivial performance hit for at least some code?

  21. comment
    Comment #36241544

    Seems that ideally, there would be a standard based on viral inactivation/removal rate, rather than targeting specifically ACH. Companies and builders could then decide what combin…

  22. comment
    Comment #35879477

    Seems to be more about holding chopsticks. But two ways to use chopsticks that might be less known: Opening a bottle: https://www.youtube.com/watch?v=CPLrGfAbhnw Also, I couldn't f…

  23. comment
    Comment #35129917

    If you use university resources, they almost certainly will have a claim to the IP. Best to just buy a personal laptop, and use only personal resources.

  24. comment
    Comment #35031025

    We have had a compiler elective before, but it was never required, and currently we don't offer it. I don't think there is a lot of demand from students for it, for better or worse…

  25. comment
    Comment #35023129

    I'm a professor at a R1 university in the CS dept. I wire-wrapped a PDP-8 in school as part of a CS degree, and thought it was super-interesting and fun, and part of me agrees with…