Viewing profile — dashesyan
dashesyan
HN member- Joined
- Sat, Sep 13, 2014, 8:35 PM UTC
- HN karma
- 118
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About dashesyan
No profile information was provided.
Recent public activity
-
comment
Comment #47766876
Time Machine has a similar issue. OneDrive silently corrupted hundreds of my files, replacing their content with binary zeros while retaining the original file size. I have Time Ma…
-
comment
Comment #36820948
Should be called ElectronPHP
-
comment
Comment #32061157
Maybe on new accounts? I looked in my paypal portal and they are still refunding fees for my refunds
-
comment
Comment #32059291
I don't know about Stripe, but PayPal refunds PayPal fees if you refund the customer. Net amount in and net amount out are the same.
-
comment
Comment #30892373
This doesn’t duplicate one of the best features of Ngrok: the local web server that lets you inspect and replay recent requests. This feature makes writing webhook code so much eas…
-
comment
Comment #25509887
Because the DOM can be updated client-side before the server responds
-
comment
Comment #23758655
OK I did. Results: https://i.imgur.com/D128c3T.png For developers who responded "I am a developer by profession" and used C, C++, Java, and/or Python in their dev environment, VSCo…
- comment
-
comment
Comment #23472144
Hey, I'm a customer of IBM Cloud, too. Could you share what you're hearing from them? It would be nice to know what's going on
-
comment
Comment #22749401
Tobi Lutke (Shopify CEO) has put out a $10,000 bounty for cross platform virtual camera for OBS https://twitter.com/tobi/status/1242641154576965634 https://github.com/obsproject/ob…
-
comment
Comment #22749296
Yes there’s OBS Virtual Camera and there’s NDI tools See the setup section here: https://www.hanselman.com/blog/TakeRemoteWorkerEducatorWebca...
-
comment
Comment #22589375
Here are the details of Austria’s lockdown, for the curious: https://fm4.orf.at/stories/3000031/
-
comment
Comment #21454815
There's a "yo momma" joke just waiting to be made here...
-
comment
Comment #20105293
NewEgg and eBay
-
comment
Comment #20105058
You're giving away my secrets! I've bought 3 of these types of HP workstations over the years, starting with a Z210 with a Xeon E3-1240. I added a graphics card to make it a super …
-
comment
Comment #19863414
The article linked to a 34 minute YouTube video which demonstrated one unlock method: they replaced a locked iPhone's CPU, baseband CPU, baseband EPROM, NAND Flash (reprogrammed), …
-
comment
Comment #19781156
> To be vegetarian is to be vegetarian in mind and identity. I've been a vegetarian for 7 years. I identify as vegetarian. That doesn't mean I have some sort of purity of mind and …
-
comment
Comment #16749454
Hopefully soon. I've been waiting for > 16GB for almost 7 years now. :/ (I have a 2011 MBP with 16GB RAM)
-
comment
Comment #13399906
What is TruffleRuby? "JRuby+Truffle started as my internship project at Oracle Labs in early 2013. It is an implementation of the Ruby programming language on the JVM, using the Gr…
-
comment
Comment #13196655
Just make sure you eject any removable disks before hibernating. And, sleepfast may drain your battery faster than the default hybrid sleep
-
comment
Comment #13195614
I've had this in my .profile for years: alias sleepsafe='sudo pmset -a destroyfvkeyonstandby 1 hibernatemode 25' alias sleepfast='sudo pmset -a hibernatemode 0' alias sleepdefault=…
-
comment
Comment #8378352
It looks like you're right. Thanks!
-
comment
Comment #8313475
Nokogiri comes with a command-line tool for just that purpose: https://github.com/sparklemotion/nokogiri/blob/master/bin/no... Example: nokogiri https://news.ycombinator.com -e 'pu…