Don’t just delete the app, delete the whole account!
Don’t just delete the app, delete the whole account!
AI needs a search Engine as well. it uses it to find the context needed to answer the prompt that was send to the AI system.
🥰so cuuute!
Aren’t iPhones switching from AFU to BFU if you don’t unlock them long enough anyway? Or is BFU not the same state as entered if lock and volume down button are pressed for some time?
Worpad is dead
It is the most easy one to cancel or delay 🤷🏻
It happens a lot by german talking people. Latest and last are the same word here
The last usable windows, maybe
For me it is way less pain to set up and work using linux than…, …that…
Maybe in some places, but I just found this:
A Market place, where people can generate their ideas of jewellery and order them after. Makes life of goldsmiths and customers way more easy. I do not think aI will leave this project, for example.
I guess the politicians of the countries having the sanctions in place have still to see and learn how the Russian people react to sanctions. I think many of them only know the Russian culture from some “schoolbooks” if even (like me 😅)
Sanctions are to punish the whole country including individuals. Sanctions work because it makes lives of individuals worse so that they have reason to be unhappy and do something against the reasons the sanctions is put on them. It makes it harder for leaders to be accepted, if under their power live gets worse. And if a leader is not accepted by enough of their people, the chances of resistance is bigger. And the countries that have put sanctions on, want exactly that.
🤯imagine how much they spent only to to terrorise women
I think, I would go for a ARM Tuxedo PC in your position.
Oh, still some time needed for that as well, but you can see the progress (a lot is working now at kernel 6.11)
https://www.tuxedocomputers.com/en/Where-are-we-with-our-TUXEDO-ARM-Notebook.tuxedo
Crazy, that the web app is missing this, when the windows app is just webView as well…
And kill the battery, since it doesn’t like 100% 24/7
Electron is a tool to bundle a website and a interpreter for that website in an application. That works on many platforms. Official discord desktop app, for example, is an electron app, spotify as well.
I used this prompt
I want to create an electron app for linux of a third party webapp
How would I do that?
And chatGPT gave me a good instruction, will try that out. Apparently, you only need node, electron and the javascript like this:
const { app, BrowserWindow } = require('electron')
function createWindow() {
// Create the browser window
const win = new BrowserWindow({
width: 800,
height: 600,
webPreferences: {
nodeIntegration: true
}
})
// Load the third-party web app
win.loadURL('https://www.thirdpartyapp.com')
// Optionally remove the default menu
win.setMenu(null)
// Open DevTools (optional for debugging)
// win.webContents.openDevTools()
}
// Run the createWindow function when Electron is ready
app.whenReady().then(createWindow)
// Quit when all windows are closed
app.on('window-all-closed', () => {
if (process.platform !== 'darwin') {
app.quit()
}
})
app.on('activate', () => {
if (BrowserWindow.getAllWindows().length === 0) {
createWindow()
}
})
US voting System in a nutshell 😂