HackerTrans
热门最新趋势评论往期问答秀出招聘

c-fe

no profile record

评论

c-fe
·2个月前·讨论
will claude platform on aws offer the same nerfed (dumb) opus 4.5/4.6/4.7 of the recent weeks, or will it be possible to use opus 4.5/4.6 from february/march?
c-fe
·2个月前·讨论
This is very similar to SBE encoder/decoder flyweights over raw memory? What are the differences?
c-fe
·2个月前·讨论
> Maybe it arrives while the first request is still running. Now your idempotency layer is part of your concurrency control.

I recently designed a system where this had to be taken into consideration. I find my solution very elegant: When the request arrives, I put the pending request into a map, keyed by the idempotenceId. This whole operation is executed in one step. Now the event loop may process other requests. If one of them has the same key, it will await the same response object from the store. And then, once i have the response, I resolve both promises with it.
c-fe
·4个月前·讨论
funnily enough, I talked recently to someone working on the swift compiler (not an Apple employee) to make Swift functions differentiable. So its not all dead yet
c-fe
·5个月前·讨论
> In the Write-Only Code story, that same engineer becomes a systems designer, a constraint writer, and a trade-off manager.

This is also what I see my job to be shifting towards, increasingly fast in recent weeks. I wonder how long we will stay in this paradigm, I dont know.
c-fe
·5个月前·讨论
interesting. Do you have an example of what exactly it outputs and how you store that? how do you use the outputs? As a pointer to a new agent with fresh context to get them up to speed?
c-fe
·5个月前·讨论
uninstall the app. Works really well to me. The conscious effort of reinstalling it is enough to prevent me from doing it. Whereas using the awfully implemented screentime guards, I just find myself clicking on "Allow for 15 minutes" before I even understand what I do.
c-fe
·5个月前·讨论
select in finder the file that currently opens with XCode, then press Cmd+i. It opens the information panel. There in the Open with section, you can chose the app and then also Change all to not use XCode.
c-fe
·5个月前·讨论
How is heritabiltity of life span useful if by the time the lifespan becomes known (eg at 80yrs old) the inheritance is not possible anymore (eg menopause)?
c-fe
·5个月前·讨论
Maybe.. or maybe you underestimate the insanities you can find in real life too (the model isnt that creative unfortunately). See here, 5 different no-parking signs for the same 2 spots: https://maps.app.goo.gl/S74r7eawH2vL24CX7
c-fe
·5个月前·讨论
I have to say both the leafless trees and electrical box spawning is very on point for what you would find in eg Belgium. Check this full blown ugly building/container that spawned in the beautiful Liege Guillemins station https://maps.app.goo.gl/T1J7WwCCYDvBgJEc7
c-fe
·6个月前·讨论
Im not sure I like that market in particular, but probably polymarket is indeed the best one… assuming the market will resolve fairly
c-fe
·6个月前·讨论
Exactly. I would prefer to remain invested as I dont want to time the market. But I would prefer if I could meaningfully reduce exposure to OpenAI and the consequences of their possible downfall.
c-fe
·6个月前·讨论
As a retail investor mostly invested into broad ETFs (All World), is there any way I can get short exposure to OpenAI? Being short Oracle/Nvidia/Microsoft?
c-fe
·6个月前·讨论
Hi David, have you looked into alternatives to 3DGS like https://meshsplatting.github.io/ that promise better results and faster training?
c-fe
·6个月前·讨论
I was about to write the same. I scrolled through it but I dont understand what it is.
c-fe
·6个月前·讨论
Same for me. Also never happened to me before
c-fe
·6个月前·讨论
I like this a lot. Every time I am forced to open Notion or Slite, I just wish so much it would just be .md files in a git repository.
c-fe
·7个月前·讨论
one way is by using schemas to communicate between them that are backwards compatible. eg with avro its quite nice
c-fe
·9个月前·讨论
<1MB is also relatively easy to reach with swiftui apps. I had two fully working ones in the app store below 1MB. They are removed now since I didnt pay the yearly 100€