Live data from Hacker News

Web4 Should Run on LaTeX

cynicusrex.com

41–50 of 154 posts

Re: Web4 Should Run on LaTeX

#42
post #25
post #19

No, no, no, that's not how Web .0 works! You have to make it worse as the number goes up. Web 2.0 added more interaction, more tracking, and more advertizing. Web 3.0 adds crypto scams. If Web 4.0 is going anywhere near LaTeX, it needs to add not just the typesetting language, but also the whole system of peer-reviewed academic publishing, and you have to publish at least 4 websites a year or perish.

Latex would certainly make it worse. Latex is among the worst languages (to use) that I've ever encountered.

Technically TeX is the language. LaTeX is a library of macros for TeX, that tries to make it easier to work with TeX.

Re: Web4 Should Run on LaTeX

#43

I've used LaTeX for my bachelor thesis, but i found it such a pain that i wrote an markdown-to-latex converter in PHP, which i found to be less painful. Today i finished an improved version of that converter in AWK, intending to use it to generate pretty PDFs from markdown, but aside from that, i wish not to interact much with LaTeX itself anymore..

Do you know about Pandoc?

Re: Web4 Should Run on LaTeX

#44

I've used LaTeX for the duration of my Bachlor studies. The results are superior to Word, but that's just about where the benefits end. It's a nightmare to use and I don't see how investing time to learn it will benefit me in the long run.

I had great luck using pandoc instead of raw LaTeX. I'd just write the manuscript body in markdown, and use inline LaTeX for layouts and more complex figures that can't be replicated in Markdown. it also outputs .docx in case the prof wanted Word docs submitted digitally.

Re: Web4 Should Run on LaTeX

#45
post #11

> All this being said, Reddit should copy Hacker News, Twitter should oust Jack Dorsey, Facebook should die, and billionaires should pay their goddamn taxes so we can implement Universal Basic Income. Doing this will enable actual good people to do actual good and useful work without having to rely on ads, difficult to come by donations, blockchain pyramid Ponzi schemes, or bullshit jobs This was either written by a…

UBI is unequivocally a good thing.

Maybe, but liquidifing all wealth of all US billionaires at once (built over decades), even if it's possible (it isn't), would give UBI of $12000 for single year.

https://www.wolframalpha.com/input/?i=4+trillion+dollars+div...

Re: Web4 Should Run on LaTeX

#46
post #36
post #24

Earlier quoted context omitted.

Exactly, HTML would be amazing if people weren't trying to use browsers as application runtime environments.

So write an application multiple times in multiple languages, package it into different packages, and distribute them through app stores? Oh, and desktop Linux users are out of luck because their market share is so tiny, and their distros are so numerous and chaotic that no-one is going to bother spending time and money on building applications for those poor sods. Is this the idea?

Which step in that process could not be automated? What's so fucking difficult on either writing a Cross-Platform UI or using a Cross-Platform framework?

Is it not instead the case that today's hipster developers simply want to ignore that platforms exist beside their fancy McBooks? Is it not the case that today's developers prefer a bizarre interpreted untyped language simply because that's what they learned for building websites and they don't want to put up the effort to understand what a type system is? Is it not true that the same developers pull in dependencies reflexivly and never consider long-term maintenance, let alone such weird concepts like supply chain security? And finally did not some hip leaders invent the microservice architecture to cater to these idiots? Because it's nowadays simpler to have a huge, inefficient, pile of services that hides all complexity in the communication between these services than to have one well-designed, efficient system?

Sorry for the rant, but sometimes I feel like the industry is actually regressing because many developers are simply lazy morons that hide behind buzzwords.

Re: Web4 Should Run on LaTeX

#47
post #46
post #36

Earlier quoted context omitted.

So write an application multiple times in multiple languages, package it into different packages, and distribute them through app stores? Oh, and desktop Linux users are out of luck because their market share is so tiny, and their distros are so numerous and chaotic that no-one is going to bother spending time and money on building applications for those poor sods. Is this the idea?

Which step in that process could not be automated? What's so fucking difficult on either writing a Cross-Platform UI or using a Cross-Platform framework? Is it not instead the case that today's hipster developers simply want to ignore that platforms exist beside their fancy McBooks? Is it not the case that today's developers prefer a bizarre interpreted untyped language simply because that's what they learned for bui…

Buzzwords like type system?

Re: Web4 Should Run on LaTeX

#48
post #46
post #36

Earlier quoted context omitted.

So write an application multiple times in multiple languages, package it into different packages, and distribute them through app stores? Oh, and desktop Linux users are out of luck because their market share is so tiny, and their distros are so numerous and chaotic that no-one is going to bother spending time and money on building applications for those poor sods. Is this the idea?

Which step in that process could not be automated? What's so fucking difficult on either writing a Cross-Platform UI or using a Cross-Platform framework? Is it not instead the case that today's hipster developers simply want to ignore that platforms exist beside their fancy McBooks? Is it not the case that today's developers prefer a bizarre interpreted untyped language simply because that's what they learned for bui…

Please suggest a cross platform framework that doesn't come with accessibility issues, that also allows you to create as rich ui's like what you can do in a browser, and without various licenses that restrict what you can do with your code? Something that supports Android, iOS, Linux, Windows and MacOS.

Re: Web4 Should Run on LaTeX

#49
post #24

PDF fetishism and blindly disliking HTML because it's associated with the current web is such an old trope. HTML and CSS are good at making hypertext documents, they are in fact much better at that than at making applications, despite that being the most popular use case lately. No one is making you write web apps, websites are still first class citizens for web browsers.

Exactly, HTML would be amazing if people weren't trying to use browsers as application runtime environments.

I don’t have much experience with web development, but lately I’ve been wondering, though, if those using browsers as application runtime environments should go all the way and eschew the DOM in favor of presenting a GUI in a WebGL canvas? Theoretically, the combination of WebGL and Webassembly may be an attractive platform for developing cross-platform applications. We already have Electron apps, but instead of using HTML+CSS+JavaScript, we use tools inspired by desktop GUI development tools that render to a WebGL canvas and compile to Webassembly?

Re: Web4 Should Run on LaTeX

#50
Most of the people in this thread are taking the article too seriously. It's obviously using hyperbole to make a point about how most web development is driven by fashion trends instead of fundamentals.
Post reply on HN