Viewing profile — niklasd
niklasd
HN member- Joined
- Sat, Feb 24, 2018, 9:30 PM UTC
- HN karma
- 395
- Public activity
- 105 items
- HN profile
- View on Hacker News ↗
About niklasd
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #48817760
Unfortunately service reliability of Scaleway was terrible last time we used them.
-
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.
-
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…
-
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.
-
comment
Comment #47730326
Very fun! If you play it on a big monitor, the games slows down for some reason.
-
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…
-
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…
-
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.
-
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/ )
-
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…
-
comment
Comment #35566773
Great, thank you for the reply! The simulation a policy sounds exciting. Looking forward to the news.
-
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…
-
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…
-
comment
Comment #35558197
Would that not be a huge security risk? You could access the SSO credentials of your users that way.
-
comment
Comment #34206941
I found this explanation very helpful: https://hakibenita.com/python-dependency-injection (if you program in Python)
-
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?
-
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,…
-
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…
-
comment
Comment #33695228
It is somehow telling that you link to a Twitter post instead to a post on clutter.social.
-
comment
Comment #33306390
For screen share, I loved Tuple[0] when I tried it out. [0] https://tuple.app/
-
comment
Comment #33298682
There is also the serious looking man with a notepad.
- comment
-
comment
Comment #29862012
He states in the article that he currently does not own any cryptocurrencies.
-
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.