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

upbeat_general

no profile record

评论

upbeat_general
·20天前·讨论
Same way you do for planes, cars, etc. You have long(ish) life-cycles and some pieces that can be independent (e.g., same turbine engine on several plane models).
upbeat_general
·上个月·讨论
If I used a racecar to go 25mph in a residential neighborhood, I’d make a similar conclusion.
upbeat_general
·上个月·讨论
I think that figure (haven’t verified it but assuming it’s true) isn’t complete. It hides who and where those people are - for example, I imagine art history skews towards higher ranked schools in the first place.
upbeat_general
·上个月·讨论
If we’re defining on-prem as fitting in a rack - then every frontier model can be hosted on-prem.

Now this might not be the most cost effective (and may require a bit extra power), but you only need a datacenter for training or cost optimization.
upbeat_general
·2个月前·讨论
This statement is well known to be incorrect for at least a year.
upbeat_general
·2个月前·讨论
If by "happened to" you mean pour significant resources for well-over a decade on many different AI research groups then yes, that's accurate. Depending on your definition of AI, it might even be two decades.

In fact, OpenAI was founded largely with the direct goal of preventing Google from being the sole winner in AI...
upbeat_general
·2个月前·讨论
This isn’t quite accurate. Data weighting is quite important in pretraining.
upbeat_general
·2个月前·讨论
Sampling exists.
upbeat_general
·6个月前·讨论
From a user perspective it is nice to know that the person decoding will likely support a given format, both now and in the future.

More use cases for a single popular format makes this more likely.
upbeat_general
·7个月前·讨论
I really wish that there was an “almost yolo” mode that was permissive but with light restrictions (eg no rm), or even better, a light supervisor model to prevent very dangerous commands but allow everything else.
upbeat_general
·8个月前·讨论
I can assure you that lacking knowledge in DPO (and especially GRPO it’s just stripped down PPO) is not a dealbreaker.
upbeat_general
·11个月前·讨论
This seems like the perfect case for legislation that starts out targeting higher volume devices/larger companies and lower over time.

I don’t see why the industry couldn’t move to providing this documentation/full source over a few years.
upbeat_general
·去年·讨论
And it was none of the mentioned schools!
upbeat_general
·去年·讨论
Seconding another commenter. I went to a state-school (maybe in the top 5 US state schools) and got an offer without any elite background.
upbeat_general
·4年前·讨论
Not sure how you reached that conclusion. A fully-airgapped system is definitely more secure as long as physical attacks aren’t a threat vector.
upbeat_general
·5年前·讨论
Arbitrary if the sending process is compromised through a parsing exploit of some sort. I’m not sure about CAN message authentication but it’d be much easier to convince someone to plug in a USB for lights/music than it’d be to plug into a diagnostic port making it an easier target.
upbeat_general
·5年前·讨论
Am I the only one that finds this incredibly scary?

Sticking a USB drive into the car so that the primary computer can parse some file and then send some commands over (what I assume is) the CAN bus?

If you can send arbitrary messages over the CAN bus, I’m guessing you can do some serious damage, and even with precautions about what the parsing process can do, that’s still…very scary.
upbeat_general
·5年前·讨论
Yeah I'd carefully look at what your expectations are with regard to compatibility. Docker itself seems to run just fine but running X86 (AMD64) containers is pretty slow compared to normal macOS docker which is already slow.

I've loved my M1 MBA but I purchased it specifically knowing I have a primary x86 workstation to fallback on for heavier tasks and I'll often give up trying to install some dep/run some program on the MBA and switch to that. It still works great as a general purpose device and I do some dev on it but if you're looking to do all your dev on it, I'd be cautious.