Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
OscarDC
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
OscarDC
1mo ago
Linux already has its own binary executable format, ELF (that you could just statically link, if you wanted to bundle everything). Also the usual way to indicate that some file is executable on linux systems is just through an execute bit,
2.
▲
by
OscarDC
6mo ago
Transpilation is here a necessary step to test the application because e.g. his browser won't be able to parse raw TypeScript code. Typechecking is not: the browser doesn't care about it, it's mainly to help the developer ve
3.
▲
by
OscarDC
1y ago
I think we both fell in the exact same rabbit hole started in the "Immich" post today! By the way I tried to look at the code to see where it was defined and, with difficulties I ended up founding: https://github.com&#x
4.
▲
by
OscarDC
1y ago
Yes basically, it's not the same dev yet sway is heavily inspired by i3 and works with i3 config files. As you wrote i3 is x11-only and sway is wayland.
5.
▲
by
OscarDC
1y ago
> but worse in every conceivable way I always had an issue with that sentence (and I heard it a lot). Why would experienced software developers always come with a solution worse in "every conceivable way" when implementing logi
6.
▲
by
OscarDC
2y ago
Presumably this for now has only been seen for a specific tv client API that yt-dlp use and not all youtube videos (well, https://github.com/yuliskov/SmartTube/issues/4444 also saw it for "members-only&q
7.
▲
by
OscarDC
2y ago
Not him but because your answer surprised me I chose to reply: at 34 it is also something I always wondered. Becoming obese always seemed a little extreme to me and I fail to imagine how someone could reach that state without the accordingl
8.
▲
by
OscarDC
2y ago
A particularly ugly but useful feature of "const enum" (sadly, the "const" flavor of enums are not referred to in this documentation), is that it's the only way to declare a compile-time constant in TypeScript. e.g.
9.
▲
by
OscarDC
2y ago
I read the README.md of the project but I'm still not sure: What's the expected usage of this? How does the outputed WASM code then interacts with a runtime (and with which, is it intended to be a tool compatible with browsers and
10.
▲
by
OscarDC
2y ago
> actively omit subtitle languages that aren't "relevant" to your geolocation. I cannot respect a service like that. This may also be due to legal issues / restrictions in the contract they had with that content'
11.
▲
by
OscarDC
3y ago
I did not want to annoy anybody, I was just answering the "live very comfortably" part. Yes I lived in Paris 15th arrondissement a little more than two years ago (for like 4 years?) with a less than 60k euros salary and felt perso
12.
▲
by
OscarDC
3y ago
Not him, but I was in the same situation (I'm still in France with roughly the same salary but not in Paris anymore). > let me guess you live in a 30 square meter hole Living in a 30 square meter apartment was pretty normal, yes. Do
13.
▲
by
OscarDC
3y ago
To add to this, a lot of those "W3C API" (most?) (to which I'll also add WHATWG API, like HTML5 - or fetch) have actually no relation to ECMAScript and thus aren't generally in v8 because they are not JavaScript. Those A
14.
▲
by
OscarDC
3y ago
I have the same back-button issues on both Firefox and Chrome (on linux if it matters) when going to this website. Multiple pages in history are e.g. just black screens.
15.
▲
by
OscarDC
3y ago
By what I understood of your reply, everything is a measure and I fail to see how something cannot be measured. Or perhaps I wasn't clear in what I meant initially? > In which case you have already measured it, even if not very prec
16.
▲
by
OscarDC
3y ago
It may be that the entire performance including the logic is satisfactory. Or it may be that the conditions to reach that logic are too rare to make the time to measure and optimize worthwhile. In any case, I understand it as: if you'r
17.
▲
by
OscarDC
3y ago
Small nitpick about the website: I'm one of those people that randomly select chunks of text as I'm reading it. It seems that your website make the selection background and text the same color (#fff in the CSS) making it unreadabl
18.
▲
by
OscarDC
3y ago
> Service workers are like adding extra threads when running JS in your browser. People use them in client-side web app code to get around the single-threadedmess of JavaScript. [...] Aren't you just describing workers in general he
19.
▲
by
OscarDC
3y ago
> sometimes it will accept all [...] cookie categories That's a shame, I like the idea of explicitly indicating that I don't want anything more than what's necessary (or at least not indicating that I don't care about
20.
▲
by
OscarDC
3y ago
From my experience in France at least, nobody relies on SMS anymore and less and less people on regular calls, it all goes through Whatsapp. Even I am guilty of that for both SMS and calls, having a single featureful app with contacts order
21.
▲
by
OscarDC
3y ago
I agree with the most part of what you wrote and I don't want to turn this even more into an unconstructive flame war than it already is. I just wanted to reply on the following point: > I knew HN had a bunch of conservative and li
22.
▲
by
OscarDC
3y ago
I get you, but it's both a TypeScript and JavaScript feature, and more importantly TypeScript is including it in its next official release whereas it is still not part of ECMAScript (though close, at stage 3). So speaking specifically
23.
▲
by
OscarDC
4y ago
I interpreted this comment as more of a jab at how inefficient are outlook and teams themselves as applications. I don't know if it's the right interpretation to have, but I kind of agreed with it, considering huge issues I had wi
24.
▲
by
OscarDC
4y ago
Just to give my experience, I actually didn't know what that acronym meant. I tried googling it but "ESL speaker" only gave results about loudspeakers and just "ESL" was mostly about some German Company. I even thou
25.
▲
by
OscarDC
4y ago
Ha! I tell myself exactly the same thing, I even registered to Mt Gox (which I think - my memory is not to clear - included sending some identification papers) to finally just chickening out when it was time to put my money by instead askin
26.
▲
by
OscarDC
4y ago
I guess it doesn't work for example when words contain dashe(s) or apostrophe(s) which might exist (for a single indivisible word) in some languages.
27.
▲
by
OscarDC
4y ago
The answer to the concern of potential health issue of cannabis legalization is almost always "what about [this other bad product with some common effects], should we forbid it too?" This argument always sounds like a fallacy to m
28.
▲
by
OscarDC
4y ago
One of the program is: https://www.svtplay.se/video/34674843/den-stora-algvandringe...
29.
▲
by
OscarDC
4y ago
It depends heavily on the website we're talking about but there's generally a lot going on when streaming video on the web. Usually what happens at the core is that JavaScript will download video, audio and subtitles progressively
30.
▲
by
OscarDC
4y ago
> just watching videos [...] (where the JavaScript takes a back seat) If you're talking about media websites like YouTube, Netflix, Amazon Prime Video, Twitch and so on or even just videos on sites like Facebook, video streaming ac
More ›