Live data from Hacker News

Viewing profile — plasma

plasma

HN member
Joined
Sat, Mar 26, 2011, 11:24 AM UTC
HN karma
1,907
Public activity
552 items

About plasma

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #47750589

    The trick is to get a laser printer, honestly zero problems.

  3. comment
    Comment #47573553

    To be honest, just a user here, it’s only recently (like a week?) you can ask Copilot to edit an existing PR, historically it’s had to open a new one (that merged back to original …

  4. comment
    Comment #47558681

    I think you’d find Dr. Richard Scolyer’s story really relatable. He’s an Australian cancer expert who, along with his colleague, is using himself as "patient zero" for a world-firs…

  5. comment
    Comment #46983195

    Yes, moved to GitHub Codespaces and generally has been good. Pros: one click setup for devs jumping between projects after you get the devcontainer setup process working, takes som…

  6. comment
    Comment #46041243

    GitLab's write-up mentions a dead man's switch where "The malware continuously monitors its access to GitHub (for exfiltration) and npm (for propagation). If an infected system los…

  7. comment
    Comment #45765302

    Neat! How do you handle state changes during tests, for example, in a todo app the agents are (likely) working on the same account in parallel or even as a subsequent run, some tes…

  8. comment
    Comment #45386735

    I gave the demo a try and was able to run a search that showed "51 results" - great start! A few things I noticed though: On the Data tab it says "no schema defined yet." The Schem…

  9. comment
    Comment #41231352

    Note you need to also raise the configuration limit of max upload to 200mb after the plan change in settings.

  10. comment
    Comment #40840385

    Some of the slowdown will come from not indexing the FK columns themselves, as they need to be searched during updates / deletes to check the constraints.

  11. comment
    Comment #40816518

    Project looks interesting, would welcome seeing an API (or c# client) to be able to use it.

  12. comment
    Comment #39464574

    Unfortunately it seems the underlying search API is throwing '{ "message": "Not Ready or Lagging"}' for every search

  13. comment
    Comment #38623372

    Neat, I noticed it gave me wrong data though, and when I asked for the top 3 rows it provided the wrong value, due to not using UTF8 - Asking ChatGPT to use utf8 support fixed it, …

  14. comment
    Comment #37387033

    You can download Google Maps offline while on WiFi and later access maps without Internet (or to avoid roaming charges).

  15. comment
    Comment #37333670

    Worth noting the difference between an AWS Application Load Balancer (ALB) that is HTTP request aware, and Network Load Balancer (NLB) which is not, when load balancing HTTP traffi…

  16. comment
    Comment #37062605

    I’m not a target user, but you mentioned the tagging problem and git integration, perhaps you could infer at least the git user responsible for each resource cost (git blame the TF…

  17. comment
    Comment #36703961

    A technique I've used before is to treat Elasticsearch as rebuildable at any time, consider this approach: A cron runs every 5 minutes that looks at your database for any objects y…

  18. comment
    Comment #36659486

    Hard to reverse actions need multiple safety switches, for example, turning off the machines in that region for 2 weeks before deleting them, which would bring support issues to at…

  19. comment
    Comment #36609327

    I’ve had to triage Cloudflare connectivity issues before, if you have a timestamp or when the error appears you can ask CF support to check backend logs for the error reason

  20. comment
    Comment #36185323

    Tailscale

  21. comment
    Comment #36135923

    I just ran a test, mobile app under model 4 says it’s model 3, but web model 4 says it’s model 4.

  22. comment
    Comment #35049179

    Thanks for sharing! Would it help to replace Corrosion with a simpler "Here's my local known state" blob that is POST'd to blob storage (for example) on a major cloud provider, and…

  23. comment
    Comment #34962452

    +1 to providing SSO to smaller plans, hard requirement for me. I manage small teams and it would be a requirement for us, and if pricing for a few users is $14/month, normally ente…

  24. comment
    Comment #34826574

    Have you uploaded the image? That should stop the cycle for anyone with the old web page still open.

  25. comment
    Comment #34748031

    Hey Michael, congrats on your success so far, you have built a community and product people are buying which is already a great achievement. My experience as a tech founder (softwa…