Live data from Hacker News

Viewing profile — tl2do

tl2do

HN member
Joined
Sat, Feb 14, 2026, 5:09 AM UTC
HN karma
201
Public activity
76 items

About tl2do

No profile information was provided.

Recent public activity

  1. comment
    Comment #47303538

    I'm interested in this too. I've been using STM32 NUCLEO boards, which are cheap and capable, but even the smallest ones are noticeably larger than this. I'd love to see an STM32 v…

  2. comment
    Comment #47302774

    This reminds me of Gresham's Law: "bad money drives out good." But here, the result is inverted—efficient replicators drive out the less efficient.

  3. comment
    Comment #47302480

    AWS forces an explicit default choice—Allow or Block. Azure defaults to passive "Detection," requiring a manual switch to "Prevention." An AWS engineer, used to making this conscio…

  4. comment
    Comment #47301969

    Intriguing, but... Around last summer (July–August 2025), I desperately needed a sandbox like this. I had multiple disasters with Claude Code and other early AI models. The worst w…

  5. comment
    Comment #47293009

    I always add Node.js even for non-JS dev work (many tools need it): bash echo "==> Installing Node.js (LTS)" curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo…

  6. comment
    Comment #47291781

    Training students to write a single theme in multiple styles—including intentionally "bad" writing—is "originally" a great educational method. It teaches real composition by helpin…

  7. comment
    Comment #47291485

    Thanks. Your explanation can solve my question. In Japan, the receiver will pay for toll free call around 30 yen per call. Here it is difficult to run free service like Payphone Go…

  8. comment
    Comment #47282432

    Quick telephony question: how can calls from payphones to (888) 683-6697 be toll-free for the caller? I’m Japanese, so I may be missing something, but I don’t understand the mechan…

  9. comment
    Comment #47282381

    I couldn’t find it at first, but it is there on SourceForge: https://sourceforge.net/p/opencamera/code/ci/master/tree/app...

  10. comment
    Comment #47268897

    From my experience as a software engineer, doubling my productivity hasn’t reduced my workload. My output per hour has gone up, but expectations and requirements have gone up just …

  11. comment
    Comment #47268556

    In my day-to-day coding work, the top 3 coding agents are already good enough for me. On SWE-bench Verified, mini-SWE-agent + GPT-5.2 Codex is 72.8. I don’t see a comparable GPT-5.…

  12. comment
    Comment #47257543

    I should admit this is partly my personal preference. That said, gaming has been a durable market for decades, and there’s a strong cycle where better chips enable better games, wh…

  13. comment
    Comment #47257465

    Instead of pouring more money into OpenAI and Anthropic, Nvidia should invest more in expanding production capacity for the RTX 5000 series and future generations. High-end consume…

  14. comment
    Comment #47257332

    https://ja.wikipedia.org/wiki/人は見た目が9割 It is mainly from a bestseller book. You could get hint from this.

  15. comment
    Comment #47257273

    I am Japanese. I want to share a well-known Japanese idea: 人は見た目が9割 ("people are judged 90% by appearance"). It is ironic because it goes against our common sense that substance sh…

  16. comment
  17. comment
    Comment #47254356

    In Japan, my country, this looks a bit different. A lot of electricity still comes from oil- and gas-fired plants. The mechanics differ (gas turbines vs. car engines), but in both …

  18. comment
    Comment #47254105

    Transmitting on AM broadcast frequencies is generally prohibited unless it meets an extremely low-power exemption , even if you have amateur license(I have a Japanese amateur radio…

  19. comment
    Comment #47253947

    Given GPIO frequency limits, reproducing a beautiful sine wave for a 1000 kHz carrier is a real challenge. He should borrow an oscilloscope and measure the output waveform.

  20. comment
    Comment #47244910

    With AI coding agents, reverse-engineering a codebase into a spec doc has become much more feasible, including details below the usual spec level. That gives PMs a practical way to…

  21. comment
    Comment #47242571

    What matters next is parts supply at affordable prices — like car manufacturers do.

  22. comment
    Comment #47242501

    I am looking for an OLED display that fits Mac's aluminium design, but I still have no luck.

  23. comment
    Comment #47241907

    The article doesn't address where human oversight is actually necessary. I sometimes use AI for simple spell checking—requiring human review for that would be over-complication. In…

  24. comment
    Comment #47241533

    Contrast with Japan, my country, where bike accidents have risen 3 years straight and now make up 20%+ of all traffic incidents. Japan's response: heavier fines. Helsinki's: redesi…

  25. comment
    Comment #47239681

    The expected/unexpected distinction assumes you have the capacity to anticipate failures in the first place. But that capacity varies - even among experienced developers, everyone …