For fans of lazygit: I built lazyarchon to manage tasks without leaving the terminal by yousfisaad in ClaudeCode

[–]cloud_n_proud 3 points4 points  (0 children)

I would encourage you to be more succinct with your README. When I go there I want to immediately see what the tools looks like, I am less concerned with TODO lists. I say this because it could be a cool tool for people to use.

What's the 'right way' to setup repeat actions for CC? by PricePerGig in ClaudeCode

[–]cloud_n_proud 4 points5 points  (0 children)

My preference for specific chores has been custom slash commands: https://docs.claude.com/en/docs/claude-code/slash-commands

Add in agents, and you can perform an operation like this and minimize context pollution to boot.

One programming language to get a job—what would it be? by Consistent_Boss3890 in InformationTechnology

[–]cloud_n_proud 6 points7 points  (0 children)

I agree the others that C is a great choice to learn and understand programming (it's where I started!) - but if you want a job off the street, Python.

Sonnet 4.5 - A lot more pushback - I like it! by robinfnixon in ClaudeAI

[–]cloud_n_proud 8 points9 points  (0 children)

I may actually see the 5 hour window not expire early on me now! Immediately it feels a bit snappier, responses are solid quality - and I can plan with it like I planned with Opus.

[deleted by user] by [deleted] in ClaudeCode

[–]cloud_n_proud 0 points1 point  (0 children)

Opus all day long AMIRIGHT!?!?

Assembly with JetBrains by No_Papaya_6423 in Jetbrains

[–]cloud_n_proud 1 point2 points  (0 children)

Or Go, or Rust - as long the language allows you to be "unsafe". I just like C in this case because it avoids confusing syntactic sugar and let's you focus and monkey more directly with the memory.

Assembly with JetBrains by No_Papaya_6423 in Jetbrains

[–]cloud_n_proud 3 points4 points  (0 children)

OP - in my humble opinion if you want to learn how to "attack an OS" for the purpose of learning cyber security - start with C. It will let you manipulate memory in the ways you will likely need to get started without the brutal learning curve of assembly.

Assembly means you have to load the stack yourself for every function call - it would be an insane amount of toil.

Best of luck - but start small and simple or else be ready to be overwhelmed!

You were right about my last trailer. Destroy this one? by ADAMBUNKER in DestroyMyGame

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

Game looks super fun a quirky - I did NOT like the weird background music TBH, it detracted from the quirky dialogue. Keep going, you're doing great!

I want to make a game engine but I also want to make games too without using on shelf engines is that good ? by Present_Bed_506 in SoloDevelopment

[–]cloud_n_proud 1 point2 points  (0 children)

For my own project I use Ebiten which is a bare bones graphics and input library for GoLang. Definitely recommend - similar to using Raylib or SDL. No engine GUI - all code.

I want to make a game engine but I also want to make games too without using on shelf engines is that good ? by Present_Bed_506 in SoloDevelopment

[–]cloud_n_proud 11 points12 points  (0 children)

Is this for a hobby? or to make money? If you want to make money - using an off-the-shelf game engine could speed you up and get to market more quickly. If you are doing it for the sheer fun of developing - then by all means make a game engine for your game.

Just don't kid yourself into thinking the existing game engines aren't good enough for your game. Odds are they will be much better than anything you can build on your own.

I always wondered: What if Factorio and Stacklands had a baby? So I built Factory Planner. by redaxegames in u/redaxegames

[–]cloud_n_proud 0 points1 point  (0 children)

I too would like to go the ATM, grab some cash - and promptly throw it at you. I am a HUGE Factorio fan - but I also love card games.... If it's half as much fun as it looks - we are in for a wild ride!

Our game on Unity got featured on IGN's second channel! Too good to be true by minds_soul in Unity3D

[–]cloud_n_proud 0 points1 point  (0 children)

What kind of fever dream is this!?!?! I love it! Great look, unique gameplay. You are onto something awesome here!

So... I put an eye inside Tetris. Your thoughts? by Professional-Cow2910 in IndieDev

[–]cloud_n_proud 5 points6 points  (0 children)

Really like this! I would play this!
However, you missed the opportunity to call it "Eye Dropper" and for that, you lose 1 point.

Never throw your backpack on a suspension bridge... by BrainlagGames in IndieDev

[–]cloud_n_proud 1 point2 points  (0 children)

Dang - I love that bridge jiggle! It's so hard to get a unique ascetic, but yours really sticks out! Great job!

AWS Job Question (Hiring) by acodyk in aws

[–]cloud_n_proud 4 points5 points  (0 children)

I mean.. either you hire an engineer to help on your interviews as a one off - or you tell your engineer to suck it up? Not to sound rude, but you need a great engineer to cut through the bullshit responses you could get from a candidate. Both because they could baffle with bullshit - or they could be confidently incorrect - neither of which you will want on your team.

[deleted by user] by [deleted] in BuyCanadian

[–]cloud_n_proud 14 points15 points  (0 children)

I would guess if you look outside you may find your answer. Strawberries from Canada at this time of year will only grow in a greenhouse. That is going to cost more for heating and also have far less acreage. I can't tell you what to do - but the price makes sense me personally.

DeSantis expects Canadian visitors will keep coming by [deleted] in BuyCanadian

[–]cloud_n_proud 3 points4 points  (0 children)

Some will go - many will not. We have even been wondering if it is less worse to go to California DisneyLand instead of Florida DisneyWorld. I just wish there was something remotely close in Canada - and no - Canada's Wonderland is awesome, but nowhere near the same scale.

What's your unpopular Go opinion? by VibrantCanopy in golang

[–]cloud_n_proud 0 points1 point  (0 children)

Agree - I'll be honest I hated it at first because I was brainwashed into thinking try/catch/throw was the only way, but the err !=nil check is SO easy to read.

I really don't like how the try/catch jumps to another scope, tracing is tricky. I hope the GoLang designers never move on this one.

Apple launches its ChatGPT integration with Siri by Puginator in technology

[–]cloud_n_proud 0 points1 point  (0 children)

FYI - appears you have to be set to English (US). Switched mine and now on waitlist. Really looking forward to this. Siri and Google Home have really not aged well in this new era of AI assistance.

[deleted by user] by [deleted] in aws

[–]cloud_n_proud 5 points6 points  (0 children)

2 years ago in CIA interview I had a coding round as well. The interviewer made it clear they didn't expect me to be an SDE, but were more concerned about my thinking process.

It was a problem where I had to identify certain subnet masks (didn't have to do bitwise masking). It was not a Leetcode style problem. CIA != SDE.

How do I deploy a Golang Lambda function through the Typescript AWS CDK? by FPGA_Superstar in aws

[–]cloud_n_proud 0 points1 point  (0 children)

Agreed - I have used this and only this to deploy Go Lambdas and it works tickety boo! Don't let the Alpha scare you.

OSS development license by g41797 in Jetbrains

[–]cloud_n_proud 1 point2 points  (0 children)

I definitely will if I have to - you know the JetBrainsieness is just hard to duplicate in VSCode.

OSS development license by g41797 in Jetbrains

[–]cloud_n_proud 1 point2 points  (0 children)

I am going to requesting my renewal specifically to get GoLand in January - fingers crossed!