Hacker News new | past | comments | ask | show | jobs | submit | roombarampage's comments login

thanks, I hate it.

For me, the seconds this saves in typing don't outweigh the annoyance of trying to pair with another developer who only uses their own special aliases.


When you pair-program you’re reading their git prompts?



I’m working on math videos :) https://youtube.com/@logicaltoroid


I buy new computer parts somewhat infrequently these days, but in the 2ish decades I’ve been buying from Newegg I’ve never had a problem.

Once, when I royally screwed up an order (I double bought a whole desktop worth of parts) they took everything back without any problem at all.

Additionally, they have been one of the most prominent companies fighting patent trolls.

I’m sure they have screwed up in big and small ways over the years, but they’ve also been serving the tech community well for a long time. Companies are large and difficult to manage. Hopefully they learn lessons from this and improve.


I've been a (fairly loyal) Newegg customer for at least 20 years, but past history is irrelevant and your flawless experience doesn't mean that there aren't countless people being royally screwed over with no means of recourse.

I literally just today finally got reimbursed from defective RAM (2 out of 8 sticks were DOA) I sent back on the _24th_ and it only happened because I contacted them every other day (I kept records).

Old Newegg was great. It's gone. I'm done.

EDIT: English are not my bestest


Their policy[1] clearly states that it can take up to 10 business days to process a return, and then an additional 3-5 business days to process the refund. If you mailed it on the 24th of last month, it arrived on Friday the 28th, and you received the refund today, that would be 12 total business days, which means they actually outperformed their policy maximum. And if they received it after the 28th, then they actually went above and beyond for you.

But instead of acknowledging the policy, you decided to harass some poor CSR every other day, who didn't have any power to make anything go faster than it already does. I really think you ought to take a moment to reflect on why you had such a visceral reaction to a completely innocuous situation.

[1] https://www.newegg.com/promotions/nepro/20-2902/index.html


As fascinating as it is to drag someone over coals in such an incredibly acidic way as you did. Perhaps Newegg's (clearly deserved, if this article thread is any indication) reputation means that the person you replied to simply has zero faith in the company to actually follow the procedures and promises that you've brandished as gospel?


"Brandished as gospel" is ludicrous hyperbole. I referenced a document on a website which explains why the GP shouldn't have repeatedly harassed other humans when they weren't doing anything wrong. Your trolling isn't welcome, and isn't even very good.


You made a very good job of avoiding actually countering my argument and instead reaching for the "oh you're just a troll"


You claimed that a company's publicly posted return policy is somehow irrelevant to a story about returns. You also claimed it's perfectly reasonable for somebody to order from a company "they had zero faith in," and then use that as justification to harass the company when they don't meet some arbitrary expectations, despite the company actually exceeding the standards set in the policy that the user agreed to when ordering.

What argument are you trying to make, exactly? Let me know, and I'll be happy to counter it. But as it stands, nobody got dragged over coals, nobody claimed anything as gospel, and yet you've made two outlandish claims that are completely illogical and definitely do not reflect any semblance of reality.


Where did the "had no faith in" come from? I had order from them for 20 years. I had faith in them. I had only ever had to return something once before (years ago) and it was fine. This experience wasn't.

I'm reporting my experience and you are attacking the victim. Classy.


I highly recommend you go read this thread again. You are asking that question to the exact opposite person you should be -- I didn't say it, I quoted it. But this seems to be another case where you refuse to read the words on the page, and instead decided to lash out at someone who didn't deserve it, just like you did to the CSRs.

I directly linked to the policy that you agreed to when ordering, and instead of reading it, you've now doubled down on calling yourself a victim, despite the company exceeding all reasonable expectations. You are not a victim. You are trying to invent a scenario to get pity, but you are inarguably wrong on all accounts.


The word 'victim' is inappropriate here.


You literally have no idea of what happened, but happily makes assumptions on my part.


You explained exactly what happened, and now you're claiming that I can't possibly have any idea of what happened. Do you not see the disconnect there?

You said the time frame was January 24th to February 15th. By using simple math (only addition), I explained how they exceeded every reasonable expectation. They quite literally didn't do anything wrong, and you are publicly vilifying them for it anyway.


You mean they took 3 weeks to give you a refund on something you sent in during peak return season...

And that's old Newegg is gone?

You also badgered them every other day... which probably took a bunch of your time but didn't accelerate things.


I really didn't want to expose the whole ordeal, but that didn't stop you from assuming you knew the situation. That's really impressive!

I had to badger them every other day because the return label they gave me was wrong and UPS couldn't deliver and kept waiting for an update from them. It sat for ~ 4 days with nothing happening before being returned. I can guarantee you nothing would have happened as every time I spoke with a representative, they were discovering everything anew. I even had to teach them how to use their own tracking tools. Frustratingly, the official UPS site didn't have the same information as their internal site.


What's impressive that you thought there was another way for anyone to interpret your comment! What a painfully overactive imagination you must have!

And your update doesn't change anything: They accidentally gave you a wrong label and it went to a bad address.

Already not a likely situation with automated systems, and not the interaction I'd used to write off an organization...

But then according to your own comment it got returned because it couldn't be delivered... you realize that just happens right? 3rd attempt and it goes back.

So to recap:

- you badgered these people of your own volition

- package got sent back anyways

- you still got your money back in an extremely reasonable timeframe, and in fact you're making it clear they were _very_ fast with your refund

Of course now you'll inform us how you left out the part where the Newegg employees said they intentionally sent you the wrong label because they don't like you... right?


They got bought out by a foreign company some time ago. Newegg is not really the same company anymore - for the worse. They're not trying to learn lessons and improve.

That doesn't mean 95% of transactions with them won't still be the normal 'you pay the price and get the item.'


Children saved from deadly illness by using T-cells(virus?)... I think we all know where this is going...


I like the stop button idea, but there are some considerations that I need to work through before I can add it in.

the intention behind using the url hash for application state is to allow sections to be debugged and sent as links. that said, I may rip it out in place of a smooth zoom when I get time.


Looking at it moving for more than 3 seconds made me quite nauseous if I zoomed in.


You could adjust the URL hash without pushing the change onto the history stack -- that gets you the best of both worlds.


Looks like this has been implemented now, but I can't find any way to zoom back out!


This project was built using code I wrote previously for this pure javascript fractal renderer: http://jonathan-potter.github.io/Mandelbrot/

Jamie Wong's post on hacker news earlier this week was a massive help in allowing me to switch to using WebGL for the rendering portion. His post can be found here: http://jamie-wong.com/2016/07/06/metaballs-and-webgl/


That's funny. I spent the weekend making a Mandelbrot set renderer using the same tutorial:

https://github.com/andrelaszlo/webgl/

It needs a little refactoring, and probably only works in Chrome.


very cool :) that tutorial was very helpful


Nothing showing up on iOS. Is it missing some extensions?


mobile was working earlier... not sure what is going on. looking into it now. works on desktop though >_<


I got mobile fixed on my ios devices. I don't really have the tools for testing android at home. anyone want to confirm for me?


No luck on android 5.1.0 with Chrome 47.0.2526.83 for me, just a black screen. No errors in the console either. Sorry I can't give you a more helpful description.

edit: that's for the submitted link, http://jonathan-potter.github.io/Mandelbrot/ works fine.


Also works fine on Android 4.3 with the latest Chrome version.


Works fine on iOS 10/Safari


Blank screen on Android as well


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: