• 1 Post
  • 31 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle





  • This is getting more and more standard.

    However, Remote Desktop work has some flaws. Especially for streaming audio and video that you need to be very high quality.

    If the streaming application for remote access is able to stream the audio and video being edited at high fidelity, then that;s a pretty big deal. I havent tried Jump Desktop yet, but if it really can do that then thats huge props.

    Setting that aside, you do still need a machine with the specs to stream the audio and video at as close to lossless quality as you can, so something as shitty as a chromebook probably wouldnt actually be good enough, it’s CPU and NAT might not quite be up to the job to stream 4k resolution video lossless.

    But you also dont need a super powerful laptop either. Probably something in the ~$800 range would be sufficient, which is still magnitudes cheaper than the rig you’d need to edit the data locally of course.

    So I think it’s still awesome if it really does work, I am hugely in favor of VPNing into a centralized server for performing editing work, allowing editors to access files lightning fast (because instead of access them over network, the drives are right there directly connect to your server, so you’re effectively doing work on a machine with potentially petabytes of storage capacity!)


  • Think about how often you see a question raised and then responded with “I don’t know” in the internet data.

    Wikipedia, textbooks, book books, forums, wiki how…

    The vast majority of time, the format of what you see is:

    <short question>?
    
    <long winded answer or how to guide>
    

    And thats what the llms are all trained on, that’d the most common pattern, so llms replicate that pattern.

    The majority if their training data is off wikis abd textbooks, which pretty much never have “I dunno” anywhere. If an answer isn’t known, instead, the page simply doesn’t exist in the first place.



  • pixxelkick@lemmy.worldtoSelfhosted@lemmy.worldstatic website generator
    link
    fedilink
    English
    arrow-up
    27
    arrow-down
    1
    ·
    edit-2
    11 months ago

    I use Hugo, it’s not super complicated.

    You basically just define templates in pseudo html for common content (header, nav panel, footer, etc), and then you write your articles in markdown and Hugo combines the two and outputs actual html files.

    You also have a content folder for js, css, and images which get output as is.

    That’s about all there is to it, it’s a pretty minimalist static site generator.

    Hosting wise you can just put it on github pages for free.