Originally posted by tomtomagain
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Serverless
Collapse
X
-
The problem I see here is if my 25 lines of C# code require hardware calls then what runs on x86_64 won't run on ARM64 so I still need to know the hardware I'm running on. Maybe I'll ring up someone who hosts serverless systems and say I have some code I want to run and then try to deploy some APL, I mean it doesn't matter what hardware does it, it just deploys...“Brexit is having a wee in the middle of the room at a house party because nobody is talking to you, and then complaining about the smell.” -
Serverless providers tell you in advance which stack and what version they support. E.g.Originally posted by darmstadt View PostThe problem I see here is if my 25 lines of C# code require hardware calls then what runs on x86_64 won't run on ARM64 so I still need to know the hardware I'm running on. Maybe I'll ring up someone who hosts serverless systems and say I have some code I want to run and then try to deploy some APL, I mean it doesn't matter what hardware does it, it just deploys...
https://docs.microsoft.com/en-gb/azure/azure-functions/
https://docs.aws.amazon.com/lambda/l...-model-v2.html
https://cloud.google.com/functions/You're awesome! Get yourself a t-shirt.Comment
-
So you're still coding for a specific hardware stack which means you know the hardware so not really serverless...Originally posted by squarepeg View PostServerless providers tell you in advance which stack and what version they support. E.g.
https://docs.microsoft.com/en-gb/azure/azure-functions/
https://docs.aws.amazon.com/lambda/l...-model-v2.html
https://cloud.google.com/functions/“Brexit is having a wee in the middle of the room at a house party because nobody is talking to you, and then complaining about the smell.”Comment
-
Comment
-
This line of argument is stupid; if you're using a specific instruction set, a generic runtime isn't for you; depending on the language you could always toggle syscalls / specific ASM instructions depending on architecture.Originally posted by darmstadt View PostThe problem I see here is if my 25 lines of C# code require hardware calls then what runs on x86_64 won't run on ARM64 so I still need to know the hardware I'm running on. Maybe I'll ring up someone who hosts serverless systems and say I have some code I want to run and then try to deploy some APL, I mean it doesn't matter what hardware does it, it just deploys...
That said... I'm not actually a big fan of serverless - from my experience with AWS Lambda you're just tying yourself into another vendor in most cases, by virtue of gluing together your Lambdas / state machines (step functions) using proprietary AWS infra - Kinesis, SQS, DynamoDB events. This stuff will be the Oracle legacy systems of the future.Comment
-
^This. Current cluster**** I'm working on is implemented using all this proprietary Amazon guff. If Amazon hike the prices or pull the services, the client will be up tulip Creek without a system.Originally posted by TheGreenBastard View PostThis line of argument is stupid; if you're using a specific instruction set, a generic runtime isn't for you; depending on the language you could always toggle syscalls / specific ASM instructions depending on architecture.
That said... I'm not actually a big fan of serverless - from my experience with AWS Lambda you're just tying yourself into another vendor in most cases, by virtue of gluing together your Lambdas / state machines (step functions) using proprietary AWS infra - Kinesis, SQS, DynamoDB events. This stuff will be the Oracle legacy systems of the future.Comment
-
And this: And to think, the mongs in charge of making these decisions think everything will be alright. I'm sort of wondering, how everyone is going to prove themselves inside EU GDPR. They don't have a fooking clue where their data is, or who is looking after it.Originally posted by DimPrawn View Post^This. Current cluster**** I'm working on is implemented using all this proprietary Amazon guff. If Amazon hike the prices or pull the services, the client will be up tulip Creek without a system.His heart is in the right place - shame we can't say the same about his brain...Comment
-
That's where Microsoft beat Amazon (and Google). Azure might cost a little more but you know where the data is (roughly anyway by geographic area).Originally posted by Mordac View PostI'm sort of wondering, how everyone is going to prove themselves inside EU GDPR. They don't have a fooking clue where their data is, or who is looking after it.See You Next TuesdayComment
-
Same with Amazon and Google cloud... you know which geo region your data sits in.Originally posted by Lance View PostThat's where Microsoft beat Amazon (and Google). Azure might cost a little more but you know where the data is (roughly anyway by geographic area).You're awesome! Get yourself a t-shirt.Comment
-
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- How IR35 inflated an £8.5bn consultancy bill — and tests Burnham at the Budget Aug 28 07:47
- Autumn Budget 2026: FCSA’s 5 contractor asks of John Healey Aug 27 04:15
- Andy Burnham's Zoom gripe doesn’t apply to IT contractors, say recruiters Aug 26 03:41
- Check your Loan Recall paperwork for the Isle of Man: it could matter Aug 25 03:27
- Budget 2026: Contractor advisers ask for ‘IR35 reset’ Aug 24 04:57
- Why might an umbrella company fail to pay its total tax bill to HMRC? Aug 18 06:08
- Contractors, here are the late payment fixes that the Lords just turned down Aug 17 08:03
- How will HMRC's Direct Debit plan affect contractors paying VAT and PAYE? Aug 13 23:54
- HMRC's new 'reckless' tax offence: an IR35 game-changer for contractors? Aug 13 13:50
- “I’m not a Machiavellian overlord”: Adrian Sacco breaks his silence on the Contractor Loan Recalls Aug 13 06:50

Comment