Viewing profile — hakanito
hakanito
HN member- Joined
- Thu, May 17, 2012, 1:55 PM UTC
- HN karma
- 289
- Public activity
- 120 items
- HN profile
- View on Hacker News ↗
About hakanito
No profile information was provided.
Recent public activity
-
comment
Comment #46489205
Agree with this. Like the author, I've been keeping ajour with web development for multiple decades now. If you have deep software knowledge pre-LLM, you are equipped with the intu…
-
comment
Comment #45644689
Thanks, I spent my lunch hour completing it without cheating. Amazing!
-
comment
Comment #44012939
How do you do that practically/reliably? Would be great to just paste a link to the SDK Github repo, but doesn't seem to work (yet) in my experience
-
comment
Comment #44012780
The game changer for me will be when AI stops hallucinating SDK methods. I often find myself asking ”show me how to do advanced concept X in somewhat niche Y sdk”, and while it pro…
-
comment
Comment #41618801
It would lower the barrier to switch to Cloudflare for new customers, and once they are inside with a credit card on file it’s arguably easier to explore their product offerings
-
comment
Comment #41615833
The obvious go-to choice was Cloudflare for us too, but then it turned out you can't use CF just as a registrar (at least on the basic plan or equivalent), you need to use Cloudfla…
- story
-
comment
Comment #41278248
I know, but most people want to pay with their credit card and not a volatile altcoin, and they do not want to switch browser.
-
comment
Comment #41278225
The point is you should be able to operate you own paywall. The tech is mature enough in 2024 to make it work. Make the browser store you credit/debit card info, make the browser h…
-
comment
Comment #41261582
This is what I want too. Been wanting it for years. Maybe once payments are bundled into the browser coupled with some W3 standard…
-
comment
Comment #38062988
A world where the database is seamlessly embedded in the backend code instead would be more useful. Oh wait…
-
comment
Comment #36097091
From reading the article, one of the key items addressed by HTTP Search is caching. POST requests are usually not safe to cache
-
comment
Comment #35301594
Been pretty useful for discovery of SDK functionality in open-source libraries, that otherwise takes a bunch of time Googling the answer for. For example; - Using golang, how do I …
-
comment
Comment #34229740
Yeah I’m sure there are all sorts of considerations. Also not saying it’s straightforward, just easier than writing a new db. You can for example write proto message extensions to …
-
comment
Comment #34226401
Love this idea, and in general agree that using a proto model as the single source of truth is a neat concept. Not sure you need a completely new db though; with protobuf’s native …
-
comment
Comment #28672828
This is not a mistake, it’s a pretty common method for money laundering
-
comment
Comment #27315139
Cached version for EU readers https://webcache.googleusercontent.com/search?q=cache:rDam45...
-
comment
Comment #26113704
Demand grows, but the bitcoin supply is limited. Price increases. Also, after each halving the bitcoin miner payout gets cut in half, so price has to increase for the network to st…
-
comment
Comment #26095061
He was there live, not a cat, but died inside.
-
comment
Comment #23725363
Jupyter notebook with pandas DataFrame
-
comment
Comment #22795442
Any good resources for that?
-
comment
Comment #22274847
Tried it, similar for me! Interesting find
-
comment
Comment #22164384
Podcasts are maturing and is starting to be seen as a serious alternative for advertisers, and thus becoming a real source of income for professional podcasters. Companies like Aca…
-
comment
Comment #21527336
It will be interesting to see if these made-up AI voices can deliver jokes with the same tonality and delivery as good comedians can. I'm just a layman but it feels like a hard pro…
-
comment
Comment #21468424
Basically GraphQL is an API contract between a client and a server. The contract defines what data, through types and fields, is available. The server must fulfil this contract by …