Click here to Skip to main content
15,893,622 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Am I the only one or... Pin
dandy7220-Mar-19 3:42
dandy7220-Mar-19 3:42 
GeneralRe: Am I the only one or... Pin
maze319-Mar-19 23:48
professionalmaze319-Mar-19 23:48 
GeneralRe: Am I the only one or... Pin
User 1106097919-Mar-19 23:57
User 1106097919-Mar-19 23:57 
GeneralRe: Am I the only one or... Pin
Eddy Vluggen20-Mar-19 2:07
professionalEddy Vluggen20-Mar-19 2:07 
GeneralRe: Am I the only one or... Pin
Ryan Peden20-Mar-19 2:23
professionalRyan Peden20-Mar-19 2:23 
GeneralRe: Am I the only one or... Pin
Eddy Vluggen20-Mar-19 2:40
professionalEddy Vluggen20-Mar-19 2:40 
GeneralRe: Am I the only one or... Pin
Ryan Peden20-Mar-19 2:54
professionalRyan Peden20-Mar-19 2:54 
GeneralRe: Am I the only one or... Pin
Eddy Vluggen20-Mar-19 3:07
professionalEddy Vluggen20-Mar-19 3:07 
Ryan Peden wrote:
I just meant that some people can treat it like their OS because they never need to do anything outside of it.
People can treat their smartphone like a computer, because they do not need anything outside of it. Still, I don't see me launch Visual Studio on my smartphone.

Ryan Peden wrote:
Multiple threads are kind of available to web apps via web workers, though in practice it works more like starting multiple processes and passing messages between them. WebAssembly will end up with multithreading support sooner or later, which will be interesting.
The browser will always have to share resources with other applications and services running, limiting its resources.

Ryan Peden wrote:
I don't think it's even fair to call browsers 'browsers' anymore. They're more like a complex system of interlocking parts that just happen to have a web page renderer attached. If you load a URL and all it does it download a wasm binary blob and a bunch of graphics assets to run a game, you're not really browsing the web in any meaningful sense.
You are still downloading content from a (trusted) server and rendering that in a specialized application that runs in a limited environment (because the content cannot be trusted to touch anything outside the browser, like a local HD).

If trust goes down, people may switch to some other application that renders a UI on a client.

--edit
Corrected some spelling errors.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

GeneralRe: Am I the only one or... Pin
MSBassSinger20-Mar-19 5:01
professionalMSBassSinger20-Mar-19 5:01 
GeneralRe: Am I the only one or... Pin
Eddy Vluggen20-Mar-19 5:53
professionalEddy Vluggen20-Mar-19 5:53 
GeneralWell that was interesting Pin
#realJSOP19-Mar-19 7:58
mve#realJSOP19-Mar-19 7:58 
GeneralRe: Well that was interesting Pin
MarkTJohnson19-Mar-19 9:08
professionalMarkTJohnson19-Mar-19 9:08 
GeneralRe: Well that was interesting Pin
#realJSOP19-Mar-19 9:18
mve#realJSOP19-Mar-19 9:18 
GeneralDisney releases the name of ... Pin
OriginalGriff19-Mar-19 6:28
mveOriginalGriff19-Mar-19 6:28 
GeneralRe: Disney releases the name of ... Pin
David Crow19-Mar-19 7:00
David Crow19-Mar-19 7:00 
GeneralRe: Disney releases the name of ... Pin
Mark_Wallace19-Mar-19 7:58
Mark_Wallace19-Mar-19 7:58 
GeneralRe: Disney releases the name of ... Pin
CodeWraith19-Mar-19 8:56
CodeWraith19-Mar-19 8:56 
GeneralRe: Disney releases the name of ... Pin
dandy7219-Mar-19 10:19
dandy7219-Mar-19 10:19 
GeneralThought of the Day Pin
OriginalGriff19-Mar-19 5:46
mveOriginalGriff19-Mar-19 5:46 
QuestionRe: Thought of the Day Pin
lopatir19-Mar-19 6:00
lopatir19-Mar-19 6:00 
AnswerRe: Thought of the Day Pin
OriginalGriff19-Mar-19 6:03
mveOriginalGriff19-Mar-19 6:03 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer19-Mar-19 7:02
professionalDaniel Pfeffer19-Mar-19 7:02 
GeneralRe: Thought of the Day Pin
OriginalGriff19-Mar-19 7:07
mveOriginalGriff19-Mar-19 7:07 
GeneralRe: Thought of the Day Pin
DRHuff19-Mar-19 15:41
DRHuff19-Mar-19 15:41 
GeneralRe: Thought of the Day Pin
Fueled By Decaff19-Mar-19 6:22
Fueled By Decaff19-Mar-19 6:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.