Readit News logoReadit News
guac commented on macOS unable to open any non-Apple application   twitter.com/lapcatsoftwar... · Posted by u/mattsolle
modeless · 5 years ago
You've got to be kidding me. When Apple's servers are down, all Macs worldwide start freezing randomly? My XCode is hanging during builds, is this why?

This code signing enforcement stuff has gone way too far. Heads should roll for this.

guac · 5 years ago
This seems to explain why my Mac was nearly unusable after a reboot last week. Turns out bind crashed on my firewall leaving me with no DNS.

After I restarted it I could actually launch apps other than terminal again.

guac commented on Shopify CTO: our platform is now handling Black Friday level traffic every day   twitter.com/jmwind/status... · Posted by u/i_am_viet
ambicapter · 6 years ago
I work for an ecommerce business and can attest that orders are up in accordance with the headline.
guac · 6 years ago
Same here. We're seeing very out-of-season numbers. In fact we saw another massive uptick this week that was suspiciously timed with the stimulus direct deposits going out (Tuesday/Wed morn).
guac commented on The most profitable source of income for banks? Overdraft fees   loannow.com/bank-overdraf... · Posted by u/mrmirz
a3n · 11 years ago
The other day I took a picture of a check that I received, with their phone app. They credited the check to my account immediately. Not "pending," it was in there with no unusual note. I assume it would have been on me in some way if the check bounced, but still.

If you're eligible, you should join USAA.

guac · 11 years ago
That's standard practice with USAA. My first few checks had a pending status but after that (100s of checks later) they all posted immediately. Same thing happened when I signed up my wife. It's a selling point of USAA.

My paycheck also posts immediately, I get "paid" Thursday while everyone else I work with gets it Friday.

guac commented on Unix Toolbox   cb.vu/unixtoolbox.xhtml... · Posted by u/lostbit
alanning · 11 years ago
Thank you, this is really helpful.

Could anyone contribute a version for OSX?

guac · 11 years ago
If you have homebrew you can just install the 'gnu-sed' package and then change the function to call 'gsed' instead.
guac commented on Facebook PathPicker   facebook.github.io/PathPi... · Posted by u/ben_hall
qiemem · 11 years ago
The fact that it just outputs to stdout means you can run any command with output from fzf as well. Just

anycommand $(fzf)

guac · 11 years ago
or `xargs` / gnu parallel
guac commented on SWEATSHOP – I can´t take any more   aftenposten.no/webtv/seri... · Posted by u/sphericalgames
john61 · 11 years ago
With boycotting these goods and reporting this issues we can actively improve the situation for those people now. In Mao Zedong times we could do nothing.
guac · 11 years ago
We could and did do something. We opened up trade. That improved and continues to improve their situation immensely.

You're advocating we now do the opposite.

guac commented on Dash – Beautiful instant offline docs for almost everything   kapeli.com/dash?hn=1... · Posted by u/AlexMuir
julenx · 12 years ago
Bought the license few weeks ago and loving it.

Would be willing to pay even more if it integrated well with ReadTheDocs — there are tons of (not only) Python docs living there which I need regularly.

And yes, I know #662 exists [1] on the RTD side and the future is not so clear.

[1] https://github.com/rtfd/readthedocs.org/issues/662

guac · 12 years ago
If the project is using sphinx (most python projects) you can use https://github.com/hynek/doc2dash to make the docset yourself.
guac commented on Most of the Amazon SES IP blacklisted by SpamCannibal   forums.aws.amazon.com/thr... · Posted by u/abhisekumar
sjwright · 12 years ago
Let people run rampant on your IP range, and this is what happens.

I run a fairly large website, and I block all traffic from the likes of Amazon AWS because it's full of dodgy bastards who think they're entitled to run however many HTTP requests they like. Webmasters, look at your web logs. Don't be surprised if the majority of hits are coming from bots pretending to be web browsers.

guac · 12 years ago
SES uses different IP ranges than those used by EC2.

Deleted Comment

guac commented on Angular service or factory?   iffycan.blogspot.com/2013... · Posted by u/iffycan
michaelw · 13 years ago
$routeProvider and $location are special in that can be injected into .config. It may be that they are actually implemented as special constants. I do not believe that non constant providers can be injected.

Do you have a fiddle or plunk that shows this working?

guac · 13 years ago
How about this: http://jsfiddle.net/pJ8Mt/1/

It's a poor example since I couldn't think of anything useful off the top of my head but it shows how you might modify a service at config time by creating its provider yourself.

Also I believe .config executes immediately so the provider needs to be defined beforehand (in this case above .config, but probably better to define it in another module to ensure it's available at config time). When I defined it after .config angular complained it couldn't find awesomeProvider.

u/guac

KarmaCake day52June 8, 2010View Original