Live data from Hacker News

Viewing profile — niklasd

niklasd

HN member
Joined
Sat, Feb 24, 2018, 9:30 PM UTC
HN karma
395
Public activity
105 items

About niklasd

No profile information was provided.

Recent public activity

  1. comment
    Comment #49072526

    Not that I have any skills in stock-picking whatsoever, but couldn't the recent lukewarm performance not also be an argument for BRK? I mean their cash pile is also invested in mon…

  2. comment
    Comment #48817760

    Unfortunately service reliability of Scaleway was terrible last time we used them.

  3. comment
    Comment #47891223

    What plan do you have? With gpt-5.5 and the business subscription my 5-hour limit was finished after 10 minutes.

  4. comment
    Comment #47886617

    Just burned through my 5 hour window in Codex (Business plan) in 10 minutes with GPT-5.5. Was excited to use it, but I guess I have to wait 5 hours now (it's not yet available in t…

  5. comment
    Comment #47740013

    We also experienced hitting our Claude limits much earlier than before during the last two weeks. Up to a degree where we were thinking it must be a bug.

  6. comment
    Comment #47730326

    Very fun! If you play it on a big monitor, the games slows down for some reason.

  7. comment
    Comment #47613703

    I found his take on the space data center a bit negative. No idea if it is feasible right now, but you could have made the same jokes and ridicule about the feasibility of electric…

  8. comment
    Comment #47250486

    I tried it out and it worked really well for us – awesome tool! The spec-driven approach is a bit different then the usual back-and-forth with agents, and if you invest properly in…

  9. comment
    Comment #42601208

    From an investors point it's very unattractive to invest in a early-stage startup where half of the shares are in the hands of a person not working there anymore.

  10. comment
    Comment #42176810

    We found that for extracting tables, OpenAIs LLMs aren't great. What is working well for us is Docling ( https://github.com/DS4SD/docling/ )

  11. comment
    Comment #38662924

    About the "as complex as you need": RLS can get slow very quickly for aggregate queries, and is hard to debug (since query planner doesn't work smoothly with RLS). We have a dashbo…

  12. comment
    Comment #35566773

    Great, thank you for the reply! The simulation a policy sounds exciting. Looking forward to the news.

  13. comment
    Comment #35559626

    Some additional feedback: In my opinion testing RLS is a problem. Additionally, I find it hard to keep a good overview over the rules. E.g., in a multi-tenant application one needs…

  14. comment
    Comment #35559467

    Great news! Question to the Supabase team: How does Login with Azure (Social login) and SSO (Azure) differ? From my superficial understanding, implementing Login with Azure is enou…

  15. comment
    Comment #35558197

    Would that not be a huge security risk? You could access the SSO credentials of your users that way.

  16. comment
    Comment #34206941

    I found this explanation very helpful: https://hakibenita.com/python-dependency-injection (if you program in Python)

  17. comment
    Comment #33972156

    Great job! What are the implications on resizing regarding storage egress & download size? Can I expect both to be smaller when resizing an image?

  18. comment
    Comment #33799838

    Actually, that is perfectly normal in many tax systems, e.g. in Germany. Afaik the tax law doesn't care where the money comes from – it could be from a completely illegal activity,…

  19. comment
    Comment #33779084

    The last point always confuses me. Twitter can show ads to me without me having an account. Instead, they block me from reading on Twitter after a few tweets, thus loosing my eyeba…

  20. comment
    Comment #33695228

    It is somehow telling that you link to a Twitter post instead to a post on clutter.social.

  21. comment
    Comment #33306390

    For screen share, I loved Tuple[0] when I tried it out. [0] https://tuple.app/

  22. comment
    Comment #33298682

    There is also the serious looking man with a notepad.

  23. comment
  24. comment
    Comment #29862012

    He states in the article that he currently does not own any cryptocurrencies.

  25. comment
    Comment #29686123

    Has it worked really well? I feel ORMs are a sign it hasn't. Though I really enjoy having learned SQL and being able to interact with almost all relational databases.