FabSwingers.com
 

FabSwingers.com > Forums > The Lounge > Software developers

Software developers

Jump to: Newest in thread

 

By *inkyAlchemy OP   Couple 26 weeks ago

Corby

Just wondered how many fellow coders/architects there are amongst us? Similar positions too?

I myself am a C# developer, predominantly backend but using React as well. Both AWS and azure.

Looking forward to hearing from fellow IT geeks!

Reply privately, Reply in forum +quote or View forums list

 

By (user no longer on site) 26 weeks ago

Python here

Reply privately, Reply in forum +quote or View forums list

 

By *echnosonic_BrummieMan 26 weeks ago

Willenhall


"

I myself am a C# developer"

Groan. If you really want to swear just shout "JScript" out loud.

I did some C++ development back in the day but mostly work with LAMP stacks now.

Reply privately, Reply in forum +quote or View forums list

 

By *entlemanFoxMan 26 weeks ago

North East / London

How time flies, it is 45 years since I learned BASIC:

10 print “Fancy a fuck?”

20 goto 10

Reply privately, Reply in forum +quote or View forums list

 

By *rHotNottsMan 26 weeks ago

Dubai & Nottingham

I don’t code professionally anymore but I do AI in python for fun & R&D & have a team doing apps in node, react, python & mongo. I hate that I cannot write SQL direct on Mongo

Reply privately, Reply in forum +quote or View forums list

 

By *obilebottomMan 26 weeks ago

All over

What? No Fortran or a bit of COBOL?

Reply privately, Reply in forum +quote or View forums list

 

By *alandNitaCouple 26 weeks ago

Scunthorpe


"What? No Fortran or a bit of COBOL? "

This is where my "programming" journey ended too... along with a bit of D-Base

As tech support in a school I occasionally have to do a bit of VBA for Excel stuff, but try to avoid it if I can.

Cal

Reply privately, Reply in forum +quote or View forums list

 

By *ea drinkerMan 26 weeks ago

Ely

SQL geek here

Always happy to inner join my table with yours

Reply privately, Reply in forum +quote or View forums list

 

By *iltsTSgirlTV/TS 26 weeks ago

chichester

Amos here

Reply privately, Reply in forum +quote or View forums list

 

By *ea drinkerMan 26 weeks ago

Ely


"Amos here

"

Have dabbled with Amos, would have loved to chat but can’t dm you

Reply privately, Reply in forum +quote or View forums list

 

By *lynJMan 26 weeks ago

Morden

Mainly java with a bit of typescript these days.

Have used:

VB6

C

C++

Fortran

Algol

Simula

Pascal

Various scripting languages.

Reply privately, Reply in forum +quote or View forums list

 

By *orksRockerMan 26 weeks ago

Bradford

I did know COBOL back in the day. Now it's mainly SQL, VBA and excel formulae and beginning to learn Power BI.

Reply privately, Reply in forum +quote or View forums list

 

By *onkoMan 26 weeks ago

here and there

Plc programmer here

Reply privately, Reply in forum +quote or View forums list

 

By *glyBettyTV/TS 26 weeks ago

About 3 feet away from the fence

[Removed by poster at 18/05/24 12:25:49]

Reply privately, Reply in forum +quote or View forums list

 

By *glyBettyTV/TS 26 weeks ago

About 3 feet away from the fence


"How time flies, it is 45 years since I learned BASIC:

10 print “Fancy a fuck?”

20 goto 10

"

ldx #$0

_loop

lda $txt,x

beq $end

jsr $FFD2

inx

bne $loop

_end

rts

.txt "Fancy a fuck"

.byte #$0

Bonus points for anyone who knows which computer this would be written for

EDIT: initially wrote a syntax error

Reply privately, Reply in forum +quote or View forums list

 

By *lynJMan 26 weeks ago

Morden


"How time flies, it is 45 years since I learned BASIC:

10 print “Fancy a fuck?”

20 goto 10

ldx #$0

_loop

lda $txt,x

beq $end

jsr $FFD2

inx

bne $loop

_end

rts

.txt "Fancy a fuck"

.byte #$0

Bonus points for anyone who knows which computer this would be written for

EDIT: initially wrote a syntax error "

Is it for a 6502 chipset based computer?

Reply privately, Reply in forum +quote or View forums list

 

By *ellhungvweMan 26 weeks ago

Cheltenham


"How time flies, it is 45 years since I learned BASIC:

10 print “Fancy a fuck?”

20 goto 10

ldx #$0

_loop

lda $txt,x

beq $end

jsr $FFD2

inx

bne $loop

_end

rts

.txt "Fancy a fuck"

.byte #$0

Bonus points for anyone who knows which computer this would be written for

EDIT: initially wrote a syntax error "

Commodore 64?

Reply privately, Reply in forum +quote or View forums list

 

By *ot to giggleWoman 26 weeks ago

Coventry

i have no idea what on earth your talking about but can you fix mine

Reply privately, Reply in forum +quote or View forums list

 

By *glyBettyTV/TS 26 weeks ago

About 3 feet away from the fence


"How time flies, it is 45 years since I learned BASIC:

10 print “Fancy a fuck?”

20 goto 10

ldx #$0

_loop

lda $txt,x

beq $end

jsr $FFD2

inx

bne $loop

_end

rts

.txt "Fancy a fuck"

.byte #$0

Bonus points for anyone who knows which computer this would be written for

EDIT: initially wrote a syntax error

Commodore 64?"

Yes

How did you work it out?

Reply privately, Reply in forum +quote or View forums list

 

