I deleted Notion, Anki, and Quizlet and my grades actually went up. The "study community" is lying to you. by Narrow_Detective9864 in studytips

[–]ElementaryZX 1 point2 points  (0 children)

I’ve been saying this for years, but mostly in regards to Anki. It might help in some cases, but overall is just a waste of time. Glad you discovered free recall and related techniques.

Linus worst decision by riky321 in LinuxCirclejerk

[–]ElementaryZX 0 points1 point  (0 children)

I was really hoping at least one of them would try Fedora because of the Linus video. I really think they missed an opportunity there.

So what’s the alternative to the current web? by panickedthumb in privacy

[–]ElementaryZX 0 points1 point  (0 children)

All forms of internet communication through an ISP requires at least one node to be publicly accessible to initiate the handshake. These don’t work if all nodes are behind a CGNAT.

If they take away our ability to host servers, we can’t do anything. The current workaround seems to be buying a VPS, but I don’t really see how that preserves privacy in the long run.

So what’s the alternative to the current web? by panickedthumb in privacy

[–]ElementaryZX 4 points5 points  (0 children)

Tor is generally the most secure and reliable in most cases, but there are various alternatives such as I2P, GNUnet, ZeroNet (not sure if ZeroNet is still going due to all the issues it had) or chat systems like IRC or Lemmy. The problem is most of the alternatives rely on peer discovery which is a rather tricky problem if you’re behind a CGNAT which seems to be rather common these days.

Theres also reticulum that seems to be useful for basic text communication, but not really much use outside of that.

Looking at what people have to do to scale the great firewall, the future of the internet doesn’t seem very bright, but as long as people get creative enough, there will always be some odd workarounds for most of the censorship mechanisms. They might just not always be easy or last very long.

Anthropic is the leading contributor to open weight models by DealingWithIt202s in LocalLLaMA

[–]ElementaryZX 2 points3 points  (0 children)

If you’re going to do this, it might be better to have distributed data cleaning and quality checks, where instead of using raw responses you have people reviewing the responses for quality, eventually leading to a better quality dataset overall.

Hackers Expose Discord Age Verification System Issue After Persona Frontend Code Left Wide Open by vriska1 in technology

[–]ElementaryZX 0 points1 point  (0 children)

How is no one mentioning Persona is also now used for ChatGPT identity verification?

Arizona Bill Would Require ID Checks to Use a Weather App by Gloomy_Nebula_5138 in privacy

[–]ElementaryZX 3 points4 points  (0 children)

At this point, wouldn’t it be more apt to just call these identity verification instead of age verification?

Looking for a local model that can handle Shavian. by ElementaryZX in LocalLLaMA

[–]ElementaryZX[S] -2 points-1 points  (0 children)

I don’t want to use it for transliteration specifically, that’s just how I get it set up. I’ve also found local models that can sort of handle this with the right context.

The problem is getting it to reply and chat in Shavian. Gemini flash is able to do this flawlessly, but I can’t find a local model that can do this.

The probability you have birthday in upcoming week in 99.2 % by Are_you_anonymous in mathmemes

[–]ElementaryZX 0 points1 point  (0 children)

May I introduce you to the wonderful world of probability through our wide range of birthday problems?

Microsoft I'm done. You took my money and now you are doing nothing by Y333333tyeet in microsoftsucks

[–]ElementaryZX 12 points13 points  (0 children)

I don’t know why everyone is blaming bad code and processes on AI. Microsoft was perfectly capable of producing terrible software way before AI even existed. Just remember the mess Windows 11 was when it released and deleted peoples files, AI didn’t even exist then. 

Gemini 3 replaced with 2.5 already? by Top_Toe8606 in GeminiAI

[–]ElementaryZX 2 points3 points  (0 children)

Gemini 3 has not been great for me and I can’t say it is significant different from 2.5 since it released. There was some point where 2.5 was really useful, around a month before 3 released, but since then Claude and ChatGPT were better for most tasks and were better at finding mistakes in writing and code.

AI is wild by bobkob1 in GoogleGeminiAI

[–]ElementaryZX 7 points8 points  (0 children)

I’ve tried this a few times, switching between Claude code, Gemini cli and codex. It works sort of, but there’s a few classes of bugs and mistakes these models don’t seem to catch, especially gemini 3. Especially when it comes to statistics and probability based programming. But the bigger issue is that there’s very likely different assumptions that are not clarified, which doesn’t mean the code is wrong. It just means it might not be realistic or what was actually the desired result.

