Live data from Hacker News

Viewing profile — p12tic

p12tic

HN member
Joined
Tue, Jun 23, 2020, 4:48 PM UTC
HN karma
393
Public activity
58 items

About p12tic

No profile information was provided.

Recent public activity

  1. comment
    Comment #47593504

    > Only a matter of time for local models to reach Opus level. We are 1 or at most 2 years behind that and Anthropic knows that. Can confirm. Kimi K2.5 is pretty intelligent and mos…

  2. comment
    Comment #47554079

    > In the last few years California runs 100% renewable on many days (and growing) every year. How many is "many days"? Gas is still used for at least one fifth of electricity. http…

  3. comment
    Comment #46520630

    > not ... web/db servers, lightweight stuff like that. They scale very well for web and db servers as well. You just put lots of containers/VMs on a single server. AMD EPYC has a s…

  4. comment
    Comment #45306658

    Depends on a server. This test got 79W idle for _two socket_ E5 2690-V4 server. https://www.servethehome.com/lenovo-system-x3650-m5-workhors...

  5. comment
    Comment #45306592

    The problem is with the form factor, not the server hardware per-se. If one buys regular ATX motherboard that accepts server CPUs and fits it in regular ATX case, then there's lots…

  6. comment
    Comment #45306512

    Better build a single workstation - less noise, less power usage and the form factor is way more convenient. A budget of $3000 can buy 128 cores with 512GB of RAM on a single regul…

  7. comment
    Comment #45202531

    > Today it's a bit more complicated when you have servers with 100+ cores as an option for under $30k (guestimate based on $10k CPU price). If one can buy used, then previous gener…

  8. comment
    Comment #44841258

    That's just an artifact of Intel disabling ECC on consumer processors. There's no reason for ECC to have significantly higher power consumption. It's just an additional memory chip…

  9. comment
    Comment #44174442

    We both agree. Batch size 1 is only relevant to people who want to run models on their own private machines. Which is the case of OP.

  10. comment
    Comment #44154053

    All of this is for batch size 1.

  11. comment
    Comment #44153684

    State of the art of local models is even further. For example, look into https://github.com/kvcache-ai/ktransformers , which achieve >11 tokens/s on a relatively old two socket Xeo…

  12. comment
    Comment #44115505

    Incorrect. https://en.wikipedia.org/wiki/USB_hardware#USB_Power_Deliver... is a good start about the subject: "PD-aware devices implement a flexible power management scheme by inte…

  13. comment
    Comment #43596080

    For all intents and purposes cache may not exist when the working set is 17B or 109B parameters. So it's still better that less parameters are activated for each token. 17B paramet…

  14. comment
    Comment #43022228

    Most laptops are severely limited by heat dissipation. So it's normal that performance is much worse. The CPU cannot stay in turbo as long and must drop to lower frequencies sooner…

  15. comment
    Comment #43022203

    Container security boundary can be much stronger if one wants. One can use something like https://github.com/google/gvisor as a container runtime for podman or docker. It's a good …

  16. comment
    Comment #43022190

    One can use something like https://github.com/google/gvisor as a container runtime for podman or docker. It's a good hybrid between VMs and containers. The container is put into so…

  17. comment
    Comment #33662268

    Seems like that's true: https://learn.microsoft.com/en-us/sharepoint/redirect-known-...

  18. comment
    Comment #33302763

    It's complicated, memory accesses can really block for relatively long periods of time. Consider that regular memory access via cache takes around 1 nanosecond. If the data is not …

  19. comment
    Comment #30405307

    That would be a significant downgrade. Threadripper CPUs top out at 64 cores / 128 threads.

  20. comment
    Comment #30242326

    I agree that just buying the most expensive monitor is waste of resources. On the other hand, I think price shouldn't even come into the picture when deciding on basic things, such…

  21. comment
    Comment #30237506

    It's strange when monitor costs are being discussed while they are the primary tool for software development. If software developer produces $100k/year value, then it's worth spend…

  22. comment
    Comment #29563951

    It uses a custom widget toolkit. Adding touchpad gesture support is certainly doable, but it would benefit only single application, so we haven't prioritized that so far.

  23. comment
    Comment #29563936

    Touchpad gesture implementation in X server has been released in version 21.1 Wayland touchpad gesture implementation in Qt widget framework has been released in version 6.2.0 X11 …

  24. comment
    Comment #29563909

    Fedora and Gnome is only one desktop environment and one widget toolkit. For example, Qt-based apps didn't have touchpad gestures at all anywhere until my work on Wayland gestures …

  25. comment
    Comment #29563854

    Interesting, this feature may only be for touchscreens because two-finger swipes are registered as scrolls on Wayland. This will indeed need further work. What does work though is …