By *ellhungvweMan 26 weeks ago

Cheltenham


"How time flies, it is 45 years since I learned BASIC:

10 print “Fancy a fuck?”

20 goto 10

ldx #$0

_loop

lda $txt,x

beq $end

jsr $FFD2

inx

bne $loop

_end

rts

.txt "Fancy a fuck"

.byte #$0

Bonus points for anyone who knows which computer this would be written for

EDIT: initially wrote a syntax error

Commodore 64?

Yes

How did you work it out?"

I am old enough to have had one.

Reply privately, Reply in forum +quote or View forums list

 

By *glyBettyTV/TS 26 weeks ago

About 3 feet away from the fence


"Is it for a 6502 chipset based computer?"

Yes

Wellhungvwe got it spot on, it was a Commodore 64

The clue being "jmp $ffd2"

Ffd2 is the memory address of a C64-specific kernal routine to print a character to the screen

Reply privately, Reply in forum +quote or View forums list

 

By *ostindreamsMan 26 weeks ago

London

I am a software developer. Worked across numerous languages C++, Java, python and PHP

Reply privately, Reply in forum +quote or View forums list

 

By *glyBettyTV/TS 26 weeks ago

About 3 feet away from the fence


"How time flies, it is 45 years since I learned BASIC:

10 print “Fancy a fuck?”

20 goto 10

ldx #$0

_loop

lda $txt,x

beq $end

jsr $FFD2

inx

bne $loop

_end

rts

.txt "Fancy a fuck"

.byte #$0

Bonus points for anyone who knows which computer this would be written for

EDIT: initially wrote a syntax error

Commodore 64?

Yes

How did you work it out?

I am old enough to have had one."

Unfortunately so am i

It was my first ever computer I got at age 6.

Despite technically being a computer that you could in theory use exactly as if it was a workstation, it was in fact just a glorified games console with a keyboard attached to it

Reply privately, Reply in forum +quote or View forums list

 

By *agpuss_1Man 26 weeks ago

on the move

PLC’s here.

Reply privately, Reply in forum +quote or View forums list

 

By *ellhungvweMan 26 weeks ago

Cheltenham


"

It was my first ever computer I got at age 6.

Despite technically being a computer that you could in theory use exactly as if it was a workstation, it was in fact just a glorified games console with a keyboard attached to it "

Mine was actually an Apple2 - for various reasons I also had a modem and network access which was pretty cool as a kid in the late 70s!

Reply privately, Reply in forum +quote or View forums list

 

By *glyBettyTV/TS 26 weeks ago

About 3 feet away from the fence


"

It was my first ever computer I got at age 6.

Despite technically being a computer that you could in theory use exactly as if it was a workstation, it was in fact just a glorified games console with a keyboard attached to it

Mine was actually an Apple2 - for various reasons I also had a modem and network access which was pretty cool as a kid in the late 70s!"

