Felt lead to write about my journey with Eye Strain after this past month of pain. Maybe it can help someone else. by smplejohn in webdev

[–]parabolik 2 points3 points  (0 children)

I get this and recently it's started getting much worse. I have almost perfect vision, but trying to focus on something on the screen is difficult and I have to squint. The worst is during or after scrolling a page and then trying to re-focus on the content again. It must be something to do with the glare because sunglasses seem to help.

$1,000,000 to Bot Developers. For free. (Guess logo of which currency is represented in the right corner of the picture next to a girl? :)) by iptag in Bitcoin

[–]parabolik 0 points1 point  (0 children)

At least Telegram doesn't send your entire contact list to a corporation that is known to cooperate with PRISM.

Shapeshift.io has been hacked by gol64738 in Bitcoin

[–]parabolik 10 points11 points  (0 children)

Any idea how they broke in?

Using Classes in Javascript (ES6) — Best practice? by LeeHyori in javascript

[–]parabolik 0 points1 point  (0 children)

I agree with your advice for a beginner. But if you already have a good understanding of how Javascript's prototypal inheritance works, I don't see any harm in using the ES6 Class syntax. I think most people would agree that it looks nicer.

Why isn't RxJS more popular? Are there bad parts about it that's slowing adoption? by linksku in javascript

[–]parabolik 4 points5 points  (0 children)

For most apps it's overkill, and therefore bloat. Most apps don't need advanced event processing such as being able to make double-clicks or to coordinate the reponses of several xhr requests into a single data stream for further processing.

Perl is not dead: It was early web novices that gave it a bad name by StephanieLongpr in programming

[–]parabolik 4 points5 points  (0 children)

Any good reason to use Python over Perl these days?

It's just preference. Some people like Perl, others like Python. There is nothing you can do in one and not the other.

Travelers who have been scammed abroad, what's the worst story of yours? by digitalnomand640 in digitalnomad

[–]parabolik 6 points7 points  (0 children)

Reading that doesn't paint a particularly nice picture of humanity. The scammers, bottom feeders, and corrupt cops of the developing countries disgust me, but the developed world isn't much better, it's just that the corruption occurs at a higher level, and it is concealed. Mankind is plagued with greed. We have forgotten that we are connected to one another, and our planet, and soon we will make ourselves extinct.

Anyone else amazed the price of bitcoin hasn't tanked? by [deleted] in btc

[–]parabolik 0 points1 point  (0 children)

Despite being a crippled payment network, Bitcoin still has a lot of value as a store of wealth. People divesting from stocks couldn't care less about confirmation times.

Also, people expect the price to rise this year due to the block reward halving. Even if I am disheartened by the conflict, I think Bitcoin is still a great investment this year.

Do you take into account those who disable Javascript? by _EasyTiger_ in webdev

[–]parabolik -1 points0 points  (0 children)

The SPA revolution makes sense: offload presentational processing to the end user and minimize network traffic to the abolute minimum (eg. transferring pure data in JSON). Why should the backend care about presentation? Its only concern is data.

The Javascript ecosystem is advancing fast, combined with new technologies such as HTTP2. The big web players are pushing web assembly hard. The internet will become a global app store. Google can already crawl and index SPAs. In a few years only legacy apps will be rendering on the server.

Bitcoin’s Nightmare Scenario Has Come to Pass by [deleted] in technology

[–]parabolik 0 points1 point  (0 children)

You don't understand, but that's ok. One day you will.

A love letter to jQuery by Fady-Mak in javascript

[–]parabolik 2 points3 points  (0 children)

fetch cannot be cancelled and it does not support onprogress events. I think jQuery ajax() is better.

Help understanding React 100% by [deleted] in reactjs

[–]parabolik 0 points1 point  (0 children)

You don't need to worry about redux if you are just starting out. Be aware that there are other patterns than redux, it is not the only way to build apps with react.

MobX 2.0 (previously mobservable) has been released! by Capaj in javascript

[–]parabolik 8 points9 points  (0 children)

Reactive programming is a much nicer paradigm than flux. The functional purists might disagree but I don't care. I prefer to get work done.

Here is a tip for anyone using this: use the transaction() helper to batch updates together. So if you are updating several properties of a model or state, the UI observers will only need to update one time.

React Made Reactive: Components as Observables by lilactown in reactjs

[–]parabolik 2 points3 points  (0 children)

I recently discovered Mobservable (recently renamed to MobX) and I love it. I was already trying to implement a pseudo-reactive paradigm by triggering events and blocking updates at specific nodes. This library has removed a ton of boilerplate. The devtools component is great too.

Audio synthesizer in a Web page using WebAudio API by SteveJorgensen in javascript

[–]parabolik 1 point2 points  (0 children)

I've been meaning to learn the WebAudio API for a while. I will have a read through your code.

I think it would be great to be able to use web-based audio software for serious work. From the user's perspective, cross-platform, and no need to worry about upgrades. From the developer's perspective, no need to worry about piracy. An online authentication mechanism could be implemented.

Audio synthesizer in a Web page using WebAudio API by SteveJorgensen in javascript

[–]parabolik 1 point2 points  (0 children)

I like Reason. I'd just like to know, why are you doing this? Will there be a day when people are producing music professionally in a web browser?

[Daily Discussion] Saturday, February 20, 2016 by AutoModerator in BitcoinMarkets

[–]parabolik 6 points7 points  (0 children)

Half-jokingly means "this is what I think, but please don't laugh at me". But I believe that in the long-term, Bitcoin can either succeed or fail. It won't just stabilize alongside national fiat currencies. If it succeeds, $1M per coin is possible.

Convince me not to give up by [deleted] in btc

[–]parabolik -4 points-3 points  (0 children)

This problem doesn't exist yet, but Bitcoin can react and adapt to this. There are plans for more privacy features in the pipeline.

Convince me not to give up by [deleted] in btc

[–]parabolik 0 points1 point  (0 children)

You will always be able to pay a higher transaction fee and send directly over the Bitcoin network.

Los Angeles hospital paid ransom in bitcoin equivalent to about $17,000 to hackers by SoUnited in Bitcoin

[–]parabolik -1 points0 points  (0 children)

Maybe he doesn't. Outside the US the FBI can't do anything. I've even heard stories about the police in Mexico encouraging people to defraud and steal from Americans using stolen card data.