Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Trung0246
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Trung0246
7d ago
Pretty cool but I wish linux/windows version is available
2.
▲
by
Trung0246
22d ago
In the meanwhile for anyone that have android, use QuaX (still requires account)
3.
▲
by
Trung0246
1mo ago
You can probably just use VueTorrent or qBitController android app for headless mode.
4.
▲
by
Trung0246
1mo ago
Nice got different fingerprint across firefox and chrome on android
5.
▲
by
Trung0246
2mo ago
Guess this is the death of non-chrome browser if website start to reject http request that does not have signature and chrome enforcing hardware attestation to generate signature.
6.
▲
by
Trung0246
2mo ago
At that point just use whitelist-based approach. I already used gitignore like that. It also easier to avoid committing temp file and secret through whitelist because those file are never in gitignore in the first place.
7.
▲
Anthropic uses Persona for identity verification
(web.archive.org)
5 points
by
Trung0246
3mo ago
|
0 comments
8.
▲
by
Trung0246
3mo ago
Yeah same issue with haskell. Apparently not many languages are supported by mise.
9.
▲
by
Trung0246
3mo ago
Curious but can we use lean4 as port target instead of Rust?
10.
▲
by
Trung0246
3mo ago
RIP hackintosh
11.
▲
by
Trung0246
3mo ago
Here's a funny Z combinator in typescript in pure SKI form for lambda calculus purist: const K = <A, B>(a: A) => (_b: B) => a; const S = <A, B, C>(a: (x: C) => (y: B) => A) => (b: (x: C) => B) =
12.
▲
by
Trung0246
4mo ago
Also not related to https://fluxkeyboard.com/
13.
▲
by
Trung0246
4mo ago
For some funsie here's my fully working delimited continuation in C with effect handler example: https://godbolt.org/z/3ehehvo6E No ASM involved so technically portable (although it depends on built-in). Flix equi
14.
▲
by
Trung0246
4mo ago
RIP yt-dlp with cookies
15.
▲
by
Trung0246
4mo ago
Nice got 6/6
16.
▲
by
Trung0246
4mo ago
How does this differ from https://github.com/verus-lang/verus
17.
▲
by
Trung0246
4mo ago
Interesting, how does this compare to copyparty?
18.
▲
Lambyland.net
(lambyland.net)
2 points
by
Trung0246
4mo ago
|
0 comments
19.
▲
by
Trung0246
4mo ago
Everytime it is BreachForums: https://breached.st/threads/internal-github-source-code.8739...
20.
▲
by
Trung0246
4mo ago
Hmm how does it differ from this: https://github.com/daijro/camoufox
21.
▲
by
Trung0246
4mo ago
Interesting, what I just did recently is basically the same of this as I tried to push the limit of js obfuscator as much as possible by keep forcing gpt/claude deobfuscate final output then having gpt improve the tool to break the deo
22.
▲
by
Trung0246
5mo ago
Maybe Mac Mini M5 this year?
23.
▲
by
Trung0246
5mo ago
Maybe Mac Mini M5 this year?
24.
▲
by
Trung0246
6mo ago
Does this use pretext?
25.
▲
by
Trung0246
6mo ago
Wikipedia have a pretty good Z combinator demo: https://en.wikipedia.org/wiki/Fixed-point_combinator --- const K = <A, B>(a: A) => (_b: B) => a; const S = <A, B, C>(a: (x: C) => (y: B) => A) =&g
26.
▲
by
Trung0246
6mo ago
Unfortunately it still unable to handle to context sensitive language which is a deal breaker for me (like C++ raw string as an example). https://github.com/ohmjs/ohm/issues/158
27.
▲
by
Trung0246
6mo ago
Hi, can you DM the firmware?
28.
▲
by
Trung0246
6mo ago
Actually you don't even need ASM at all. Just need to have smart use of compiler built-in to make it truly portable. See my composable continuation implementation: https://godbolt.org/z/zf8Kj33nY
29.
▲
Sora (Video Model) shut down
(xcancel.com)
4 points
by
Trung0246
6mo ago
|
2 comments
30.
▲
by
Trung0246
6mo ago
Can't edit the link but this is the official tweet: https://x.com/soraofficialapp/status/2036546752535470382
More ›