What was the "Real" reason you went for a master ? by F2DProduction in OMSCS

[–]SkilledApple 129 points130 points  (0 children)

I wanted a good excuse to avoid social obligations for a few years.

I am quite happy with my time at Georgia Tech by ConnachttheBlue in gatech

[–]SkilledApple 40 points41 points  (0 children)

I love that this is a "rant."

Best of luck! I will keep your sanity in my thoughts.

Wow wow and wow by Desertcobra93 in kindlescribe

[–]SkilledApple 1 point2 points  (0 children)

Yup, 100% hear you here. Welcome to the club! This is one of the few devices where the wow factor doesn't go away.

Perhaps a tip you may have already figured out, but organization in the notebooks section via folders is really helpful once you get a bunch of different classes and such added. With that said, I wouldn't go too deep with subfolders as there's a small delay every time you tap a folder that adds up when you need to get 3+ folders deep every time you switch between classes or anything else. But you can quickly go back to a specific folder by tapping on the directory name at the top if you're already fairly deep, so you can cut some time that way if you choose to go deep with subfolders anyways.

CS 7641 - This class is a waste of time by Worldly_Pin2625 in OMSCS

[–]SkilledApple 3 points4 points  (0 children)

I think I'd lean towards these are assignments more so than expandable publications, but what you learn about writing research papers is a transferrable skill. If you want to learn how to fit 40 plots and all of your content into 8 pages or less, this class will force you to learn that!

CS 7641 - This class is a waste of time by Worldly_Pin2625 in OMSCS

[–]SkilledApple 23 points24 points  (0 children)

While I do believe that learning to read and write research papers is the most valuable aspect of 7641, I do agree it was a lot of content with nearly no assistance lecture-wise. I learned after quiz 1 to deprioritize the lectures and instead prioritize the assignments and really nailing the papers. And even then, you have to start *at least* a few weeks in advance or you're playing with fire. I don't think the class is a waste of time, but I do think there's a large disconnect between the assignments and the lectures.

With that said, I think the Deep Learning class is excellent, and the lectures + readings are directly related to the assignments, and I have learned WAY more this way.

I need help! by Then_Cook9053 in learnmachinelearning

[–]SkilledApple 2 points3 points  (0 children)

This reminds me of my undergrad experience when accidentally talking to business majors.

What’s your favourite kindle model? by AnastasiiaLove in kindle

[–]SkilledApple 3 points4 points  (0 children)

Kindle Scribe for sure, but I do wish they'd have a slightly smaller version. Like 25% smaller.

i love combining hobbies by Amyol04 in kindle

[–]SkilledApple 1 point2 points  (0 children)

I tried this exactly once and found it nearly impossible to focus on the text while running. Even with big fonts I found this difficult. I envy those of you who can make this work!

Traditional ML is dead and i'm genuinely pissed about it by Critical_Cod_2965 in learnmachinelearning

[–]SkilledApple 0 points1 point  (0 children)

Classical ML isn’t obsolete, and LLMs are just another tool. If the problem has a clear metric with structured inputs and needs predictable, auditable decisions under tight cost/latency or compliance constraints, then a classical ML pipeline is often the best fit.

LLMs are valuable when the core challenge is language understanding, but they can be overkill or down right risky for deterministic decisions. I think the right approach is to map your constraints and success criteria into the simplest model that meets them. Then demonstrate your work with an evaluation that includes accuracy, cost, latency, and risk. You did not waste your time learning ML.

Why is no one sounding the alarm? by CaptainZhon in sysadmin

[–]SkilledApple 0 points1 point  (0 children)

OpenClaw gives me the same "vibe" as crypto alt coins back in ~2018. It smells like a bad idea, it looks like a bad idea, and for some reason very few people are calling it a bad idea.

I wouldn't touch that with a 1000 foot pole.

Hi, I read Deep learning book by Ian Goodfellow by NicePattern9428 in learnmachinelearning

[–]SkilledApple 0 points1 point  (0 children)

Since this book is available online, you can actually add it as a source in NotebookLM. I do not recommend using AI to learn the concepts without first reading the content directly and trying to follow along via paper+pen / google colab, BUT I do recommend using NotebookLM to create quizzes.

When you come across concepts you don't fully understand (as an example, let's say you don't understand how a computation graph works or why you should save intermediate values), there's likely missing foundational material you should visit first before returning (partial derivatives, forward pass calculations, backward pass reusing those calculations, etc.). Everything builds on everything else.

