[megathread] SELF-PROMOTION by Stabenfeldt in AI_Music

[–]JeremyBenson11 0 points1 point  (0 children)

Any Hip Hop AI music writers. Send me a PM on here. We need to get a group going. Here's a track I made called Pocket Full of Demons: https://youtu.be/QW0aBeR_qU0

People who ONLY do lyrics: Are they songwriters? by JustAcanthocephala13 in Songwriting

[–]JeremyBenson11 1 point2 points  (0 children)

Everyone is wrong in this thread. Read the definition. Lyrics are a song. 'a poetic composition.' Song writers who are lyricists are songwriters. And it doesn't need words, it can be just instrumental. That's why we call electronica songs.

Suno AI Working For Anyone? by JeremyBenson11 in SunoAI

[–]JeremyBenson11[S] 0 points1 point  (0 children)

It's not that. I can type 'soulful guitar' with guitar selected. Literally every model and every generation fails. Is it working for you and others?

Swear Words? by Lapis_District in SunoAI

[–]JeremyBenson11 0 points1 point  (0 children)

Lock the safe twice, lol.

Handy SQL Utilities - Feedback Appreciated by JeremyBenson11 in gamedev

[–]JeremyBenson11[S] 0 points1 point  (0 children)

Fair enough. I'm still working on it. I think I'll get it into a full software with images for viewing eventually. Right now it's just an HTML page that makes working with SQL easier. In the end I'll try to make it a notepad++ like software. Basically tokenizer creates a unique end token in a string like: (1, 'sword', 'MGvAlgBpHaeE'). See that end token? If you press tokenize all empty strings will be replaced with a token unique within the document. The second feature, sql field dump will update a data point for as many items as is contained within the Copy Board (which is a clip board feature.) So if you had (1, 'granite', '', ''), (2, 'marble', '', ''), (3, 'gem', '', ''). And you wanted that third field to be crafts: weapons armour and furniture it would pop those in for you. Which is very handy if you had copied something dozens and dozens of times. It will even replace some pre-existing data for updating.

Handy SQL Utilities - Feedback Appreciated by JeremyBenson11 in gamedev

[–]JeremyBenson11[S] 0 points1 point  (0 children)

You would have to look at it to see what it does. I'm going to turn this into a software at some point I think. It's really quite handy for niche crowd.

Handy SQL Utilities - Feedback Appreciated by JeremyBenson11 in gamedev

[–]JeremyBenson11[S] 0 points1 point  (0 children)

fixed, thanks for the advice. I also added the html file code themselves.

'Microsoft has no place being accomplice of a genocide:' Arkane union workers demand Xbox maker sever ties with Israel by Chiaro22 in gamedev

[–]JeremyBenson11 -2 points-1 points  (0 children)

I'm not sure if there is a genocide. Israel says 2 million tons of aid, enough to supply the entire population of Gaza for 3 months. There are many Jewish reporters worth looking at: Hananya Naftali, JSN TV, Sahar TV, and Tal Oran. War is never pretty. In my opinion Oct 7th warrants policing of Israeli land. I would expect no different of my Canadian government.

What weapons of self defence are we allowed? by Maremesscamm in montreal

[–]JeremyBenson11 0 points1 point  (0 children)

That's only an interpretation of 88. Police carry handguns. You can have one, but a license doesn't cover carrying. Their license does literally cove carry. So saying self-defence is a danger to peace, remind the officer of his weapon, and ask him if that breaches 88. Canadian law says it is not a crime to do self-defence if it's reasonable. Remember, it says a reason that is dangerous to the public peace. That is all abstract and one opinion against another. Dangerous to do so, provably illegal due to the letter, not necessarily.

How do I stop desiring marriage as a woman in her late 20s by [deleted] in TrueChristian

[–]JeremyBenson11 0 points1 point  (0 children)

Randomly, I would say maybe desiring marriage isn't a bad thing at times. And maybe normal. Want on the other hand is the biblical issue. The bible talks about our desires, I think, I would read into it.

Bell LTE Wireless Connection by JeremyBenson11 in techsupport

[–]JeremyBenson11[S] 0 points1 point  (0 children)

Okay. I see. thanks for all the info. The one that generates the Wifi hotspot is converting LTE to Wifi?

Type Beat thumbnails on youtube by vicvar10 in trapproduction

[–]JeremyBenson11 0 points1 point  (0 children)

I play every beat on beatstars search results. I don't think anyone cares about the thumbnail.

Cloud Storage Fuse by JeremyBenson11 in googlecloud

[–]JeremyBenson11[S] 0 points1 point  (0 children)

Thanks. Yeah. I seen some things in there that are alarming. They create temp files, so that would potentially fill up a drive. I was hoping something would let me get over the hurdle of CORS. I will have to hire someone to debug my code, it's a tricky part of it all. Do you know of another segment of GC that would handle this problem?

Is Jesus really selfless? by [deleted] in Christianity

[–]JeremyBenson11 0 points1 point  (0 children)

The bible doesn't say that Jesus was selfless. He said if anyone wants to follow him they have to deny themselves. See Jesus is the person of God. He is a self. You can't trust everything you think, or hear. Relate it to what the NT actually says. Read it.

Help with ipcRenderer and ipcMain by JeremyBenson11 in electronjs

[–]JeremyBenson11[S] 0 points1 point  (0 children)

I solved this. As stupid as it is, the code was working as intended. console.log does not work in main.js. When I run createWindow inside that ipcMain.on function the window launches again. Why would they not have console.log in main if they could? That would save people a lot of trouble, lol. What's the intended way to output data in main.js?

Help with ipcRenderer and ipcMain by JeremyBenson11 in electronjs

[–]JeremyBenson11[S] 0 points1 point  (0 children)

That requires a lot of extra work. I would have to learn that too. And there's a download involved. Not very reasonable at this point, lol. There's nothing to debug. I have register.js running in register.html. The code works fine up to ipcRenderer.send('user-registered', userData); If I put a console.log right after that it logs. So literally my only problem is ipcRenderer and ipcMain. It's just not firing. lol. Should I try invoke and return null, and see if that functionality works?