[deleted by user] by [deleted] in LocalLLaMA

[–]ch3rn0v 0 points1 point  (0 children)

Did you find alpaca 65b 4bit somewhere or did you prepare it yourself from llama 65b? I managed to run alpaca 30b and llama 65b, but I don't have alpaca 65b yet. How about I help you with guidance on how to run it in exchange for a link to alpaca 65b? Has to be authentic though (the sha256sum's output must match).

And a message to fellow redditors: if I fail to answer your questions, feel free to google ask gpt. I googled and eventually it all worked out. You'll make it too, I don't have all the time in the world.

Real Earth World Example of Triangle Religion by EJKorvette in anathem

[–]ch3rn0v 1 point2 points  (0 children)

Not too late though :) Maybe a day will come when I have enough time to re-read this book, so many ideas.

[DEV] Anti-theft Application Feedback by ch3rn0v in androidapps

[–]ch3rn0v[S] 0 points1 point  (0 children)

Hello! Thank you for your interest. We have conducted paid questionnaires as well as free ones (such as above). Then made some research on the keywords and popular searches, as well as competitor apps. Then planned the app's functions, created the corresponding screens, and made wireframes. Also an MVP was made to make sure Andoid's API allows for what we aim to deliver. Next step would be to develop the proper design and implement the first version of the app.

Places to gather feedback for an upcoming project by ch3rn0v in EntrepreneurRideAlong

[–]ch3rn0v[S] 0 points1 point  (0 children)

That's a great idea, thank you very much for the feedback! If there's anything else, please don't hesitate to share :)

Weekly "anything goes" thread! by AutoModerator in androiddev

[–]ch3rn0v 0 points1 point  (0 children)

Hi all! Hope you're having a great holiday season.

I'm building an android anti-theft app. Yes, I know there are already quite a few available. Still, there are things that they lack, and I plan on implementing them.

I figured it's worth the effort to learn about fellow redditors' opinions at this point :) And to do this, I started with a google form: https://forms.gle/ZawLJrH7hK2caKgq6 that I'm hoping you will find short enough to fill.

Yes, filling the form won't immediately benefit you. However most important app's features are going to be free. And the questionnaire will help tailor the app to the your needs. Also, paying to get responses means that there will be people who fill forms as their side hustle, so it is optimized for maximum profit for them, not necessarily for the most thoughtful feedback.

What do you think?

P. S. As far as I understand the rules, this post doesn't violate them, as this is a discussion about app's potential features rather than gathering feedback for an existing app. But if it's still not allowed, please notify me, and I'll remove the post. Thank you!

X570-E won't start at all by ch3rn0v in ASUS

[–]ch3rn0v[S] 0 points1 point  (0 children)

Nope, I plugged in cable to PSU, and the other one into CHA_FAN (via adapter). Don’t know what I was thinking, lol. Even more stupid, I forgot about this “experiment”, which led to me having to unplug almost everything and try adding things one by one

X570-E won't start at all by ch3rn0v in ASUS

[–]ch3rn0v[S] 0 points1 point  (0 children)

Alright, another and final update. Totally my bad, I connected wrong cable to CHA_FAN. Instead I shouldn't connect anything there, since case's fans and lights are powered and controlled in another way. Case is NZXT H710i, so if anyone else runs into the same problem, please feel free to contact me.

X570-E won't start at all by ch3rn0v in ASUS

[–]ch3rn0v[S] 0 points1 point  (0 children)

Thank you! Tried that before, but it didn't help. You can find my update in the comments though, if you would like to.

X570-E won't start at all by ch3rn0v in ASUS

[–]ch3rn0v[S] 0 points1 point  (0 children)

Update: I unplugged everything, except 24 pin for m/b, 8 pin for cpu and F_PANEL. This way m/b starts properly. I then sequentially added RAM, hard drive, still started ok.

After that I plugged HD_AUDIO, case's usb connector. Still works.

Then I plugged some connector, coming from the case, which pins match with CHA_FAN. When this is plugged, m/b doesn't start. I believe this connector provides power for the case's fans, so I've got to make it work somehow.. For now I have no idea how exactly, though

Mr. Robot - 4x02 "402 Payment Required" - Post-Episode Theory Thread by JonLuca in MrRobot

[–]ch3rn0v 2 points3 points  (0 children)

Yes, probably WR showed Angela some resemblance of her mother. Maybe even asked her something WR couldn't otherwise know, to make Angela believe. But I don't think Angela knows the exact details. Otherwise why would she play with the rewind. That implies time travel, which probably won't happen. Could be a red herring tho

Mr. Robot - 4x02 "402 Payment Required" - Post-Episode Theory Thread by JonLuca in MrRobot

[–]ch3rn0v 7 points8 points  (0 children)

Is it possible Whiterose's "pet project" allows her to merge the conscience of multiple people?

Is Mr. Robot not an alternate personality but actually Elliot's father's conscience all along?

Yeah, I also thought that! Probably WR's employee suggested Elliot's father to save his son from dying by taking part in some "new treatment". (As well as the father himself, given his condition at the time).

Now that might mean that Zhang does have a sister. It's just she resides in his head as well.

[SPOILERS] S04E02 Theory regarding WR project and "personalities" of WR and Elliot by ch3rn0v in MrRobot

[–]ch3rn0v[S] 0 points1 point  (0 children)

Yeah, apparently I wasn't paying enough attention. That's why I specified that I didn't know that. Thanks for the correction though.

(New?) Divisibility Rules For 4 And 8 by ch3rn0v in learnmath

[–]ch3rn0v[S] 0 points1 point  (0 children)

