Readit News logoReadit News
gwervc commented on Why English doesn't use accents   deadlanguagesociety.com/p... · Posted by u/sandbach
teleforce · 2 months ago
Fun facts almost one third (1/3) of English language vocabulary are similar to French. To be exact most of the professional and legal version of the English words are taken from French. Hence if you understand English, you can read short notice or announcement in French, and understand them mostly. But if you have people spoken the same notice and announcement in French version to you without you reading it, most probably you won't understand most of the same sentences.
gwervc · 2 months ago
Plus there is another 1/3 coming from Latin which French speakers has no issue understanding either. English is basically akin to a dumbed down pidgin of French (exponentially less verb conjugation, no gender agreement, less pronouns with the thou/you merge, less articles and annoying small words, etc.) starting over a Germanic core.
gwervc commented on Writing Code Was Never the Bottleneck   ordep.dev/posts/writing-c... · Posted by u/phire
IshKebab · 2 months ago
Was anyone claiming it is the bottleneck? Seems like a straw man.
gwervc · 2 months ago
A few weeks ago people were discussing here how their typing speed was making them code faster. On the other hand I haven't been limited by writing code, the linked article match my professional experience.
gwervc commented on Sailing the fjords like the Vikings yields unexpected insights   arstechnica.com/science/2... · Posted by u/pseudolus
gwervc · 2 months ago
Researcher here: yes it's playing. And playing isn't a bad thing. If we hadn't fun, a lot of us would have quit already.

Dead Comment

gwervc commented on I wrote my PhD Thesis in Typst   fransskarman.com/phd_thes... · Posted by u/todsacerdoti
roshdodd · 2 months ago
A small, but important aspect of typesetting/WYSIWYM is the ability to break down a large document (like a thesis) into discrete sub-components. You could work on each section of your document in an individual .tex file and include it later in your top-level .tex file. This setup works well with VCS like git.

Another ergonomic benefit is scripting. For example, if I'm running a series of scripts to generate figures/plots, LaTeX will pick up on the new files (if the filename is unmodified) and update those figures after recompiling. This is preferable to scrolling through a large document in MS Word and attempting to update each figure individually.

As the size and figure count of your document increases, the ergonomics in MS Word degrade. The initial setup effort in LaTeX becomes minimal as this cost is "amortized" over the document.

gwervc · 2 months ago
> The initial setup effort in LaTeX becomes minimal as this cost is "amortized" over the document.

I'm still sour about the 3 days it took me to have something usable for my thesis, and I was starting from an existing template. And it's still not exactly how I want it to be; I gave up on addressing a bug in the reference list.

gwervc commented on 'Gwada negative': French scientists find new blood type in woman   lemonde.fr/en/science/art... · Posted by u/spidersouris
pezezin · 2 months ago
Japanese people are the same, to the point that even anime characters have a blood type.
gwervc · 2 months ago
Yes it's defined for fictional characters, but I have the feeling it's more due to their obsession of details. I've never been asked my blood type there in years, whereas some Taiwanese girls asked me the question.

Dead Comment

gwervc commented on Magistral — the first reasoning model by Mistral AI   mistral.ai/news/magistral... · Posted by u/meetpateltech
whiplash451 · 3 months ago
> they probably work more hours in America than France

Not sure that's even true. Mistral is known to be a really hard-working place

gwervc · 3 months ago
I'm pretty sure there is way less regulations in the US in respect to France where going over the legal 35h/week requires additional capital and legal paperwork.

Dead Comment

gwervc commented on Prompt engineering playbook for programmers   addyo.substack.com/p/the-... · Posted by u/vinhnx
NitpickLawyer · 3 months ago
> Since when the ability to write proper and meaningful sentences became engineering?

Since what's proper and meaningful depends on a lot of variables. Testing these, keeping track of them, logging and versioning take it from "vibe prompting" to "prompt engineering" IMO.

There are plenty of papers detailing this work. Some things work better than others (do this and this works better than don't do this - pink elephants thing). Structuring is important. Style is important. Order of information is important. Re-stating the problem is important.

Then there's quirks with family models. If you're running an API-served model you need internal checks to make sure the new version still behaves well on your prompts. These checks and tests are "prompt engineering".

I feel a lot of people take the knee-jerk reaction to the hype and miss critical aspects because they want to dunk on the hype.

gwervc · 3 months ago
It's still very very far from engineering. Like, how long and how much one has to study to get an engineering degree? 5 years over many disciplines.

On the other hand, prompt tweaking can be learned in a few days just by experimenting.

u/gwervc

KarmaCake day791September 20, 2023View Original