This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will block this actor and hide all of their past and future posts. Are you certain you want to block this actor?
This action will block this object. Are you certain you want to block this object?
Are you sure you want to delete the OAuth client [Client Name]? This action cannot be undone and will revoke all access tokens for this client.
Are you sure you want to revoke the OAuth token [Token ID]? This action cannot be undone and will immediately revoke access for this token.

Reminder: we're hiring (tenure-track equivalent) at the University of #Sydney in #ComputerScience, deadline Nov 30 (馃嚘馃嚭 time)!
https://usyd.wd3.myworkdayjobs.com/en-US/USYD_EXTERNAL_CAREER_SITE/job/Camperdown-Campus/Multiple-Continuing--Tenure-Track--Academic-Positions--School-of-Computer-Science_0111116-2 #academicjob
A great survey about use of large language models in software engineering from Fan et al. here.
Part of our cybersecurity training we have to undergo at USyd. But is this quite right? surely if I am following all other recommendations, including my personal details in my /password/ makes it easier to remember, makes it longer, while harder for dictionary attacks to succeed?


Wondering what CVEs are being discussed on Mastodon right now?
I've just launched https://cvecrowd.com, a website that shows you exactly that!
Learn more below 馃У
#Pentesting #AppSec #InfoSec #CyberSecurity #BugBounty #Hacking #CVE #CveCrowd
It is a sad state of affairs if one has to beg for a password that satisfies the criteria defined by the system that shall remain nameless :(.

In case folks aren't aware, the Internet Archive now has a scholar version with a huge collection of academic work available.
#academicchatter #academicmastodon #academic #education #open
We are hiring in #ComputerScience at the University of #Sydney 馃嚘馃嚭 Tenure-track equivalent, all areas of CS, at all levels: a great place, an incredible city, with wonderful colleagues and top students.
Candidates from all backgrounds welcome!
鈴癉eadline Nov 30 #academicjobmarket #academia
A really interesting paper about comparison between AST based tree walking interpreters and byte code interpreters: Larose, Kaleba, Burchell and Marr聽 AST vs. Bytecode: Interpreters in the Age of Meta-Compilation at OOPSLA'23. They compared Python and Smalltalk interpreters with tree walking and bytecode based implementation. Their finding is that AST interpreters using meta compilation (RPython and Truffle+Graal) were faster than byte code counterparts even after applying all relevant optimizations possible for bytecodes.
This is a very interesting result because AST tree walkers are much more easier to construct and to teach (personal experience). #SE @seresearchers
An interesting paper on using #LLM for automated code repair from Wei et al. https://arxiv.org/abs/2309.00608 #SE