Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
phineyes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Who Hosts the HN Top 100?
(hn-hosting.up.railway.app)
1 points
by
phineyes
16d ago
|
0 comments
2.
▲
How to build a 30M RPS CDN in 30 days with Rust and WASM
(blog.railway.com)
4 points
by
phineyes
3mo ago
|
0 comments
3.
▲
by
phineyes
10mo ago
This isn't unique to Vodafone. Google has also been slowly withdrawing from IXes globally in favor of PNIs and "VPPs" (verified peering providers). This only makes it harder for smaller networks to establish presence on the i
4.
▲
by
phineyes
11mo ago
21G on tc egress is slightly surprising to me. I'd like to see the program used for the benchmark. Was GSO accounted for? If you pop/pull headers by hand, you'll often kill GSO which will result in a massive loss in throughpu
5.
▲
by
phineyes
3y ago
According to the FCC doc [1], the measurements may be conducted "between two defined points on a network, such as between a user’s interface device and the ISP’s network core or between the user interface device and the nearest interne
6.
▲
by
phineyes
3y ago
Let’s not forget that we’re also feeding in all our code into OpenAI Codex.
7.
▲
How Discord Stores Trillions of Messages
(discord.com)
111 points
by
phineyes
4y ago
|
10 comments
8.
▲
by
phineyes
4y ago
Parliament Hill has great views of the city - probably the most elevated viewpoint in North London. Went there yesterday - gets super quiet after 10pm unlike Primrose.
9.
▲
Notable Magic Numbers
(en.wikipedia.org)
2 points
by
phineyes
4y ago
|
0 comments
10.
▲
by
phineyes
4y ago
I mentioned “routed” address, e.g. an address that actually appears on the DFZ. 0.0.0.0/8 is not a range that’s assigned to any RIRs by IANA - it’s reserved for special use.
11.
▲
by
phineyes
4y ago
I had to add the trailing period for HN to accept it as a valid URL. However, for me (using Chrome on macOS Monterey), Chrome ignores the period and renders it as " https://16777217/ ". I thought it would be the sam
12.
▲
by
phineyes
4y ago
Was more pointing out the numbered hostname, not the service its-self. 16777217 is just the lowest number that corresponds with a routed IP address :)
13.
▲
https://16777217/
(1.0.0.1)
130 points
by
phineyes
4y ago
|
86 comments
14.
▲
Nielsen Ratings
(en.wikipedia.org)
2 points
by
phineyes
4y ago
|
0 comments
15.
▲
Three-Digit ASNs Returned to ARIN by the Ontario Government
(lists.arin.net)
1 points
by
phineyes
4y ago
|
0 comments
16.
▲
by
phineyes
4y ago
It's not just Apple Maps either! Even with location services disabled, try opening AirDrop (even on another device you own) while running a ping and you'll see your en0 device's latency spike, while Apple tries to divide traf
17.
▲
by
phineyes
4y ago
I don't agree. Your examples (UUID1, UUID4) are much longer strings and contain no useful information. UUID1 contains the device's MAC ID, UUID4 is just random bits.. vs a functional ID system like pika or Snowflakes which make
18.
▲
by
phineyes
4y ago
Yeah, pika is more of an ID system vs. prefixed-api-key which seems to be more oriented around just API keys, which makes sense. However, advantages of timestamps in IDs are that you can create unique IDs based on the current timestamp; b
19.
▲
by
phineyes
4y ago
Hey HN - I created this new ID system which combines Stripe-style (developer friendly) IDs with Snowflakes (proven, scalable and timestamped) IDs. I believe it combines the best of both worlds and allows for functionality to be added (e.g.
20.
▲
Show HN: Pika – pragmatic, functional, prefixed IDs
(github.com)
9 points
by
phineyes
4y ago
|
1 comments
21.
▲
by
phineyes
4y ago
I created a similar project recently! Main difference is that I use base64 to encode unique Snowflake IDs, which are timestamped: https://github.com/hopinc/pika :)
22.
▲
by
phineyes
5y ago
Google has to do this to comply with COPPA. They had to pay a $200m fine in '19 due to users that weren't age-checked.
23.
▲
by
phineyes
5y ago
We should just create a revision for RFC 2616 to extend the GET method to allow request bodies. Most HTTP frameworks already support this behaviour anyway.
24.
▲
by
phineyes
6y ago
Investing in promising people that are new to the industry - the easiest way to do this is through Twitter. I've found some amazing new developers which have great mindsets that I knew would do well in their careers, which I've ca