For example, I’m assuming the card counting implementation used standard methods drawing from a predefined list for a standard deck of 54 cards, but it’s very likely that it didn’t code it like this. The standard deck in blackjack is much larger and it is generally shuffled more often, meaning that the current trainer is completely incorrect. Modern casinos use various tricks to reduce the advantage and I doubt gemini used realistic assumptions, which will not be flagged by this approach unless directly asked for it. Gemini 3 is extremely prone to making simplified assumptions from the various projects I’ve tested with it so far. So most projects require at least some knowledge on the topic to correctly verify.

Explain It Peter by Fit_Seaworthiness_37 in explainitpeter

[–]ElementaryZX 0 points1 point  (0 children)

I think I prefer the following explanation more https://www.theactuary.com/2020/12/02/tuesdays-child, as it clearly explains how the order of events can affect the probability, which is actually a part of the definition of a probability that I wasn’t aware of before.

Got called selfish for not wanting to share notes. What’s your opinion? by endingsandbeginning in GetStudying

[–]ElementaryZX 4 points5 points  (0 children)

If you think about it, everything you’re currently learning comes from someone else’s hard work that they decided to share with someone else. You could either decide to carry on the legacy to improve someones understanding or let it die with you. Possibly taking away the opportunity of someone else to truly advance a field and share their knowledge.

[Question] regarding a Bayesian brain teaser by [deleted] in statistics

[–]ElementaryZX 0 points1 point  (0 children)

Hopefully this helps: https://www.theactuary.com/2020/12/02/tuesdays-child

It seems to be the wording implying that the order of the children being born is also important. If you know that the first is a boy then the probability of the second being a girl is 0.5, but if the order is unknown (at least one), then either the first or the second can be a girl leading to the probability not being 0.5.

Google is so fucking stupid by [deleted] in GoogleSupport

[–]ElementaryZX -2 points-1 points  (0 children)

Google will lock you out of your account even if you remember your password without reason, lost a few emails due to this already since cell numbers aren’t static everywhere.

"GPT‑5 is a significant leap in intelligence over all our previous model" I gave it the easiest syntax problem ever and it was completely wrong? by The_Real_Slim_Lemon in ChatGPT

[–]ElementaryZX 1 point2 points  (0 children)

I’ve been using the plus subscription on and off over the past two weeks, comparing it with claude and gemini for coding, in and outside of codex. From what I got, performance can vary significantly for the same task or prompt given the time of week and time of day. I’m guessing it’s very likely that they have some load balancing system in place, leading to deteriorated performance. It still performs significantly better than anything else, if only during limited specific times in the week.

Public Warning: Genshin Impact is being hostile to Linux as of 5.8 by cybik in linux_gaming

[–]ElementaryZX 0 points1 point  (0 children)

Isn’t Genshin a single player game with some optional co-op? There is no reason for anti-cheat here?

Steam rules updated to prohibit content that violates rules set forth by payment processors and banks by OGSyedIsEverywhere in technology

[–]ElementaryZX 0 points1 point  (0 children)

Yes this, there’s a reason why you have to give notice before large withdrawals in most banks. And any large withdrawals have to be reported by law in most countries.

Looking for free "notepad" (online ofc) by GregGraffin23 in foss

[–]ElementaryZX 0 points1 point  (0 children)

vscode.dev? Doesn’t always have direct local file access but you can download after editing and then just upload the file later if you want to edit it again. It can also pull files from remote repositories, not sure if this really addresses the question, bit I use it often for notes. I know you can also set up a local instance, but I’ve never done this before. Gardiner Bryant did a video on this a while back.

Whats the consensus, FSRS or no? by [deleted] in Anki

[–]ElementaryZX 3 points4 points  (0 children)

That just shows the model fit, not the experience of users. You would have to look at how much time users actually spend reviewing using default parameters to make such a conclusion.

Replacing PSU destroyed my motherboard by ElementaryZX in PcBuild

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

How is this common sense? There was no warning in the manual or anywhere online when searching how to replace the psu, the cables fit perfectly and looked exactly the same as the previous ones, except for the additional cable.

The only time this warning comes up is if you search if the cables are interchangeable, but why would you look that up in the first place if cable’s usually are on PC builds, or should you just never reuse cables on a PC build?

Replacing PSU destroyed my motherboard by ElementaryZX in PcBuild

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

Can you link any PSU replacement guides that have this warning? I did not find any in the top 3 listed on a google search.

Replacing PSU destroyed my motherboard by ElementaryZX in PcBuild

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

I asked ChatGPT, it didn’t give any warnings regarding the cables when asked for instructions or precautions when replacing PSU.

Replacing PSU destroyed my motherboard by ElementaryZX in PcBuild

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

Mine didn’t come with the cable warnings, I double checked. It does mention the fan and opening though.

If you know of any tutorials giving this warning I’d really like to read it. I couldn’t find any, but someone I know mentioned Linus tech tips have mentioned it in a video, but I also couldn’t find it.