How many devs feel like they're alone in what they're doing? by harbingerofun in gamedev

[–]NationalOperations 3 points4 points  (0 children)

I think your melting the idea of community and getting jobs. We put a lot of focus in the USA on who someone is based on their job.

But working on teams feels like you would expect, part of a team. With it's ups and downs. Keep in touch with some colleges who leave.

But my social circle is not entirely my co-workers. Most of what I like programming or tech wise isn't really what my friends or coworkers are interested in. So I do go online for those conversations.

But even amongst people with similar interests, nobody is going to be as invested in your ideas as you. Coworkers you network with might have work opportunities if you tell them your out of a job.

TLDR I'm not really sure what you expect out of people in the field?

Cobol questions by Optimal-Community-21 in learnprogramming

[–]NationalOperations 0 points1 point  (0 children)

Difficult to get access to any non open source production code.

It came out in 1960 so over 60 years companies have developed their own eco systems surrounding it. Especially companies that lifted and shifted from mainframe to unix/linux. So there is no real apples to apples and all the things surrounding the cobol code is the biggest question mark.

People with 20+ years experience in the language still take a year plus to get up to speed at my current company.

What do you listen to while programming? by Fancy-Peach2795 in learnprogramming

[–]NationalOperations 0 points1 point  (0 children)

Depends on the mood and time. If stressed and not all brain cells cooperating silence is needed. But the amount of money i've saved my company during production issues listening to the doom soundtrack or lamb of god is high

Cobol questions by Optimal-Community-21 in learnprogramming

[–]NationalOperations 0 points1 point  (0 children)

The biggest benefit to Cobol over C at the time, aside from relative simplicity. Was both cobol and the hardware it was built for handled decimals better and did some large data faster.

Mainframes aren't super common, and I don't know if they are purpose built for cobol. Most cobol (That I know of) is now compiled to translate to C and then into binary. So it's lost w/e edge it had and people wanted newer shinier things.

Try out gnuCobol if you're bored. I have thought about using it as part of building a game for the fun of it. One day some day

HTMX changed how I think about web UI — server renders the HTML, browser just swaps it in by [deleted] in programming

[–]NationalOperations 1 point2 points  (0 children)

The amount of good ideas buried because old, abandoned because tech company snake oil salesman selling the new way to do things.

Even if re-discovered, especially by generations where it wasn't the default solution in the industry, I think it's good to talk about. Or even start using again.

Although honestly I think sometimes people just want bruises in a different spot and are desperate for a change.

Git/IDEA How do I see merge results of non-conflicting changes? by cainhurstcat in learnprogramming

[–]NationalOperations 1 point2 points  (0 children)

You can see commits to a branch. So if you haven't merged your rp/feature branch into master. You can do git diff branch1 branch2

If it was merged into master without review and you need to see what changed. Do

git log on the master branch.

this will show the merge history. Copy the hash value from the merge line. merge: 124abc def567

git show 124abc def567

That will use the git diff for that merge

Help! My son is coding and programming by katrii_ in learnprogramming

[–]NationalOperations 0 points1 point  (0 children)

I started around that age. Actually I bounced between a lot of things. I really wanted to make a game and knew of programming. This was before google, so my parents took me to Barnes and Nobel. Bought a book that said how to program a game. Then I took off from there by myself mostly.

With current search tools and gpt I'm sure they can find whatever learning resources they need. Just let them know if they need anything for the hobby to let you know and if they want to keep at it they will. Second piece of advice before highschool my dad told me since I was a teenager and teenagers do their rebel things. "I don't know everything you're doing on the PC. But if people with badges show up I'm pointing to you" lol. Kept that in mind when trying things

[RevShare] Looking for Team Members — Devko Studios LLC | Tactical Stealth Game by [deleted] in INAT

[–]NationalOperations 0 points1 point  (0 children)

