HackerTrans
TopNewTrendsCommentsPastAskShowJobs

upbeat_general

no profile record

comments

upbeat_general
·vor 20 Tagen·discuss
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
·letzten Monat·discuss
If I used a racecar to go 25mph in a residential neighborhood, I’d make a similar conclusion.
upbeat_general
·letzten Monat·discuss
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
·letzten Monat·discuss
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
·vor 2 Monaten·discuss
This statement is well known to be incorrect for at least a year.
upbeat_general
·vor 2 Monaten·discuss
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
·vor 2 Monaten·discuss
This isn’t quite accurate. Data weighting is quite important in pretraining.
upbeat_general
·vor 2 Monaten·discuss
Sampling exists.
upbeat_general
·vor 6 Monaten·discuss
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
·vor 7 Monaten·discuss
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
·vor 8 Monaten·discuss
I can assure you that lacking knowledge in DPO (and especially GRPO it’s just stripped down PPO) is not a dealbreaker.
upbeat_general
·vor 10 Monaten·discuss
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
·vor 4 Jahren·discuss
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
·vor 5 Jahren·discuss
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
·vor 5 Jahren·discuss
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
·vor 5 Jahren·discuss
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.