Live data from Hacker News

Viewing profile — maytc

maytc

HN member
Joined
Sat, Jan 01, 2011, 9:55 PM UTC
HN karma
500
Public activity
154 items

About maytc

No profile information was provided.

Recent public activity

  1. comment
    Comment #48263406

    Most code written are not novel. Actually most code written should not be novel. Eg: the number of lines of code written isn't spent on writing git, it's spent on writing that land…

  2. story
    Ask HN: Do you feel reading AI generated readme tiring?

    It’s not just this but it’s that. This changes everything. This, and this and that. Reading this writing structure over and over is really starting to tire me out.

  3. story
  4. comment
    Comment #47362763

    The key difference is that the model is able to write the program as it’s executing it. Before it needs to write the code and have an external program execute it. Here it can chang…

  5. comment
    Comment #47241349

    Was hoping to upgrade from my 2017 iMac and this new studio display is quite a bummer. 9 years later and it's basically the same display spec. (500 nits spec bump to 600 nits)

  6. comment
    Comment #45817763

    It’s probably because their paid advertising spots are being viewed by bots instead of humans. Amazon still charges the advertisers, since it detects the traffic as coming from a n…

  7. story
    Ask HN: Where in the dot com boom is AI today?

    Curious of the parallels. Anyone whole lived through it around to give a picture?

  8. comment
    Comment #44832416

    They fixed it in the press release charts https://openai.com/index/introducing-gpt-5/

  9. story
    Tell HN: Anthropic expires paid credits after a year

    > Your organization “xxx” has $xxx Anthropic API credits that will expire on September 03, 2025 UTC. > > To ensure uninterrupted service, we recommend enabling auto-reload for your…

  10. comment
    Comment #44147949

    2400+ fps (mindblown)

  11. comment
    Comment #44000576

    Curious if the authors had a chance to look at the Softpick paper? https://arxiv.org/abs/2504.20966

  12. comment
    Comment #43851610

    That example is probably in the training data? The puzzle assumes that the room temperature is greater than the cold milk's temperature. When I added that the room temperature is, …

  13. comment
    Comment #42013720

    The underrated release is the ChatGPT search Chrome extension that lets you bypass Google search completely. https://chromewebstore.google.com/detail/chatgpt-search/ejcf...

  14. comment
    Comment #42002322

    Switched to Perplexity Pro and haven't looked back

  15. comment
    Comment #41932762

    The difference in the dates example seems right to me 20 October 2024 and 2024-20-10 are not the same. Months in different locales can be written as yyyy-MM-dd. It can also be a ca…

  16. comment
    Comment #41692979

    A tool to auto-translate images and PDFs.

  17. comment
    Comment #40695293

    Curious if anyone got reasonably good at a foreign language through duolingo? (Maybe able to hold a conversation)

  18. comment
    Comment #40339046

    Github Copilot definitely improved my coding productivity. However, most of my time is spent thinking about the problem to be solved than the actual coding.

  19. comment
    Comment #39834885

    Link to the paper: https://arxiv.org/abs/2311.18828

  20. comment
    Comment #39786564

    IMHO, cascading is OKRs' real power. It forces the organization to say no to most things, which sharpens its focus on what needs to be done. Throw that away, setting aligned SMART …

  21. comment
    Comment #39700701

    Seems like a typo. Other pages says GPT-4 Turbo https://www.microsoft.com/en-us/store/b/copilotpro

  22. comment
    Comment #39469388

    Stupid question but I thought transformers have an O(n^2) memory usage. With 2M tokens, won't I need dozens and dozens of GPUs just to run the base LLaMA2 models?

  23. comment
    Comment #39271865

    Helping teams know what to say "no" to is the real power of OKR. You do that by having the entire organization's O and KR roll up and cascade down. My Objectives directly roll up t…

  24. comment
    Comment #39269531

    Built an LLM interface to control my browser. Used it to generate playwright tests for me https://github.com/mayt/BrowserGPT

  25. comment
    Comment #39200067

    Never liked the way these problems are worded. `You take a random ball out of the urn—it’s red—and discard it.` How normal people read it: Given this specific instance where you ju…