Live data from Hacker News

Viewing profile — nyrikki

nyrikki

HN member
Joined
Fri, Aug 11, 2017, 5:40 AM UTC
HN karma
1,891
Public activity
955 items

About nyrikki

No profile information was provided.

Recent public activity

  1. comment
    Comment #49140248

    Calling conventions are a compiler feature, and in some languages like zig, will let the LLVM backend fully optimize. In zig you can specify a different calling convention at any f…

  2. comment
    Comment #49140116

    IMHO this may be because with hyper-restrictive calling convention or register budgets, the compiler typically resorts to writing explicit MOV or stack PUSH/POP instructions to fre…

  3. comment
    Comment #49062971

    The issues from the 80s/90s were mostly fixed by POSIX in the 2000's. IIRC all major Unix-like systems ship with awk implementations that are POSIX-compliant by default today. With…

  4. comment
    Comment #49062915

    Better is to use the typesetting language Even on MacOS, save this as `doc.tr` .\" Index Macro .de IX .tm \\$1^\\$2^\\n% .. .\" Content .sp 2 This is the first page. We are talking…

  5. comment
    Comment #49061600

    When this post was written (1997 updated in 2001), awk wasn't very portable because you still had the awk,nawk,gawk flavors. With sed if you stuck with BRE and avoided ERE you were…

  6. comment
    Comment #49052793

    Most are targeted ALPR camera systems that take pictures of license plates, check the plates against local hot lists, and then flush the data if there’s no hit. Flock is building a…

  7. comment
    Comment #49051340

    Depends on quant size etc... Qwen3.6 35B-A3B Q4_K_XL a multiple 5060ti + tensor split mode + MPT will hit ~100/TPS without problem, and I have personally hit ~190/tps on a single 5…

  8. comment
    Comment #49049803

    I don’t know if others would find this useful, but previous did have custom harnesses etc.. but tools have improved so much that I drastically simplified. That said, even the found…

  9. comment
    Comment #49042003

    From the OP: > "I learned cursive as a child. Then I went for many years without using it much, and forgot some of it." While fountain pens may be nicer for cursive, they were very…

  10. comment
    Comment #48940871

    https://www.anthropic.com/legal/privacy > Personal data we collect or receive to train our models > • Data that our users or crowd workers provide, including Inputs and Outputs fro…

  11. comment
    Comment #48902093

    The non Hayes version was called Time Independent Escape Sequence or TIES, but there were multiple versions of these problems, with the later attacks documented in CVE-1999-1228 wh…

  12. comment
    Comment #48900357

    Gold is right next door, relativistic effects shrink both Gold and Mercury’s 6s orbitals. In gold it changes the color, in Mercury it changes freezing temperature. Gallium has a lo…

  13. comment
    Comment #48900081

    I almost got kicked off an early ISP for echo “+++ATH0” > ~/.plan On the shell host they provided, it would reliably hang up lots of modems if someone ‘fingered’ you back in the da…

  14. comment
    Comment #48874268

    Explaining relativistic effects in plain text forums to a general audience is a big ask, but here is a link to the first study[0] that gave evidence but it has long expected. [0] h…

  15. story
    Ask HN: PIIA Carve Outs

    While I am explicitly avoiding the how, have any of you successfully been accepted to a batch while taking a job with industry overlap, but not application overlap by using pre-hir…

  16. comment
    Comment #48849936

    That is because the way you were introduced to the concepts was targeted at didactic convenience and incremental teaching curricula. Pedagogical efficiency is important but care is…

  17. comment
    Comment #48827840

    I am not saying this result is correct, but you don't have unit safety in python at all In this example temperature would be a magnitude , not a unitful value. At least in the ISO …

  18. comment
    Comment #48795269

    I had to run NT4 on a 4100 in prod at my very first Internet startup job. We also had a bunch of 1000 and 1000a's, and an AlphaStation running AltaVista firewall all on NT. An ALR …

  19. comment
    Comment #48767756

    A more modern term is your system is a single architectural quantum’ Neal Ford calls this a distributed monolith because a change to a database schema can break every single servic…

  20. comment
    Comment #48767290

    If you want podman equivalents, you can either use pods of multi containers are the need, or if multi arch builds are the main buildx need, OCI manifests work. Fedora and selinux m…

  21. comment
    Comment #48699091

    Maverick 400B is what Nvidia used for their claim of 1k+ TPS on Blackwell GPUs.

  22. comment
    Comment #48692231

    We still have the problem that auto regressive decoders are memory bound. The new Blackwell hardware combined with TensorRT-LLM and speculative decoding consistently can hit 1,000 …

  23. comment
    Comment #48689909

    Are you looking for highly ephemeral nodes, where you are writing automation that will use the API to orchestrate it? Or do you just want small microVMs that you launch and kill? F…

  24. comment
    Comment #48682559

    To be clear, I was talking about a use case, not all use cases. There are very real times where you have to support all 4 bytes, there are others where other drivers require you to…

  25. comment
    Comment #48681994

    Note the utf-8[0] in my response, the answers are on the pages you linked, but not in the sections you linked, utf-8 encodes code points in one to four bytes , it is byte oriented …