[flagged]
Coding is the tip of the 'working in software' iceberg. If you don't see value in being able to communicate the reasons behind the technical choices and trade-offs you've made, both within your own team and to other…
My house is in a mobile phone blackspot - no reception on any network. I tell every guest if they want to receive or make calls they have to join my wifi and enable wifi calling.
Fine, it's the threat of your guns that is doing such a grand job of keeping you all so very free. Almost 1% of US citizens are in prison. Your police forces routinely brutalise and oppress large parts of your…
> It is difficult for governments to commit large scale atrocities without the consent of the governed unless those so governed are first disarmed. Not when the government has tanks, attack helicopters and assorted…
Just do as the Head of Marketing from previousEmployer suggested and "leave out the bugs"
100% agree. Just want to point out that you can integrate API Gateway with DynamoDB directly (with some Velocity mapping). In fact here's a blog post from 2016 showing just that - the use case being a comments API:…
The world's first commercial liquid air battery project has been commissioned to be built in Trafford, Greater Manchester, UK - it's a very residential area:…
This story hits very close to home for me. Back in 2001 I worked for a 'Medical Communications' company, building marketing websites for various drugs companies. I was young, it was my first coding job and I desperately…
Oxidation (noun): the act or process of shoehorning Rust into a comment thread
I know it's been mentioned before, but I really feel there is a need to codify an 'internet lore law' about how many comments can appear on a Go themed HN post before someone brings up how superior Rust is Something…
You can use a lambda function that is triggered by a cloudwatch alarm when your bill approaches an arbitrary limit. What you do in response to such an event is entirely up to you
Big fan of plantUML here. recently been using this C4 extension (https://github.com/RicardoNiepel/C4-PlantUML) for high level architecture diagrams.
plantUML[0] may be what you're looking for, specifically the activity diagrams[1].I've been using it extensively for sequence diagrams (has more features than websequencediagrams.com). Most recently I've been using this…
I'm no fan of authoritarian regimes, but given Koch Industries history of spreading FUD for profit I am reluctant to take this at face value.
I'm sorry that this will come across as rude, but I feel like you're repeating something you've heard but didn't quite understand. You're right, it does come across as both rude and condescending, and you know it, so…
`is_foolike` is a bad name if you name your methods to only describe how they are implemented internally. At a high-level, in your business domain, you generally write your code to hide the implementation details and to…
In this case the desired functionality can be encompassed in a single standard library method. However, the author of the code may have started with a much more complex implementation but still feels like `is_foolike()`…
It has a usb-c port for MIDI-out
I came here to grumble about exactly this (edit: 'I')
Well, if we're talking about potential, most pro-lifers make exceptions for cases of rape or incest. However, if it's one's "sincerely held belief" that a ball of cells is a human because it has the potential to become…
I can't recall ever seeing refrigerated eggs in Australia. Where do you find them?
Genuinely interested to hear/read these use cases. I'm using a serverless stack at the moment (AWS Api GW + Lambda), and after the initial headaches of wrestling with Cloudformation it's been relatively simple and…
I also wonder what it means for people who have very poor spatial reasoning. If you have poor navigation skills are you also likely to be bad at memorisation and recall?
We use golang lambdas, binaries are built in our CI pipeline. Build stage takes ~10 seconds, tests (integration + unit) take ~30 seconds. We use AWS SAM for generating our CFN templates, we package and deploy using the…
[flagged]
Coding is the tip of the 'working in software' iceberg. If you don't see value in being able to communicate the reasons behind the technical choices and trade-offs you've made, both within your own team and to other…
My house is in a mobile phone blackspot - no reception on any network. I tell every guest if they want to receive or make calls they have to join my wifi and enable wifi calling.
Fine, it's the threat of your guns that is doing such a grand job of keeping you all so very free. Almost 1% of US citizens are in prison. Your police forces routinely brutalise and oppress large parts of your…
> It is difficult for governments to commit large scale atrocities without the consent of the governed unless those so governed are first disarmed. Not when the government has tanks, attack helicopters and assorted…
Just do as the Head of Marketing from previousEmployer suggested and "leave out the bugs"
100% agree. Just want to point out that you can integrate API Gateway with DynamoDB directly (with some Velocity mapping). In fact here's a blog post from 2016 showing just that - the use case being a comments API:…
The world's first commercial liquid air battery project has been commissioned to be built in Trafford, Greater Manchester, UK - it's a very residential area:…
This story hits very close to home for me. Back in 2001 I worked for a 'Medical Communications' company, building marketing websites for various drugs companies. I was young, it was my first coding job and I desperately…
Oxidation (noun): the act or process of shoehorning Rust into a comment thread
I know it's been mentioned before, but I really feel there is a need to codify an 'internet lore law' about how many comments can appear on a Go themed HN post before someone brings up how superior Rust is Something…
You can use a lambda function that is triggered by a cloudwatch alarm when your bill approaches an arbitrary limit. What you do in response to such an event is entirely up to you
Big fan of plantUML here. recently been using this C4 extension (https://github.com/RicardoNiepel/C4-PlantUML) for high level architecture diagrams.
plantUML[0] may be what you're looking for, specifically the activity diagrams[1].I've been using it extensively for sequence diagrams (has more features than websequencediagrams.com). Most recently I've been using this…
I'm no fan of authoritarian regimes, but given Koch Industries history of spreading FUD for profit I am reluctant to take this at face value.
I'm sorry that this will come across as rude, but I feel like you're repeating something you've heard but didn't quite understand. You're right, it does come across as both rude and condescending, and you know it, so…
`is_foolike` is a bad name if you name your methods to only describe how they are implemented internally. At a high-level, in your business domain, you generally write your code to hide the implementation details and to…
In this case the desired functionality can be encompassed in a single standard library method. However, the author of the code may have started with a much more complex implementation but still feels like `is_foolike()`…
It has a usb-c port for MIDI-out
I came here to grumble about exactly this (edit: 'I')
Well, if we're talking about potential, most pro-lifers make exceptions for cases of rape or incest. However, if it's one's "sincerely held belief" that a ball of cells is a human because it has the potential to become…
I can't recall ever seeing refrigerated eggs in Australia. Where do you find them?
Genuinely interested to hear/read these use cases. I'm using a serverless stack at the moment (AWS Api GW + Lambda), and after the initial headaches of wrestling with Cloudformation it's been relatively simple and…
I also wonder what it means for people who have very poor spatial reasoning. If you have poor navigation skills are you also likely to be bad at memorisation and recall?
We use golang lambdas, binaries are built in our CI pipeline. Build stage takes ~10 seconds, tests (integration + unit) take ~30 seconds. We use AWS SAM for generating our CFN templates, we package and deploy using the…