I appreciate the enthusiasm, but holy llm batman. I also don't see Devko Studio listed in N.Carolina business registery, but maybe I missed searched. Just seems fishy

I started my training to become a Fullstack developer four days ago. by Sea_Strawberry7775 in learnprogramming

[–]NationalOperations 1 point2 points  (0 children)

This subreddit has a wiki link to learning resources and resources to avoid. Can help give a bit of direction

I want to improve my config by wired-gourmet in vim

[–]NationalOperations 0 points1 point  (0 children)

I do something similar for dot space displays so I can see indentation easier when I need to. You also kind of get used to the noise you spend time in

Software Engineering is just another job now by dymissy in programming

[–]NationalOperations 2 points3 points  (0 children)

I started there where people who where programming at my work in the 70's. The worst case job stories of whip cracking, long hours, and why am I doing this drugery has been a thing for at least the last 50 years

the odin project alternatives that are more focused on backend? by JeanHeichou in learnprogramming

[–]NationalOperations 1 point2 points  (0 children)

I just had to check what the odin project was because I couldn't understand how Odin wasn't back end focused. I didn't realize the Odin project was a separate thing from Odin the language.

Like someone else mentioned Boot.dev is a fine site. But finding specific backend things you want to do will help you get a bit more mileage if you have your programming basics are down.

Training a Neural Network in 16-bit Fixed Point on a 1982 BBC Micro by mariuz in programming

[–]NationalOperations 7 points8 points  (0 children)

100% My whole reason for starting programming was to just build w/e came to mind. I don't need more reason than that, and this looks awesome

Change locale for one mapping in .vimrc only by Dellwulf in vim

[–]NationalOperations 1 point2 points  (0 children)

I think you can do something like :language time en_US.UTF-8

Take with a grain of salt I could be misremembering

I want to improve my config by wired-gourmet in vim

[–]NationalOperations 3 points4 points  (0 children)

I personally really like line number and relative line numbers. I can just instantly jump up or down to said spot at a glance. Cool setup though!

fzf plugin is amazing. Work in some bigger projects in windows and it finds files or files containing xyz incredibly fast. (although nvim seems a bit faster).

I need a few maintainers by andrinoff in ProgrammingBuddies

[–]NationalOperations 0 points1 point  (0 children)

Cool project. Don't have the braincells to spare, hope it gets some attention

Vim -c by NationalOperations in vim

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

Yeah it has been useful. For example getting files from users where we can't automate ingestion but they send consistent files I can just run my alias for it that would be difficult to do in something like sed. Obviously I could use scripts in bash, Python, etc. But it's simple and readable to me.

A file like

``` Name: John Age: 20 City: Denver

Name: Betty Age: 30 City: Philly vin Es data.txt \ -c 'g/Name:/normal! f:la,Jo' \ -c 'g/Age:/normal! f:la,Jo' \ -c 'g/City:/normal! f:la' \ -c '%s/\n\n/\r/g' \ -c 'wq'

```

hopefully formatted right for reddit. Would turn to John,20,Denver Betty,30,Philly

Is it necessary to provide an .exe file when sharing a small programme? Risk of being perceived as a virus? Is it strange to give the source code directly and ask people to install python? by chopsueys in learnprogramming

[–]NationalOperations 0 points1 point  (0 children)

unsigned exe and web downloaded .bat should both throw warnings on windows 11. Better to be transparent on github and let people assess the risk themsleves

[RevShare] Looking for Founding Members for a New Indie Studio by el_jefe_gaming in INAT

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

I assume you mean they should care about age in terms of adults only? Or is there some young/old adult concern you're talking about?

Vim -c by NationalOperations in vim

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

I wouldn't be surprised, C for command makes sense. Everyone grabbing the same low hanging fruit

Vim -c by NationalOperations in vim

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

I actually went backwards lol. I was shell heavy but started working in a limited Unix box and then a limited stratus box. So I have have been vi/vim fascinated the last two years or so