Live data from Hacker News

Viewing profile — blourvim

blourvim

HN member
Joined
Thu, Oct 31, 2024, 10:01 PM UTC
HN karma
43
Public activity
44 items

About blourvim

just trying to make computer go beep bop

blourvim@gmail.com

Recent public activity

  1. comment
    Comment #48836282

    You could have limited-instruction llms where the model does one thing, for example summaries. It could accept a limited amount of instructions for example, first token for verbosi…

  2. comment
    Comment #48812204

    These models rely on knowledge that are embedded in their weights, if a new library is released, a new linux version comes out, some new protocol succeeds the previous one, you wan…

  3. comment
    Comment #48798437

    The web server is able to detect and change the response of a curl | sh thus a malicious actor could avoid some detection. Having a binary also allows for antivirus software to be …

  4. comment
    Comment #48701435

    Training is expensive, to keep selling tokens, they have to have the best model. They have to keep spending money on model training A product or a platform could give them a moat, …

  5. comment
    Comment #48696222

    quite satisfying to hear the clicks

  6. comment
    Comment #48676679

    What I don't understand is that if a lawsuit happens, then must the plaintiff produce their source code for verification ? Even so a git tree is trivial to change into some other a…

  7. comment
    Comment #48676131

    Thats a big sometimes for me. I am unfamiliar with the app development process. For backend,I would rather design the whole thing from scratch rather than try to fix a broken archi…

  8. comment
    Comment #48674401

    I am a backend dev, and building a mobile app for the first time, It is a toy sized project right now and it works, would have indeed taken me 5x the time to get to that point on m…

  9. comment
    Comment #48674172

    Ah, wise words. There is still time indeed

  10. comment
    Comment #48673907

    Mildly disappointed that it is not the dystopian adpocalypse we were warned against

  11. comment
    Comment #48673209

    License in question: https://github.com/papermark/papermark?tab=License-1-ov-file It is AGPL, basically means: You have to share the source code even when the user interacts over t…

  12. comment
    Comment #48673017

    I am not a lawyer, from what I understand that the precedent is that you can use copyrighted material in ML process. Even though meta has, allegedly, pirated the material, the cost…

  13. comment
    Comment #48656443

    Benchmarks in general are a little iffy, the whole industry is going off of vibes anyways. Can't decide before trying it out

  14. comment
    Comment #48645815

    I would guess that they would want to at the very least 10x their prices. Remember they need to make up for training, marketing, etc.. and make a big chunk of profit on top of that…

  15. comment
    Comment #48640905

    I have been playing nonograms for a year now, there was never insta death, controls are a little off, title is hidden until its solved to avoid spoilers This is obviously programme…

  16. comment
    Comment #48552624

    i like it

  17. comment
    Comment #48453920

    I heard that the rule changes which would allow SpaceX to be auto bought by those funds has been blocked, previous stock seasoning rules will apply

  18. comment
    Comment #48407442

    > I'd like you to set up here.now: the web hosting service for agents. > Install as a skill if I have npm: npx skills add heredotnow/skill --skill here-now -g > If not, do this ins…

  19. comment
    Comment #48002292

    Article says,this is a software issue. Where GPU'S are unable to get to be fully utilized due to scaling issues. I dont know how hardware that scale works, but it could very well b…

  20. comment
    Comment #47929470

    It was fun, I couldn't figure out what secrets going on at the treehouse, the book margins are too hard to read nor the locked room in the building

  21. comment
    Comment #47915257

    cool to see you in the wild, for me, it does work out of the box however, some sites will break or have too complex of a navigation, especially with iframes. and will have to swap …

  22. comment
    Comment #47519418

    This should actually be fine, no different than any other web server

  23. comment
    Comment #47517488

    git will check the .git folder, find a hook, and run it where it is applicable. If you are cloning a remote repository may inherit you with malicious hooks. These hooks run before …

  24. comment
    Comment #47514063

    You can keep the git folder in your machine, then use sshfs to mount the remote into your directory where: project-root -.git/ -code/ This way you don't have to give git access to …

  25. comment
    Comment #47514025

    nice one, discovered a trick where holding space space while holding left or right allows side stepping.