Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
majke
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
majke
20d ago
First version was a three layer VM monster, with the main entrance done as HTTP proxy written in PHP.
2.
▲
by
majke
1mo ago
>> made the internet better One of the measures of "making The Internet" could be looking at RFC contributions: https://www.rfc-editor.org/search/?q=cloudflare
3.
▲
by
majke
1mo ago
I don't think you can buy a single "MI300X" unit, right? Only the box with x8 of these at a cost of ~250K EUR.
4.
▲
by
majke
1mo ago
> Across all tested generations, divergent paths serialize linearly with the number of paths k, following T(k)≈sk with no super-linear reconvergence penalty. Warp execution efficiency falls as 32/k, the penalty is independent of occ
5.
▲
by
majke
2mo ago
There is more! I started to figure out how ADC/DAC chips actually work. I believe our CM6533 and its competitor the CM108 both use delta-sigma. The output isn't a staircase of those samples but a rapidly switching (MHz rates) 1-bi
6.
▲
One Ring to Rule Them All: Wiring Radios to Laptops the Hard Way
(lysk.ai)
23 points
by
majke
2mo ago
|
1 comments
7.
▲
by
majke
2mo ago
Many countries now assume you have a phone. For example getting UK visa requires a smartphone. I don't think going without a phone is feasible nowadays. Another question is if going with a burner phone that has just sim card and bank c
8.
▲
by
majke
2mo ago
I'm a heavy user of NVIDIA LOP3 instruction (uint32). I wonder when AMD will finally support it well.
9.
▲
by
majke
2mo ago
If you want to know more about the cache invalidation in the whole pipeline of DNS requests, take a look at this https://blog.cloudflare.com/tld-glue-sticks-around-too-long/ I hinted there how the NS chain of lookups w
10.
▲
by
majke
3mo ago
sockmap has been through a lot of changes since then. Some done by CF (hi Jakub!) some by others, including bytedance and isovalent. Recently there has been a push to figure out the backpressure situation, so it's worth checking again.
11.
▲
by
majke
3mo ago
This is great. So proper 386 on an fpga? How cool is that.
12.
▲
by
majke
3mo ago
> A lot of self-hosters running CF tunnels because they don't know better also contributes. Are you saying CF documentation is better than Computer Science / Networking education resources? Why don't people know better? I
13.
▲
by
majke
3mo ago
(I'm ex CF) This is backwards. Nobody "allowed" anyting. CF serves a customers need. You can argue with the solution but you can't argue with the core problem. It's more healthy to start the conversation of _why_ CF
14.
▲
by
majke
4mo ago
Lysk | lysk.ai | AI/Geo Engineer | Full-time | Warsaw / Paris Lysk is a European defence startup, based between Paris and Warsaw. Our mission is to create modern software tailored for hostile environments. Our customers include Eu
15.
▲
by
majke
4mo ago
I've had more success. Flipper taught me about sdr, and I was able to reverse quite a lot from my garage door pilot. Then I went on an adventure of cracking Keeloq cipher, and I haven't stopped since.
16.
▲
by
majke
5mo ago
No later than last week I was fishing in my boxes for two pieces of 2N2222 for a pet project!
17.
▲
by
majke
5mo ago
> As of today, the full reference footage hasn't been released online. A pity
18.
▲
by
majke
5mo ago
I’m also contemplating a lego sorting machine.
19.
▲
by
majke
7mo ago
Not necessarily. In classic C we often build complex state machines to handle errors - especially when there are many things that need to be initialized (malloced) one after another and each might fail. Think the infamous "goto error&q
20.
▲
by
majke
8mo ago
Ispc looks interesting. Does it work with amd? They hint on gpu’s , i guess mostly intel ones?
21.
▲
by
majke
9mo ago
So... does it mean that nobody reads the law? Is it good or bad? What is the takeaway?
22.
▲
by
majke
9mo ago
Richard Jones is still alive and kicking https://x.com/metabrew
23.
▲
by
majke
9mo ago
Back in 2022 I published a doc on how the egress IPs work at Cloudflare: https://blog.cloudflare.com/cloudflare-servers-dont-own-ips-... In summary, the location at which an IP egresses Cloudflare network has nothing to do
24.
▲
by
majke
9mo ago
Hey! Popcount used to be my favorite instruction. Now I think I prefer LOP3 though :)
25.
▲
by
majke
10mo ago
> Coordinator sees Node A has significantly fewer rows (logical count) than the cluster average. It flags Node A as "underutilized." Ok, so you are dealing with a classic - you measure A, but what matters is B. For "load&q
26.
▲
by
majke
10mo ago
Questions for "questions for cloudflare" owner
27.
▲
by
majke
10mo ago
> > faster - less context switches and copies This is very much newbie way of thinking. How do you know? Did you profile it? It turns out there is surprisingly little dumb zero-copy potential at CF. Most of the stuff is TLS, so stuff
28.
▲
by
majke
10mo ago
This happened before my watch, but I always was rooting for Linux. Linux is winning on many aspects. Consider the featureset of iptables (CF uses loads of stuff, from "comment" to "tproxy"), bpf for metrics is a killer (
29.
▲
by
majke
11mo ago
Falsehoods programmers think about addresses: - parsing addresses is well defined (try parsing ::1%3) - since 127.0.0.2 is on loopback, ::2 surely also would be - interface number on Linux is unique - unix domain socket names are zero-termi
30.
▲
by
majke
11mo ago
Bing uses bloom filters for the most-recent index: https://dl.acm.org/doi/pdf/10.1145/3077136.3080789 https://bitfunnel.org/strangeloop/
More ›