Viewing profile — budhajeewa
budhajeewa
HN member- Joined
- Mon, Oct 12, 2015, 2:44 PM UTC
- HN karma
- 48
- Public activity
- 88 items
- HN profile
- View on Hacker News ↗
About budhajeewa
No profile information was provided.
Recent public activity
-
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, …
-
comment
Comment #33829308
Creating a Fedora and Ubuntu Encrypted Dual Boot that Uses the Same User Account with 99% GUI Only Operation
- story
- story
-
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…
-
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?
-
comment
Comment #27617096
Is it wrong to start testing from the "Manual QA" point of view (But in reality automated.)?
-
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…
-
comment
Comment #27616778
Agreed. I am trying to find the community's opinions on this.
-
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…
-
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
- story
- story
-
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.)?
-
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…
-
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…
-
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…
- story
- story
-
comment
Comment #25777406
Wolf or not wolf, winter is coming.
-
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…
-
comment
Comment #20894229
Hmm hmm...
-
comment
Comment #20894091
Is it dead now? It's still in GitHub, so as Docker.
-
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…
-
comment
Comment #20893965
What did Moby try to do anyway?