• 0 Posts
  • 54 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle





  • Driver support was so dicey. If you had anything even remotely not mainstream, you would be compiling your own video driver, or network driver, or basically left to figure it out for any other peripheral. So many devices like scanners and very early webcams just claimed zero Linux support at all, but you could at times find someone else’s project that might work.

    I tried to switch to Linux as a desktop system several times in the late 90s but kept going back to windows because hardware support just wasn’t there yet.



  • One of the best things ever about LLMs is how you can give them absolute bullshit textual garbage and they can parse it with a huge level of accuracy.

    Some random chunks of html tables, output a csv and convert those values from imperial to metric.

    Fragments of a python script and ask it to finish the function and create a readme to explain the purpose of the function. And while it’s at it recreate the missing functions.

    Copy paste of a multilingual website with tons of formatting and spelling errors. Ask it to fix it. Boom done.

    Of course, the problem here is that developers can no longer clean their inputs as well and are encouraged to send that crappy input straight along to the LLM for processing.

    There’s definitely going to be a whole new wave of injection style attacks where people figure out how to reverse engineer AI company magic.











  • Agree with another commenter that documentation is an issue. If you’re a developer, it’s not too bad. It uses a kind of homebrew model/view/template python backend that might baffle you for a while.

    If you don’t need to modify it or integrate it too much with your bank, e-commerce sites, cash registers, etc then it pretty much works out of the box.

    Odoo came from a fully open sourced project years ago and is getting more and more closed and expensive over time as they go upmarket. If you really want to own your data I’m not sure that’s a good direction.

    There is a fork called Flectra that is usually about a version behind Odoo but reintegrates a lot of the paid features of Odoo for free, but its documentation and community is even smaller.