d3ad social login

[d3ad]

tags labelled 'java' e

please login to post
@barray on Wed May 31 09:42:30 UTC 2023 said: &e
#openjdk 's #java #jre is about to get a massive #speed #improvement with the use of #avx 512 #optimisations https://github.com/openjdk/jdk/pull/1422.. #java is secretly still quite a cool little language!
@barray on Sat Apr 22 15:18:49 UTC 2023 said: &e
Encase anybody is wondering, the 4166 #ban #days for #harassment in #minecraft #java is the following in #ascii ")B", which is an unhappy face. Likely overlooked by the #minecraft #community https://youtube.com/watch?v=x2Kp6E2AOys This equals approximately 12 years!
@barray on Sat Feb 11 20:29:10 UTC 2023 said: &e
A lot of #effort to #hack a #minecraft #server https://lunarlogs.com/2023/01/29/double-.. The #java #build #system #gradle even got #involved and #investigated this: https://blog.gradle.org/wrapper-attack-r.. Apparently this is the first #evidence of a #java #supplychain #attack !
@barray on Fri Jan 13 08:37:00 UTC 2023 said: &e
The #nintendo 64 now runs #java - oh dear: https://hackaday.com/2023/01/12/java-is-.. On the other hand, it could bring the #platform to more people. Imagine what it could have been like back in the day if everybody could #code and #test their #game at home and submit it to become a proper game? #homebrew games would have been massive!
@barray on Fri Oct 14 00:13:12 UTC 2022 said: &e
#float 16 coming the the #java #jdk #jre 20: https://download.java.net/java/early_acc.. Some people have already mentioned that this will likely be dead in the water, as it casts #floats to #shorts , which will mean they could be #misused , rather than creating a #dedicate #type for them.
@barray on Sat Apr 02 12:17:20 UTC 2022 said: &e
Great #advances in #java 17 - definitely worth checking out and addresses many #issues and #annoyances I previously had: https://mydeveloperplanet.com/2021/09/28..
@barray on Sat Apr 02 02:46:02 UTC 2022 said: &e
Ouch, the #spring #framework in #java 9 has an #rce #zeroday #exploit https://www.praetorian.com/blog/spring-c.. This is for sure the problem with using such massive and difficult to #test #codebase #projects ...
@barray on Sat Dec 18 16:18:34 UTC 2021 said: &e
New #java log4j #bug #exploit for #infinite #recursion https://issues.apache.org/jira/browse/LO.. Madness. Thank goodness I wrote my own #logging #utility ...
@barray on Wed Dec 15 16:25:58 UTC 2021 said: &e
@barray on Wed Dec 15 16:17:55 UTC 2021 said: &e
I wrote a #coffeespace #article about the serious #java #log #bug #rce log4j the other day: https://coffeespace.org.uk/projects/log4.. I've seen people try to actively #exploit my #server ! There are some great #memes that have appeared as a result of this very real #security #issue https://log4jmemes.com/ Have a look through and give yourself a laugh!
Interesting, some people have written a #hotpatch for #apache 's #logger log4j where it purposely #injects a #patch into a #compromised #java #server https://github.com/corretto/hotpatch-for.. Very cool!
@barray on Wed Dec 15 16:17:55 UTC 2021 said: &e
@barray on Sat Dec 11 15:55:38 UTC 2021 said: &e
Ouch, the #serious #java #log #bug #rce in log4j is being actively #exploited - perhaps as early as March: https://www.rapid7.com/blog/post/2021/12.. Many #servers are being actively #attacked and #hacked right now. All from using a #logging #library !
I wrote a #coffeespace #article about the serious #java #log #bug #rce log4j the other day: https://coffeespace.org.uk/projects/log4.. I've seen people try to actively #exploit my #server ! There are some great #memes that have appeared as a result of this very real #security #issue https://log4jmemes.com/ Have a look through and give yourself a laugh!
@barray on Sat Dec 11 15:55:38 UTC 2021 said: &e
@barray on Fri Dec 10 16:44:06 UTC 2021 said: &e
Man, quite a #serious #java #log #bug #rce found in log4j: https://www.lunasec.io/docs/blog/log4j-z.. This has *massive* ramifications against tonnes of existing #software , including even #minecraft #servers !
Ouch, the #serious #java #log #bug #rce in log4j is being actively #exploited - perhaps as early as March: https://www.rapid7.com/blog/post/2021/12.. Many #servers are being actively #attacked and #hacked right now. All from using a #logging #library !
@barray on Fri Dec 10 16:44:06 UTC 2021 said: &e
Man, quite a #serious #java #log #bug #rce found in log4j: https://www.lunasec.io/docs/blog/log4j-z.. This has *massive* ramifications against tonnes of existing #software , including even #minecraft #servers !
@barray on Sun Dec 05 03:27:26 UTC 2021 said: &e
Ultra interesting #article about #decoding #voyager 1 #information https://destevez.net/2021/12/more-data-f.. I had quite some fun a while back #decoding old #voyager #images in #java with a program I called #openview https://github.com/danielbarry/OpenView At some point it would be good to return to and try to figure out how to #recover lost #data !
@barray on Sun Oct 10 09:36:18 UTC 2021 said: &e
Very cool #xterm #windowmanager for #linux https://xtermwm.sourceforge.io/ It's also based on #java ?! This is a crazy cool and weird project. I really want to check it out some time.
@barray on Thu Sep 23 10:55:39 UTC 2021 said: &e
Man I really want one of these: https://shop.m5stack.com/products/m5pape.. It's a *very* #lowcost #eink #display with a little processing power. It could be a way to build my " #linuxpda " (although this thing will *never* run #linux ). I was also wondering about running #java on it, but it looks ultra complicated to get a small #jvm #ported ... It would cost $150 NZD delivered and I already don't #utilize my #pine #pinetab enough...
@barray on Thu Sep 16 02:18:35 UTC 2021 said: &e
Pretty awesome to see #java continuing to #improve as a #language - not only in #features but also in #speed / #performance ! https://www.optaplanner.org/blog/2021/09.. As others have pointed out, Java can be a bit screwy due to breaking support between versions 8 and 9. A lot of people are stuck using Java 8, like this #server is due to #string support.