- 10 Posts
- 13 Comments
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
clientIdis also 0It certainly doesn’t for any of the 100,000 existing rows
The
clienttable has around 100,000 rows each with a uniqueclientId, none of which are returned from the CAST / ABS / SINI 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
Threen@aussie.zoneOPto
Technology@beehaw.org•Hacking Millions of Modems (and Investigating Who Hacked My Modem)
4·2 years agoThank you so much, I’ll check it out!
Threen@aussie.zoneOPto
Technology@beehaw.org•Hacking Millions of Modems (and Investigating Who Hacked My Modem)
4·2 years agoAbsolutely, it’s a great read. Could you link the video you watched?
Threen@aussie.zoneto
Programming@programming.dev•What are your top three favourite podcasts?
3·2 years ago- Soft Skills Engineering - Software engineering advice podcast
- If Books Could Kill - Criticising reviews of bestselling books
- CoRecursive - Stories about software
Let me make sure I understand first
- You are attempting to passwordlessly SSH from Window to a group of servers using Powershell
- Something stopped working and you regenerated your Windows SSH keys
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?
Threen@aussie.zoneto
Technology@beehaw.org•Reviews hidden for reddit app on Google play?
1·3 years agoAlso working for me. Lot of 1 stars!
Threen@aussie.zoneto
Technology@beehaw.org•Working with AI tools is making employees lonely and prone to drinking, a study findsEnglish
15·3 years agoNot specific to AI, some of the people I work with make me prone to drinking as well
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
instanceidea is still very new for meAs an Australian, it was very quiet last night (10ish hours ago), but that will improve as more people join
My vote would go towards the Rundle Mall Balls
I just installed the “Jerboa” app, and it seems very responsive and easy to use so far










Update: The original dev does not remember exactly. However they have said that
clientIdwas originally a VARCHAR, so this may have been checking for both'0'or''So an over-engineered workaround to a bad datatype perhaps?