HackerTrans
トップ新着トレンドコメント過去質問紹介求人

_ikke_

no profile record

投稿

Fragnesia

github.com
9 ポイント·投稿者 _ikke_·2 か月前·0 コメント

Spec: Generic Methods for Go

github.com
1 ポイント·投稿者 _ikke_·3 か月前·0 コメント

コメント

_ikke_
·5 か月前·議論
My favorite from this release.

> The built-in new function, which creates a new variable, now allows its operand to be an expression, specifying the initial value of the variable.

So no need for separate helpers anymore to instantiate a pointer to a literal.
_ikke_
·6 か月前·議論
As long as what it says is reliable and not made up.
_ikke_
·6 か月前·議論
That's why I mentioned multiple addresses. The public addresses (assigned using SLAAC or DHCPv6) are for global reachability, while you use the local prefix for stable addresses within your network.

If you want stable global addresses, you should request an AS number and prefix, and choose a provider that allows you to announce it with BGP.
_ikke_
·6 か月前·議論
The ipv4 routing table contains many individual /24 subnets that cannot be summarized, causing bloat in the routing tables.

With ipv6, that can be simplified with just a couple of /32 or /48 prefixes per AS.
_ikke_
·6 か月前·議論
With IPv6, it's common to have multiple addresses on an interface.

So on options is to assign yourself an [RFC 4193](https://datatracker.ietf.org/doc/html/rfc4193) fc00::/7 random prefix that you use for local routing that is stable, while the ISP prefix can be used for global routing.

Then you don't need to renumber your local network regardless of what your ISP does.
_ikke_
·7 か月前·議論
Instead, you get to hunt the nouns.
_ikke_
·11 か月前·議論
It affects many open source projects as well, they just scrape everything repeatedly without abandon.

First from known networks, then from residential IPs. First with dumb http clients, now with full blown headless chrome browsers.