Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tkot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
tkot
11d ago
I see, so there are certain things that arbitrary native code could try do (let's say, try to execute a certain syscall) that native code produced by the JIT compiler wouldn't normally be able to attempt?
2.
▲
by
tkot
12d ago
Is Firefox actually safer than Chromium-based browsers though? I know this is old: https://madaidans-insecurities.github.io/firefox-chromium.ht... but has the situation changed substantially in favor of Firefox?
3.
▲
by
tkot
12d ago
> Type confusion in V8 in Google Chrome prior to 152.0.7977.82 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. (Chromium security severity: High) What's the difference between "ex
4.
▲
by
tkot
14d ago
Wow, PixiEditor looks really cool.
5.
▲
by
tkot
14d ago
I know nothing about writing an image editor or graphics programming but maybe someone here can fill me in - would it be more or less difficult ("would it take more or less tokens" is probably the right question to ask these days)
6.
▲
by
tkot
4mo ago
> It's less pronounced with diacritics, but enter Unicode normal forms: you can represent š either as š, or s followed by a diacritic. When you want to compare two strings, you have to normalize them to ensure you are comparing appl
7.
▲
by
tkot
4mo ago
> it really is also a tool to best codify spoken language of the Slavs (in a sense, it is trivially provable that Cyrillic script is better adapted even to languages which do not use it today, but have to resort to digraphs or glyphs wi
8.
▲
by
tkot
1y ago
If a search engine (be it Ecosia, Qwant, DDG or Google) is used by someone who is running uBlock Origin, does it benefit the company running the engine or does the cost of queries with no chance of displaying an add to the user outweigh the
9.
▲
by
tkot
1y ago
> For example, the German "Ich sehe die Frau mit dem Fernglas" (I see the woman with the binoculars) is _unambiguous_ because "die Frau" and "mit dem Fernglas" match in both gender and case. If this weren&#x
10.
▲
by
tkot
3y ago
Are there any advantages to using the official Reddit app instead of something like RedReader? https://github.com/QuantumBadger/RedReader
11.
▲
by
tkot
3y ago
The noun is not the issue but rather the scope of uniqueness: >Now, given two log files (log file from day 1 and log file from day 2) we want to generate a list of ‘loyal customers’ that meet the criteria of: (a) they came on both days,
12.
▲
by
tkot
3y ago
> Host: (always present, not always visible) Hostname can be skipped in file URI and localhost will be assumed, maybe that's what the author meant.
13.
▲
by
tkot
3y ago
Does visiting pages A and B on day 1 and visiting page A on day 2 also make the sentence true? I think that's the source of ambiguity (or maybe it's ambiguous to me only because English is not my native language).
14.
▲
by
tkot
3y ago
Yup, it's also very useful for doing stuff like checking archive integrity after upload (got bitten by it once when uploading some archives via FTP) and syncing with cloud - I've had a dedicated client remove files from my PC ins
15.
▲
by
tkot
3y ago
I specifically mentioned mounting ( https://rclone.org/commands/rclone_mount/ which may use some additional storage space depending on the caching configuration) whereas you seem to be talking about mirroring the d
16.
▲
by
tkot
3y ago
What is the advantage of using Spacedrive over mounting the network disk with rclone ( https://rclone.org/ ) and using any other file explorer?
17.
▲
by
tkot
3y ago
Slightly off-topic but I can't resist the urge to ask. Why is the logo ( https://raw.githubusercontent.com/google/wuffs/main/doc/logo... ) no longer shown in the readme? I was pretty sure I had heard
18.
▲
by
tkot
3y ago
>in your opinion what is the difference between a Republic and a Democracy? To keep things simple: democracy -> majority rule republic -> majority rule + no inheritance of public offices (so no monarch) Of course it can get more c
19.
▲
by
tkot
3y ago
Isn't it a matter of words changing meaning over time? Could it be that what James Madison called "democracy" corresponds to "direct democracy" in modern understanding and "republic" corresponds to "r
20.
▲
by
tkot
3y ago
Would adding the account to a mail client so that it logs into the account via IMAP on PC/phone startup help or does Yahoo require a login via the web interface?
21.
▲
by
tkot
3y ago
What are the 'gotchas' that Java has but C does not?
22.
▲
by
tkot
3y ago
I was responding to the person mentioning 100km/h as the correct answer (firstlink).
23.
▲
by
tkot
3y ago
I think you are thinking about a case where someone goes 120km/h for 1 hour and then 80km/h for 1 hour instead of going over a fixed distance at 120km/h and then going over the same distance at 80km/h.
24.
▲
by
tkot
3y ago
Wouldn't UseCompressedOops flag alleviate the issue for smaller heaps?
25.
▲
by
tkot
4y ago
I'd probably suggest --force-with-lease just to be sure ;)
26.
▲
by
tkot
4y ago
It won't work in cases where the stories require images or interaction but for text-based stories I use curl <pasta url> | html2text | less Just to be sure ;)
27.
▲
by
tkot
4y ago
Libraries written in SQL. I'm sure one can search for let's say a snippet that will create a date dimension table for a data warehouse and copy it but it's pretty clunky compared to even Python modules. I'm criticizing S
28.
▲
by
tkot
4y ago
I agree regarding SQL views - it's probably the most frequently used way of reusing SQL code. > And even across vastly different domains, even if not directly reusable, SQL queries are still highly transferable. That's the poi
29.
▲
by
tkot
4y ago
>As much as SQL could be better, it's a very strong local optimum I mostly agree, though I think that SQL's popularity comes mostly from network effects. > Yeah and what's wrong with that? Nothing is wrong wrong with th
30.
▲
by
tkot
4y ago
It's true though. Relational algebra is a very nice abstraction but SQL as a language is subpar to say the least. SQL is really unergonomic, it's difficult to reuse SQL code which is why there are no SQL libraries worth talking ab
More ›