Live data from Hacker News

Viewing profile — spiralk

spiralk

HN member
Joined
Sat, May 11, 2024, 12:50 AM UTC
HN karma
72
Public activity
30 items

About spiralk

No profile information was provided.

Recent public activity

  1. comment
    Comment #41639309

    It is updated actually, gemini-1.5-pro-002 is this new model.

  2. comment
    Comment #41639251

    https://ai.google.dev/gemini-api/terms this?

  3. comment
    Comment #41639153

    This is not true. Both OpenAI and Google's LLM APIs have a policy of not using the data sent over them. Its no different than trusting Microsoft's or Google's cloud to store privat…

  4. comment
    Comment #41639000

    The Aider leaderboards seem like a good practical test of coding usefulness: https://aider.chat/docs/leaderboards/ . I haven't tried Cursor personally but I am finding Aider with S…

  5. comment
    Comment #41569261

    > someone who doesn't appear to respect the organizational capabilities of academic labs, you are condemning them to far more poorly organized outputs. This is not a great way to m…

  6. comment
    Comment #41506705

    Yeah, jupyter notebooks don't guarantee any specifics about versions of code used for that output. In the real world you can expect everyone in the lab including all of the student…

  7. comment
    Comment #41506596

    I've looked into Jupytext, but ultimately decided to go with pure python. Most of the practical functionality can be replicated, but I do admit there isn't a easy single install to…

  8. comment
    Comment #41506442

    That seems like a reasonable way to use jupyter notebooks since you have an actual plan to move beyond it when necessary. My issue is mostly with the way its misused, often by peop…

  9. comment
    Comment #41506389

    Not having the outputs tied into the code is actually preferable if the ultimate goal is reproducible science. Code should be code, documentation should be documentation, and outpu…

  10. comment
    Comment #41506094

    Imo, the better architected .ipynb is simply .py with '# %%' blocks. It does almost everything a .ipynb can do with the right VSCode extensions. Even interactive visualizations can…

  11. comment
    Comment #41505224

    I dislike how Jupyter notebooks have become normalized. Yes, the interactive execution and visuals are nice for more academic workflows where the priority is quick results over cod…

  12. comment
    Comment #41401325

    This is just for the cap. You would also need 2x of the $350 pi eeg hats and of course the pi itself.

  13. comment
    Comment #41061073

    Mojo claims to be interoptable with python, but it seems only one way. There's no built in way to use the binaries and use them with a regular python environment. It would be hard …

  14. comment
    Comment #41053392

    You are probably right, but that is truly a cyberpunk dystopian situation. A few megacorps will catalog every human interaction and there will be no way to opt out.

  15. comment
    Comment #41049055

    Its certainly not altruism. Given that Facebook/Meta owns the largest user data collection systems, any advancement in AI ultimately strengthens their business model (which is stil…

  16. comment
    Comment #40982309

    I am aware people use it, but its only a partial solution that introduces new issues. For certain users it may be sufficient but even if you ignore the latency and compression issu…

  17. comment
    Comment #40981398

    There's several problems with that. 1. The latency - even if fine for slower games its enough to cause slight vestibular-ocular mismatch and discomfort. 2. Compression and visual q…

  18. comment
    Comment #40981249

    I think one of the big problems with VR (and also AR) is that the large companies lack focus and have been trying to make generic do-everything devices to cover many applications. …

  19. comment
    Comment #40909542

    This is what I do essentially. I make a new conda env for each project and use pip or conda install. What if I have a new project that needs components from two projects? Sometimes…

  20. comment
    Comment #40862537

    My concern is the immunity allows for perpetual, single party rule with only a 1/3 of senate seats and the presidency. There would be no checks in place at the federal level if the…

  21. comment
    Comment #40856436

    Is this not a problem given impeachment votes will follow party lines? A party with the presidency and with >1/3 of the senate would have unchecked power. As long as there are indi…

  22. comment
    Comment #40719695

    I don't see increasing demand for nuclear power as a disadvantage. We have nuclear material that can last humanity 1000s of years at least. The CO2 footprint is an issue but nuclea…

  23. comment
    Comment #40719559

    Sure I agree, but if we compared value it generates per unit energy it would still probably be better than many non-essential industries: the entertainment industry, fashion indust…

  24. comment
    Comment #40714294

    If its for training a new foundation model it is not that bad. It's still only a fraction of the energy compared to many human industries. I did rough math some time ago and found …

  25. comment
    Comment #40470225

    I actually do something like this with my logseq notes. Since all of the files are .md in a directory, one can load them all in to a vectordb and use it for RAG. Logseq has an API …