That really would have been cool at that time using the internet is something I never got to experience on the c64 (although maybe in retrospect i wouldn't have wanted to ), and my dad wouldn't even get a disk drive, let alone a modem.

Reply privately, Reply in forum +quote or View forums list

 

By *ellhungvweMan 26 weeks ago

Cheltenham


"

It was my first ever computer I got at age 6.

Despite technically being a computer that you could in theory use exactly as if it was a workstation, it was in fact just a glorified games console with a keyboard attached to it

Mine was actually an Apple2 - for various reasons I also had a modem and network access which was pretty cool as a kid in the late 70s!

That really would have been cool at that time using the internet is something I never got to experience on the c64 (although maybe in retrospect i wouldn't have wanted to ), and my dad wouldn't even get a disk drive, let alone a modem. "

It wasn’t the internet like we understand it today - it was point to point bulletin boards and a few other things. Basically it was the forums 45 years ago

Reply privately, Reply in forum +quote or View forums list

 

By *undee2Man 26 weeks ago

Dundee

Okay. This is going back in time. Plan, Fortran, NICOL, RPG, COBOL, Basic, Visual Basic, C++, various RDBMS' design, management etc.

Reply privately, Reply in forum +quote or View forums list

 

By *undee2Man 26 weeks ago

Dundee

Oh, yes, using hard cabled Lector devices.

Reply privately, Reply in forum +quote or View forums list

 

By *undee2Man 26 weeks ago

Dundee

Missed out Java / JavaScript.

Reply privately, Reply in forum +quote or View forums list

 

By (user no longer on site) 26 weeks ago


"How time flies, it is 45 years since I learned BASIC:

10 print “Fancy a fuck?”

20 goto 10

"

30 RUN

Reply privately, Reply in forum +quote or View forums list

 

By *2000ManMan 26 weeks ago

Worthing

Coding history in order:- Sinclar Basic, BBC Basic (super fast and best 8 bit Basic!), Cobol, RPG, Visual Basic/VBA. Never interested in progressing further as had enough after 30 years+! Mainly hardware now.

Reply privately, Reply in forum +quote or View forums list

 

By *undee2Man 26 weeks ago

Dundee


"I did know COBOL back in the day. Now it's mainly SQL, VBA and excel formulae and beginning to learn Power BI. "

It isn't only computer memory that fades with time, I forgot to add VBA, SQL, Access and Excel. Outlook had some nifty form features too

Reply privately, Reply in forum +quote or View forums list

 

By *glyBettyTV/TS 26 weeks ago

About 3 feet away from the fence


"

It was my first ever computer I got at age 6.

Despite technically being a computer that you could in theory use exactly as if it was a workstation, it was in fact just a glorified games console with a keyboard attached to it

Mine was actually an Apple2 - for various reasons I also had a modem and network access which was pretty cool as a kid in the late 70s!

That really would have been cool at that time using the internet is something I never got to experience on the c64 (although maybe in retrospect i wouldn't have wanted to ), and my dad wouldn't even get a disk drive, let alone a modem.

It wasn’t the internet like we understand it today - it was point to point bulletin boards and a few other things. Basically it was the forums 45 years ago "

And probably took the best part of a minute to load a new message

Reply privately, Reply in forum +quote or View forums list

 

By *glyBettyTV/TS 26 weeks ago

About 3 feet away from the fence

For anyone still coding now, what's everyone's code editor if choice?

I've switched over to Notepad++ a few years ago just because it's easier to make custom syntax highlighting. It's also very lightweight.

I used to use Sublime Text but I found trying to make custom highlighters in it frustrating & confusing. I effectively have to learn regex to do anything useful when it comes to syntax highlighting..

Visual Studio code is very bloaty & slow on my laptop, but I do like how many extensions it has & how easy it is to install extensions, unlike the latter 2 especially Sublime. I only really use it to look at binary files and VScode has a nice hex viewer.

Reply privately, Reply in forum +quote or View forums list

 

By *assiieneilxMan 26 weeks ago

Newcastle under lyme


"i have no idea what on earth your talking about but can you fix mine"

Easy

Switch it off and on again

Reply privately, Reply in forum +quote or View forums list

 

By *olly_chromaticTV/TS 26 weeks ago

Stockport

Fortran IV, BASIC, Fortran 7, DEC-11 Macro, Coral66, C, 68000 assembler, 8086 assembler, Pascal, Forth, H8 assembler, SH7700 assembler, ASN1, Chipwrights CWvX CAS (a parallel programming language for a virtually unknown processor), ARM assembler, Atmel, C++, Lua, VHDL (just a little bit), Cortex M4 assembler.

Real time operating systems kernel design, linux kernel programming, file systems, tcp/ip stacks, video compression, motor control, computer graphics display libraries, camera control, autofocus algorithms, network switch embedded software design, missile launch control software.

Probably a few other bits and bobs that I've forgotten.

Reply privately, Reply in forum +quote or View forums list

 

By *rHotNottsMan 26 weeks ago

Dubai & Nottingham

For my Msc. I used CPLEX & JLOG for a fast fashion brand. I would be very surprised if anyone has used that one before, you write the problems , it writes the code….

Reply privately, Reply in forum +quote or View forums list

 

By *iss.ddWoman 26 weeks ago

Leeds + Newcastle


"What? No Fortran or a bit of COBOL? "

Company I cut my teeth with was COBOL and openroad.

Reply privately, Reply in forum +quote or View forums list

 

By *inkyAlchemy OP   Couple 25 weeks ago

Corby

Awesome that there are so many fellow developers

If anyone wants to collab on any projects give us a shout!

- J

Xx

Reply privately, Reply in forum +quote or View forums list

 

By *inkyAlchemy OP   Couple 25 weeks ago

Corby


"SQL geek here

Always happy to inner join my table with yours "

V here (Mrs) I used to do a bit of SQL, J taught me and I do miss it. Unfortunately my current business doesn't really use it lol but hoping to implement it, miss the organisation of it hahaha.

Love the innuendo lol.

Reply privately, Reply in forum +quote or View forums list

 

By *rHotNottsMan 25 weeks ago

Dubai & Nottingham


"Awesome that there are so many fellow developers

If anyone wants to collab on any projects give us a shout!

- J

Xx"

I think that would be interesting but probably a bad idea

I’m curious though on you’re ‘stack’ amd maybe you can help . I recently inherited an offshore Node, React, Mongo outfit with some python for ETL jobs.

Why do you use React wlth c# not Node. Do you think Node is bad for web applications ?

Reply privately, Reply in forum +quote or View forums list

 

By *inkyAlchemy OP   Couple 25 weeks ago

Corby


"Awesome that there are so many fellow developers

If anyone wants to collab on any projects give us a shout!

- J

Xx

I think that would be interesting but probably a bad idea

I’m curious though on you’re ‘stack’ amd maybe you can help . I recently inherited an offshore Node, React, Mongo outfit with some python for ETL jobs.

Why do you use React wlth c# not Node. Do you think Node is bad for web applications ? "

So React is the front end framework to build components and display them visually (html with js essentialy) whereas Node is a Java script framework for the backend. It's not a comparison You could replace C# with Node etc

- J

Reply privately, Reply in forum +quote or View forums list

 

By *rHotNottsMan 25 weeks ago

Dubai & Nottingham


"Awesome that there are so many fellow developers

If anyone wants to collab on any projects give us a shout!

- J

Xx

I think that would be interesting but probably a bad idea

I’m curious though on you’re ‘stack’ amd maybe you can help . I recently inherited an offshore Node, React, Mongo outfit with some python for ETL jobs.

Why do you use React wlth c# not Node. Do you think Node is bad for web applications ?

So React is the front end framework to build components and display them visually (html with js essentialy) whereas Node is a Java script framework for the backend. It's not a comparison You could replace C# with Node etc

- J"

I know I was curious why you choose c# on the back when you use react on the front - why not you use the same language front and back - node and react ?

Reply privately, Reply in forum +quote or View forums list

 

By *inkyAlchemy OP   Couple 25 weeks ago

Corby

I guess it's personal preference. I'm not a massive fan of java script - I'm an expert in C# and it's much more optermised for backend tasks. Java script was never intended to be a backend language so it's been wrangled into that. Plus, C# is an OOP language so fits the bill better

Reply privately, Reply in forum +quote or View forums list

 

By *ea drinkerMan 25 weeks ago

Ely


"SQL geek here

Always happy to inner join my table with yours

V here (Mrs) I used to do a bit of SQL, J taught me and I do miss it. Unfortunately my current business doesn't really use it lol but hoping to implement it, miss the organisation of it hahaha.

Love the innuendo lol. "

Why thank you

Reply privately, Reply in forum +quote or View forums list

 

By *lynJMan 25 weeks ago

Morden


"For anyone still coding now, what's everyone's code editor if choice?

I've switched over to Notepad++ a few years ago just because it's easier to make custom syntax highlighting. It's also very lightweight.

I used to use Sublime Text but I found trying to make custom highlighters in it frustrating & confusing. I effectively have to learn regex to do anything useful when it comes to syntax highlighting..

Visual Studio code is very bloaty & slow on my laptop, but I do like how many extensions it has & how easy it is to install extensions, unlike the latter 2 especially Sublime. I only really use it to look at binary files and VScode has a nice hex viewer."

It depends on what I'm doing. For java I use intellij - before that I used eclipse. The typescript editor is home grown by the company I work for. It handles the UI layout too.

Fortunately I have a decent work computer

Reply privately, Reply in forum +quote or View forums list

 

By (user no longer on site) 25 weeks ago


"Just wondered how many fellow coders/architects there are amongst us? Similar positions too?

I myself am a C# developer, predominantly backend but using React as well. Both AWS and azure.

Looking forward to hearing from fellow IT geeks! "

Learned Fortran and Algol at college then went over electronics. Later decided to do hardware support.

Then moved to web development in Asp.net VB , now only develop back end and API in c# and SQL server, power bi and ms automate

Reply privately, Reply in forum +quote or View forums list

 

By *glyBettyTV/TS 25 weeks ago

About 3 feet away from the fence


"For anyone still coding now, what's everyone's code editor if choice?

I've switched over to Notepad++ a few years ago just because it's easier to make custom syntax highlighting. It's also very lightweight.

I used to use Sublime Text but I found trying to make custom highlighters in it frustrating & confusing. I effectively have to learn regex to do anything useful when it comes to syntax highlighting..

Visual Studio code is very bloaty & slow on my laptop, but I do like how many extensions it has & how easy it is to install extensions, unlike the latter 2 especially Sublime. I only really use it to look at binary files and VScode has a nice hex viewer.

It depends on what I'm doing. For java I use intellij - before that I used eclipse. The typescript editor is home grown by the company I work for. It handles the UI layout too.

Fortunately I have a decent work computer "

Eclipse I remember that.

The last time I used it was probably around 2008 or 2009 while I was doing a Java college course. I remember it being a huge download (for the time) & it running really slowly on my admittedly crappy computer at the time.

I'm not familiar with Intellij, but I am very familiar with Android Studio which I believe is based on Intellij.

Android Studio has a similar problem, where if you're not careful, it downloads about 20 gigs worth of crap you don't need.

All I want is just the latest Android API and build tools, but then it gives me all this crap for Google Wear, Android TV etc. I'm just trying to build apps for phones & tablets.

I used to use the SDK Manager for installing libs which worked well enough, but now Android developers are being encouraged (forced) to use this behemoth IDE.

I've always tended to use PCs/laptops which are a generation or 2 behind contemporary hardware (to save money ), so file size & performance are always considerations for me unfortunately.

Reply privately, Reply in forum +quote or View forums list

 

By *ortyairCouple 25 weeks ago

Wallasey

My hubby was a computer games designer in the 80s. Designed games on the Sinclair Spectrum mostly, quite well known at the time. His games featured on covers of Crash, Sinclair User, Your Sinclair amongst others.

Mrs x

Reply privately, Reply in forum +quote or View forums list

 

By (user no longer on site) 25 weeks ago


"My hubby was a computer games designer in the 80s. Designed games on the Sinclair Spectrum mostly, quite well known at the time. His games featured on covers of Crash, Sinclair User, Your Sinclair amongst others.

Mrs x"

Awesome

For me mainly C#.NET and TSQL but using Python more and really need to pick up .NET Core

Reply privately, Reply in forum +quote or View forums list

 

By *oozleMan 25 weeks ago

high wycombe

Not a developer per se, but work in IT managing the dev team, I have experience in C#, Python and am a certified dba.

We also develop in .Net Core and .Net Maui too.

Reply privately, Reply in forum +quote or View forums list

 

By *viatrixWoman 25 weeks ago

Redhill

Starting using the internetz in 1991, all my friends at uni were computer science geeks… they all wanted me to move from journalism and comms to programming but no way in hell. That stuff is difficult!

One of my boyfriends ran a MUD in Linux. Sometimes he got me spotting bugs in the code and my attention span was gone in 10 seconds.

What is Fab written in? HTML?

Reply privately, Reply in forum +quote or View forums list

 

By *izzibeth9Couple 25 weeks ago

Loughborough

All web-based stuff for me. Wouldn't have a clue about memory management, so stuff like PHP, JS (and the plethora of frameworks these days, which I've got mixed feelings on), SQL. It's amazing how much things have changed since I started 15 years ago. Can't imagine how much things have changed for those in the thread who've been at it 30+!

Reply privately, Reply in forum +quote or View forums list

 

By *izzibeth9Couple 25 weeks ago

Loughborough


"

What is Fab written in? HTML? "

Well, technically yes, just not exclusively

Reply privately, Reply in forum +quote or View forums list

 

By *entlemanFoxMan 25 weeks ago

North East / London


"… Can't imagine how much things have changed for those in the thread who've been at it 30+! "

The first computer I used was ‘programmed’ using paper cards, which you put into a grid holder and pressed out precut squares using a metal probe. You then fed the punched cards into a reader.

Reply privately, Reply in forum +quote or View forums list

 

By *ornyguyMan 25 weeks ago

Hillsborough, NI

Jack of all trades SW wise really, but my strengths come from facilitating and spend more time in meetings than doing any coding.

C, C++, C#, Python, Ruby, Java and Ada. Although a different language is just about learning how to write and construct the code in a different way. Not much experience in many modern frameworks and Web development.

Reply privately, Reply in forum +quote or View forums list

 

By *ornyguyMan 25 weeks ago

Hillsborough, NI


"… Can't imagine how much things have changed for those in the thread who've been at it 30+!

The first computer I used was ‘programmed’ using paper cards, which you put into a grid holder and pressed out precut squares using a metal probe. You then fed the punched cards into a reader. "

I would not have made it as Programmer in those days!

Reply privately, Reply in forum +quote or View forums list

 

By *glyBettyTV/TS 25 weeks ago

About 3 feet away from the fence


"… Can't imagine how much things have changed for those in the thread who've been at it 30+!

The first computer I used was ‘programmed’ using paper cards, which you put into a grid holder and pressed out precut squares using a metal probe. You then fed the punched cards into a reader. "

I've heard some harrowing tales about the punchcard programming days, like how a large program could span over several dozen cards, and if for example you dropped the pile of cards on the floor, or did something else to cause the program to be out of order, it could take weeks to put it back in order again. And how if you made an error in your program, trying to go back & correct it would be a nightmare because you would need to manually trace back though the pile of cards to find where the error was, and then

punch replacement cards with the fixed code

Punchcards are way before my time thankfully

Reply privately, Reply in forum +quote or View forums list

 

By *ggdrasil66Man 25 weeks ago

Saltdean

Comptia A+ many years ago. More interested in building computers for myself and my extended family these days.

Reply privately, Reply in forum +quote or View forums list

 

By *ellhungvweMan 25 weeks ago

Cheltenham


"What is Fab written in? HTML? "

The tears of unicorns and the hopes of the masses.

Reply privately, Reply in forum +quote or View forums list

 

By *ittlemiss Hal O weenCouple 25 weeks ago

Southampton


"

Python here"

You snake !! ...

Reply privately, Reply in forum +quote or View forums list

 

By *ornyguyMan 25 weeks ago

Hillsborough, NI

does anyone lovelace?

Reply privately, Reply in forum +quote or View forums list

 

By *aiseiMan 25 weeks ago

Birmingham

Solution Architect by trade.

Did a bit of BASIC as a kid, Turbo PASCAL at college and some RPG/RPGII in a summer job…..haven’t touched coding since!

Keep telling myself I’ll have a crack at Python at some point……

Reply privately, Reply in forum +quote or View forums list

 

By *partharmonyCouple 25 weeks ago

Ruislip

I'm a software tester, the guy who kills your boner. Luke

Reply privately, Reply in forum +quote or View forums list

 

By *cousewoodMan 25 weeks ago

Liverpool

Java, html, php, JavaScript, python, Swift and Haskell, wouldn’t wish that on my worst enemy haha l

Reply privately, Reply in forum +quote or View forums list

 

By *cousewoodMan 25 weeks ago

Liverpool


"… Can't imagine how much things have changed for those in the thread who've been at it 30+!

The first computer I used was ‘programmed’ using paper cards, which you put into a grid holder and pressed out precut squares using a metal probe. You then fed the punched cards into a reader. "

No way! When they mentioned this in the lectures and they asked if anyone would still be here if that was still the way today, had about 10/200 hands up haha

Reply privately, Reply in forum +quote or View forums list

 

By *eadinthecloudsMan 25 weeks ago

Manchester

I’m not a coder but I was once told I'd be good at it

Reply privately, Reply in forum +quote or View forums list

 

By *lynJMan 25 weeks ago

Morden


"… Can't imagine how much things have changed for those in the thread who've been at it 30+!

The first computer I used was ‘programmed’ using paper cards, which you put into a grid holder and pressed out precut squares using a metal probe. You then fed the punched cards into a reader.

I've heard some harrowing tales about the punchcard programming days, like how a large program could span over several dozen cards, and if for example you dropped the pile of cards on the floor, or did something else to cause the program to be out of order, it could take weeks to put it back in order again. And how if you made an error in your program, trying to go back & correct it would be a nightmare because you would need to manually trace back though the pile of cards to find where the error was, and then

punch replacement cards with the fixed code

Punchcards are way before my time thankfully "

There were ways around the problem. Each card represented an 80 character line of code. There was space at the end of the card to add a sequence number (like a line number) so if you dropped the cards you could put them back in order. The top edge of the card had space to print the characters punched out below so you could check against a printed listing.

We did all our first year programming exercises on cards when I was at uni.

Reply privately, Reply in forum +quote or View forums list

 

By (user no longer on site) 25 weeks ago

Software tester here. I look forward to breaking everything you worked so hard build

Reply privately, Reply in forum +quote or View forums list

 

By (user no longer on site) 25 weeks ago


"… Can't imagine how much things have changed for those in the thread who've been at it 30+!

The first computer I used was ‘programmed’ using paper cards, which you put into a grid holder and pressed out precut squares using a metal probe. You then fed the punched cards into a reader.

I've heard some harrowing tales about the punchcard programming days, like how a large program could span over several dozen cards, and if for example you dropped the pile of cards on the floor, or did something else to cause the program to be out of order, it could take weeks to put it back in order again. And how if you made an error in your program, trying to go back & correct it would be a nightmare because you would need to manually trace back though the pile of cards to find where the error was, and then

punch replacement cards with the fixed code

Punchcards are way before my time thankfully

There were ways around the problem. Each card represented an 80 character line of code. There was space at the end of the card to add a sequence number (like a line number) so if you dropped the cards you could put them back in order. The top edge of the card had space to print the characters punched out below so you could check against a printed listing.

We did all our first year programming exercises on cards when I was at uni."

Even easier than that was to mark a thick diagonal line on the edge of the stacked cards.

With so many Devs here, it's hard to understand why we put up with the technical wizardry that's Fabs. Am I the only one who thinks it looks like a website from the late 90s? Or maybe that's part of the chintzy charm.

I got gifted a punch tape reader/writer. Not sure what to do with it now, so the 8kg box is sat in the loft.

Reply privately, Reply in forum +quote or View forums list

 

By *reggSausageMan 25 weeks ago

derby

ChatGPT codes all

Reply privately, Reply in forum +quote or View forums list

 

By *lynJMan 25 weeks ago

Morden


"… Can't imagine how much things have changed for those in the thread who've been at it 30+!

The first computer I used was ‘programmed’ using paper cards, which you put into a grid holder and pressed out precut squares using a metal probe. You then fed the punched cards into a reader.

I've heard some harrowing tales about the punchcard programming days, like how a large program could span over several dozen cards, and if for example you dropped the pile of cards on the floor, or did something else to cause the program to be out of order, it could take weeks to put it back in order again. And how if you made an error in your program, trying to go back & correct it would be a nightmare because you would need to manually trace back though the pile of cards to find where the error was, and then

punch replacement cards with the fixed code

Punchcards are way before my time thankfully

There were ways around the problem. Each card represented an 80 character line of code. There was space at the end of the card to add a sequence number (like a line number) so if you dropped the cards you could put them back in order. The top edge of the card had space to print the characters punched out below so you could check against a printed listing.

We did all our first year programming exercises on cards when I was at uni.

Even easier than that was to mark a thick diagonal line on the edge of the stacked cards.

With so many Devs here, it's hard to understand why we put up with the technical wizardry that's Fabs. Am I the only one who thinks it looks like a website from the late 90s? Or maybe that's part of the chintzy charm.

I got gifted a punch tape reader/writer. Not sure what to do with it now, so the 8kg box is sat in the loft."

I still have a program on punched tape. It was the only way to move things between the computers we had at my first job after university.

I turned it into a coaster.

Reply privately, Reply in forum +quote or View forums list

 

By *ourDiscreetDILFMan 25 weeks ago

Village outside Norwich

Back and front end developer here, in JavaScript mostly, but learning c#.

IT in a customer pay bracket! So paid less to do tons more!

Reply privately, Reply in forum +quote or View forums list

 

By *unglevipsCouple 25 weeks ago

Somerset

Frequently use:-

Arm asm

C++

C

Embedded C

Python

Obj-c

Swift

Used many others in the past.

Reply privately, Reply in forum +quote or View forums list

 

By *unglevipsCouple 25 weeks ago

Somerset

[Removed by poster at 20/05/24 22:41:32]

Reply privately, Reply in forum +quote or View forums list

 

By (user no longer on site) 25 weeks ago


"… Can't imagine how much things have changed for those in the thread who've been at it 30+!

The first computer I used was ‘programmed’ using paper cards, which you put into a grid holder and pressed out precut squares using a metal probe. You then fed the punched cards into a reader.

I've heard some harrowing tales about the punchcard programming days, like how a large program could span over several dozen cards, and if for example you dropped the pile of cards on the floor, or did something else to cause the program to be out of order, it could take weeks to put it back in order again. And how if you made an error in your program, trying to go back & correct it would be a nightmare because you would need to manually trace back though the pile of cards to find where the error was, and then

punch replacement cards with the fixed code

Punchcards are way before my time thankfully

There were ways around the problem. Each card represented an 80 character line of code. There was space at the end of the card to add a sequence number (like a line number) so if you dropped the cards you could put them back in order. The top edge of the card had space to print the characters punched out below so you could check against a printed listing.

We did all our first year programming exercises on cards when I was at uni.

Even easier than that was to mark a thick diagonal line on the edge of the stacked cards.

With so many Devs here, it's hard to understand why we put up with the technical wizardry that's Fabs. Am I the only one who thinks it looks like a website from the late 90s? Or maybe that's part of the chintzy charm.

I got gifted a punch tape reader/writer. Not sure what to do with it now, so the 8kg box is sat in the loft.

I still have a program on punched tape. It was the only way to move things between the computers we had at my first job after university.

I turned it into a coaster."

What's the code on the coaster do? Print "Hello Java Beans?"

Reply privately, Reply in forum +quote or View forums list

 

By *eordie.Woman 25 weeks ago

The Sticks


"

Python here"

Legend

Reply privately, Reply in forum +quote or View forums list

 

By *rowneyedgirl.Woman 25 weeks ago

Durham

Not a coder as such.

But I've found I'm really really good at powerbi building reports and dashboards

Using all kinds of data sources.

Reply privately, Reply in forum +quote or View forums list

 

By *lynJMan 25 weeks ago

Morden


"… Can't imagine how much things have changed for those in the thread who've been at it 30+!

The first computer I used was ‘programmed’ using paper cards, which you put into a grid holder and pressed out precut squares using a metal probe. You then fed the punched cards into a reader.

I've heard some harrowing tales about the punchcard programming days, like how a large program could span over several dozen cards, and if for example you dropped the pile of cards on the floor, or did something else to cause the program to be out of order, it could take weeks to put it back in order again. And how if you made an error in your program, trying to go back & correct it would be a nightmare because you would need to manually trace back though the pile of cards to find where the error was, and then

punch replacement cards with the fixed code

Punchcards are way before my time thankfully

There were ways around the problem. Each card represented an 80 character line of code. There was space at the end of the card to add a sequence number (like a line number) so if you dropped the cards you could put them back in order. The top edge of the card had space to print the characters punched out below so you could check against a printed listing.

We did all our first year programming exercises on cards when I was at uni.

Even easier than that was to mark a thick diagonal line on the edge of the stacked cards.

With so many Devs here, it's hard to understand why we put up with the technical wizardry that's Fabs. Am I the only one who thinks it looks like a website from the late 90s? Or maybe that's part of the chintzy charm.

I got gifted a punch tape reader/writer. Not sure what to do with it now, so the 8kg box is sat in the loft.

I still have a program on punched tape. It was the only way to move things between the computers we had at my first job after university.

I turned it into a coaster.

What's the code on the coaster do? Print "Hello Java Beans?" "

No, it was/is a lens system design tool. Written in Fortran and could show the surfaces/ray paths on a Tektronix monitor.

Reply privately, Reply in forum +quote or View forums list

 

By *mf123Man 25 weeks ago

with one foot out the door

Im more into knicker demolition

Reply privately, Reply in forum +quote or View forums list

 

By *iboy1234Man 25 weeks ago

south shields

Full stack here - C#, with some react for front end and a hell of a lot of yml stuff for the pipelines and git config

Reply privately, Reply in forum +quote or View forums list

 

By *ixonButtsMan 25 weeks ago

North West

Just getting into the industry, currently doing comp tia a+ network and security. Are these good qualifications to get my foot in the door?

Reply privately, Reply in forum +quote or View forums list

 

By *glyBettyTV/TS 25 weeks ago

About 3 feet away from the fence


"Full stack here - C#, with some react for front end and a hell of a lot of yml stuff for the pipelines and git config "

As I'm not a web dev, I always get slightly confused by the modern use of the term "stack".

Whenever I think of a stack, I'm thinking of an area of memory where the program counter gets pushed onto when you jump to a sub-routine, and popped back when you return from the sub-routine

Reply privately, Reply in forum +quote or View forums list

 

By *iboy1234Man 25 weeks ago

south shields

I tried to pm you but couldn’t, it’s hard to say there is alot of stuff out there that honestly doesn’t help too much, learning the languages is the easy part you can’t do a course on being a dev. It’s something that takes time and exp. I always recommend people find roles that offer in house training. So starter roles as you will learn so much by being in a company actively fixing bugs and going through processes

Reply privately, Reply in forum +quote or View forums list

 

By *iboy1234Man 25 weeks ago

south shields


"Full stack here - C#, with some react for front end and a hell of a lot of yml stuff for the pipelines and git config

As I'm not a web dev, I always get slightly confused by the modern use of the term "stack".

Whenever I think of a stack, I'm thinking of an area of memory where the program counter gets pushed onto when you jump to a sub-routine, and popped back when you return from the sub-routine "

I’m not a fan of it too, I always think it’s just something management say to make the dev cycle sound fancy to clients. Are you referring to stuff you do on a green screen there

Reply privately, Reply in forum +quote or View forums list

 

By *oneyandbearCouple 22 weeks ago

Dundee

Haha I’m going to use this in my team when referring to QA now

Reply privately, Reply in forum +quote or View forums list

 

By *ame-room-no-swapCouple 10 weeks ago

Taunton

IBM assembler. Using cards. Gosh that dates me !

Reply privately, Reply in forum +quote or View forums list

 

By *attaHatter84Man 10 weeks ago

towcester

Hey solutions architect here, vb.net,asp.net,sql,query m, c#, python, c, crystal (god love it)

Reply privately, Reply in forum +quote or View forums list

 

By *inkyAlchemy OP   Couple 10 weeks ago

Corby


"Hey solutions architect here, vb.net,asp.net,sql,query m, c#, python, c, crystal (god love it) "

Amazing - I'm guessing you've worked your way up from being a dev? Do you find it hard to find time to write code anymore?

I aspire to become a solutions architect in ~10 or years time. Currently a senior dev, pushing tech lead so a lot of learning to do yet!

Reply privately, Reply in forum +quote or View forums list

 

By *ellhungvweMan 10 weeks ago

Cheltenham


"Hey solutions architect here, vb.net,asp.net,sql,query m, c#, python, c, crystal (god love it)

Amazing - I'm guessing you've worked your way up from being a dev? Do you find it hard to find time to write code anymore?

I aspire to become a solutions architect in ~10 or years time. Currently a senior dev, pushing tech lead so a lot of learning to do yet! "

The best architects I have seen really understand the business. The technology is second to them. My advice to all senior devs is that the technology skills are only part of the things you need as you go up and, weirdly, they become less important to the other stuff - business understanding and social skills.

Reply privately, Reply in forum +quote or View forums list

 

By *hav02Man 10 weeks ago

Glasgow/London

// Multi language here....

Switch ($language){

Case "qbasic":

Echo "dos classic";Break;

Case "vbasic":

Echo "learnt in school for hobby projects";Break;

Case "c++":

Echo "hated it but learnt so i could develop for iOS";

Break;

Case "jscript":

Echo "for all web Dev and ajax and react"; Break;

Case "python":

Echo "developer for PyS60"; Break;

Case "sql":

Echo "managing large databases"; Break;

Case default:

Echo "php: my go-to favourite";

}

Reply privately, Reply in forum +quote or View forums list

 

By (user no longer on site) 10 weeks ago

Cyber security professional here 👋

Reply privately, Reply in forum +quote or View forums list

 

By *alcon77Man 10 weeks ago

under the sun & the moon

I'm not a programmer..

But I'm good/creative at using the end products (software.)

Reply privately, Reply in forum +quote or View forums list

 

By *agerMorganMan 10 weeks ago

Canvey Island

*grumbles*bloody devs making my security job harder *grumbles*

Reply privately, Reply in forum +quote or View forums list

 

By *alcon77Man 10 weeks ago

under the sun & the moon

Does anyone know what cubase is written in?

The nerd in me just looked up that

Ableton Live is written in- C++

& Fruity loops Studio is written in Delphi, Assembly language.

I use fruityloops & ableton sometimes.. But mostly use cubase.

Cubase started off I think on the atari in the 80s. With a basic grid type system you could input notes /beats and then connect to a digital piano or drum machine to produce sounds and basic songs.

Now you can record a full orchestra if you wanted ( you'd need lots of microphones and an interface) with the software..and get hundreds of thousands of internal sounds from within..and master a recording from start to finish using it..

Reply privately, Reply in forum +quote or View forums list

 

By *asterfulsoulMan 10 weeks ago

Manchester


"Does anyone know what cubase is written in? "

Wow, that takes me back.

Since it was on the Atari ST it was probably C and/or Assembly. But if it survives to this day then I would imagine it's a Frankenstein of parts by now. Might not even be any of the original code in there

Reply privately, Reply in forum +quote or View forums list

 

By *alcon77Man 10 weeks ago

under the sun & the moon


"Does anyone know what cubase is written in?

Wow, that takes me back.

Since it was on the Atari ST it was probably C and/or Assembly. But if it survives to this day then I would imagine it's a Frankenstein of parts by now. Might not even be any of the original code in there "

Yes every few years it has a new version released.

The last few years it's had video editing functionality also...so you can synchronise your music compositions to visuals if you're composing music for a film, or TV show etc.

Reply privately, Reply in forum +quote or View forums list

 

By *izzibeth9Couple 9 weeks ago

Loughborough


"Hey solutions architect here, vb.net,asp.net,sql,query m, c#, python, c, crystal (god love it)

Amazing - I'm guessing you've worked your way up from being a dev? Do you find it hard to find time to write code anymore?

I aspire to become a solutions architect in ~10 or years time. Currently a senior dev, pushing tech lead so a lot of learning to do yet!

The best architects I have seen really understand the business. The technology is second to them. My advice to all senior devs is that the technology skills are only part of the things you need as you go up and, weirdly, they become less important to the other stuff - business understanding and social skills."

A million percent this. The early part of your career is usually spent solving new problems (they'll all be new problems for a while), and learning new tools, technologies, and methodologies. After a while though you realise that there's so much in common between different problems, different companies, and different technologies.

What matters is how you apply the right solutions to the problem at hand, and how you communicate with the business to deliver the right thing first time.

Writing the code these days is often the boring bit, unless you hit some weird issue that drives up up the wall (which incidentally I think happens every bit as much these days if not more because of all the 'magic' provided by these frameworks in an effort to make us more efficient).

Reply privately, Reply in forum +quote or View forums list

 

By *avinaTVTV/TS 9 weeks ago

Transsexual Transylvania

I'm a senior software engineer. My career flatlined years ago, and I'll never be more than that.

🤷🏻‍♀️

Reply privately, Reply in forum +quote or View forums list

 

By *ustMe0471Man 9 weeks ago

Crewe

Was a software developer in earlier years. Fortran77, C, VB4/5/6, VB.net. Now into SQL, T-SQL and x++

Reply privately, Reply in forum +quote or View forums list

 

By *dqsyMan 9 weeks ago

Mappawell

Interesting to see who commented and their answers.

I learnt on a 6510 micro (C64), first job was taking the electronics out of the case putting them in a 19 inch rack. It controlled a 4 axis machine tool with all the software run on a company made games cartridge.

So mainly C with some assembler, most embedded platforms e.g. arm, intel, Hitachi, esp etc.

I am a full stack dev as well Graphic USB, LWIP, RTOS, FOC.

Recent stuff was EV based, (nope I aint buying one)

Reply privately, Reply in forum +quote or View forums list

 

By *attaHatter84Man 9 weeks ago

towcester

Yes, I'm self taught and work my way up, tbh I prefer being a programmer lol

Reply privately, Reply in forum +quote or View forums list

 

By *hilmeup85Man 9 weeks ago

Glasgow

Java dev here been doing it 3 years after being here redundant in my previous career during Covid.

While in lockdown I started reading myself through YouTube and now have a full time contract with a large company and pretty happy

Reply privately, Reply in forum +quote or View forums list

  

By *2000ManMan 9 weeks ago

Worthing

Started coding in Sinclair Basic on a zx81. Did Cobol at work then RPG. Bbc Basic as a hobby. SQL in my last job. I focus on hardware now.

Reply privately, Reply in forum +quote or View forums list

» Add a new message to this topic

0.1874

0