Live data from Hacker News

Viewing profile — csense

csense

HN member
Joined
Sun, Jul 22, 2012, 8:16 PM UTC
HN karma
7,238
Public activity
2,693 items

About csense

No profile information was provided.

Recent public activity

  1. comment
    Comment #49135690

    I'm sorry, MASM? All the cool kids use NASM or YASM.

  2. comment
    Comment #49135614

    This is technical writing for kernel developers who already know how memory management works. If you want to understand it better, you should study up on the x86 MMU and the kernel…

  3. comment
    Comment #49130060

    Jeff Bezos is probably calling everyone he knows in Washington right now. The big question is, does he say "End this war immediately to stop them from bombing my datacenters" or "E…

  4. comment
    Comment #49085035

    It's obvious to me that writing "Give me a confidence score from 1-5" in your prompt will have disappointing results if you use that score directly. If you want self-reported confi…

  5. story
  6. comment
    Comment #48731717

    Was this a jury trial?

  7. comment
    Comment #48731693

    Perfect attendance is not a good goal to aspire to. Kids force themselves (or get forced by parents) to go to school while sick, which is probably bad for their health and also ris…

  8. comment
    Comment #48497803

    This is a great link. The most interesting feature of the solar graph is the amplitude of the seasonal variations. It looks like we typically generating ~100% more solar power in J…

  9. comment
    Comment #48421130

    > they shouldn't be allowed to? Anthropic addresses this head-on in the final section of the paper titled "What should we do?" If you convince the US government to slow AI developm…

  10. comment
    Comment #48420879

    Central control of heat pumps sounds like a dystopian nightmare. I don't want to give somebody outside my house the ability to shut off my heating or cooling. The real problem is t…

  11. comment
    Comment #47849026

    Let's be honest. If someone did send in the troops to restore order, people would be screaming "How dare you invade a sovereign country" or "You're only doing this because you want…

  12. comment
    Comment #47782165

    Miller-Rabin primality test immediately came to mind. But apparently he improved Berlekamp's algorithm, and is responsible for the pumping lemma [1] as well. I agree with other pos…

  13. comment
    Comment #47758022

    "It’s not a safety movement. It’s a priesthood with an origin story written in fanfiction." Is that the opinion of the author, or an LLM? I feel like this is one topic where using …

  14. comment
    Comment #47519618

    From a layman's point of view antimatter seems like an ideal spacecraft fuel. It's as energy dense as E = mc^2 allows, and if you have infrastructure to make it, the only input you…

  15. comment
    Comment #47517333

    We used to believe in freedom of speech and freedom of association. Since the dawn of the Internet era, we've had a legal principle that platforms are relatively shielded from liab…

  16. comment
    Comment #47391363

    I'm pretty sure you can get rid of the 0xFFFFFFFF / p and get some more speedup by manually implementing the bitarray ops. You can get another boost by using BSF instruction [1] to…

  17. comment
    Comment #47339492

    [flagged]

  18. comment
    Comment #47244719

    Just in case your answers to the parent post's three questions were "Yes, yes and yes" here are some additional questions: - Have you ever uploaded a container to Dockerhub or Quay…

  19. comment
    Comment #47244695

    A lot of people people contributing to FOSS are volunteers. The calculus of working on stuff for free involves an assumption that your worst-case outcome is you make $0. This act's…

  20. comment
    Comment #47241024

    Here's my suggestion for an implementation strategy: - Keep the "Next" button greyed out until you add three forms of identification. - Ask the user to take photos of their 3 forms…

  21. comment
    Comment #47240909

    It seems like sound testing methodology to identify important theorems related to the code, prove them, and then verify the proof. Verification gets sold as "bulletproof" but I'm s…

  22. comment
    Comment #47223477

    This video has an interesting visualization of macroeconomic factors affecting US trade and foreign policy.

  23. story
  24. comment
    Comment #47211811

    An AI agent is doing some actions. Those actions must comply with "controls" like 'ALLOW transfer ON treasury WHERE amount What's the application here? If you want to enforce that …

  25. comment
    Comment #47210055

    I don't understand how house prices are set. When I see a house that's $X I often think "$X seems reasonable" immediately followed by "$X/2 seems reasonable" and "$2X seems reasona…