someone shared a link and I uhh already opened it, but just curious how do u check whether a link is malicious ? (other than running it thru some antimalware service like viru...
question about this Telegram scenario: 1. Admin has the members list open 2. Admin about to remove user X 3. X leaves the group 4. Admin still has member list open, still sees...
Someone suspects their phone got hacked, do u think this is the case, and what steps do u suggest that they take? Symptoms noticed: - It could be bugs in kik causing my phone...
sorry I'm not up to date with Russian Ukraine news but what exactly is Putin hoping to achieve with this message? 👀
some dood just sent me this, legit or fake ?
guys does assignment works in list comprehension for u ?
Could I please ask a question in private, to someone who's very familiar with Telegram administration ?
guise so I asked something related before, but to be more specific, what would be the fastest, and/or your preferred way of running a kiosk in windows that does the following:...
quick question, is Apkmirror.com the most reliable source for APKs ?
In Microsoft Project (2019), what's an efficient way of deleting tasks with dependencies (that are already part of linked chain of predecessors and successors) without breakin...
how would u go about making minor changes like rewording commit message for old commits ? if interactive rebase, would u really have to include the past N commits ? Like here...
What's your preferred way of linking a pull request with its corresponding issue(s) ? Do u write the closing keyword in the pull request comment/description section, or in th...
running git push -u origin main got me tis error: Logon failed, use ctrl+c to cancel basic credential prompt. Was working with other repos just a day or 2 ago Nothing changes ...
guise I was asked this: "I'm an incoming Master student in computer science without an undergrad CS. I'm required to take 3 undergrad CS courses, and was told that the gradu...
~/Downloads/mysql-connector-odbc-master $ sudo make Scanning dependencies of target myodbc-util [ 1%] Building C object util/CMakeFiles/myodbc-util.dir/stringutil.c.o In fi...
what's u guys preferred Github merge method, merge, squash or rebase ? (and why 👀)
gaiz could someone please explain why that line requiring css is necessary ? App.jsx: import React from "react"; import Greetings from "./Greetings"; import { PageHeader } fro...
does anyone have recommendations for a desktop app (preferably Windows) that accurately tracks how much time applications have been actively used, and free (preferably opensou...
Design a circuit that takes: - a 3-bit unsigned binary integer X as input, and produces - a 3-bit unsigned binary integer Y as output, such that: X + Y = 0 mod 8 Anyone know...
X + Y = 0 mod 8 (*) So lemme rephrase that to see if understood correctly: - 0 modular 8 always gonna return a remainder of 8, therefore it's always gonna be a multiple of 8...