nlte's comments

nlte | 4 years ago | on: Firefox 89 Beta Released with UI Changes

The Mozilla release notes:https://www.mozilla.org/en-US/firefox/89.0beta/releasenotes/

I wonder what this means:

"Changed: Introducing a non-native implementation of web form controls, which delivers a new modern design and some improvements to page load performance. Watch for layout bugs in web pages that make assumptions about the dimensions or styling of form controls."

A very visible change is the default styling of the form elements (input, button): more rounded, with a strong double blue outline when focused. I wonder if this is supposed to reflect the style changes of the UI itself.

nlte | 5 years ago | on: Giving social networking back to you – Mastodon

I just signed up. I'll have to overcome a negative first impression caused by the label of the submit button - "TOOT!". Actually, the effect is even worse in French, which was my default: "POUET!", a choice with clearly grotesque undertones. Not a clever pick if the project aims to become mainstream. (But Mastodon is not an easy name either.)

nlte | 5 years ago | on: In Defense of XML

Ten years ago, I loved XML mainly because of what I could do with XSLT, and I wrote many websites where the data were XML (static files) and the XSLT scripts acted as the views to output HTML. All that was server-side (ASP or PHP). The equivalent for me today is JSON for then data and the Lodash library to transform them. The environment has switched to JavaScript (Node.js + browser), which was a tremendous improvement. For me, Lodash is the new XSLT - all about data transformation - although they're conceptually unrelated.

nlte | 5 years ago | on: If it ain't broke: Share your oldest working gadgets

Strangely enough, the two gadgets I can think of are from the same year 1979:

- A Sharp MZ-80K computer (my first computer). Granted, I don't use it every day but as long as the original Basic SP-5025 cassette can be read, I know I can write some funny programs full of INPUT A$ and GOTO and GOSUB.

- An Olympia Express Maximatic espresso machine (serial no. from 1979) I bought two years ago and had repaired. The spare parts are easy to find because the current version of that machine is almost the same as the original design from the mid-70s. I use it everyday.

Both are very sturdy constructions.

nlte | 6 years ago | on: The future of design tools

My comment didn't exactly imply that designers and programmers are the same, simply that web designers should be able to use the tools (and fully understand the constraints) of what constitutes the final output of their job, that is HTML and CSS. Writing CSS and server-side code are obviously two very different things. A designer could be a guy who types CSS in a text editor, among other things.

nlte | 6 years ago | on: The future of design tools

I've never understood why web design doesn't take place in a text editor and browser (with other tools, like Photoshop or Illustrator, for secondary tasks).

The output of web design is, ultimately, HTML and CSS, so what reason could a professional have to work with tools that can only yield an approximation of what they are paid to do? In my view, a designer without full mastery of at least HTML and CSS doesn't really deserve his title.

Going a little farther: with some knowledge of JavaScript, JSON and how to transform it (map, reduce, filter, sort), a designer can ask for some sample data and come up with a functioning prototype that offers truly important insights into the problems his design is supposed to solve. Client-side frameworks like Svelte.js are making all this very easy.

Nothing is more maddening, and a waste of time and money, than a Photoshop mockup using rudimentary, and generally too self-complacent, content.

nlte | 6 years ago | on: The Impossible Dream

"The modern self is the product of this subjective turn, when the real self becomes internal (the mind in the English language; the soul in French, which has no word equivalent to mind), not some external thing embodied in robes of office or tools of a trade."

The parenthesis could have been avoided entirely because it is absurdly false. Luckily, that's irrelevant to the argument.

But no: the French language doesn't have to fallback to the soul by lack of a word for "mind". There is one.

nlte | 7 years ago | on: CityBound – An open source city simulation game in Rust

"[Theses releases] might not run at all and in the worst case might restart or damage your system." Not very appealing but I decided to go ahead. But then, when I launched the installer, Windows (10) also warned me about an unrecognized application, so I hesitate. Would anyone here consider this software too risky to install?

nlte | 7 years ago | on: What makes Paris look like Paris? (2012)

I really regret Paris's urbanistic conservatism and lack of possibilities for experimentation. Some recently developed areas are promising. I really enjoy walking in the "ZAC Rive gauche", the neighborhood around the Bibliothèque de France which is still in the process of being built. Take a walk starting at the Gare d'Austerlitz and going eastward following the tracks, youl'll see an unusual face of modern Paris. Unlike e.g. Front de Seine in the 15th arrondissement, I have the feeling that this area may succeed and age well. (Incidentally, this is where that startup thingy, Station F, is located, and new streets are named after Alan Turing and Ada Lovelace!)

nlte | 10 years ago | on: Classeur.io: Re-enjoy writing, with Markdown

https://stackedit.io/ is my markdown editor of choice. You can sync your documents with Google Drive, Dropbox, publish to GitHub. Really not easy to beat, in my opinion. However, there's no live collaboration feature currently in Stackedit so I'm interested to see what Classeur has to offer in this respect. (Now I see that Stackedit and Classeur are related projects, apparently both authored by https://github.com/benweet).

nlte | 10 years ago | on: Quill – A cross browser rich text editor with an API

I did the same. But those non-technical users still ask why they can't paint their text red, right-align paragraphs and insert as many line breaks as their good taste suggests. So it can't really work unless they agree to get a bit technical and understand what semantic markup and CSS are. And then, I'd really prefer to teach them some basic markdown and have them use a markdown editor, only so they can stop believing that "what they see is they get".
page 1