Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Trung0246
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
by
Trung0246
6d ago
Unfortunately rclone for some stupid reason is blocked on my corporate account :(
2.
▲
by
Trung0246
10d ago
Heh some obvious AI generated image made with NovelAI V5 with transparent background enabled are being detected as no AI, so there goes one way to bypass it.
3.
▲
by
Trung0246
17d ago
Pretty cool but I wish linux/windows version is available
4.
▲
by
Trung0246
1mo ago
In the meanwhile for anyone that have android, use QuaX (still requires account)
5.
▲
by
Trung0246
2mo ago
You can probably just use VueTorrent or qBitController android app for headless mode.
6.
▲
by
Trung0246
2mo ago
Nice got different fingerprint across firefox and chrome on android
7.
▲
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.
8.
▲
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.
9.
▲
Anthropic uses Persona for identity verification
(web.archive.org)
5 points
by
Trung0246
3mo ago
|
0 comments
10.
▲
by
Trung0246
4mo ago
Yeah same issue with haskell. Apparently not many languages are supported by mise.
11.
▲
by
Trung0246
4mo ago
Curious but can we use lean4 as port target instead of Rust?
12.
▲
by
Trung0246
4mo ago
RIP hackintosh
13.
▲
by
Trung0246
4mo 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) =
14.
▲
by
Trung0246
4mo ago
Also not related to https://fluxkeyboard.com/
15.
▲
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
16.
▲
by
Trung0246
4mo ago
RIP yt-dlp with cookies
17.
▲
by
Trung0246
4mo ago
Nice got 6/6
18.
▲
by
Trung0246
4mo ago
How does this differ from https://github.com/verus-lang/verus
19.
▲
by
Trung0246
4mo ago
Interesting, how does this compare to copyparty?
20.
▲
Lambyland.net
(lambyland.net)
2 points
by
Trung0246
4mo ago
|
0 comments
21.
▲
by
Trung0246
4mo ago
Everytime it is BreachForums: https://breached.st/threads/internal-github-source-code.8739...
22.
▲
by
Trung0246
4mo ago
Hmm how does it differ from this: https://github.com/daijro/camoufox
23.
▲
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
24.
▲
by
Trung0246
5mo ago
Maybe Mac Mini M5 this year?
25.
▲
by
Trung0246
5mo ago
Maybe Mac Mini M5 this year?
26.
▲
by
Trung0246
6mo ago
Does this use pretext?
27.
▲
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
28.
▲
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
29.
▲
by
Trung0246
6mo ago
Hi, can you DM the firmware?
30.
▲
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
More ›