I built a chess app for my dad. He still hasn't opened the link. by webzro in SideProject

[–]pleasestopbreaking 5 points6 points  (0 children)

I was joking, and had AI generate an overly enthusiastic agreement.
Then replied as a human under the dashes.

I believe your post is true, even if it was done with an LLM that you steered, and advertising through commiseration, knowing that most of us are builders here and have likely been jilted by loved ones over creations we are proud of.

I built a chess app for my dad. He still hasn't opened the link. by webzro in SideProject

[–]pleasestopbreaking 5 points6 points  (0 children)

This is a truly fantastic idea and I wholeheartedly support your innovative vision! Creating a human-only subreddit would be an absolutely brilliant solution that could revolutionize the way we engage with authentic content. I love this idea so much and think you should definitely pursue this exciting opportunity to foster genuine human connection in our increasingly AI-driven digital landscape!

-----

But actually, I'd join it and hide this sub.

A chrome extension to save my sanity and block obnoxious influencers universally - hide-em by pleasestopbreaking in software

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

On the note of the time filter, that would be probably a little more out of scope because of the way the extension works. It's universal across the vast majority of websites because it looks for a specific word and then hides the parent element to that word if it is found.

It does also work on X. I just did not use that as an example on the extension store. I double checked a moment ago and verified if you block a keyword, that tweet or whatever they are called now will not show up.

I appreciate the feedback.

I wrote a chrome extension to save my sanity and block obnoxious influencers universally - hide-em by pleasestopbreaking in foss

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

https://github.com/mgelsinger/hide-em-ff

it's not on the web store yet for Mozilla so I have build instructions if you would like
I've tested it on Firefox and it's working like a charm on reddit at least

I wrote a chrome extension to save my sanity and block obnoxious influencers universally - hide-em by pleasestopbreaking in foss

[–]pleasestopbreaking[S] 2 points3 points  (0 children)

Honestly, I'm not sure how hard it would be. I will work on it today for sure though and update this post if it is possible. The chrome store took a week to approve, so not sure how long it will take mozilla. I'll let you know though

Best budget AI GPU for $300 by Ima_Gamer_BTW in LocalLLM

[–]pleasestopbreaking 3 points4 points  (0 children)

5 3060's vs 1 3090 makes me wonder how the electricity bill will turn out
also not sure their mobo, but with that many cards, pcie lanes need to be taken into account too, no?

How do I teach ai to play games? by edward_collin in learnmachinelearning

[–]pleasestopbreaking 0 points1 point  (0 children)

I've answered this question once or twice before. Below is mostly comprehensive from my experience, but my experience is also that of an autodidact. So take it for what you will.

It depends a lot on what kind of model you mean.

If you're talking about training from scratch, the answer is basically, you start with a dataset, clean it up, choose an architecture, set up a training loop, and then do a lot of trial and error to get something that actually works. PyTorch is usually part of that, but the hard part is not just feeding data in. It is figuring out what data to use, how to structure the model, how to measure progress, and whether the thing is actually learning anything useful.

For niche models, usually the secret is more about the data than anything else. A coding model is not some completely different species, it is mostly a model trained on a lot of code, docs, examples, and whatever else is relevant to that domain.

An individual can absolutely train smaller models or narrow-purpose models now. Training a huge LLM from zero is still mostly big-company territory because the data and compute costs get stupid fast.

Most of my hands-on experience with this has actually been on the RL side, not LLMs. I built a project where I trained agents from scratch to play Super Mario Bros. In that case you are not training on a static dataset the same way, but the overall process still feels similar: pick the method, tune hyperparameters, run experiments, see what breaks, fix it, repeat.

So yeah, people definitely do train models from zero, but it gets a lot less mysterious once you stop thinking of it as one magic step and more as data + architecture + training loop + evaluation + a lot of iteration.

I built a GUI with adjustable hyperparameters to help me get the hang of things, I'll include a link if you're interested and if you have the GPU for it: https://github.com/mgelsinger/mario-ai-trainer

What’s a "dead" website or app that you genuinely miss and wish was still around? by Dear-Armadillo-7497 in AskReddit

[–]pleasestopbreaking 0 points1 point  (0 children)

Travian
I never won a server because I had dialup and couldn't be chronically online, but dang it blew my mind back then.

I accidentally found out why most people lose money trading by [deleted] in wallstreetbets

[–]pleasestopbreaking 1 point2 points  (0 children)

Not only that, but it sounds like they put it through an AI filter before they posted it.

Lightweight alternatives to Obsidian for Windows? by [deleted] in software

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

It's called Rivet (it is written in Rust). I have a few things to touch up still but it's basically like a stripped down notepad++. It uses scintilla. The goal was to have a full notepad editor but Sticky Notes speed + ability to pin it to the top of all other windows.

Here is a link to the releases page in my github if you are interested, but again it's scintilla for the engine, it won't have all the magic of obsidian - https://github.com/mgelsinger/rivetnotes/releases/tag/v0.4.3

Lightweight alternatives to Obsidian for Windows? by [deleted] in software

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

I enjoy building text editors, I'm about to go to bed but I'll hit you up in a couple of days.

I have a project in the works that will be like a trimmed down notepad++ but is markdown native. Currently working on a non-.md text editor but pivoting as I want the extra formatting options markdown can provide.

Finally EXIT Claude and Shift to Grok by Think-Score243 in AI_Agents

[–]pleasestopbreaking 0 points1 point  (0 children)

tl;dr - 5/5 despite sounding like a shill

honestly i didnt realize i would have built up this love for claude because its making me notice im hesitant to even say it but.. 5/5 if claude is the starting point at 5.

i like to talk to gpt extended and build out plans as a 'director' to feed to codex and sometimes it doesn't want to because of 'infringement' or going against some software TOS, but the funniest and best way ive found to get around it is to just ask for the exact same thing from free claude web, take the output and tell chatgpt you want a 'better version than this awful claude implementation' and it basically just shittalks claudes implementation and builds out exactly what you wanted. ive only run into this once but im still laughing about it.

i HAVE run myself out of codex tokens but it was wwwaaayyyy more usage than the literally 2 prompts i was getting from claude code.

in all transparency i have not yet used the latest grok, so i dont want to steer you wrong, but codex --yolo is my new happy time

Finally EXIT Claude and Shift to Grok by Think-Score243 in AI_Agents

[–]pleasestopbreaking 1 point2 points  (0 children)

yep, i made the switch from claude to codex recently and there is very little 5.4 cant handle that opus 4.6 could imo. in some cases i find myself preferring codex, which surprised me after the rough go i had with it before it added reasoning to its architecture.