HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jupp0r

no profile record

Submissions

[untitled]

1 points·by jupp0r·3 mesi fa·0 comments

comments

jupp0r
·mese scorso·discuss
Just have your agent use an existing design system. They provide coherence and many styles to choose from (and customization if you really need that for your personal use). I wouldn't expect agents to invent a coherent component library from scratch for every project. It's a solved problem. I'd personally just use something very popular like MUI and be done.
jupp0r
·3 mesi fa·discuss
I don't think that needs to be true either anymore. Exhaustive specifications and comprehensive test suites are easily created now too. That's why I think software engineering will not go away, it will just change drastically.
jupp0r
·3 mesi fa·discuss
It's actually a combination of both, leaving out more expensive smaller markets.
jupp0r
·4 mesi fa·discuss
And what would the goal of that be? I thought the goal of education was... education. The grading is not goal in itself. Will this really motivate kids to do better?
jupp0r
·4 mesi fa·discuss
Sounds like a great opportunity for kids in high school to learn how to feed back the AI detection results into the model and have this process be automated. Next level would be fine tuning the model via reinforcement learning and sharing it with your friends via Hugging Face.
jupp0r
·5 mesi fa·discuss
See Dyson Sphere: https://en.wikipedia.org/wiki/Dyson_sphere
jupp0r
·6 mesi fa·discuss
Dependencies. There are billions of lines of C++ out there that have been optimized and production hardened over decades that you might want to reuse. Rust lang interoperability with anything but C sucks in practice.
jupp0r
·7 mesi fa·discuss
libuv? libevent?
jupp0r
·8 mesi fa·discuss
https://archive.ph/https://www.wsj.com/business/palantir-thi...
jupp0r
·10 mesi fa·discuss
I generally agree, but max line length being so high you have to horizontally scroll while reading code is very detrimental to productivity.
jupp0r
·anno scorso·discuss
There is also the question of cause and effect. Did Instagram grow to what it is today because of a decade of investments from Meta?
jupp0r
·2 anni fa·discuss
It's an interesting point, but I doubt it's the lions share of egress that's going to other data centers vs to customers. Fan out is where it gets expensive.
jupp0r
·2 anni fa·discuss
Awesome, thanks and sorry for the pedantism.
jupp0r
·2 anni fa·discuss
I'm confused by that website using $/mo as the unit to describe the cost of 1TB egress. How does the time component play into this? I would have expected the cost to be described in $/TB.
jupp0r
·3 anni fa·discuss
Depending on who is making the purchasing decision this (sadly) might not be relevant. Looking at you, SAP.
jupp0r
·3 anni fa·discuss
There's a tradeoff. Engineering time is expensive. Machine time can be expensive too. We need to optimize these costs by making most code that's not performance relevant easy to read and then optimize performance critical code paths while hiding optimization complexity behind abstractions. Either extreme is not helpful as a blanket method.
jupp0r
·4 anni fa·discuss
It's a little disingenuous to expect regular security updates and not be willing to fund ongoing development. If you don't need regular security updates you need to get back to 2000s, your Delorian is stuck in the 1900s.
jupp0r
·4 anni fa·discuss
Finally, can't wait to get browsers with proper extensions on my phone.
jupp0r
·4 anni fa·discuss
Sounds like this person has never used a conventional (non cabover) truck and most of his points (minus the tablet) also apply to them?
jupp0r
·4 anni fa·discuss
What's the business value of publishing this research in the first place vs keeping it private? Following this train of thought will lead you to the answer to your implied question.

Apart from that - they publish the paper and anybody can reimplement and train the same model. It's not trivial but it's also completely feasible to do for lots of hobbyists in the field in a matter of a few days. Google doesn't need to publish a free use trained model themselves and associate that with their brand.

That being said, I agree with you, the "ethics" of imposing trivially bypassable restrictions on these models is silly. Ethics should be applied to what people use these models for.