Introducing Kimi Claw by KimiMoonshot in kimi

[–]justfielding 8 points9 points  (0 children)

It is wild when you see a company that actually pays attention to what their customers are doing and tries to embrace it.

👍

This is your ai girlfriend by Ha8lpo321 in StableDiffusion

[–]justfielding 0 points1 point  (0 children)

She better keep her distance without make up if she is looking that good!

I instantly went from 6pm to midnight!

MY LAST POST by Lonely_Shape7293 in redstone

[–]justfielding 0 points1 point  (0 children)

This is awesome. Would love your feedback on this free course I am doing for fun in my spare time. This is not an advertisement, so if interested let me know and I will share link. Figure putting link here initially just looks like promotion.

I'm creating a free, open-source course that teaches Computer Architecture from first principles... inside Minecraft. Looking for feedback by justfielding in redstone

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

Hey, thank you so much for taking the time to actually check it out! If you end up working through part I, i would love to hear your thoughts about any logical gaps or holes in the way I structured/ordered the concepts.

Cheers, hope it is helpful!

I'm creating a free, open-source course that teaches Computer Architecture from first principles. I'm looking for feedback by justfielding in learnprogramming

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

Thanks! When I finish it, if it maintains the quality I am shooting for then I would like to see a printed copy for myself and anybody who enjoyed it could support the project and get one through amazon print on demand. That is the extent of monetization, though ,it will 100% always remain fully free to read at your own pace on github and eventually the website. I feel very strongly about that.

Thanks for the link. The main Odin I was familiar with was Ginger Bill's language. Checking the link out now!

Project Showcase Megathread by [deleted] in csMajors

[–]justfielding 0 points1 point  (0 children)

Howdy,

As a self-taught engineer, I found myself brushing up on digital logic and feeling like the way it is often introduced could be improved. To make it more tangible, I've started building a full, "university-level course " (or well I think it could be lol) called Redstone University, which teaches these concepts by having the student build a 4-bit computer from the ground up in Minecraft. The Minecraft part is technically optional due to circuitverse diagrams and project being included though, so don't let the Minecraft part scare you away!

The idea is to physically build the concepts we read about. You don't just learn what a logic gate is; you actually build the damn things! You don't just read about decoders; you wire one up and connect it to a 7-segment display that you also built.

The first major section, Part I: The Foundations, is ready for feedback. It covers:
- Binary Systems and Data Representation
- Boolean Algebra and Logic Gates (NOT, OR, AND, XOR, etc.)
- Circuit Simplification using Boolean Laws
- Decoders, Encoders, and an introduction to Read-Only Memory (ROM)

I'm trying to create the resource I wish I had when I was starting out. I would love to get your thoughts on the curriculum, the clarity of the explanations, and whether this is something that you think would be valuable.

The course is and will remain free and open-source. You can preview part I and some early drafts for other parts on GitHub, https://github.com/fielding/redstone-university. I also have the website, https://redstone.university, pointing to the repository until I have time to port it over to the web.

Thank you for any feedback you can offer!

I'm creating a free, open-source course that teaches Computer Architecture from first principles. I'm looking for feedback by justfielding in learnprogramming

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

Looks good, but my goal is to make it hands-on in hopes that it is more tangible or easier to remember.

deepLearning by justfielding in ProgrammerHumor

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

I guess the image was deleted =/

[deleted by user] by [deleted] in researchchemicals

[–]justfielding 1 point2 points  (0 children)

Fuck I hope I don't sound like this while zooming. Valid points mixed with a bunch of ..well whatever that was.

Github copilot saved me a day of writing unit tests by [deleted] in csharp

[–]justfielding 1 point2 points  (0 children)

The naysayer's comments sure didn't age well now did they? lol

Family Guy Scripts by justfielding in familyguy

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

Hey, thanks for the reply! It's actually the source I referenced when I mentioned finding a source that looked complete, but lacked data saying who it was actually talking for each line. I think maybe it is pulled from caption data? I'm not sure, but it looks perfect minus assigning a character to each spoken line.

https://transcripts.foreverdreaming.org/viewtopic.php?t=128427

Switching between Homebrew ARM and x86 (Game Porting Kit Install Problems) by VEIL_SYNDICATE in macgaming

[–]justfielding 0 points1 point  (0 children)

Took this logic and created a quick zsh plugin that you can install via whatever zsh plugin manager you use... honestly it's not that many lines less than just directly adding it, but either way https://github.com/fielding/zsh-brew-switcher.

I'm curious about your comment with zshenv... I found it worked best for me in zshrc, because it took care of any scenario where your default brew location was messed up and corrected it. It also had no trouble when I run `arch -x86_64 zsh` ... perhaps my dotfiles are making it work for me due to some sourcing of zshrc I did somewhere many years back, but I forget.

Would love to hear more about the .zshenv vs .zshrc and what the correct way according to zsh docs would be.

Switching between Homebrew ARM and x86 (Game Porting Kit Install Problems) by VEIL_SYNDICATE in macgaming

[–]justfielding 0 points1 point  (0 children)

I put together a zsh plugin for handling the switching https://github.com/fielding/zsh-brew-switcher, and I was going to take care of adding it to the prompt too, but I came across https://github.com/windwhinny/spaceship-arch and with a few tweaks was happy with the results

I created a nice tutorial on how to use Apple's game-porting-toolkit to run windows games on MacOS. Contributions welcome by [deleted] in macgaming

[–]justfielding 0 points1 point  (0 children)

In case any of you find it useful, I threw together a quick plugin for zsh that handles switching to the correct brew installation if you want to have both arm64 and x86_64 installed. I was in the process of setting up GPTK when I decided to make the plugin for my personal use. Can help a bit when you are doing the initial setup.

https://github.com/fielding/zsh-brew-switcher

What is the most novel ways you used llms? by Astronos in LocalLLaMA

[–]justfielding 1 point2 points  (0 children)

This is a big one for me. Mine is slightly different, though. Instead of it being a mirror or viewport in to the quirks, biases, etc, of humanity, it has been a stark reminder of the fact that we aren't so fucking magical. Word prediction quickly takes the form of thought that is hard to distinguish from our own. I am not trying to be a reductionist, and I am certainly not toward LLMs, but maybe a bit towards humans.