Comment on
Working with AI tools is making employees lonely and prone to drinking, a study finds
Not specific to AI, some of the people I work with make me prone to drinking as well
Comment on
Working with AI tools is making employees lonely and prone to drinking, a study finds
Not specific to AI, some of the people I work with make me prone to drinking as well
Comment on
Testing a new encrypted messaging app's extraordinary claims
I am not the author, but I found this an amazing write-up
Comment on
ChatGPT Changed How I Write Software
One thing I used ChatGPT for recently was generating test data.
Hey ChatGPT, I use SQL Server and here is my table structure, please generate an insert query with 10 rows of fake test data.
It wasn't perfect, but honestly nor is the test data I would have written. It was a great starting point and saved me a lot of time since this is a legacy app with some wide tables (30+ columns).
Comment on
Adelaide community icon
My vote would go towards the Rundle Mall Balls
Comment on
Testing a new encrypted messaging app's extraordinary claims
Reply in thread
In the timeline at the bottom it says:
2023-05-05: Converso asks: 'How were you able to decompile the source code of the app and what do you think should be done to protect against that in the future?'
So I think some of the devs were in way over their heads too!
Comment on
*Permanently Deleted*
so if the operator of rambo goes “man fuck this” and shuts it down, the posts/comments are gone? there’s no way to replicate them or sync them or whatever?
My understanding is that if a user on a different instance is subscribed, then that second instance will keep copies of previous post / comments.
But there also appears to be a download limit, so over time the non-original instances will lose those copies.
It's a strange new world over here!
Comment on
Hello, Adelaide
Reply in thread
I just installed the "Jerboa" app, and it seems very responsive and easy to use so far
Comment on
Programming Music
Reply in thread
Maybe something like "Drone Techno"?
Comment on
Guess the intent
Reply in thread
The client table has around 100,000 rows each with a unique clientId, none of which are returned from the CAST / ABS / SIN
I think you are right and this is a 'fix' for something lost to time. I am going to talk to the original dev tomorrow to see if they remember what it was for
Comment on
Accessing communities here from other instances
I have the reverse issue, I have subscribed to ![email protected] but this instance shows it as empty despite there being posts there.
I am assuming this is an overload of lemmy.ml, but this is all completely new to me.
Comment on
What are your top resources for learning languages?
I would love to get suggestions for Japanese resources / apps
I have done a month of Duolingo and I am sick of hearing Ken ask for sushi every lesson!
Comment on
Cyberpunk Zines/Documents
These are really nice! Thank you
I followed Paged Out for a year before I realised that Issue #3 was never going to happen
Comment on
Share Trainer Codes
0589 6066 6425
I would love to give gifts to anyone here
I am from Australia, and I travel between Queensland and South Australia regularly
Comment on
Redditors, how do you like Lemmy?
So far really good! It has some quirks, and there are some bugs and some teething issue with the large influx of people (specifically on lemmy.ml)
It is a mind-set change working with a different system and the whole instance idea is still very new for me
As an Australia, it was very quiet last night (10ish hours ago), but that will improve as more people join
Comment on
Guess the intent
Reply in thread
I forgot to mention this is in SQL Server, so SIN operates on radians. So I THINK this can only ever cast to a 0 when clientId is also 0
It certainly doesn't for any of the 100,000 existing rows
Comment on
Guess the intent
Update: The original dev does not remember exactly. However they have said that clientId was originally a VARCHAR, so this may have been checking for both '0' or ''
So an over-engineered workaround to a bad datatype perhaps?
Comment on
I somehow broke my ssh keys
Let me make sure I understand first
i added my private key, and tried to connect
This concerns me, as the server should have the user's public key, not private. Private should be exactly that, private
Is the Powershell user / SSH key the same as the Putty user / SSH key that still works?
When you run the Powershell script, does it give any error messages?
I know with Linux -> Linux SSH you can log verbosely with -v, is that something you can do under Powershell?
Is password auth enabled? Does that still work from Putty, and can you do the same from Powershell?
Comment on
What are your top three favourite podcasts?
Comment on
Is it just me or...?
On the website, or on an app?
I have posted half a dozen things from the Jerboa app and not encountered this
Comment on
Global links / Perma-links
Reply in thread
What about if I want to link to a post that will work for the local instance?
For example, @[email protected] posted above that https://lemmy.world/post/58535 is his instance link, and https://lemmy.ml/post/1205894 is the link from lemmy.ml. Neither of which allow me to comment directly.
Is there linking method that says Give me the link for post #X on instance Y, but give me the link on the viewing instance?