Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
justasitsounds
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
justasitsounds
2y ago
> I don’t know Go well, but this API would surely piss Alan Kay off. > Why a function that takes an Actor instead of each Actor being a type that implements a receive function? That function is a method with receiver type ` Actor` - I
2.
▲
by
justasitsounds
4y ago
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 stak
3.
▲
by
justasitsounds
4y ago
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.
4.
▲
by
justasitsounds
4y ago
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 population even though (o
5.
▲
by
justasitsounds
4y ago
> 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 hardware that IS prohi
6.
▲
by
justasitsounds
6y ago
Just do as the Head of Marketing from previousEmployer suggested and "leave out the bugs"
7.
▲
by
justasitsounds
6y ago
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: https://a
8.
▲
by
justasitsounds
6y ago
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: https://www.gov.uk/government/news/greater-man
9.
▲
by
justasitsounds
6y ago
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 needed the
10.
▲
by
justasitsounds
6y ago
Oxidation (noun): the act or process of shoehorning Rust into a comment thread
11.
▲
by
justasitsounds
6y ago
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 like: Pik
12.
▲
by
justasitsounds
7y ago
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
13.
▲
by
justasitsounds
7y ago
Big fan of plantUML here. recently been using this C4 extension ( https://github.com/RicardoNiepel/C4-PlantUML ) for high level architecture diagrams.
14.
▲
by
justasitsounds
7y ago
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 C4 ar
15.
▲
by
justasitsounds
7y ago
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.
16.
▲
by
justasitsounds
7y ago
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 kn
17.
▲
by
justasitsounds
7y ago
`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 describe the intenti
18.
▲
by
justasitsounds
7y ago
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()` is better at describ
19.
▲
by
justasitsounds
7y ago
It has a usb-c port for MIDI-out
20.
▲
by
justasitsounds
7y ago
I came here to grumble about exactly this (edit: 'I')
21.
▲
by
justasitsounds
7y ago
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 bec
22.
▲
by
justasitsounds
7y ago
I can't recall ever seeing refrigerated eggs in Australia. Where do you find them?
23.
▲
by
justasitsounds
7y ago
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 performant
24.
▲
by
justasitsounds
8y ago
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?
25.
▲
by
justasitsounds
8y ago
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 AWS Cloudformation CL
26.
▲
by
justasitsounds
8y ago
In my case switching to an AWS API Gateway + Lambda stack means I have zero-downtime, canary deployments that take less than 5 minutes to deploy from version control. Api Gateway is configured using the same swagger doc that autogenerates m
27.
▲
by
justasitsounds
8y ago
A lot of embittered Ops engineers shaking their fists in the comment thread of that article. "Real engineers write assembly, on punchcards, blindfolded" etc.
28.
▲
by
justasitsounds
8y ago
I cannot rightly comprehend the confusion of ideas that led to such a statement.
29.
▲
by
justasitsounds
8y ago
> AWS's Golang support for Lambda involves including their library and passing your function to a Lambda initializer function AWS announced 'native' Golang support last year - since then there hasn't been a need to us
30.
▲
by
justasitsounds
8y ago
IT recruitment in Australia doesn't require a tertiary education, fluent(ish) English is a must and the job is relatively highly paid if you're good/sociopathic enough. There are also a lot of vacancies as the working holiday
More ›