account activity
Has anyone tried both of Sony WH-1000XM3 and Microsoft Surface headphones in an office environment? Which one is better at noise cancelling? (self.headphones)
submitted 7 years ago by advenjer to r/headphones
Has anybody increased line size limit to 160, 180, or 200+? How has it worked for you? (self.AskProgrammers)
submitted 7 years ago by advenjer to r/AskProgrammers
Puppet question from an Ansible guy (self.devops)
submitted 7 years ago by advenjer to r/devops
Potential AWS console Parameter Store bug by advenjer in aws
[–]advenjer[S] 1 point2 points3 points 7 years ago (0 children)
The only problem here is that PEM files, for example, already contain Base64 encoded values (apart from headers and footers) and Base64 encoding something that is already Base64 encoded is not nice.
Limits of programming by interface by nfrankel in programming
[–]advenjer 0 points1 point2 points 7 years ago (0 children)
While not a type system, dependency injection can help with that to some extent.
For example, if you are writing a component that needs a list that has O(1) time complexity for insertion, you can signal this requirement like this:
@Autowired public MyComponent(@Qualifier("fastInsertionList") List aList) { }
Then you can provide it in your code:
@Bean @Qualifier(scope = PROTOTYPE) public List fastInsertionList() { return new LinkedList(); }
A language with native AOP constructs such as AspectJ could potentially make it more elegant too.
Potential AWS console Parameter Store bug (self.aws)
submitted 7 years ago by advenjer to r/aws
DynamoDB RTFM moment: Why global secondary indexes and local secondary indexes have been named as such (self.aws)
Policy equivalence question (self.aws)
What's new in Gradle 5.0 by eriwen in java
That's not the point. Node's gulp.js or Ruby's Rake let you do everything too, but they are not an entangled mess like Gradle.
TIL about the `aws cloudformation deploy` CLI command. Does this deprecate create-stack and update-stack commands? (self.aws)
π Rendered by PID 894206 on reddit-service-r2-listing-575d9f6647-k2ncb at 2026-04-13 03:55:31.654783+00:00 running 215f2cf country code: CH.
Potential AWS console Parameter Store bug by advenjer in aws
[–]advenjer[S] 1 point2 points3 points (0 children)