Live data from Hacker News

Viewing profile — FragenAntworten

FragenAntworten

HN member
Joined
Sat, Oct 11, 2014, 2:40 AM UTC
HN karma
113
Public activity
62 items

About FragenAntworten

No profile information was provided.

Recent public activity

  1. comment
    Comment #47144213

    > The manage to find the money to sponsor an F1 team, so I don't think the money is the issue. I'm guessing they'd view that as a marketing expense.

  2. comment
    Comment #46124813

    Easily bundling and serving frontend code from your backend code is very appealing: https://bun.com/docs/bundler/fullstack Despite the page title being "Fullstack dev server", it's…

  3. comment
    Comment #45854443

    This is referring to the Strangler Fig design pattern, which is relevant: https://learn.microsoft.com/en-us/azure/architecture/pattern...

  4. comment
    Comment #45778537

    The Discord link is broken, in that it links to the server directly rather than to an invitation to join the server, which prevents new members from joining.

  5. comment
    Comment #43910908

    For that reason, it's wonderful when games provide a log of actions and/or recent dialogue, so you can easily see what you missed. That kind of functionality seems less common outs…

  6. comment
    Comment #42661318

    This is both a great demo of what Bauble can do and an engaging description of its development. I'm impressed by both!

  7. comment
    Comment #42600162

    > As I browsed HN at home, I found that links to her website would not load Thanks for mentioning this, because I was having the same issue and I was surprised no one was mentionin…

  8. comment
    Comment #42011396

    I prefer Linux, but I dual-boot Windows for gaming, since I haven't been able to get my Nvidia card to work at its full capacity on Linux.

  9. comment
    Comment #41908398

    I didn't find it on Netflix, but it seems to be available on Amazon Prime Video.

  10. comment
    Comment #41537654

    `exit` will work as expected in Python 3.13: https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-...

  11. comment
    Comment #41470900

    I wanted this exact thing (Caps Lock -> End), and https://github.com/rvaiya/keyd works. It runs in the background as a systemd service, and the config is just: $ cat /etc/keyd/defa…

  12. comment
    Comment #41131953

    (Not GP) That was an interesting and educational explanation, thank you!

  13. comment
    Comment #40501236

    PICO-8 limits the speed of the virtual CPU ("4M vm insts/sec"). https://www.lexaloffle.com/pico-8.php

  14. comment
    Comment #40484276

    I don't have any experience with this, but these are related HN posts: - https://news.ycombinator.com/item?id=37286019 - https://news.ycombinator.com/item?id=36044797 - https://new…

  15. comment
    Comment #39267343

    I agree! I'm very pleased to see the return of the Deno dino.

  16. comment
    Comment #39242793

    I think that's a combination of two features, named cells[1] and blocks[2]. [1] https://observablehq.com/documentation/cells/javascript#nami... [2] https://observablehq.com/documen…

  17. comment
    Comment #39235665

    The storage stools sound great. I always have to stick my stuff on my lap or under my chair. I wonder if comfort suffers?

  18. comment
    Comment #38492380

    See this comment from the other discussion: https://news.ycombinator.com/item?id=38469749

  19. comment
    Comment #38469844

    `./ape ./llamafile` worked immediately and without problems I can see - thank you!

  20. comment
    Comment #38469683

    It doesn't seem to run on NixOS, though I'm new to Nix and may be missing something. $ ./llava-v1.5-7b-q4-server.llamafile --help ./llava-v1.5-7b-q4-server.llamafile: line 60: /bin…

  21. comment
    Comment #38465778

    It's especially disappointing to see Deno doing this, because in the past they've used endearing art made by an artist, hashrock, which I liked very much.

  22. comment
    Comment #37924292

    I agree! I especially like how they showed how these methods can be tweaked, parameterized, or combined. It looks like it was fun to build!

  23. comment
    Comment #37895445

    I like this. It seems similar to `if let Some(value) = option` in Rust, with `?` replacing the pattern matching and supporting multiple assignments. Rather than something like this…

  24. comment
    Comment #37017885

    Relevant but not mentioned: syrusakbary is the CEO of Wasmer, the company behind WASIX. I'm personally excited by WASIX (WASI has stagnated too long), but if you recommend somethin…

  25. comment
    Comment #36920862

    Julia Evans has a brief description of SQLite-Utils that sold me on it: https://jvns.ca/blog/2022/05/12/sqlite-utils--a-nice-way-to-...