Live data from Hacker News

Viewing profile — Loranubi

Loranubi

HN member
Joined
Thu, Dec 27, 2018, 9:04 AM UTC
HN karma
212
Public activity
129 items

About Loranubi

No profile information was provided.

Recent public activity

  1. comment
    Comment #48727705

    Depending on the size of the blob you might not want to use `WITHOUT ROWID`. I had a similar table with uuid keys and blobs of 40kb size on average and `WITHOUT ROWID` really tanke…

  2. comment
    Comment #48578916

    One is people one is companies.

  3. comment
    Comment #48567625

    I still recommend to use idiomatic Python though. If you like C-style Python, you can use Cython and get a performance boost at the same time.

  4. comment
    Comment #48143474

    macOS only so far. "Windows is coming soon"

  5. comment
    Comment #47886104

    In Germany I spent exactly 0 dollars/euros on books in university. We got access to a huge amounts of ebooks through the university network and profs never required a specific one …

  6. comment
    Comment #47775611

    I would understand if they didn't backup anything with FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS set (on Windows). Everything else makes their product worthless.

  7. comment
    Comment #45730511

    Since all input is run through a tokenizer, I would expect the tokenizer space doesn't change a lot between one trained on uncompressed vs one trained on compressed data.

  8. comment
    Comment #44896528

    Didn't read the paywalled article. But imo if it's not worth listening at 1x speed, it's not worth listening at all. If it's entertainment like audiobooks, it's for my enjoyment, s…

  9. comment
    Comment #44432339

    I was trying to catalog them at some point in a reasonably structured way https://github.com/Dobatymo/data-algos/ https://github.com/Dobatymo/data-algos/blob/master/data-stru... Bu…

  10. comment
    Comment #44431421

    It would be a non issue, if the options are not just allow/disallow, but also offer to provide random/fake data, so bad apps would not actually know if the permission is allowed or…

  11. comment
    Comment #44166327

    Can this be a replacement for Hamachi?

  12. comment
    Comment #43829625

    some random news, there are more - https://www.businessinsider.com/amazons-just-walk-out-actual... - https://www.independent.co.uk/tech/ai-app-scam-philippines-c... - https://www.t…

  13. comment
    Comment #43769986

    I would argue that most of these features (basically everything except metaclasses) are not advanced features. These are simple, but for some reason less well known or less used fe…

  14. comment
    Comment #43769962

    I do like the else clause with for loops. However most people are not familiar with it, and also `else:` as a keyword is confusing. I always remember it as `no break:`.

  15. comment
    Comment #43251192

    I hate Win11. It is horrible, but the first few points don't really make sense. I use it in 2 environments. - enterprise version: no bloatware, no ads, and edge is there but never …

  16. comment
    Comment #43250942

    using win 7 with 5400 RPM drives... it's still fast...

  17. comment
    Comment #42705788

    There are many embedding models supporting instructions. https://huggingface.co/spaces/mteb/leaderboard

  18. comment
    Comment #42507168

    > Unlike requires requires and requires { requires }, which are perfectly reasonable C++ code, requires requires { requires } is completely silly. Normal day in cpp land...

  19. comment
    Comment #42430579

    Smart TVs are the reason I haven’t bought a new tv in almost 15 years. I would like to upgrade to a fancy 4K one instead of my old 1080p one. Dumb TVs back then weren’t more expens…

  20. comment
    Comment #42396658

    Various VPNs allow to tunnel over SSH. If they don't want to block all SSH traffic, DPI is useless.

  21. comment
    Comment #42254541

    Probably not by Twain, but still a good quote. https://quoteinvestigator.com/2012/04/28/shorter-letter/

  22. comment
    Comment #42211852

    There should just be a torrent.

  23. comment
    Comment #41910866

    Note: The Windows version currently only supports CPU and GPU profiling, but not memory or copy profiling. That's a problem with many of the profiling tools around Python. They oft…

  24. comment
    Comment #41497924

    That doesn't make sense. 99.9% of iPhone users are not photographers or filmmakers.

  25. comment
    Comment #41453703

    Except you still have to validate ChatGPTs answer... Even answer keys in text books are sometimes wrong, teachers are sometimes wrong. ChatGPT is often wrong. You still need to lea…