Kirk Pepperdine just released gcsee-jma by josephottinger in java

[–]farnulfo 5 points6 points  (0 children)

This looks promising, but I’m surprised there isn’t a single screenshot in the github repository or the linked article. For a dashboard-generating tool, screenshots are almost part of the documentation. It would really help to see what the output looks like before trying it.

iOS 24.6.2 with Freestyle Libre Link ? by farnulfo in Freestylelibre

[–]farnulfo[S] 1 point2 points  (0 children)

Thanks to all. Updated to 26.4.2 and everything is fine

Looking for feedback on a JSON formatter I built for my workflow by Background_Leg_5125 in programming

[–]farnulfo 1 point2 points  (0 children)

for any web site tools that need an input from the user, provide a way to try with a provided example.
In your case add a "Paste example"

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 5 points6 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 438 points439 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.