xatnys | 2 years ago | on: Musk says X’s ‘block’ feature is going away
xatnys's comments
xatnys | 3 years ago | on: The Impossible Port: MacOS
xatnys | 4 years ago | on: It takes a PhD to develop that
Considering Casey himself puts front and center the disclaimer that this is solely intended to be a reference and goes into as much detail in his videos I don't know where you got this from. I don't think anyone is under the illusion that this is could replace the actual terminal. It's just meant to show that there's a minimum level of performance to be expected for not a huge amount of effort (a couple weekend's worth) and there is no excuse for less.
xatnys | 6 years ago | on: Using Firefox for a faster, calmer and distraction-free internet
xatnys | 8 years ago | on: Consul 1.0 Released
xatnys | 8 years ago | on: Same day ACH: moving payments faster in the USA
Check if your bank has an equivalent Zelle client; it's usually built into your banking frontend as a transfer or send money feature.
Other banks are also supported, but you'd have to register through the clearXchange network until your bank builds support directly.
xatnys | 11 years ago | on: Using Waifu2x to Upscale Japanese Prints
xatnys | 11 years ago | on: Anti-Patterns Every Programmer Should Be Aware Of
xatnys | 11 years ago | on: Abusing CSS3's nth-child selector to invent new ones
Building on these selectors and giving them meaningful names is a nice way of taking it a step further.
xatnys | 11 years ago | on: PleaseWait.js – Show your users a beautiful loading page while your app loads
This can likely be extended to only be utilized on part of a widget. If it's something like an ajax call you can easily add an option to cancel the request e.g. underneath a spinner.
For your report example in particular the service could be developed in such a way that the processing occurs independently of the user session. You can mix this in with an additional request which returns the actual progress of what has been calculated in the report such that whenever a user browses to that page, they can see just how much time there is to go before their report is generated.
xatnys | 11 years ago | on: PleaseWait.js – Show your users a beautiful loading page while your app loads
Given that they're done in the background, the browser won't indicate them being made outside of dev tools. If they're asynchronous, again ideally they will take place as quickly as possible. This is unfortunately not something that can be relied upon.
xatnys | 11 years ago | on: PleaseWait.js – Show your users a beautiful loading page while your app loads
In cases like that, indicating to the user that something is happening makes for a better experience than not doing anything, or in the worst case (which certainly shouldn't happen these days) blocking the user's browser.
xatnys | 12 years ago | on: Jeopardy's controversial new champion is using game theory to win big
xatnys | 12 years ago | on: Australis is landing in Firefox Nightly
I think the design looks good, I just hope that it will be given the same amount of customization freedom Firefox enjoys pre-Australis.
My Nightly: http://i.imgur.com/1oPRtU2.png
I expect significant breakage tomorrow / later today.
xatnys | 12 years ago | on: Steps to install tmux in Cygwin
Apparently tmux has worked under Cygwin for some time now - since July at least. The actual patch appears to originate here, and is a neat little read: http://sourceforge.net/mailarchive/message.php?msg_id=308508...
xatnys | 12 years ago | on: Google Search Now Includes Etymology
xatnys | 12 years ago | on: Ask HN: What do you want to see in Rails 4.1?
xatnys | 12 years ago | on: Sony will allow indie devs to publish their own games on PlayStation 4
Aside from curiosity, the foremost minds that opened up (jailbroke) the PS3 were motivated because of the lack of homebrew support -- the ability for hobbyists to run unsigned software on the PS3. Getting license to and legally develop for the PS3 is simply not a viable avenue for most people. Sony appears to have their bases covered this time in showing their support for indie developers. If it is easy, and most importantly accessible to develop software on the PS4, you won't see nearly the offensive to crack the system open apart from proof of concept, unpublished or artificially limited exploits.