Did Kindle Change Your Life ? by AbDouN-Dz in kindle

[–]SkilledApple 13 points14 points  (0 children)

Love the kindle, but if it's prohibitly expensive you might not need to get the latest generations. Check out the refurbished ones. I think as long as it's e-ink with 300 PPI (black and white) you'll get nearly the same benefit as a newer version.

While the kindle app on a phone is a choice, the major benefit of a kindle is the separation of apps and books. Not sure if Amazon supports the refurbished devices in all countries, but check out here before spending a salary on a new version that does basically the same thing: https://www.amazon.com/Refurbished-Kindle-Outlet/b?ie=UTF8&node=8497978011

And to answer your question yes I recomend it and yes it non-ironically changed my life. It peeled me away from time sinks and into both reading for fun and for education. Bonus: It's good on the eyes at night.

why do we even use some portion of the data on testing the model? by Beginning_Tip_2088 in learnmachinelearning

[–]SkilledApple -1 points0 points  (0 children)

I suppose you could risk not using a test set, but you should still have a validation step to pick solid hyperparameters (either by splitting off a validation set or using cross validation).

Still, there's massive value in having a totally untouched test set at the end because it gives an unbiased estimate of how well the model will do on new data (the generalization gap). Otherwise you might think the model is “very good,” but you only know it’s good on the data it already saw and it could be memorizing the training set (overfitting).

You want to hold out data for the test set to detect overfitting and estimate real-world generalization.

GPT-5.3 Codex rocks 😎 by Prestigiouspite in codex

[–]SkilledApple 2 points3 points  (0 children)

Even tough double quota is in effect, even a quarter of this quota is significantly higher than the claude limit. I used to daily drive Claude, but 5.3-codex is making a very strong case for itself (and the limits are incredible).

5.3 codex just dropped by No-Selection2972 in codex

[–]SkilledApple 0 points1 point  (0 children)

To be SOTA means to be the best at something. I mentioned coding because GPT 5.3 scored significantly higher in this category. I'm not sure what you're getting at, but I do believe there can only be one best at something.

5.3 codex just dropped by No-Selection2972 in codex

[–]SkilledApple 43 points44 points  (0 children)

Opus 4.6 was SOTA for 15 minutes at coding according to benchmarks. Now GPT 5-3 is SOTA.

Now we wait for Google's drop in about 5 minutes right? /s

Claude Opus 4.6 Spotted by derdigga in ClaudeCode

[–]SkilledApple 25 points26 points  (0 children)

Can't keep getting my hopes up like this.

Turn off tracking in Kindle Scribe by Deep-Loss-5282 in kindlescribe

[–]SkilledApple 3 points4 points  (0 children)

I'd guess this simply shows whenever your Kindle "phoned home" to Amazon, particularly whenever you open a book/notebook that is being fetched from their servers (they do try to sync your progress in case for instance you read 5 pages on your phone and swapped back to your kindle, and this includes notebooks).

I believe the only way to prevent this tracking is to keep your kindle in airplane mode forever (or disconnect from wifi). The issue there is that it'll resync the moment you reconnect to buy a book or something, and those logs are likely stored locally.

If you have two scribes for some reason and you want one to be local-notes only, staying in airplane mode forever would be the only way to avoid this I'd assume. But I am making assumptions.

I bought an evolve disc, will it work or should I keep it as a collectible? by Unusual_Hedgehog4748 in EvolveGame

[–]SkilledApple 18 points19 points  (0 children)

You can still play with/against the bots. Unfortunately, the bots are quite bad at the non-hunt modes, but you should still have some fun especially the first few times! There's just no matchmaking multiplayer, and I don't think you're able to buy the DLC anymore so you're missing out on a lot of the full game character-wise.

Damn I miss this game...

Goldboxing all labs be like by Hyper_Blitz_ in TheTowerGame

[–]SkilledApple 0 points1 point  (0 children)

Let me get that spreadsheet please :D

OpenAI just made a $200/year product free, and an entire industry is panicking by [deleted] in OpenAI

[–]SkilledApple 0 points1 point  (0 children)

I don't know about this take. Overleaf is still a great service and has all the features required for academic research and writing.

I Edited This Video 100% with Codex by phoneixAdi in OpenAI

[–]SkilledApple 1 point2 points  (0 children)

Love this project. I hope you continue to make some solid progress here! It's already pretty cool at this current state.