Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
halb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
P2P local file transfer based on WebRTC
(pairdrop.net)
61 points
by
halb
2mo ago
|
23 comments
2.
▲
by
halb
2mo ago
Ten years ago, I made a very stupid website: a public chat that anyone can join, where you can communicate only in morse code, by tapping a single button. Since then, I've been surprised to see a large community grow around it. More an
3.
▲
by
halb
4mo ago
international day of plant health is on may 12, not today!
4.
▲
by
halb
6mo ago
The author itself is probably ai-generated. The contact section in the blog is just placeholder values. I think the age of informative articles is gone
5.
▲
by
halb
7mo ago
there was a php-only million-rows challenge that was posted here recently. This uaf offers the opportunity for the funniest solution.
6.
▲
by
halb
8mo ago
i feel that most of my problems in this space would be solved with better "fuzzy" search integration in obsidian. Some sort of local rag on my daily notes would be very effective. do you know if such a project already exists?
7.
▲
by
halb
8mo ago
There is an existing project that tracks and gather syscalls in the linux kernel, for all ABIs: https://github.com/mebeim/systrack . The author maintains a table here, which is incredibly useful: https://sys
8.
▲
by
halb
9mo ago
what do you think you will get out of this? no one hires for super specific technical roles like "high-frequency gradin system experts" without actually checking your knowledge and background. you are clearly not hurting anyone wi
9.
▲
by
halb
9mo ago
I noticed a lot of peojects like these lately, highly-specific, technical projects or blogs that are completely fake and vibe coded. I wonder what people think they will get out of this. You might get hired as a generic web developer if you
10.
▲
by
halb
11mo ago
Very cool! I built something similar a long time ago: https://morse.halb.it and it blows my mind that it's actually being used by people
11.
▲
by
halb
11mo ago
It's an interpreter, but it does support JIT to x64 and arm. There are some details here: https://github.com/jart/blink/?tab=readme-ov-file#technical-... On the x64-playground website it's just running a
12.
▲
by
halb
11mo ago
This is mostly an educational tool, and it's intentionally designed to present data in a similar way to GDB. The idea is that students will use this tool to learn basic assembly concepts without the extra friction of GDB, and when they
13.
▲
by
halb
11mo ago
I was gonna say, this sounds exactly like LLVM IR, except for the ease of use
14.
▲
by
halb
11mo ago
Nice to see my playground trending! All of this is essentially made possible by the blink engine by @jart: https://github.com/jart/blink/ Which is an x86-64-linux emulator written in a few kb of c code. There is n
15.
▲
by
halb
1y ago
This is a good point. I guess that if you have the luxury of controlling the front-end side of the web application you can implement a system that polls the server routinely. Over time this will give you a clearer picture. You can notice th
16.
▲
by
halb
1y ago
What kind of websites do you have in mind when I talk about fraud patterns? not everything is a static website, and I absolutely agree with you on that point: If your static website is struggling under the load of a scraper there is somethi
17.
▲
by
halb
1y ago
I guess the blame is on me here for providing only a very brief context on the topic, which makes it sound like this is just anti-scraping solutions. This kind of fingerprinting solutions are widely used everywhere, and they don't have
18.
▲
Implementing fast TCP fingerprinting with eBPF
(halb.it)
108 points
by
halb
1y ago
|
39 comments
19.
▲
by
halb
1y ago
This is a problem because unlike cookies, that are tied to specific domains and isolated by security boundaries, fingerprints can be computed across any domain. It's easy to imagine how a website that tracks users and serves ads solel
20.
▲
Apple's Liquid Glass in the Browser
(specy.app)
11 points
by
halb
1y ago
|
1 comments
21.
▲
Show HN: A GDB-like debugger that runs in the browser
(github.com)
2 points
by
halb
2y ago
|
0 comments
22.
▲
by
halb
2y ago
Finally, a better alternative to the do-not-stab header https://www.5snb.club/posts/2023/do-not-stab/
23.
▲
Data alignment: Straighten up and fly right (2005)
(web.archive.org)
2 points
by
halb
2y ago
|
0 comments
24.
▲
A solution to the unsolved CSS problem of animating an element height
(stefanjudis.com)
4 points
by
halb
2y ago
|
1 comments
25.
▲
by
halb
2y ago
Speaking of web-based debuggers, I recenty created a similar project but focused on x86-64 assembly debugging: https://github.com/robalb/x86-64-playground
26.
▲
Show HN: Run, learn, and debug x86-64 Assembly code directly from your browser
(x64.halb.it)
12 points
by
halb
2y ago
|
1 comments
27.
▲
by
halb
2y ago
If all you want to do is compile and run c code in the browser you could run tcc in the blink x86_64 emulator, running in wasm. It would take ~300Kb, less than the js & css used in the average webpage
28.
▲
by
halb
2y ago
Absolutely! You can even run clang in wasm targeting x86_64, and then emulate the resulting program using the blink x86_64 emulator. I'm working on something similar, where students can compile intel assembly and run it client-side: h
29.
▲
Mgmt: An automation tool with an event-driven feedback loop
(github.com)
1 points
by
halb
2y ago
|
0 comments
30.
▲
by
halb
2y ago
On this note I really recommend cyberchef[1]: a large collection of open-source web based utils and converters that can be chained together. Oh and it's maintained by the GCHQ, the agency that cracked the german enigma codes. [1] http
More ›