HN user

lowtto

10 karma
Posts0
Comments15
View on HN
No posts found.

WSL2 is essentially just.. Windows + Linux. I tried it and it is awesome. Cannot wait to see further progress that comes out of this. I really cannot leave Windows to be honest. The network effect is too strong. Coupled with recent Microsoft effort such as Visual Code, its looking like they are doing nothing but going towards the better direction than the old days. Who would have thought. Would you believe it if anyone said this to be the case, 10 years ago?

What doesn't currently exist (should be released in next few months) is the code that lets you copy/paste your current L1 code into an L2 code with almost no effort

Why does that sounded like its already being solved by Matic? From my understanding, Polygon Matic do exactly that.

environmental health and the well-being of poor and marginalized communities in pursuit of profits

Heh. Isn't that too dramatic. So SEA countries are suppose to sit down and not able to sell anything? How bad is this too bad of a situation? The article failed to highlight this.

To me it feels like someone just doesn't like someone else getting too much money at selling palm oil for some reason. I wonder which other industry that benefits from boycotting palm oil.

Those applies for only shitty B&Ms.

In Asia there are a lot of serious vendor. Sometimes B&M prices and stock availability here is very competitive with online offering.

B&M is still good for me when I can't wait for shipping or risk postal damage. It's also convenient to have a face I can look at whenever I would like to dispute something FAST. Especially disk storage products.

This is dope. Its like healthier instagram!

I would totally use it. (I'm such an instagram haters)

I have 1 suggestion, If you're planning to rework the UI/UX, don't go way off than current theme too much. I love the older webs vibe. As bonus point it could keep idiots away and maintain quality content.

"When I looked at the Earth itself... I started to wonder why I was here, what's my purpose here… it sort of dawned me," he said.

"And my perspective is that God has given mankind a stage on which to perform. How the play turns out, is up to us."

I think they are saying; that there's nothing out there that humans are capable of taking advantage of. If going to the Moon has any benefit, then it is to point out clearly that we shouldn't explore more and stay right here on earth, and taking care of whatever we mere human can take care of. If going to the moon is that hard and costly, then how does this compare going to the mars? Even if we did managed to, which few selected population can reap the benefit? Is it worth it for us to pay so much civilian money only for it to be a special planet for very few selected capitalist from earth?

At some point, we just had to lose our interest in space exploration. Just because there's too much of this world to keep us busy with.

Yes I've heard of domain.com . In fact, we even used it for one of our products. We tried to purchase wildcard ssl via their control panel - the result was a delay from our go live schedule by as much as more than a week. It was the most horrible control panel I've ever used honestly. Feels like bug from the alpha release candidate V1 bugs list. there's this weird bug when it suddenly delete all our mailboxes for no reason. The moment we saw that bug we immediately stop using it.

The support? The first guy that tends to you will always be the most stupidest one. You almost always had to insist to get/ be forwarded to a senior level support with actual brain.

tl;dr Stay 100 miles away from domain.com . By the way it wasn't me that chose domain.com . I would never buy from any website that looks like this.

Yes it can.

Some objectives includes true da'wah. An effort to demonstrate a kind, tolerant and true Islam. Best example you can see today is the atmosphere of the election itself. Near non-existent violent / provocation or mass street demonstration has occurred. This is arguably the most peaceful turnaround of power ever in history of democracy. And we even accepted a 92-year old as our President.

Yes I actually faced this exact bug myself a week ago. What happened was - my mobile app gmail displayed my draft as sent (but actually I have already completed it and send it using desktop web app), but when double checked on desktop, it indeed actually send my completed email, not the draft.

I tried restarting the app/ refresh email threads, but it didn't fix the visual bug. I'm not sure if the bug is still present today as the email thread has been buried down and I couldn't care enough to follow up on it. I'm just glad it didn't actually send my draft when somehow the app displayed my draft version as sent.

Note that I'm not a user of K9, I'm just describing similar buggy encounter with Gmail desktop and its android app. I only noticed this that one time and just shrug it off due to me turning off apps auto update. Usually I only update manually when I really think I need to and after carefully reading each change logs.

It's not that processing payment client-side is wrong, it's that the Dominos app implement it wrongly, or DataCash simply doesn't provide any security feature for protecting against http request data tampering, which I believe the latter is not the case.

Most payment gateway have a security mechanism to ensure the response from payment server have its integrity remain intact. Most of the time by hashing some combination of responses value and shared secret key between merchant and the payment server, and comparing if both marchant calculated value and payment server hash matches. If it doesn't match, then it is safe to to throw an error and prompt appropriate message to said attacker. When implemented as such, the system are expected to immune to such attack as described by the author.

The article is a perfect case study to showcase the consequences when the developer decided to skip the security part. (yes it's entirely up to the web master if they want this or not, the payment server won't care).