Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)V
Posts
18
Comments
1122
Joined
3 yr. ago

  • The only words I don't believe there are... Were and back then

  • A bug in a Microsoft product? Impossible!

  • Ah ok that makes sense

  • Why did you have multiple copies of the same song and artist? Only reason I can think of is like jam band concert versions but i would assume it would be like artist - song - year. Mp3 in that case

  • Why would you have 2 files with the exact same name? Windows can't even handle that if in the same folder and I would assume Spotify just dumps all files into a folder hence why it didn't work.

  • I was thinking more scrapping off a browser, like using selenium. I haven't checked in a while but previously almost every element on a Google page had randomly generated id/names so you couldn't like automatically select the input box, type in a few terms and then click on the search button. If you got all the id's and tried, on the next loading of the page all the id's would be different.

  • My understanding is this is googles attempt to prevent you from accessing their stolen data

  • You don't have that founder energy... Otherwise you would try to duplicate me into an Ai to make an Ai Ai Ai Ai Ai... If we follow the chain we end up with a Japanese porn soundtrack

  • Reminds me of some systems I used to work on... I don't know how they were approved by osha. That got plugged into a power outlet, that wire went into the emergency power shutoff switch,physical disconnect... Big red switch, labeled emergency power switch, designed to allow for loto measures if you are working on the machine.. Seems all good right??

    From the emergency power switch it was hard wired into... A UPS. That's right you switch off the "emergency power switch" and practice loto with your lock and tag, to cut off power to a ups powering everything else. All the switch did was create an annoying beep and left the rest of the system energized.

    For bonus you might think this was a simple machine... It was a combination of a laser, pnuematics and a cnc so plenty of ways to hurt yourself. Yes proper loto says if before you attempt any work verify it's not energized. If something happened where say the pnuematics didn't close the door before firing the laser and was just firing radiation to everyone in the room, I switch the emergency power switch... The system should be de-energized or at a minimum not still receiving energy. Instead you had to find a screw driver(luckily #2 Philips, not proprietary), loosen 4 screws, move the metal plate of housing, press and hold the tiny power button on the ups for 10 seconds to cut off power...

    Then check if any of your co-workers were bitten by a spider while that was all going on.

    These systems were about $50k each....

  • Free beer vs free speech in another context

  • Ah ok... That makes sense. I was thinking like generate a stream of data, data comes in some format like (string dataType, float dataValue) and a switch like case int{do this} case string {do that} then get new data and repeat while(true).

    If it only was calculating based on the test case yeah that's bad.

    I told this before but I had a project which had an xml configuration of many sections each targeting something different. I wanted each section as an object. This was a system of many combined systems like one dmm, one custom automated shield box, one bluetooth tester, etc. Each needed specific data to connect to it and configure it for the tests we wanted to run. This was all I needed in the xml file.

    So I coded 1 function to read 1 section of the xml file and map it to an class object. I then copied that into Ai, copied configuration file into Ai, and told it to replicate it for each section. That worked. I think Ai can be used in specific circumstances where you are doing like repeated operations but it gets grossly overused. You also have to know the domain and the language to understand what it's doing.

    Another example is I was asked to make a sql query which was basically a join(serial number and test guid in one table, test guid and test results in another table and only given serial number). My boss sent me a list of like 150 serial numbers separated by spaces over teams. I wrote the query for the first one and told the Ai to replicate it on the other serial numbers. Yes I could of gone through the list, backspace the space, add common, press enter and repeat. I knew how the query worked. I know the domain I was working in. The Ai output was basically the same as my original just with more serial numbers in the where clause.

  • If you don't mind answering, what was the primary language if not English?

  • I wasn't even going political... Just saying if I can't afford lunch I can't afford to bribe a leader of a country.

    I didn't have to disclose any information like that, just check a box saying I pinky promise I won't slip vladamir putin a crisp one dollar bill...

  • Well the venga boys are coming

  • Ah ok, i was thinking you meant the previous solution was so complicated so the basic switch sped it up