AMP is also literally breaking internet. People share google.com/amp links,sometimes there'd be no preview and hard telling what the actual website being linked is.
It's a resource problem. The average website is in megabytes(that's expensive in emerging markets), loads lots of JavaScript on small devices draining battery. Even if we take Louis CK's standard, a lot of sites would…
Rust aims to be mainstream hence the effort to improve ergonomics and marketing,documentation. Or atleast safe systems programming to be mainstream.
I'd even prefer the golang way of error handling by `if err!= nil` over exceptions, treating errors as values is so much better
On mobile that's a big deal. But on the other hand jQuery unlike MVC/virtualdom frameworks loads asynchronously and adds behaviour to static html ie it's non blocking.
That's quote ,a library that generates code for you at compile time ,it takes code as input,has it's own syntax. It's like compile-time reflection. It's not code rust programmers would normally write, I'm one of those…
I don't understand why the downvotes , JS is one of the most target languages. Elm,GHJS(Haskell),Purescript,Clojurescript and supersets like Typescript which come with their own toolchains.
When in doubt be extra safe.
Long time ubuntu user here , I 'd change the wallpaper and install some basic software and that's it . I'd use and installation for ~2 years
As rust developer from a higher-level languages , I really struggled with that ,then I discovered format!() macro ,maybe they should make it more visible to new developers.
Think as an author of a function that does something that can fail . the signature ;"fn risky_shtuff() -> Result<Response , Err)" Rust guarantees to you as the author who ever uses this function HAS to handle both cases…
Go promotes the pattern of dealing with errors ,which to be fair I think is an improvement on exception based handling. But rust compiler forces the user of a function to handle error .it's impossible to 'val ,_ =…
Isn't it common sense for a person who's been writing programs in a high level programming language to use a safe low level programming language.
I see it like; smart,disciplined programmers are capable of writing complex programs in dynamically typed languages without making as many errors.
It's was meant to be there , It's a feature ,Going for the option/maybe types would have been too much according to it's designers.
angle brackets ,we decided long time ago we hate those :)
Still no service worker
I have something similar , I've extended the http code by adding a extra digits,it's for business logic errors . So http 4000 is bad request , but in the business logic terms
So like a lite developer advocate
Yeah ,There are no good guys here. Criticizing Thiel shouldn't be confused with supporting Gawker , because we don't know who Thiel might choose to punish next
Google Play was poorly made https://play.google.com/store/apps/developer?id=itdisplayswh...
I could see a use as some sort of a Control panel.
The whole thing is 194KB ,a normal TODOmvc demo of your favourite Js framework goes above 250KB . Really Impressive stuff. really motivates to build slimmer web apps
Exactly! if you are building like some custom CRM-ish application ,Bootstrap is really helpful. Your users(and clients) won't care that the buttons are not flat or that it looks like many other applications ,if anything…
So slap an http api ? Building native apps is hard unless you are specialized , but puking up some html and json is easy ,hence building a blog is usually good for introduction.
AMP is also literally breaking internet. People share google.com/amp links,sometimes there'd be no preview and hard telling what the actual website being linked is.
It's a resource problem. The average website is in megabytes(that's expensive in emerging markets), loads lots of JavaScript on small devices draining battery. Even if we take Louis CK's standard, a lot of sites would…
Rust aims to be mainstream hence the effort to improve ergonomics and marketing,documentation. Or atleast safe systems programming to be mainstream.
I'd even prefer the golang way of error handling by `if err!= nil` over exceptions, treating errors as values is so much better
On mobile that's a big deal. But on the other hand jQuery unlike MVC/virtualdom frameworks loads asynchronously and adds behaviour to static html ie it's non blocking.
That's quote ,a library that generates code for you at compile time ,it takes code as input,has it's own syntax. It's like compile-time reflection. It's not code rust programmers would normally write, I'm one of those…
I don't understand why the downvotes , JS is one of the most target languages. Elm,GHJS(Haskell),Purescript,Clojurescript and supersets like Typescript which come with their own toolchains.
When in doubt be extra safe.
Long time ubuntu user here , I 'd change the wallpaper and install some basic software and that's it . I'd use and installation for ~2 years
As rust developer from a higher-level languages , I really struggled with that ,then I discovered format!() macro ,maybe they should make it more visible to new developers.
Think as an author of a function that does something that can fail . the signature ;"fn risky_shtuff() -> Result<Response , Err)" Rust guarantees to you as the author who ever uses this function HAS to handle both cases…
Go promotes the pattern of dealing with errors ,which to be fair I think is an improvement on exception based handling. But rust compiler forces the user of a function to handle error .it's impossible to 'val ,_ =…
Isn't it common sense for a person who's been writing programs in a high level programming language to use a safe low level programming language.
I see it like; smart,disciplined programmers are capable of writing complex programs in dynamically typed languages without making as many errors.
It's was meant to be there , It's a feature ,Going for the option/maybe types would have been too much according to it's designers.
angle brackets ,we decided long time ago we hate those :)
Still no service worker
I have something similar , I've extended the http code by adding a extra digits,it's for business logic errors . So http 4000 is bad request , but in the business logic terms
So like a lite developer advocate
Yeah ,There are no good guys here. Criticizing Thiel shouldn't be confused with supporting Gawker , because we don't know who Thiel might choose to punish next
Google Play was poorly made https://play.google.com/store/apps/developer?id=itdisplayswh...
I could see a use as some sort of a Control panel.
The whole thing is 194KB ,a normal TODOmvc demo of your favourite Js framework goes above 250KB . Really Impressive stuff. really motivates to build slimmer web apps
Exactly! if you are building like some custom CRM-ish application ,Bootstrap is really helpful. Your users(and clients) won't care that the buttons are not flat or that it looks like many other applications ,if anything…
So slap an http api ? Building native apps is hard unless you are specialized , but puking up some html and json is easy ,hence building a blog is usually good for introduction.