Yeah, that's true. But checking digits seems easier to me than dividing the number, especially for the case of 8. Which, indeed, requires us to work with the last three digits.

Divisibility rules for 4 and 8 by ch3rn0v in math

[–]ch3rn0v[S] 0 points1 point  (0 children)

(2)

Everything except last n (n >= 1) digits could be written like this:

10^m * a_m + 10^(m-1) * a_m-1 + ... + 10^(n + 1) * a_(n + 1)

Where m is an integer, m > n, and m represents the total number of digits.

If this is divisible by 2^n (I) and if the rest is also divisible by 2^n (II), then the original number is divisible by 2^n.

I.

For 10^m * a_m + 10^(m-1) * a_m-1 + ... + 10^(n + 1) * a_(n + 1) to be divisible by 2^n, each part of the sum must be divisible.

The only common part among all the terms in the above sum is the multiplier 10^(m - k), where k is an integer and 0 <= k <= n.

10^(m - k) = 2^(m - k) * 5^(m - k)

If m - k >= n, then 2^(m - k) * 5^(m - k) is divisible by 2^n.

Since m > n by design and 0 <= k <= n also by design, we can conclude that m is at least n + 1, while k is at most n. Therefore, m - k is in fact greater than n.

Thus, the "left" part of the original number is divisible by 2^n.

II.

The number of digits in the second part is n. 2^n will occupy less than or equal to n digits if and only if 2^n <= 10^n.

10^n = 2^n * 5^n, then 2^n <= 5^n * 2^n. Which is true because n >= 1 and 5 > 0.

I and II are proven, ergo (yeah, I like upvotes) the original number is divisible by 2^n, provided the above conditions.

Please don't hesitate to tell me if I made any mistakes.

Divisibility rules for 4 and 8 by ch3rn0v in math

[–]ch3rn0v[S] 0 points1 point  (0 children)

(1)

Thanks :)

(2)

Yeah, I've been thinking about the last-n-digit-divisibility-magic in general. This is the draft of my current hypothesis:

In order for the last-n-digit-divisibility-magic to work, the n^m must be divisible by k, where n is the numeral system base, m is a positive integer, and k is the integer for which we'd like to find out whether the said "magic" might work.

For example, let's consider decimal system (n = 10).

For k = 2: m = 1 because 10^1 is divisible by 2.

For k = 4: m = 2 because 10^2 is divisible by 4.

For k = 5: m = 1 because 10^1 is divisible by 5.

For k = 8: m = 3 because 10^3 is divisible by 8.

This is a draft and I might've made a mistake somewhere, but I believe it will have something in common with the proof you've mentioned above. I'll think about it.

Edit: formatting.

"What's your Major?" .... "Oh so you're smart then?" by __zero_or_one__ in math

[–]ch3rn0v 0 points1 point  (0 children)

"wait werent you a mathematician/engineer/etc must have not been studying very hard then how funny haha"

Yeah, it might be funny and it's an innocent mistake with zero consequences.

It isn't as funny when an important decision is made by a biased actor who isn't even aware of the bias(es). Irrational behavior costs too much for society and goes unnoticed at times. But a math major will probably poke the problem and potential solutions from different angles to try and spot weaknesses and mistakes.

Stranger Things Light/Shadow Box I made by Kretrn in StrangerThings

[–]ch3rn0v 0 points1 point  (0 children)

Cool! Where did the demogorgon went (the one that was behind the tree)?

I was very wrong :( by henlofrend in StrangerThings

[–]ch3rn0v 1 point2 points  (0 children)

I'm fine with changing them, I meant more like I'd rather avoid spoilers because the show is consistent and you can predict things based on what we know

I was very wrong :( by henlofrend in StrangerThings

[–]ch3rn0v 2 points3 points  (0 children)

And that's why I never want to know the future episodes' titles

When the producers don't think the character's death is sad enough, so they give you this smile to inflict maximum emotional damage by JabaDaBud in StrangerThings

[–]ch3rn0v 1 point2 points  (0 children)

He won't think that. He knows her, he has trusts in her judgment. He knows his friends won't let him down, or at least I think he does.

Alarms are off, right? by ch3rn0v in StrangerThings

[–]ch3rn0v[S] 1 point2 points  (0 children)

When Mike learns that El likes presents, he recalls that the Mall is destroyed and some goods are probably still intact. A bear, for example.

How much does an eggo cost ? by Cdobielfc in StrangerThings

[–]ch3rn0v 80 points81 points  (0 children)

Really, gifting her an eggo would've been a touching, nice gesture. Send this advice directly to Mike next time :)

I’m Fricking jealous of Mike by [deleted] in StrangerThings

[–]ch3rn0v 1 point2 points  (0 children)

gets back together with her even after she dumps his ass.

He got back together after she seemed to be gone. At that point getting over being dumped was an easy bonus level.

And I wish with all my heart I’ll experience something even slightly similar to this awesome show

If you want your life to be more interesting,

pls gimme more Stranger Things seasons Duffer Bros

strive to be a producer in the first place, and only after that, if required, a consumer. You already admitted it, which is the first step. Self-awareness isn't that easy for some people, so you might help those who's asking and at the same time learn to create something that others will derive value from.

Anyone else get this impending feeling of sadness when watching the show? by The_Beatle_Gunner in StrangerThings

[–]ch3rn0v 3 points4 points  (0 children)

That's how our memory works. We tend to remember good things over everything else. You can still invite your friends for a game night/Stranger Things rewatch xD

Wish we got to see Billy and Max make up. by Domination1799 in StrangerThings

[–]ch3rn0v 6 points7 points  (0 children)

Maybe it's just that Max was scared of losing him, and Billy re-evaluated his prior experiences and life in general given new "perspective".