Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FU
Posts
1
Comments
339
Joined
2 yr. ago

  • You think intel could? look at current and past name, they cannot

    also you ask to encode difference of cpu into name, which i did. not to get good name that everyone can get from what they need know. people too different, would need to have different name for different people.

  • name supposed to describe thing. too much information not the problem. if you think too long, can shorten to just enough information that different cpu have different name. which what i did.

    edit: also question was how to encode different cpu variant into name, so result require to include that information

  • if 10500 mean 6p4e and 10400 mean 4p8e, which is faster depend on workload. so compare by that not good and that how currently is.

    also if then 10900 is 12p0e, maybe not faster for gaming if game is single thread, so compare broken again. and also not good for mobile device that care about battery life. who tell you that?

    and yes, basically that just most important or most compared spec concatenated. which describe the cpu, i think a name is supposed do that.

  • just concat: intel i7 11g4p8e128l420c520b

    11 gen 4 pcore 8 ecore 128 lane 4.20ghz clock base 5.20ghz clock boost

    letter between for readable. maybe not add lane if not change for same number of pcore and ecore

    gskill do similar thing: F5-5200J3636C16GX2-FX5

    5200 mhz unbuffered dimm 36-36-36 timing 1.20v 16g per module dual channel 2 module in kit

    see here: https://www.gskill.com/faq/1502180912/DRAM-Memory

    edit: also can put architecture with letter to indicate refresh, add suffix for apu and maybe tdp

    can maybe use some letter for number: not that many different core number, make a=1pcore, b=2pcore, c=3pcore, … more than 26 pcore unlikely ever in consumer cpu. same for ecore maybe

  • https://developer.chrome.com/blog/cookie-max-age-expires/

    This change does not impact session cookies—cookies that do not explicitly set an expiration date with Max-Age or Expires—as these are instead cleared when the browsing session ends.

    Sound like either set by server in header or it session cookie.

    Not found for firefox yet, maybe the same.

    Edit: https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies

    Permanent cookies are deleted after the date specified in the Expires attribute: or after the period specified in the Max-Age attribute:

    Session cookies — cookies without a Max-age or Expires attribute – are deleted when the current session ends. The browser defines when the "current session" ends, and some browsers use session restoring when restarting. This can cause session cookies to last indefinitely.

    Sound like firefox the same.