Live data from Hacker News

Viewing profile — budhajeewa

budhajeewa

HN member
Joined
Mon, Oct 12, 2015, 2:44 PM UTC
HN karma
48
Public activity
88 items

About budhajeewa

No profile information was provided.

Recent public activity

  1. comment
    Comment #35586904

    Executive summary by ChatGPT: Germany will shut down its three remaining nuclear reactors by April 16, ending nuclear power generation in Europe's largest economy. Germany's move, …

  2. comment
    Comment #33829308

    Creating a Fedora and Ubuntu Encrypted Dual Boot that Uses the Same User Account with 99% GUI Only Operation

  3. story
  4. story
  5. comment
    Comment #27914273

    Absolutely this! The uncertainty freaks me out. I don't have money to pay thousands of dollars as a result of some bug or attack. I'm in love with DigitalOcean because you know the…

  6. comment
    Comment #27617567

    What if it is a single person project, or a small team with only devs having to manually test each other's work?

  7. comment
    Comment #27617096

    Is it wrong to start testing from the "Manual QA" point of view (But in reality automated.)?

  8. comment
    Comment #27616954

    I naturally think about (Or pencil.) what elements should be in a page, and how they should behave. That is easier to translate to browser tests. Also, even if I write feature or u…

  9. comment
    Comment #27616778

    Agreed. I am trying to find the community's opinions on this.

  10. story
    Ask HN: At which level should one implement TDD in a web app?

    Is writing browser automation test enough (Eg: Assert that a page has these inputs and a button. Before the button is clicked, there are 0 records in DB table. After clicking the b…

  11. comment
    Comment #27381083

    Hey, I sent a mail with the subject following subject, and mentioned your post in this thread. >Web Application Developer: Supun "Buddy" Budhajeewa

  12. story
  13. story
  14. comment
    Comment #26422395

    Slightly related question: Would you trust (And pay for.) a service hosted on a free domain name (Something from Freenom, for an example.)?

  15. comment
    Comment #26386667

    Thanks for the valuable comment. I will try to name solutions for each of the concerns you listed. Tell me what you think of those: 1. Spam: Humanity verification + A Negative Poin…

  16. story
    Ask HN: Would You Pay for a “User Content Report System”?

    Would you pay for a system that allows your users to report user-generated content from other users? A service like this might be useful for people who run communities to keep unwa…

  17. comment
    Comment #26181458

    [Show HN] A Service that Deploys Your Applications to The Cloud and Maintains It: A2Way Hello HN! Me and my wife thought long and hard about starting our own business, however smal…

  18. story
  19. story
  20. comment
    Comment #25777406

    Wolf or not wolf, winter is coming.

  21. comment
    Comment #20894266

    My small company pays for private image storage there. We actually used Google Cloud Platform's Docker Image hosting service, and that was expensive. Yay!? What else can we pay the…

  22. comment
    Comment #20894229

    Hmm hmm...

  23. comment
    Comment #20894091

    Is it dead now? It's still in GitHub, so as Docker.

  24. comment
    Comment #20893994

    In the Dockerfile, get UID and GID as ARGs, and make sure those variables are available in your host environment. Then when creating the user in Dockerfile, use that UID and GID. V…

  25. comment
    Comment #20893965

    What did Moby try to do anyway?