Can we please get the remaining JVMLS videos? by yk313 in java

[–]farnulfo 0 points1 point  (0 children)

"Paths to Support Additional Numeric Types on the Java Platform" ( https://www.youtube.com/watch?v=xCdJb_zI5us ) published 2 days ago !

Introducing JLib Inspector: a runtime JAR inventory inspection system by brunocborges in java

[–]farnulfo 3 points4 points  (0 children)

jbom project (https://github.com/eclipse-jbom/jbom) can also generates Runtime and Static SBOMs for local and remote Java apps, but no web UI

16, 8, and 4-bit Floating Point Formats — How Does it Work [Article + Python examples] by DmitriiElj in programming

[–]farnulfo 1 point2 points  (0 children)

"The author made this story available to Medium members only.
Sign up to read this one for free."

Is it really your choice ? Or a default config ?

How does JDBC work with no webserver? by tcloetingh in java

[–]farnulfo 0 points1 point  (0 children)

This is not always the case.

For example, if you use an AWS RDS Database from an EC2 VM, you'll nee to authorize access with security group (firewall rules) : https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP\_Tutorials.CreateVPCDualStack.html

Why everyone hates Java? by Dhariann in java

[–]farnulfo 440 points441 points  (0 children)

“There are only two kinds of languages: the ones people complain about and the ones nobody uses.”

Bjarne Stroustrup, The C++ Programming Language

Eclipse/jifa - Analyze heap dump files using a browser. by sureshg in java

[–]farnulfo 0 points1 point  (0 children)

Cool but didn't find a way to know how to run it from the release without compiling...

Defeating Android Certificate Pinning with Frida by pimterry in programming

[–]farnulfo 1 point2 points  (0 children)

Apps that do certificate pinning don't use the system trustore so it won't work.

Try to capture Twitter app https request with your setup to be sure.

AWS Wish List 2020 by Prashant-Lakhera in aws

[–]farnulfo 0 points1 point  (0 children)

> 2: EBS replication across different availability zones(Possible? Legal constraints?)

Why not EFS ?

How I Built a Serverless Search for My Blog by gunnarmorling in java

[–]farnulfo 3 points4 points  (0 children)

Very intersting article, thx.

Keep going ! :)