▲ 3 r/LinkedInTips+1 crossposts

Valid country national ID simply doesn't work...

It's been 2 month since they "security locked" my account, my national id is from georgia which IS a valid country but persona simply doesn't want to do it, get this when i submit for help the site has probobly locked my ip addres for "security" reasons and pops out an error... None of the customare emails work, i have 0 followers on x so naturaly they respond to people who posted 2 mins ago but ignore my 5 posts spaning 5 weeks, to accses inner support you need to log in which is the MAIN issue here.. i've tried everything, im so tired can anyone give me tips? Never in my life have I been so frustrated...

reddit.com
u/alexkopaleishvili — 7 days ago

Always struggle to design hammburger menus... this is best i could do but basically thats it, i tried checking how big corporations do it but even they have it bad..

Even apples hamnburger manu looks kinda... empty?

u/alexkopaleishvili — 12 days ago

I've been using reihnworks publishing to learn HTML/CSS and JS now i want to learn node.js but i am unable to borrow it or buy it

Node.js: The Comprehensive Guide to Server-Side JavaScript Programming. If it isnt too much hassle help a kid out please, either website of it or if you have the pdf share it, thanks to everyone in advance

reddit.com
u/alexkopaleishvili — 24 days ago

Event listener not logging anything while detecting clicks and alerting with no prolem.

Tried everything, button clicks register, the JS file is loaded and does console.log when its out of Event listener but soon as i want to log "button clicked" it just doesnt do it

edit: it seems to run perfectly fine on MS edge but chrome doesnt, can it be cause from my extensions? i think its CRX emulator or sth

<!-- HTML -->
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Event Listeners</title>
    <script src="script.js" defer></script>
</head>
<body>  
    <button id="btn">Button</button>
</body>
</html>

//JS


console.log("JS file loaded")


const
 btn 
=
 document.getElementById("btn");
btn.addEventListener("click", (event) 
=>
 {
    console.log("button clicked!")
    console.log(event.bubbles)
})

code:

reddit.com
u/alexkopaleishvili — 25 days ago

Another day of learning teaching myself

(edit: i have no idea how i made that bad of a mistake in the title)

So today i'm trying to figure out homothety which i already did but theres a problem, i cant use it while solving the homework (well its not homework but i dont know what else to call it) here is the problem i couldnt solve, at least with homothety,

Given ABCD trapezoid, AB is the biger bottom. AD=CD=1; AB=3, angle A = 2 times angle B; find BC and angle ABC

i'm on pc and i can't take proof of my work, thanks to everyone in advance!

reddit.com
u/alexkopaleishvili — 30 days ago

How is all the acounts getting suspended for 180 days and get blocked after appealing it and noone is talking about it?? i've seen so many people have the same issue as me?

reddit.com
u/alexkopaleishvili — 1 month ago

Different language, different layout...

I am running into a layout conflict on Windows 11/10 between my English and Georgian language inputs.

On the US English layout, pressing Shift + ~ (the physical key directly below Esc) outputs a tilde (~). However, when I switch to the Georgian layout, pressing that exact same physical key outputs a Georgian quotation mark ().

Because I do a lot of programming/formatting, I want BOTH layouts to output a backtick (`) when I press Shift + [Key under Esc].

Is there a clean way to intercept this specific hardware scan code (SC029) globally across different language profiles? I am open to using AutoHotkey, PowerToys Keyboard Manager, or custom Microsoft Keyboard Layout Creator (MSKLC) solutions, but I need a script or mapping rule that ignores the active Windows language state and forces the backtick character.

Any advice or scripts would be greatly appreciated. Thanks!

Device name Alex_PC

Processor Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz (3.20 GHz)

Installed RAM 12.0 GB

Graphics card Intel(R) HD Graphics 4600 (113 MB)

Storage 297 GB of 913 GB used

Device ID BEB50E95-75E6-421F-91FF-F4A2260AB2F3

Product ID 00330-80000-00000-AA640

System type 64-bit operating system, x64-based processor

Pen and touch No pen or touch input is available for this display

reddit.com
u/alexkopaleishvili — 1 month ago
▲ 1 r/DIY

I have unreasonable amounts of 15x15x2 cm MDF objects, what are the things i can make?

its edges are coated with side strips aswell, i already made pc "riser" with 6 of them, any ideas will be appreciated!

reddit.com
u/alexkopaleishvili — 1 month ago

Can my PC handle two monitors and what is the worst outcome?

Internet does make it feel like it isnt like this but most office worksers and generaly most people dont have fancy strong ahh computers, i myself need it for learning, office work coding, not gaming or anything, My pc is the dell inspiron 3847, before i manage to get a dedicated gpu, can it run two 60hz 1080p monitors? if yes then does hz realy make a diffrence on usage, meaning can i run one on 120hz and the other on 60hz? And final question, does the consumption end after turning the display off via the off button? I'll be very thankfull to those who answer me honestly <3

reddit.com
u/alexkopaleishvili — 2 months ago

Does anyone of you know where to get datasets like microsoft learn has?

I learn by doing work, one module on microsoft learn tought me more than any internet video ever will, but i cannot get the messy data that doesnt look like it was broken by todler and doesnt look like it was sorted and cleaned by a proffesional, any reply is appreciated!

reddit.com
u/alexkopaleishvili — 2 months ago

Does anyone of you know where to get datasets like microsoft learn has?

I learn by doing work, one module on microsoft learn tought me more than any internet video ever will, but i cannot get the messy data that doesnt look like it was broken by todler and doesnt look like it was sorted and cleaned by a proffesional, any reply is appreciated!

reddit.com
u/alexkopaleishvili — 2 months ago

why does linkedin help ignore my 31 hour waiting DM and 5 posts while responding to those who just posted their question? I'm so frustraited i swear I'll cry like a 12 year old :((

reddit.com
u/alexkopaleishvili — 2 months ago

Learning geometrical transformation and axis symetry is harder than i thought

Hello everyone! So i'm trying to learn and do the topic mentioned in the title, i was able to do some problems myself but i still cant budge this one:

Given: ABC triangle; AK Bisector; angle of C minus angle of B equals 45 degrees, CK=1 and BK=sqrt(2);
Find: AC; angle C and angle B

there are ways to solve it with sine theorem but i want to solve it with the topic i mentioned, i drew perpendicular line from B to the AK and if i continue with the same distance B_1 point gets on AC and i get the kite shape, i dont know what to do next, will appreciate any answer! (sorry for bad english, im kinda in a hurry) <3

reddit.com
u/alexkopaleishvili — 2 months ago