Def going to check this out— I think it will solve my biggest problem with GitHub which is just the number of large files I have to deal with— overthought comments are the best comments- thanks!
Def going to check this out— I think it will solve my biggest problem with GitHub which is just the number of large files I have to deal with— overthought comments are the best comments- thanks!
Yeah, I really should start using Git for everything, but I’ve been working with a lot of large datasets recently (mostly EEG data). A big part of improving accuracy comes from cleaning the data, which is huge and takes a while to process. I could set up a local Git server to keep track of everything or just save the base data files and regenerate as needed, but on my current setup, that process can take anywhere from 2-6 hours depending on the task. So for now, I’ve just been managing everything locally to save time.
IRC: it’s open source, it’s free, its retro
But Linux is open source? So if hypothetically so distro adopted spying al la windows couldn’t people just change distros? tbh I also think the question is slightly confusing as I don’t understand why OP thinks Mac OS is not standardized but I digress.
I like your optimism best to look on the bright side and all— curious what do you mean by fabless? Do they not require as complex facilities because they’re a larger process or something? Or for some other reason?
deleted by creator
For fucks sake I hope your joking x.x
Millions of hard working Dutch people depend on the tulip system for their retirement. The crash was not due to the management of the tulip market, rather it’s an unavoidable pattern of boom and bust. Given this, it’s only right that the Dutch government to bail out the tulip funds to avoid a breakdown of the liliaceae system.
While the iris study is interesting, looking at their dataset the pictures seem to include the area around the eye a little bit, including eye lashes, so after a cursory glance it seems odd that they even titled it as iris. However I didn’t read the full thing so it cold be that they cropped it somewhere. Although they are using large convolutions so a lot of detail is lost.
Llama2 is pretty good but there are a ton of different models which have different pros and cons, you can see some of them here: https://ollama.com/library . However I would say that as a whole models are generally slightly less polished compared to chat gpt.
To put it another way: when things are good they’re just as good, but when things are bad the AI will start going off the rails, for instance holding both sides on the conversation, refusing to answer, just saying goodbye, etc. More “wild westy” but you can also save the chats and go back to them so there are ways to mitigate, and things are only getting better.
Just run ollama locally and download uncensored versions— runs on my m1 MacBook no problem and is at the very least comparable to chatgpt3. Unsure for images though, but there should be some open source options. Data is king here, so the more you use a platform the better its AI gets (generally) so don’t give the corporations the business.
You could just add a small nonvolatile buffer to each camera if it’s not wired, such that if it loses connection with your home assistant server it will start recording. With 720p video and a 64gb flash storage you could, depending on encoding, store well over a day of footage. (Napkin math so could be wrong)
Seems anecdotal at best— I play beat Sabre at least a few times a week with the family, which is ironically, still anecdote.
Ray tracing might not be essential(it is cool though), however the tensor cores and ram are for certain things. — Naive Zoomer
(Technological advancement can be a net win for society— however people have been burned one too many times by the business types circle jerking it to short term profits and monetizing data collection)
So sort of: the 3g is part of a standard for data rates, but the difficulty, comes in that networks are not homogeneous. Similarly to how you might be familiar with 5Ghz and 2.4Ghz WiFi signals. As a general rule of thumb the higher the frequency the more data you can send but with more attenuation so the signal can be blocked more easily and cannot travel as far, whereas the inverse is true for lower frequencies. So while the generations did make some changes in terms of protocols— it also came with higher frequency emitters which can theoretically carry more data. Other changes include MIMO antennas which do beam forming to make more of the energy go in the direction of a user using constructive and destructive interference from an array of antennas to accomplish this. However marketing people are always very eager to adopt technical terms and inflate them into oblivion. However some of this can be attributed to honest misunderstanding within a company.
Yeah I think a local Git server would be good, will try our forgejo since people seem to like it— I’ve been using git for a lot of projects but not so much for large files and HW stuff since when using GitHub there are size limitations. Does seem like it would be freeing to be able to delete whatever I want from my workstation without worrying about losing stuff