Why would most js heavy companies want content to be long lived? What's the benefit to them? If they're concerned about making data accessible then they'll open an API that they hold the keys to.
Why? Why should you be in a position to dictate to twitter how to operate. It's a multi-million dollar company with many smart people working away on the product. Who are you? If you just want walls of text and a completely unengaging product, stick to hackernews.
That does give some food for thought. Of all the new language features, the elements I really need —functors, asynchronous syntactical sugar, and static null analysis— don't require much of the bloat found in many modern languages.
HYPR Corp | Fullstack Engineering roles | NYC, NY, USA | FULLTIME | VISA | Equity + Salary
HYPR (hypr.com) is the leading provider of True Password-less Security. HYPR is the first Decentralized Authentication Platform designed to eliminate credential reuse, fraud and phishing for consumers and employees across the enterprise. An industry leader in the FIDO Alliance.
HYPR is looking for a seasoned Fullstack Software Engineer who brings the very best to join our stellar team.
This role is at HYPR’s world headquarters located in New York City. Relocation assistance for the right candidate will be provided.
This is a truly fullstack role helping across all major products.
- Backend server automation Py+Shell
- Backend development using latest Java+Kotlin frameworks
- Frontend using ReactJS+Redux tech
Offering a great work life balance and offering high levels of ownership over projects.
Eye stretching exercises. Focus on something as close as possible (in good light) then slowly track out to something at infinite distance, one eye then the other then both.
Additionally, make sure the contrast on the screen matches your surriundings! There's no reason to have your brightness very high at all, and brightness is different from contrast.
I'm perhaps not understanding the significance of this. Is the issue that if you go to a shitty scam site and start clicking things you might have issues?? I don't see how that's an issue to be solved by a browser.
Leaking your image and email is a huge issue though.
Yeah, that took me a while to figure out just now. But I still don't see how that's an issue, I'm browsing on ycombinator.com, not ashittyiframesite.com
I feel like CRUD web apps are pretty much automated already. You load in React or Vue or whatever, then you just write CSS and HTML in a copy paste style where you're copying from your brain. In fact! The automation has gone so far that people even specialize in using these new automation tools.
Typically they're referred to as designers and web engineers.
You are wrong. Airports are not in the USA, so USA laws don't apply there. They can do whatever they wish, but they obviously generally act along the lines of acceptability. Please correct me if I am wrong.
This is a fine example of what I was saying, this is people cramming money into something with the hope of getting rich in a short period of time. People getting in knew it was a high risk gamble. Not to mention that the tech industry is now one of the biggest on the planet. Is it still a bubble?
Edit: attempt to add clarity.
The core of what I'm trying to say is almost any increasing asset is labelled as a bubble now days. I'm not denying that there aren't shady investments that appear and collapse all the time, some are enormous, like the tech bubble.
But it requires further classification. There are gambling bubbles built by thousands of agents where some have seen astronomical profit, but then there seems to be more stable "bubbles" like all of the bubbles mentioned in the article.
A bubble isn't a bubble, not without further clarification.
Correct me if I'm wrong, but these patterns don't seem very much like a Redux way to do things. A lot of things feel somewhat implicit too. For example, I stopped just spreading my state into the child component, opting to be explicit nearing verbose instead.
This is pretty straightforward es6. The difference between =>{} and just => is confusing at first. One is a function body and the other is an implied return statement.