#tech-related-help

1 messages · Page 10 of 1

timid lava
#

@umbral widget yoo what r u studying in cybsec? im learning yara rn

bleak jetty
#

any tech peeps help me out with my computer booting screen is stuck upon loading, and bios key also doesn't work to help open the bios it's just stuck here

stark trench
#

hi everyone, I'm about to start coding in c++ but on visual studio code when i run the file it runs on output section, so i can t use cin, someone know how to fix (it's running on macOS Sonoma M1 chip)

jovial crow
#

I'm using Google Colab (Hosted jupyter notebook with a few extras). I want to use the debugger (ipdb) within the notebook's context. If I simply put a breakpoint() or %debug, it starts a debugger that's not aware of variables that have previously been defined by running other cells. The code of the cell itself "knows" the context, but the interactive debugger prompt that's started from that same cell, doesn't.
Does that make any sense?
How do people usually debug jupyter notebooks?
EDIT: Nvm, I might have chanced upon a bug or weird behavior. After restarting the runtime and rerunning, the entire notebook context is now properly acessible through the debugging prompt.
Hi, btw, first message here, I must start lurking on this server at some point or other in the proximate future.

stark trench
buoyant finch
stark trench
#

i think the problem is that it runs the program on the output but i don t know how to do it in the terminal

acoustic bear
#

I wonder anyone can help me with this C# Window App Form exercise please

buoyant finch
tall cosmos
#

Fellas I have a question If a laptop short circuits itself is there any to test which component/Resisters died?

#

My 2,000 committed unalive

frosty sequoia
# stark trench

click on terminal and write
g++ yourfilename.cpp -o yourfilename
then type
./yourfilename or ./a.out

stark trench
#

thx

stark trench
#

yes i followed what you said and i couldn't compile, but after i used what Closed sayed and it run

odd dragon
#

hey, did anyone ran a laptop without its case before? I have some issues

stark trench
#

what laptop?

odd dragon
#

It is an old Asus laptop. Model name is F3J

#

I want to turn it into a server and because it is fairly big I wanted to save some space and maybe throw a fan at it. I took it apart and layed out the main board with the drive. It turns on the fan is spinning and the drive is working (it is an hdd so I can hear it) but there is no video output. I tried to plug the keyboard and trackpad back in but still no video out. Also it worked without a screen, I used it this way with an external monitor.

stark trench
#

i don t know if it is possible and in the case how

odd dragon
#

Maybe there are some crazy security elements, but I don't know

odd dragon
#

Okay, It works, looks like im a wacko. I took out one of the RAM sticks and put them back in and now its working. Thank you for your time tho

odd dragon
#

yeah, fortunately mine does not have any of this security. I planning on using an enclosure but not the oem one, I want better cooling because it has one fan only and it is quite loud. Thank you for your advice

sterile cove
#

hey, i need help to figuring out. i want to learn how to build an apps in flutter but i know the really basic of coding but have no idea about generic and oop, do you guys think that i need to learn again from basic or i just begin from generic? thanks really appreciate it

deep ridge
#

i am trying to use raspberry pi as a phone, is there any way/hat to enable 5 g sim?

sand zealot
#

Hello guys!
I'm wondering if any of you knows a good video or any kind of help for the subject of data structures and algorithms for CS. My professor is driving me crazy...
Also, we are using C++
Thank you very much 🙂

old grove
#

Does anyone have experience using swift?

#

I would like to sync apple reminders/ notes with notion

neon ice
thorn trail
#

which use cases do you have for multiple mp3 players?

tall cosmos
#

I have 2 small mp3 players aside from my phone to save battery when I'm on about I keep one on my bag and one on my pantaloons

#

Since I tend to spam music 10 hours at a time

#

Mostly podcasts

#

And audiobooks

frosty sequoia
frosty sequoia
#

can someone tell me where is the problem

  #include <stdio.h>
  #include <math.h>

  int main(){
    int num,i;
    float result;

    printf("choose 5 numbers to display its cube\n");
    for(i=1;i<=5;i++){
    scanf("%d",&num);
    result=pow(num,3);
    printf("number %d and the cube of the %d is : %.1f",num,num,result);
    }
    return 0;
  }```
#

it give me this output

warped robin
#

hi guys can i use a 65W plug with a 100W cable to charge my laptop and tablet for school

#

my laptop only needs 45 watts idk

idle dew
#

Yeah you can go with HTML/CSS, JS and PHP

shell hollow
#

help

marble topaz
#

wsl is also awesome for this

marble topaz
#

nah its kind of a linux emulator for windows except it isnt an emulator

appart from a few details you can do everything that you can on linux on wsl

#

and linux c tools are nice

#

no its just a terminal you can open or a command you can run

its really neat and useful
you can also install different distros or have multiple instances for different things

#

And its more convenient than a virtual machine because it starts up super quick and you can just browse your normal file system (c drive and what not)

marble topaz
spark matrix
#

or 18.04, I dont remember, I saw something about it recently

#

Oh nvm, they're dropping vscode support for Ubuntu 18.04

marble topaz
spark matrix
#

Yeah, read it wrongly woops

#

I do prefer vms tho personally

old grove
#

Hey would anyone be able to help me synchronise Notion with Apple Reminders

#

Or Trello with Apple Reminders and then Trello to Notion?

frosty sequoia
frosty sequoia
sharp spire
#

Hey is anyone good with good with web scrappers? strugling on where to start with them?

frosty sequoia
#

thanks tho

cerulean crypt
#

lib math?

frosty sequoia
#

yep

cerulean crypt
#

ok, interesting

#

u use WLS?

torn tartan
#

Anyone know how to get out of recovery mode without getting into factory reset mode...my phone got switched off and when I try to switch it back on this is what's happening 😭

torn garnet
#

hey does anyone know where i can get a kyocera 903kc for a reasonable price? ebay is taxing too much

idle dew
#

Any resources to learn/practice pointers in c ? I have a decent understanding of pointers and i am decent in problem solving .

frosty sequoia
#

ayo which one of these books is better
C a modern approach (2nd ed) vs c primer + (6th ed)

frosty sequoia
idle dew
#

guys i am doing a discord music bot and i have a prob with it, when i type a command an error appears:

#

any idea?

#

my prefix is sat correctly, what else?...

deep ridge
#

anyone familiar with esp32s?

#

i'm confused which one to choose, there are too many of them

#

my project includes hears my voice - ask gpt ai - returns it through speakker, and also control a servo

deep ridge
#

maybe i'll use a server, so the MCU will just give and take data from the server

mossy void
#

somebody know can i use a microsoft compact bluetooth keyboard with macbook?

vale oxide
#

Hi everyone, right now I'm using micro service with java, using apache kafka for asynchronous. But when I started the kafka server it shutdown after 2 seconds ( zookeeper still Ok), can any one come and check it for me ?

loud ice
#

Hey guys! I'm creating a PCB project in Kicad rn and I have to edit my tracks into grounded coplanar waveguides. I'm a bit of a beginner though and can't find a lot online for steps on how to implement this in kicad. If anyone could direct me to any resources or provide brief steps it'd be greatly appreciated. Thanks!

hoary elbow
river lichen
# torn tartan Anyone know how to get out of recovery mode without getting into factory reset ...

vivo y12 fastboot mode problem
All vivo fastboot recovery mode remove
vivo y20 fastboot mode problem
vivo fastboot mode stuck
vivo s1 fastboot mode problem
vivo fastboot reboot recovery mode
vivo fastboot mode problem tamil
vivo fastboot mode problem telugu
vivo fastboot to edl mode tool
vivo fastboot problem
vivo fastboot recovery mode
vivo fas...

▶ Play video
hoary elbow
#

Your files and everything like that are stored in the 'userdata' and 'cache' partitions. They should be fine

frosty sequoia
#

um why this is not working

  #include <stdio.h>

  int main()
  {
    int num;

    scanf("%d",&num);
    if(2<=num && num<=100){
       printf("%s\n",num%2==0?"YES":"NO");
    }
    return 0;
  }```
#

this is the problem idk why

warped oxide
#

<@&942391219206647828>

warped oxide
#

if you input 1 nothing happens the program just ends because you have it set up to only enter the if statement if the number entered into the console by the user and scanned is between 2 and 100. 1%2 does equal 1 and would work in your current program so maybe you're supposed to include from 1 to 100 instead of 2 to 100

#

when i'm scanning from the console or receiving any user input i like to include a print statement right before so I know where my input is supposed to go and if my program got to that part of the code

#
#include <stdio.h>

int main()
{
  int num;
  
  //this is a comment in C, delete "//" to uncomment

  printf("Enter a number: "); //print statement to know what is being scanned and where

  scanf("%d",&num);

  //printf("The number scanned: %d\n", num); 
  //you can use print statements like ^this to test your code if you don't have a debugger, don't know how to use one yet, it broke, or just want to do it quick and dirty
  //here we're testing if what was scanned is correct 
  
  //change if(2<=num && num<=100) to if(1<=num && num<=100) if you need to include the possibility of the watermelon being 1 kilo like the problem post shows
  if(2<=num && num<=100){

     //printf("Can the kids split the watermelon evently?: ");
     //print statements like ^this help give the dev/user/professor/tutor context
    //same with adding a bunch of comments to your code so when you come back to it you know what's going on

     printf("%s\n",num%2==0?"YES":"NO");
  }
  return 0;
}
warped oxide
#

okay @frosty sequoia i gave a bunch of context. idk what your background with coding is so i assumed nothing and gave as much info as i could like i would do with my own undergrad students who i tutor

frosty sequoia
#

thanks but i solved it they just poorly describe it so they want when dividing a number the rest have to be even if that happens it will say YES

#

but as you can see 2 should not be included since if we devide by 2 the rest is 1 so we are say YES to 2 but the rest for it odd thus why its false

warped oxide
#

oh i see what you mean, that was worded really confusingly. glad you got it in the end

warped oxide
#
#include <stdio.h>

int main()
{
  int kilos, halves;

  printf("Enter a number: "); 
  scanf("%d",&kilos);

//assignment says 1<=w<=100
  if(1<=kilos && kilos<=100){
    printf("Can the kids split the watermelon evently?: ");

    if(kilos%2==0){
        halves = kilos/2;

        if(halves%2==0){
            printf("%s", "YES");
        }
        else{
            printf("%s", "NO"); //case handling for 2
        }
    }
    else{
      printf("%s", "NO");
    }

  }
  
  return 0;
}
silver stratus
#

@proven thunder

#

the prices ranges from around 65k to 80 k depending on the model

proven thunder
#

Will it be able to run smoooth like for 4 years

obtuse mountain
#

hello can anyone help me how can I solve these type of deadlock questions.

covert turret
#

anyone done neural network coding before

#

kinda need urgent help with an assignment

pseudo ridge
#

is there any good and detailed dsa roadmap for learning dsa?

hot fable
hardy gate
#

is there anyone who interested in bioinformatic. I want to look for a person who I can study with. We can make a program to check each other. Find online sources to study

idle dew
#

I need help in Q26. In css part and how can I save it to the server?

hasty snow
twin kiln
manic bobcat
#

could anyone help me with a signals question?

flint veldt
soft oyster
#
soft oyster
minor shard
#

Guys can anyone help me with our ideathon ? I have some problems to tackle 😦

#

Pls DM if possible:)))

#

Our app predicts the disease beforehand ,which can only be used by the health care professionals.
For that we need to collect the data of a lot of patients and this app is planned to be govt mandatory
1.So how it's privacy can be achieved?

#

I am just preparing for the q and a happening soon ,so if possible please do answe the question + do criticize the idea

shrewd heron
quartz jay
#

Hi can someone help me with this idk whats up sigh

minor shard
cerulean crypt
quartz jay
flint veldt
#

hey guys, what should i learn after POO in c++?

cerulean crypt
flint veldt
idle dew
#

@everyonecan you suggest a thinkpad that looks like the x60 or x61 which is useful today without major upgrades

celest dune
#

there's some good tutorials out there

muted walrus
#

Hello, need some help.... working on a program that gets input and needed to print it in a printer. Need any suggestion about what module should i used to configure the report or printing page, and the connection to printer. Prob need to install other soft? Thx, and i apologize for my eng.

muted walrus
#

Opss sory forgot to say im using python

#

First time working with printers, so having no idea where to start. Would really appreciate if u can guide me a little bit

thorn trail
#

i installed arch today and i have no idea how to setup a windowmanager

elder coral
#

I switch between a trackball mouse and a gaming mouse but have to turn mouse acceleration on/off when I do so. Is there any way to make this a single button or even automatic process in windows 11?

hasty snow
#

Hi,
I have a problem implementing recaptcha,

I added tick mark recaptcha,
But on web sometimes it shows the puzzle + checkbox
Can someone help.

unborn coral
#

guyyyyyys we have subject at uni about python and im totaly a bignner in this staff any help how can i catch up fast ! w<hat should i start learning fst ,,,,, i really want to get the best grade possible heeeeeeeelp

hasty snow
icy rapids
#

anyone ever use an RLCD panel before?

unborn coral
hasty snow
next geyser
# unborn coral Any suggestions?

I can say the same as @hasty snow and also you can try to solve problems on leetcode or code abbey. The key is to just code. If you can’t solve the problem just look it up and after understanding solve it alone…

hasty snow
#

yeye, also before you jump on leetcode,
take a look on how to solve questions on leetcode efficiently.

unborn coral
#

@hasty snow @next geyser
Thank you both for saving my future grades appreciate it
I'll be back to tell you about my progress. 😌😂❤️

cursive coral
#

One message removed from a suspended account.

marble topaz
#

Ubuntu
It's the most "googleable" if you encounter problems

sudden flume
#

Is C++ worthit nowadays ? especially with the rise of rust and other stuff ?
Cus I just started learning it for some game dev but I feel intrigued in learning Rust aswell.

cerulean crypt
#

i think unity uses C# only, you shure about that?

sudden flume
#

to code or not to code (in cpp) ?
that is the question.

cerulean crypt
#

is rust support metaprogramming?

sudden flume
cerulean crypt
keen smelt
#

anyone know how to do question 9?

#

pls send help

hasty snow
idle dew
#

@everyonecan you suggest a thinkpad that looks like the x60 or x61 which is useful today without major upgrades

warped oxide
#

idk anyone that makes square format laptops like that anymore

#

and none like the x60t or x61t (the spin around tablet one)

#
Panasonic USA

The Panasonic TOUGHBOOK® 33 offers unparalleled flexibility in even the most demanding and extreme environments and is the world’s first fully rugged 2-in-1 PC with a 3:2 screen. Inspired by the increasing demands of mobile professionals, the TOUGHBOOK 33 delivers rugged mobility in a highly customizable package that also includes a generation o...

#
Panasonic USA

The 14” fully-rugged Panasonic TOUGHBOOK® 40 laptop breaks new ground offering unrivaled flexibility in even the most demanding and unpredictable environments with its class leading eight modular areas including its innovative modular expansion packs (xPAK’s). Optical drives, authentication readers, IO ports and even the Barcode Reader xPAK are ...

#

these are the closest thing that comes to mind

#

the TOUGHBOOK 33 is a tablet and the TOUGHBOOK 40 is a laptop @idle dew

also the @ everyone tag doesn't work and it is generally rude to use in large servers of not your personal friends

carmine estuary
#

does anyone know any good options for flip phones?

thorn trail
carmine estuary
#

anything on the cheaper side?

idle dew
thorn trail
thorn trail
sudden flume
#

<@&942391219206647828> Spam account I think.

warped oxide
#

what specifically are you looking for that the x60 has that you want in a modern laptop?

if it’s the display ratio (4:3) you’re not going to get that in a modern laptop. you may find something similar if you go for a tablet/laptop hybrid like the x12 detachable

look up tablets or detachable laptops and you may find one you like

#

@idle dew

#

So much spam today ugh

unborn talon
warped oxide
# unborn talon Framework? Its 3:2 screen

no one makes a 4:3 like the x60 anymore and the dude later explained they wanted a thinkpad

framework is an excellent recommendation too. i have one and use it often. i also have a x60 thinkpad but i don't really have a use for it outside of if i need to repair old tech but boy that keyboard is nice. i recommended the panasonic because i've heard that they have a similar 2mm keycap spacing to the x60 and the toughbook 33 tablet is also 3:2

#

if you do find a new laptop/tablet that is 4:3 i would love to know about it

#

i see that laptops are moving to 16:10 and hybrids/thinbooks/tablets seem to be 3:2 today

#

that extra bit on top with a 16:10 screen is a nice upgrade

#

all this is to say that most laptops today take a crap after a few years, even thinkpads unless you get a rugged/workstation/construction/military version. companies like Framework and MNT with their MNT Reform are looking to change that

when looking for a new laptop figure out what you will be doing on it most of the time, think about what features and ports you can't live without, and think about if the weight is okay to carry with you everywhere

#

right to repair!! woot woot!!

errant charm
#

so ive been watching james vid for awhile and notice his pc and his cool setup on his computer.

and i got hooked to the style since im into the old tech stuff or vintage stuff and i wonder if its possible to change mine to a similar style or a minimalistic version (i use a dell pc) window 10

hazy schooner
#

does any one know a cheap dumbphone ?

#

i have been looking for one for awhile now

hoary abyss
#

first time burning a cd and i didnt know its not reburnable

hoary abyss
abstract copper
#

hi, does anyone here knows how to code with rstudio?

sudden flume
#

<@&942391219206647828> ban hammee

idle dew
#

<@&942391219206647828> ban jojo

sudden flume
#

<@&942391219206647828> Ban hammer

#

ban hammer

warped oxide
# hoary abyss first time burning a cd and i didnt know its not reburnable

Yeah burning with multi session lets you burn multiple files to the CD-R without finalizing it so you can add more later. CD-R, DVD-R (spoken: DVD dash R) and DVD+R are only recordable (R) once but can be read many times. You can’t write over what has already been written to them and once you finalize, you can’t write to anymore even if there was space left over on the disc. If you want a CD or DVD that you can burn over and over again look for CD-RW and DVD-RW. “RW” means rewritable whereas only having an “R” means recordable

Edits: I thought the R and RW meant “read” and “write read” like rwx (read write execute) file permissions on Unix/Mac and Linux systems. They do not lol. They mean Recordable (R) and Rewriteable (RW)

#

In your case, if you’ve already burned something to the CD-R, you’ll need a new blank CD-R since it was most likely finalized by default by whatever CD burn software you are using

#

^random college page I found with easy to read info and instructions

hoary abyss
warped oxide
low crown
#

I'm currently using Huawei P20 lite which was launched in summer of 2018 I've been using this Phone since and I wanna buy one can someone suggest me a phone under 400$ (in India)
Can't stand with this phone
Now a days I'm just using his phone for only phone calls and forest, doing the rest of things on my laptop.

#

I thought of buying a refurbished iPhone 13 is it a good deal under like 330$

idle dew
#

<@&942391219206647828> ban mmadaal

fading spire
low crown
# fading spire i'd suggest a Nokia 110 2G, its the new 2023 version

I guess features phone won't fit me cuz they don't offer like UPIs and stuff and I already have a feature phone but mine doesn't have camera and internet and games even flashlight

It best to buy smartphones in 2024 cuz they have cool lool and features and we can also customise them(kinda).

flint veldt
#

somebody knows how can i automatic compile multiple files in c++?

cyan iris
#

Hello guys. If you are a tech guy I need a constructive recommendation for my project for my course .Thanks a lot for ur helps

hasty snow
proud shell
#

hi guys i want to learn javaScript and I need a good course in english any sugestions

idle dew
# proud shell hi guys i want to learn javaScript and I need a good course in english any suges...

He is one of the amazing teachers related to JavaScript

https://youtu.be/pN6jk0uUrD8?si=zkRqfEVs2yKXGaLc

Namaste JavaScript is a pure in-depth JavaScript Course released for Free on Youtube. It will cover the core concepts of JavaScript in detail and everything about how JS works behind the scenes inside the JavaScript engine.

Here's in full Playlist of this course - https://www.youtube.com/watch?v=pN6jk0uUrD8&list=PLlasXeu85E9cQ32gLCvAvr9vNaUccPV...

▶ Play video
woven pelican
spark matrix
#

Does anyone just have genuine tips on how to improve my network.
For some reason, for the past few days my download speed has constantly been fluctuating and I have no clue why.
I tried restarting the router, and all of that, but nothing seems to fix the issue.

stark trench
#

Need some help, i installed yesterday linux mint xfce with i3 wm, the mod button is windows button, when i use win+enter the terminal came out but when i use win+d for searching programs nothing heappen

#

How can i fix?

lapis musk
#

pls ban this guy (scam link) @sonic falcon

sturdy lotus
#

try messing with the config files or send the $mod+d part here

idle dew
#

I think you just have to open a program named keyboard and there's the shortcuts tab

silver stratus
#

Losing my mind because no games are working with proton on steam AUGH

sonic vapor
#

anyone please suggest a good mouse for my high school work as well as for some light gaming ( range is abt 25$)

silver stratus
sonic vapor
dusky folio
#

for software engineering and light video editing, should i get a macbook air with upgraded ram to 16 or 24 gb or save up money for a macbook pro. i dont know what the workload is for software engineering as i start school in may so unable to see yet.

dusky folio
warped oxide
#

get a used or refurbished last gen and save even more money

#

macbook pros last longer in usability than a macbook air. i used an original (2006) macbook pro until 2015

dusky folio
light kettle
#

Hey! Anyone who could help me with a problem using a debounce mechanism for a search filter on NextJS 14?

sonic vapor
tawdry oyster
silver stratus
#

very annoying, im thinking of getting a windows virtual machine just to play lol-

cerulean crypt
cerulean crypt
#

or use ready-made solutions

#

like PlayOnLinux, Lutris, StartWine etc.

violet dome
gentle ravine
#

hey ! Do you think I can find a PC around 200€ that allows me to do some programming (and running some docker containers, doin’ some rust) on Linux (I’d like some fedora on it)? I can only think of thinkpads x270 or t480 but are they still worth it ?

#

For most of other stuff I use my iPad Pro but I’d still like to keep a Linux laptop around since I am kind of a nerd lulz

worthy valve
#

Thinking of getting a gaming laptop
I live in India so I've decided by using Amazon prices and other youtube videos

My priorities for it are :

  1. Gaming and coding ( tied at first place )
  2. battery life , atleast 5 hrs on battery saved and everything ( mostly for browsing)
  3. 3d rendering/ software
  4. Video editing

My current budget is 80k and maximum 82
( In rupees )

I've shortlisted a couple of laptops :
( In no specific order but my most favourite and most probably I'm going to get is hp victus )

#

Hope you can suggest any other laptops or tell me regarding the list of laptops I've already given

lusty gust
#

Does anyone have any thoughts on the newest Thinkpad P series

merry bobcat
#

Hi, guys anyone studying CS in University and want to connect to learn share each other?

misty sluice
#

hello tech-experts! i truly need your help!

i am trying to apply for a scholarship and whenever i am directed to the next step of the application, it goes like this. i have a laptop that connects to ethernet and sometimes wifi. can anyone help fix this? i tried using the brave and the chroem browser as well, all results are the same - back to this error page. can anyone pls help? been stressing over this now for like a good 2 days. feeling super helpless because i have a deadline to catch and no one is 'tech-y' enough in my house to help me figure this out. help!

unkempt ore
#

check if that website is down by googling if the website is down

#

did that workl

wind vine
#

I think maybe try clearing your cache on your Chrome browser
go to chrome settings > privacy and security > clear browsing data > cached images and files then press clear data

novel falcon
#

yo anyone know about C++ and compilation errors in VScode?

short timber
#

I am new to programming I only know basic HTML and CSS but I wanna learn something else with which I can make certain programs for myself like python or something. Can someone give me FREE tutorials for those and from where to start

runic bone
#

i need a smart indian that can tell me wtf is wrong with my python code

shrewd heron
#

or just send ur code and somsone can help

limber grotto
#

Hello! hellothere
I need help for a JavaFX scene. iamfine
I need to illustrate the first picture, and my code illustrates this funny thing. huh I am also providing my code. Miks I would be grateful if someone would try to take a look. Happyjoms

package canvas;
import javafx.application.Application;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.paint.Color;
import javafx.scene.shape.Line;
import javafx.stage.Stage;

public class Canvas extends Application {

    public static void main(String[] args) {
        launch(args);
    }

    @Override
    public void start(Stage stage) {
        Group group = new Group();
        Scene scene = new Scene(group, 300, 250);

        double centerX = scene.getWidth() / 2;
        double centerY = scene.getHeight() / 2;
        double lineLength = 50;

        for (int i = 1; i < 20; i++) {
            double angle = i * (180.0 / 20);

            Line line1 = new Line(centerX, centerY, centerX + lineLength * Math.cos(Math.toRadians(angle)),
                    centerY + lineLength * Math.sin(Math.toRadians(angle)));

            Line line2 = new Line(centerX, centerY, centerX + lineLength * Math.cos(Math.toRadians(angle + 180)),
                    centerY + lineLength * Math.sin(Math.toRadians(angle + 180)));

            line1.setStroke(Color.ORANGE);
            line2.setStroke(Color.ORANGE);

            group.getChildren().addAll(line1, line2);
        }

        stage.setTitle("Canvas demo");
        stage.sizeToScene();
        stage.resizableProperty().setValue(Boolean.FALSE);
        stage.setScene(scene);
        stage.show();
    }
}```
warped oxide
# short timber I am new to programming I only know basic HTML and CSS but I wanna learn somethi...
freeCodeCamp.org

The best way to learn a new programming language is to build projects with it. I have created a list of 25 beginner friendly project tutorials in Python. My advice for tutorials would be to watch the video, build the project, break it apart and rebuild it your own way.

warped oxide
#

freecodecamp is good for python. the official curriculum and projects they mention. the stuff that people just write and upload to it is hit or miss

hasty snow
#

but if you wanna choose ai/ml as your domain then python is the language for u,

short timber
#

I see thanks guys sab and the doo

gaunt notch
wet coral
#

I did my undergrad and masters on a thinkpad t470p and those go for around £300 now second-hand

wet coral
rough loom
#

Hi! Who front-end developer? I have a one question about my web-site. Send me pls in discord!

#

If short: when I press button "back" in browser my last page don't refresh(reload). I need reload next page when I press button "back" in browser. How I can do it?

#

If dont understand I can show

formal bridge
#

Guys

#

Which linux should I download Fedora or Mint?

true snow
cerulean crypt
novel falcon
# cerulean crypt yeah

I am getting a " undefined reference to `note_getter()'" error, checked all syntax, it's all good with that, I use the migw c++ compiler from MSYS, I created header .hpp files for all .cpp files except for the main and for some reason it cannot find the path to the header files, does this have to do with the .json things?

#

and btw I used #pragma one and did all the include stuff correctly.

#

I am still getting this error

cerulean crypt
#

maybe #pragma once?

novel falcon
novel falcon
cerulean crypt
#

do you have any repository with this code?

novel falcon
#

yeap

cerulean crypt
#

can i see it?

novel falcon
#

sure

cerulean crypt
#

ok, then, give me the link)

novel falcon
#

check your priv stuff

jade citrus
#

Hi, what is you guys your opinion on using an apple watch? What useful use can it have? As in productivity taking in count that i own an iphone and ipad

idle dew
stark trench
# jade citrus Hi, what is you guys your opinion on using an apple watch? What useful use can i...

i think that if you set it right you can use it in combo with healt app on iphone to see you phisical status if you do some sport or sort of, but in my case ,for example , it as no sense cause i have all the notification muted and i don t do any type of sport so i prefer have a meccanical watch that can look much better. You can also have a to do list on an apple watch but in my opinion is better on a piece of paper, but if you wanna have it you should think about what do you wanna do with it and see if it's worth it

stark trench
#

and what do you think is the best for performance and portability?

round sorrel
#

1.I am a newbie to using Linux. And I don't know which distro to choose; I'm thinking about Arch and Debian.
2.I'm going to study Debian at University, so maybe, It will be much more appropriate to set on one, be good at it, and don't swap.
If u have some time, I will be happy to see your opinion on this topics.

hot fable
idle dew
#

But if you want a thin and light machine with go with t480s

#

IMP just make sure that the usb c on the ports are working correctly . I dont know but can anyone tell what version should the firmware of usbc not be .(If the firmware is that for a long time the usb will stop working) You can check in lenovo vantage I think so

dim steppe
#

hello anyone here knows mips assembly

coarse bluff
#

hi, so i have a hashed string and i need to delete a character from it and then get hash of its substrings, how can i do that efficiently? my approach was to reconstruct a hash table everytime i delete a character

#

maybe if i could concatenate the hashes somehow?

long crypt
#

what would be a good app to start coding or a good site to start learning to code

carmine estuary
# long crypt what would be a good app to start coding or a good site to start learning to cod...

I started off on replit and then moved onto Visual Studio Code as an IDE, but now that I'm college and taking classes that involve java I'm using JGRASP. If your goal is to just mess around with coding, then I have always liked replit because its simple to set up and its in a cloud type setup so you can access your code on any device that has a browser on it even your phone or tablet. Plus, it's free with some limitations but once you start needing more out of of the free version you should for sure switch to an IDE like Visual Studio Code. Hope this helped.

humble surge
#

hey anyone knows how to attach a long excel table in ms word which takes more than one page in word

umbral sinew
humble surge
umbral sinew
long crypt
carmine estuary
long crypt
weary forge
#

are there any phone roms that make the phone dumb

idle dew
#

you can uninstall all the apps until you only have the phone and messages app

#

and have a minimal launcher like unlauncher

weary forge
#

or make it harder to at least install apps ?

hot fable
weary forge
#

meh still tysm

hot fable
#

yeah if you want good results you'll have to commit. There's apps that can lock apps behind a password but it's not the most effective if you can just type in the password yourself lol

idle dew
idle dew
shell remnant
#

Hey guys, does anyone know how to make a logical flowchart and a physical flowchart?

shell remnant
# hot fable be more specific

I'm making a logical level flowchart and a physical level flowchart of a website called "osTickets". Idk if I'm doing it correctly.

I heard that the Physical Flowchart handles the how, so what I thought is that it will use technical terms, while Logical Flowchart is a more human-readable / friendly version of the Physical Flowchart.

hot fable
#

I'm making a logical level flowchart and

weary forge
weary forge
idle dew
#

how do I create a linux ecosystem? i am a newbie

cerulean crypt
#

setup linux???

elder coral
#

anyone here into dumbphones? I just got a doro 7030 and need to find out how to place a @ symbol 😄

idle dew
median peak
#

Does anyone here have experience linking mediapipe with unity?

hoary dome
#

Any of you guys know java and kotlin udemy course with tests

#

Or good java or kotlin course and some website with test and quizzes

#

Plz i really need that but i cant find it

gaunt flame
#

what linux distro yall recommend for noobs who just want to get rid of windows?

snow jungle
#

in INtel 8051, Why setting any port to 0 makes it an output port and making it 1 acts as an input?

spark matrix
topaz cave
cerulean crypt
broken igloo
#

hi

#

is anyone available to review my CV? 😳😳😳

cerulean crypt
native brook
#

@outer harbor please no links to other people's streams

warped oxide
#

<@&942391219206647828>

fiery pendant
native brook
warped oxide
#

that was insane lol

fiery pendant
#

idk i somehow

#

am always active whenever someone sends such link

#

was best motivation to become a mod rly i would see em whenever they posted

#

in instant

fiery pendant
#

HAHAHAH

native brook
#

fastest banner in the wild west

fiery pendant
fiery pendant
#

ahahhaha

topaz cave
fiery pendant
#

giving u hints ✍️

fiery pendant
#

@native brook

native brook
fiery pendant
shadow lark
#

what's a great textbook to learn about python programming ?

sudden flume
cerulean crypt
topaz cave
#

I might've taken too much time making my make.conf, probably more than 10 hours, and I still need to make some more research for the USE - flags variable.

cerulean crypt
topaz cave
#

Well, this is somewhat sad, at least for me.

stoic sable
#

hi everyone i have a school project its about building a science project if the project good enough my project will be taken to the international space station DM if u want to help

topaz cave
stoic sable
#

i need to make my own

#

like smth i need to prove or smth to test in the iss

topaz cave
#

Interesting, what do you have in mind by now?
As it's day 2 you might've something to make the project about, if you do, then I could help you with the information gathering.

cerulean crypt
topaz cave
cerulean crypt
topaz cave
# cerulean crypt Yes, I'm has it on mind

By the way, I'm eager to ask you something, as far as I can relate, you've been learning low-level programming right? And for that reason, could you give me some tips on how to learn such demanding and harsh languages? E.g.: Which projects did you use to help you; Any content creators; et al.
I always had a passion for low-level programming languages, although I'll just be able to practice them when the summer holidays arrive, because school has been way more time consuming than I thought it would. So when the free-time comes by I'd love to already have the foundation for its inner work.

#

My idea was to first learn C then choose between C++ or Assembly, these 3 are my favorite ones.

#

Being honest, I never touched or made any Python script, though I can read it, and know what the code does.

#

The same can be thought for other high-level languages, I just need to take some time to learn what each flag does, and in a matter of time I'll be able to read some scripts with that same language.

#

Either way, I'd be grateful to get some help, just to get the basis of it.

cerulean crypt
# topaz cave By the way, I'm eager to ask you something, as far as I can relate, you've been ...

Yes, I've studied assembler, I can say that you need to learn all the registers, their purpose, types of operations, register-register, register-memory, etc., projects should be extremely simple, revealing each kind of operation and registers, you will also need a table of calls to the operating system for which you are writing code and in which registers you need to write data in order to pass arguments to the function, Examine data types, string formats, arrays, labels, etc.

cerulean crypt
# topaz cave My idea was to first learn C then choose between C++ or Assembly, these 3 are my...

Each application consists of bytes of code that can be interpreted into assembly code, you can write assembly code wisely and apply algorithms, but this is very long and inconvenient at first, also in some dialects of assembler there are no macros or functions, which complicates the process of writing code, and a program written in assembler will most likely not work on another architecture, Assembler was replaced by the C language, which allows you to automate the generation of assembly code and simplify the programming process, as well as compilation for different architectures, the C++ programming language further expands the capabilities of the C language and allows you to automate code generation for functions of different types of data, as well as an object-oriented programming model, which is very helpful in creating video games, but the C++ language takes longer to compile than the C language

cerulean crypt
cyan iris
#

Hey do you think most of the content about Devin Ai is clickbait? I think it even cant perfrom simple refactoring with some principle of OOP

topaz cave
radiant void
#

Hi everyone, I'd like to ask a question: is Spring and Springboot the same thing? If not, what's the difference?

lucid saddle
#

Hi guys! I'm having a problem with HC-05 and Arduino, anyone can help?

cerulean crypt
lean island
#

im doing a crackme challenge and the program encode my input after compare it. I need to understand how it encode the data to retrieve the flag

topaz cave
cerulean crypt
lean island
idle dew
#

Heyy guys quick question
If i wanted to practice programming through project based learning and all that ,would practice through game development be enough for me to be good at a certain language like cpp for example,and if i wanted to apply the same knowledge somewhere else like in doing other projects that were not related to game development would it work?
I dunnno just trying to make myself interested,and i think this could be one of the ways

glad forum
cerulean crypt
glad forum
cerulean crypt
#

Привееет

glad forum
round sorrel
#

Solved

cerulean crypt
#

do you try solve problems? or you need ready to use solution?

foggy flame
#

Is anybody studying cybersecurity and taking information security certification exam next month?

tardy heart
#

поражен твоим англиским,сам выучил или в англо-язычной стране живешь?)

#

Как носитель языка сам прифигел немного,даже подумать немог что ты не англичанин)

cerulean crypt
#

я просто пишу как знаю и проверяю транслейтом

tardy heart
#

да не норм вполне,вот щас читал выше и пару ошибок заметил,но в общем очень удивительно даже)

cerulean crypt
#

малую часть редактирую

tardy heart
#

харош)

#

очень правильно что в англ комьюнити вышел,еще совет если в снг стране живешь,пытайся говорить в слух то что печатаешь,а то получиться так что переписываться умеешь, а говорить нет)

pure flare
#

Hi, anyone up here who can help me out with some issues I am facing regarding Mlops??!

pure flare
vital marsh
#

Guys, I'm trying to repair the keyboard, I replaced the switches 3 times, it's not a problem with the switch, then I changed something that I marked in the photo, what else can I do without desoldering all the switches to get to the wires with the signal (I don't know what it's called in English)

#

it's not this either (img2) because only 1 key doesn't work

idle dew
#

I don't much about keyboards it looks like some component shorted

cerulean crypt
#

<@&942391219206647828> scam

native brook
cerulean crypt
cerulean crypt
#

<@&942391219206647828> SCAM

#

👍

native brook
vital marsh
#

I use windows 11 but I changed what is displayed when you right-click on the file without this, Win 11 sucks

cerulean crypt
#

idk but win10 size less 20GB instead win11 with 60GB

#

cool

stark trench
#

yes linux is better :c

#

it s a joke

cerulean crypt
stark trench
#

for the rest is the best one

cerulean crypt
#

what i want i play on it 🐧

stark trench
#

if i wanna play a game with anti-chaet i can t

limpid aspen
cerulean crypt
#

when i can't play game on linux, i boot win10 side by side with linux partition

cerulean crypt
limpid aspen
#

just jokin brother

cerulean crypt
warped mica
#

Hey guys my desktop won’t work on my monitor i even changed cables and tried to plug the laptop it worked but the desktop the screen stays black, Is the ram related because it all started when i took the ram off the clean them because one wasn’t working i have 2 chips of 8 gibs.
I removed the cmos battery for 5 mins i pressed the power button for 5 mins(Didn’t work It says check signal cable after i pressed the on button on the screen ) i tried a different port and it’s still not working my cpu is ryzen amd 4300 ge with an integrated graphics card so i only have displayports that are linked to the motherboard if that help ( please anyone suggest what should i do i really have important work to finish on it :(..)

warped mica
limpid aspen
limpid aspen
remote cosmos
icy vigil
#

Hey any ideas to improve my experience and enable more features on my kindle ereader? I bought it yesterday and my older kobo ereader had way more features since I modded it a bit so is there any tricks or tips to increase the usability of my kindle?

#

It's a kindle paper white 11th gen btw

idle dew
#

All I wanted from it was dark mode and non-blue lighting and it offers that

icy vigil
#

yo guys is there any way to pop out the vscode terminal window? im on linux btw

icy vigil
# cerulean crypt ctrl+j

yea but that just hides it or shows it, i meant like pop the terminal window out vscode as a separate window

cerulean crypt
icy vigil
cerulean crypt
#

it's maybe not the best way, but it's works

icy vigil
#

lemme try it out

#

ayeee it works tysm

cerulean crypt
lean island
#

but i dont know if there is a way to do this in vs code

icy vigil
cerulean crypt
lean island
stark trench
#

did anyone know how to add a file browser on lazyvim?

frosty sequoia
#

remember kids light mode attract bugs

icy vigil
#

Besides my monitor has the yellow light filter on max so it's not even that bright looking

frosty sequoia
icy vigil
frosty sequoia
#

that theme is illegal

#

it blinds my eyes worse than gruvbox light mode

icy vigil
#

I honestly think deep dark themes are worse than light themes

#

U can't see anything fr

frosty sequoia
#

u just didnt try gruvbox

#

check this beauty

#

isnt this the best theme ever

#

spoiler ys

icy vigil
#

Gruvbox is very cool btw

frosty sequoia
icy vigil
#

I guess

#

Like the high contrast themes

cerulean crypt
#

but usually i use monokai

icy vigil
#

Most of the time they are worse than dark themes unless you are in a pitch dark room

cyan iris
#

Hey I wanna ask for a help do you know an effective visualization tools of sorting for comprehension

#

and any books for beginner friendly about algorithms and datastructure

cerulean crypt
#

<@&942391219206647828> SCAM

fiery pendant
cerulean crypt
#

<@&942391219206647828> SCAM

fiery pendant
cerulean crypt
#

sorry

fiery pendant
fiery pendant
cerulean crypt
fiery pendant
#

holy

cerulean crypt
#

yeah

fiery pendant
#

so many at once lol

cerulean crypt
shell hollow
#

help me

#

for i in range(5):
    i = int(input("enter number: "))
    NUM.append(i)

def Push3_5(N):
    for i in N:
        if i%3==0 or i%5==0:
            Only3_5.append(i)
        elif i%3==0 and i%5==0:
            Only3_5.append(i)

Only3_5 = []
Push3_5(NUM)

print(Only3_5)

def numpop():
    for i in Only3_5:
        item = Only3_5.pop()
        print(item)
    print('Stack Empty')

numpop()```
#

this is my code

#

when i run it, it only pops 30 and 18

#

python language

earnest brook
#

NUM = []

for i in range(5):
num = int(input("Enter a number: "))
NUM.append(num)

Only3_5 = []

def Push3_5(N):
for i in N:
if i % 3 == 0 or i % 5 == 0:
Only3_5.append(i)

Push3_5(NUM)
print(Only3_5)

def numpop():
while Only3_5:
item = Only3_5.pop()
print(item)
print('Stack Empty')

numpop()

earnest brook
cerulean crypt
# shell hollow help me
def add(N):
    for i in range(5):
        N.append(int(input("enter number: ")))

def Push3_5(N):
    for i in N:
        if i%3==0 or i%5==0:
            Only3_5.append(i)

def numpop(N):
    while N:
        print(N.pop())
    print('Stack Empty')

NUM = []
Only3_5 = []
add(NUM)
Push3_5(NUM)
print(Only3_5)
numpop(Only3_5)
frosty sequoia
outer lance
#

Hey, anyone here who uses Davinci Resolve for editing and knows how I can fix my clip lagging after applying the Delta Keyer Effect (used for green screens)? Quite just starting out and am in charge of editing a group project for school

fading quail
#

Anyone good w/ JSON? I'm getting an issue w/ input and can't figure it out

exotic elk
#

hello

#

i needed help to decide if i should persue a cs degree when i get into a university

rugged crow
#

heya, can someone code in c++?
i have a group of friend whom i need to do a project with (physics lab) where we make use of an arduino board.
the problem is, we have not learend to code in c++, only in python
dm if you can help! appreciate it

ocean briar
#

hii anyone took data structures before? im struggling with Dijkstra's and Prim's algorithm yt isnt helping either : (

ocean briar
#

so my goal for both is to find the sequence of nodes visited? for dijkstra's isnt there a number i have to calculate overall? like the sum of all the nodes visited or something

idle dew
#

How many different numbers that can be represented between 2^13 and 2^14 in the IEEE single-precision float standard. Justify your answer.

ocean briar
#

this was very helpful tysm!

icy vigil
#

Not tech help or anything I just wanted to show my super super cool three inch smartphone that I use as a dumbphone cause you really can't do much on a three inch phone lmao

#

It's light blue and I call him lil nacho

acoustic lava
#

does someone programm with r studio and can help me with forming simulations to calculate probabilites?

crimson magnet
#

Whats the model

icy vigil
#

Keep in mind it has no headphone jack Emotionalshrek

crimson magnet
crimson magnet
icy vigil
#

Its not the model name lmao

icy vigil
crimson magnet
#

My heart cant take this

icy vigil
#

Sorry brudda

crimson magnet
crimson magnet
prisma folio
#

Hello friends, I have a question so for school we need to create a site for a tennis club... but I have a problem with my code every time I try to register, my page gives me an error message, but everything is correct and I don't understand why

#

So if someone is good at coding in javaScript please contact me

glacial leaf
#

Hey, guys. I’ve been working on a binary tree python program.

Here’s the issue: For the "Displaying data in each element in ArrayNodes in order:” section, I’m getting 10 extra lines of -1 0 -1 (which tells me that there is no data in these elements of ArrayNodes).

Everything else is working properly, I’m just trying to find a way to get rid of these 10 extra lines (and find out what is actually causing this problem).

Here’s the code:
https://pastebin.com/8MJ4jY7t

Please ping in reply and thanks in advance for any help.

icy vigil
hardy gate
#

Can I talk to someone who is interested in KEGG pathway analysis?

covert turret
#

anyone good with reinforcement q learning?

icy rapids
#

study a subject you enjoy. <3

glacial leaf
open solstice
#

I think it is possible without liking programming, if you don’t hate it then its chill

open solstice
#

You need maths tho

#

Cs is not only about programming

open solstice
#

Which is most of it

#

I had 27 different cs courses and only 3 of them were directly programming/algorithm related

open solstice
#

Why

#

I think its great

cerulean crypt
open solstice
#

yes

#

but cs is not only programming

#

programming is so little

#

if you are taking machine learning courses that doesn't mean it's not practical

#

it could be

#

also if you are doing it for practicals and programming just dont

#

and open udemy

cerulean crypt
#

🤔

warped oxide
#

it depends on the school, some treat CS as a software engineering degree and some treat it as what it's called - a computer science degree - studying the science of computers and all the math and physics behind it plus some electrical and programming knowledge

#

i wish more universities had software engineering bachelor degrees or that it was acceptable to get the education from a trade school

#

i don't want to be a software engineer, but people who do should be able to do that job with a 2 year education just like people are able to get IT certifications (but now companies want you to have a degree AND certs which is another problem)

#

at least for american universities you can check the exact required curriculum classes and electives for the degree you want on their website so you can figure out if that school has the degree type you want. Stanford is known for not having a lot of software engineering (SWE) in their CS degree whereas schools like the Cal Polys have a SWE bachelor's and a programming focused CS degree

idle dew
#

hii guys i want to start learning coding (on my own). Do you think Free Code Camp is a good start?

exotic elk
#

Pursuing my Cs degree very soon after devin got announced is it over for me??

glad forum
#

But yeah, it's good

idle dew
pine meteor
pine meteor
median hound
#

Anyone know how i can make a connection to a locally hosted server on my computer?

I'd need that so I can scan QR codes via phone to do stuff with SQL, are there any good programs for it?

#

or idk via api / node.js

#

the app still doesn't stand but it's something I'll have to deal with someday

exotic elk
pine meteor
open solstice
pine meteor
#

My opinion is that software engineering will stop being as we know it

#

Coding/syntax will not be important, what will be is problem solving

#

We will still have to solve the exact problems but won't be with python syntax, just with plain english

#

English is the new programming language

#

It's like the compiler, we write code in python and then the compiler translate it to assembly

#

Now we will write in English and the AI will translate to code

glad forum
#
  • programming in science field, + very specific fields, etc. There always would be a lot of work for human developers
#

So if you just want a website sure, you can use ai. But it is just a new instrument, not really a revolution

pine meteor
hasty snow
warped oxide
#

SWEs are still safe but there will be less of these jobs just like they already are outsourcing labor to cheaper countries. learn to use the AI and how to code and be creative. also you can't use an LLM for govt/military/confidential private intellectual property unless your company or sector makes one and controls it themself otherwise you risk getting in trouble with ITAR 😬 and IP leaks/corporate spying

#

for a website example there are companies like Carrd and Squarespace that allow someone who can't code to make a decent website but there is still a demand for old school Webmasters for if you need to maintain a complex website and there is still a need to hire a designer to make it look beautiful. today you may only need to hire one person or a couple of people depending on your website demands. people aren't really out here just learning HTML and CSS anymore for this, they know wayyy more so the job pays really well but there are only a few spots available in house or you contract it out. an AI can help you get the bones of your design but you may need an artist, webmaster/web dev, copywriter, product photographer, and model(s) to bring it to life. the AI can't tell what is beautiful or pleasing unless it has been trained to do that and even still it can mess up. AI can help you speed up the process and cut down on costs but you need people to make these complex creative decisions to bring your idea to life

#

this applies to all avenues in the SWE domain just like it did to robots in factories

warped oxide
#

pursuing CS for SWE is not over but it's not an easy $100k salary anymore

you have to learn more languages and frameworks than school teaches, be an early adopter of all the AI tools out there to keep up, do personal projects outside of what is assigned at school and contribute to open source software on a public facing github to market yourself, apply to an insane amount of jobs and if it's big tech then do hundreds of hours of leetcode (barf), attend meetups and conventions etc that may cost money to network and get a referral to help with the 1000 person job applicant pool
even then it might not be enough, here in SF/Silicon Valley you're competing against top talent worldwide

the barrier to entry for CS is really low in terms of cost of materials (computer and internet) and how widespread and excellent the free learning resources are (you can learn Python from MIT for FREE). Compared to other types of physical engineering where you need that but then you need physical materials and software licenses if there is no free equivalent and the information is out there for free but it's harder to access or too dense to understand easily especially if you're not a native speaker.

you have to know that you love to do this

#

remember that big tech or startups are not the end all be all of CS jobs. regular companies need you to build and maintain their products too

i believe in all the new and future CS grads who love to code and have a creative drive to solve problems Happyjoms

pine meteor
#

I feel like data science will be the new computer science in terms of job oportunities

#

just see the annual salaries of AI researchers/engineers in top tech companies

idle dew
hasty snow
novel ember
#

hey, i'm creating a breakout game (with OOP) that should be able to interpret ascii based files to load new levels and i want to be adaptable. What design pattern do you think would be the best in my case? and explain if possible. thank u

eager shadow
#

hullo, anyone here work with angular php before? i got some httponly cookie related question~~~ 🍪

open solstice
#

but now is a good time yes

open solstice
#

it is hard to find new cs these days because of layoffs and competition

#

there are just so many people

#

it's not like you are doing cs you are gonna be successful or you must be smart

#

everyone does cs

#

but yeah it's more like our child's problem

#

the industry is overpopulated

#

not only cs

#

but any industry

#

and economy is fucked up in the entire world atm

#

so not too many jobs

#

it is fucked up even in the current market

#

you have to go over 5 stages of interviews to get a job??

#

that is mad

#

and you can get rejected because you were unlucky with some stuf

#

but yeah company's also can't do anything about it

#

they just want to lower their risks with hiring someone

#

if you go over linkedin you see 100+ applicants in 30 mins

#

for a job where they only take 20 ppl

#

so yeah ppl are starting to ask for masters

#

maybe in the future everyone will be researchers or artists

#

who knows

open solstice
#

so maybe java?

idle dew
open solstice
idle dew
open solstice
#

this is good

#

for basics

idle dew
open solstice
hushed sequoia
#

it's very simple and interactive too

#

If you manage to finish all projects and do the last couple well, there is an opportunity for an interview with google

supple oriole
#

hey i need your advice i am using gaming laptop currently but its super heavy and i wanna change it with macbook but i am not sure for now. some people said you cant use every app or other stuff effectively. thats why i am confused

#

and i am studying computer engineering but i am junior so i didnt decide my career path

#

if there is anyone using macbook, pls tell me your experience with mac

hushed sequoia
#

Hardware is great, software is crap

#

The freedom of windows softwear is definitely heaps different to macos

exotic elk
#

im entering a univerisity soon and i need to decide which one i should go for one has a course with cs with ai and another just computer science so should i pick the obvious one?

hushed sequoia
#

depends

#

do you want to do uni online or on campus?

#

and your country of residence/citizenship also matters

idle dew
hushed sequoia
#

Np bro

idle dew
#

I think both the options C and D are correct!?

plucky sandal
#

can someone make this work i have to submit it please if you can and i AM UPLOADING THE FILES YOU CAN DM ME THE FILES AFTER YOU HAVE COMPLETED (THE PROBLEM IS WITH THE JS FILE AND I HAVE TO USE RAPID API) DM ME IF U CAN HELP I WILL SEND U THE FILES

jolly swallow
#

Hi guys, I’m currently self studying for APCSP and I need to code and make a task performance, could anyone teach me or give me free websites where I can QUICKLY learn for this!! I’ve been trying to learn how to code but it just goes over my head 😭

hot fable
idle dew
regal path
idle dew
regal path
#

You should speak to your instructor about that

foggy flame
#

can somebody help me understand this

icy vigil
# foggy flame

Uhh well I'm not too good at subnetting (I failed my networking subject twice already lmao) but like u have to make 12 new IP addresses that derive from the address they give u, the subnet mask is just a bunch of 255s (it seems its a class A ip adress so the subnet mask is probably just 255.0.0.0), also the broadcast station ends with 1 when you convert the address to binary (like idk it would be something like 00001010.10111010.0000111.11111111 u know like having all ones in the last segment)

#

I saw a short video a while ago that really helped me understand https://youtu.be/nFYilGQ-p-8?si=5EHk98gtY5G6gAW0

Here is a method that simplifies the process of subnetting. Hopefully it will help you understand what's really happening when networks are divided up and why subnet masks are important.

For some background information on binary counting and conversion, check out these videos:

How to Count in Binary: https://youtu.be/pDkeQYcefn8
Converting an...

▶ Play video
foggy flame
#

thank you man

icy vigil
#

Yea dw

#

I'm horrible at subnetting but I tried my best

#

Also I suggest u convert every number u get into binary too

foggy flame
#

we're starting with C bc it's the easiest 🥲 i'll see it through

foggy flame
#

Tank yew

hollow tapir
#

since k<=8 you can just use a frequency array using int8_t

#

how big is n?

modest quiver
#

guys could please someone help me for a easy project on arduino? need to do a sensor for fire (it's just for an exam... I don't know like anything about it...)

pine meteor
pine meteor
modest quiver
modest quiver
#

just a flame sensor

#

wanna just put a flame sensor and a buzzer

pine meteor
#

flame sensor has 4 pins

modest quiver
#

I don't know literraly nothing

pine meteor
#

buzzer has 2 pins

modest quiver
#

yeah it's because I don't wanna study, it's just an exam without sense then I'll never touch programmation stuff, I'm doing Management Engineer 😦

pine meteor
#

wait

pine meteor
modest quiver
#

The problem that I bought an arduino esp 32

#

But thank you bro, I really appreciate it

pine meteor
modest quiver
pine meteor
#

i think it has the same pins as the other one

modest quiver
#

this one, I put it there but like I don't even know what's the meaning of all this numbers and letters

#

Yeah I'm gonna try now

#

Now that I'm here I'm feeling ashamed that I don't know nothing ahaha

#

I think I'm gonna study the minimum

#

But thank you very much

pine meteor
#

ah its esp32

modest quiver
pine meteor
#

so

glad forum
pine meteor
#

basically

#

just put the power battery in the 5v and gnd

#

you know, positive and negative

#

5v -> positive, GND -> negative

#

then after that

#

you put the fire sensor in any 4 pins that you want

#

the gpio pins

modest quiver
#

what's the power battery

pine meteor
#

or this

#

the battery

#

it has 2 wires

#

positive and negative

#

you put positive in the 5V in the ESP32

#

and the negative in the GND

modest quiver
#

wait Why I need a power battery? I'm gonna connect with the computer

#

Also in the video didn't use the battery

pine meteor
#

ah yeah

#

then

#

you dont need it

#

just put the fire sensor in 4 pins

#

and the buzzer in the another 2 pins

#

and that's all you have to focus on

#

on those 6 pins

modest quiver
#

Ok I have just passive or active buzzer

#

I think it's the same

pine meteor
#

just put one

#

i dont even know the difference between the passive and active one

#

just know its buzzes

modest quiver
#

And the cables?

pine meteor
#

so

#

the connections in a breaboard are in vertical rows

#

like that

#

so all 4 pins in vertical are connected with each other

#

the way you put it

#

its not connected to anything

#

breadbord too small

#

for reference:

modest quiver
pine meteor
#

no

pine meteor
#

it doesnt make sense to put the 4 pins connected with each ohter

#

other

modest quiver
#

So now I put the sensor in vertical, I need to put it in horizontal?

pine meteor
#

it doesnt make sense

#

you connected all 4 pins together

#

each pin have one function

modest quiver
pine meteor
#

now the pins are separate

pine meteor
#

you have to quit the esp32 like the video

#

because its too big to connect a pin there

modest quiver
#

Aaaah

pine meteor
#

and connect it below

modest quiver
#

can't do it like this?

#

Need to be like the last video? 😦

pine meteor
modest quiver
#

Ahahaha

#

sorry bro I'm a disaster

#

Told you that I don't literally know anything

pine meteor
modest quiver
#

Ok gonna try it now, thank you very much again

keen smelt
#

will this ram work on my thinkpad t420?

regal path
#

should work

keen smelt
regal path
#

its 2.5 inch?

#

@keen smelt

keen smelt
regal path
keen smelt
regal path
#

i overlooked your message when you sent the ss lol

limber grotto
hollow tapir
limber grotto
hollow tapir
#

do you need binary search functions like in the C++ multiset?

limber grotto
#

Well, a colleague helped me now. Actually, each bit corresponds to a number, I just understood the condition in the wrong way. Thank you very much for your responsiveness!

pine meteor
pine meteor
regal path
#

t420s have msata slots

keen smelt
fallen totem
#

Well anyone give me a suggestion on a topic to make smth in Android studio as a project. I was making weather app but faced lot of errors so i gave up

oblique saddle
rancid hull
#

Hi yall guys, can anyone give me names of 2-3 books about electromagnetic fields and waves, as simple ones as possible (for dummies or something)

fallen totem
pine meteor
fallen totem
pine meteor
fallen totem
pine meteor
#

<@&942391219206647828>

idle dew
#

what is a good flip phone that runs apps? That works in the US lol 🙂

idle dew
#

Yoooo that's crazy tho I asked that in like a server like a day ago lol

#

I'll look and see if I can find my comment

#

TCL Flip, ZTE Cymbal, Alcatel Smartflip
Alcatel one touch

#

@idle dew

limpid flower
#

@fiery pendant 👆🏼

fiery pendant
idle dew
fallen totem
glad forum
#

<@&942391219206647828>

native brook
frosty sequoia
tepid wharf
#

is anybody learning front end web development?

#

i just started today

idle dew
round sorrel
#

Is there a big difference in commands in bash and other stuff between Arch and Debian-based distros? I only know about package manager that it is not apt, but pacman? I'm a beginner in Linux, but I hope that made my question clear.

next geyser
#

Hey does someone knows a good chart NuGet package for c# wpf (.net 8.0)? I just found this: C1.WPF.Chart. But I would need to buy licence to be able to use it over 30 days in my project.

vapid dock
#

if there's anything different there's the arch wiki

#

it basically has everything you need

glad siren
#

hi guys i wonder if anyones has recommendations for websites/documents to learn data structures and algorithms? i have a dsa exam in 2 weeks and have a basic grasp of everything but would like to review on my knowledge. thanks

idle dew
glad siren
idle dew
#

This really depends how and what shape your exam will take

#

What are the resources your course gives you?

#

You can simply search up Data Structures harvard in youtube and watch entire lectures for the theory

#

Same goes for algorithms

#

Those will give you the necessary theoretical insight

#

But to be honest, the best is always to learn your courses ressources since the questions are built around them

#

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.


TABLE OF CONTENTS

00:00:00 - Introduction
00:01:01 - Stacks and Queues
00:09:53 - Jack Learns the Facts
00:12:01 - Resizing Arrays
00:30:33 - Linked Lists
01:16:09 - Trees
01:30:34 - Dictionaries
01:34:26 - ...

▶ Play video

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.


TABLE OF CONTENTS

00:00:00 - Introduction
00:01:01 - Overview
00:02:58 - Attendance
00:09:40 - Linear Search
00:24:58 - Binary Search
00:28:25 - Running Time
00:38:06 - search.c
00:51:29 - phonebook.c
00:53:...

▶ Play video
#

there are also entire playlists of full courses on it from MIT, Harvard etc

idle dew
#

is anyone familiar with spin locks

idle dew
#

nvm

mint sierra
#

does anyone has any good dynamic programming course ???

icy vigil
icy vigil
#

hey guys, im making this number guesser on python and for some reason the first line of the program (type a number) is not printing and it straight goes to the error line (please type a number next time) and then the make a guess happens, what i want the program to do is for it to print the type a number first and then the make a guess line, can someone help me?

#

nvm the code was fine but i just had to kill the terminal completely cause the loop with the incorrect code just kept going lmao Emotionalshrek

lethal cosmos
#

hi, where i can learn to code html css or js? if you have any video to recomend me or smth its going to help me a lot thanks!

jolly swallow
#

In my current code I am missing a LIST element? Could someone help me include one ?

icy vigil
tepid wharf
#

im new

lilac marsh
#

hey everyone, what do you think is the best way to study computer architecture?

#

i feel like it's a lot of content to learn/memorize and not as much problem solving, if you have any useful youtube channels that would be helpful as well

brave prawn
glad siren
#

sorry

#

you can search for lecture notes on MIT or Harvard main websites tho

#

also ive been doing leetcode problems and they sure do have helped so yay

#

except that i wish i could find a suitable learning source for complex algorithms/problems, since they are likely to appear in my midterms and finals exam

#

do you guys have recommendations for classic problems for each type of algorithm/data structures?

#

like, the classic one for me to understanding dynamic programming fundamentals was LCS and LIS

brave prawn
glad siren
#

vietnam

brave prawn
glad siren
#

but basically my uni adapts from MIT lecture notes and slides so meh

#

btw which language do u use

brave prawn
#

oh

brave prawn
brave prawn
#

or maybe try hackerrank

glad siren
#

XD

#

lol

glad siren
brave prawn
#

i am in 2nd semester rn so in college theyre teaching C

brave prawn
glad siren
glad siren
#

but like bro theyre speedrunning everything and i dont get time to practice anything at all Emotionalshrek

#

exams coming on tuesday, the week after next

brave prawn
brave prawn
brave prawn
icy vigil
# twilit wraith not even tmux?!?!?!??!?!

Ayo you use neovim? Im thinking of switching up to neovim as my text editor in a few months cause i do like doing stuff in command lines but idk if im advanced at it enough to set it up, and also, is it easy to use with C/C++/python/Js and embedded systems usage? Thats what i intend to use it on 😳

#

btw does anyone have any good video or web page on subnetting?? its urgent 😳

raw iris
raw iris
# icy vigil btw does anyone have any good video or web page on subnetting?? its urgent 😳

► Get the COMPUTER NETWORKING audio book here ►https://amzn.to/3rxrkfi (Amazon affiliate). Just get the book by signing up for a free 30 day trial of Amazon Audible Premium Plus.

A subnet mask is a number that resembles an IP address. It reveals how many bits in the IP address are used for the network by masking the network portion of the I...

▶ Play video
#

I enjoy this channel

twilit wraith
# icy vigil Ayo you use neovim? Im thinking of switching up to neovim as my text editor in a...

coming from someone who recently got into it around 5 weeks ago, i would say that it isn't exactly easy but should be no issue if you genuinely dedicate yourself to reading the documentation and referencing off of youtube videos.

you definitely don't need to be advanced enough to get it set up, not at all! although i never configured vim, nvim is integrated with lua and not vimscript and ive heard its a LOT easier configuring, downloading plugins and really anything on lua. you don't really need pre-req knowledge on lua at all, just basic cs ideas (literally tables 😭)

i have my configs setup for C, C++ and python, however I've mainly only done C++ development with it for now. i can't speak for embedded systems usage, and I'm still pretty new to neovim myself however the biggest reason i've gotten neovim in the first place is because it's just so highly configurable to your liking that you can set it up for really any developer environment you'd like. and also i live on the terminal as well LOL

for short, if you're thinking of switching then go ahead and do it! i can provide some resources to get started. i personally configured from scratch but there's kickstart nvim which is amazing for people first getting in without the overhead of having to figure out from scratch and wtf to do

#

if you don't know your vim motions, start getting used to it cause yk, nvim. and vim motions are just the best way of getting around in your developer setup period

gleaming brook
#

Hey, I'm not sure whether this is the right place for programming questions but: I need to implement the secant method to approximate the root of a function. One of the given functions is f(x)=tanh(x) with initial values x1=-1 and x2=3. This leads to the output NaN because of the asymptotes of tanh. I asked the tutor for help and he told me that if I make the method return an error message for f(x1)*f(x2)>0, all cases with asymptotes should be solved. As you may guess, that didn't work. I asked chat gtp, which implemented an if statement leading to the root becoming infinity. I am at my wits end and could use some help. Here is my code:

#

double secant(double x1, double x2, double (*func)(double), int &schritt, const double tol )
{
double xn; // Variable für die lineare Approximation
schritt = 0; // Schrittzähler für Konvergenzgeschwindigkeit
//triviale Lösung
if ( func(x1) == 0 ||func(x2)==0)
{
std::cout<<"0";
}
//checken ob f(x1)*f(x1)>0 => return 0
if (func(x1)*func(x2)>0)
{
std::cout<<"Bedingung nicht erfüllt\n";
}
do
{
// Berechne neuen Wert für die lineare Approximation
xn = x2 - func(x2) * (x2 - x1) / (func(x2) - func(x1));

    x1 = x2; // für die nächste Iteration: x2 -> x1
    x2 = xn; // xn -> x2
    schritt++; // Inkrementiere
} while (std::fabs(x2 - x1) > tol); // Iteration wiederhohlen bis gewünschte Genauigkeit erreicht wird

return xn; // Ergebnis

}

#

Here is the code from chat gpt:

#

double secant(double x1, double x2, double (*func)(double), int &schritt, const double tol)
{
double xn; // Variable for the linear approximation
schritt = 0; // Step counter for convergence speed

do
{
    // Calculate the new value for the linear approximation
    xn = x2 - func(x2) * (x2 - x1) / (func(x2) - func(x1));

    // Check for NaN or extremely large values
    if (std::isnan(xn) || std::fabs(xn) > 1e10)
    {
        // Adjust interval away from asymptotes
        double mit = 0.5 * (x1 + x2);
        if (func(mit) * func(x1) < 0)
            x2 = mit;
        else
            x1 = mit;
    }
    else
    {
        x1 = x2; // Update for the next iteration: x2 -> x1
        x2 = xn; // Update for the next iteration: xn -> x2
    }

    schritt++; // Increment step counter
} while (std::fabs(x2 - x1) > tol); // Repeat iteration until desired accuracy is achieved

return xn; // Result

}

raw iris
frosty sequoia
frosty sequoia
frosty sequoia
#

also i literally didnt know anything about setting up neovim i just used nvchad till i decided to watch typecraft playlist

#

straight to the point and after a couple of videos you will notice a pattern making it easier to add you own neovim plugins

gleaming brook
#

Sorry: funktionen[i]=f3

#

It's a vector containing other functions (which don't cause any issue)

icy vigil
raw iris
gleaming brook
#

n counts the amount of steps until the desired accuracy (tol) is reached (it is also called speed of convergence).

ocean briar
#

helloo has anyone done rsa encryption and can help me out? i cant seem how to find d which is the while (1+k*phi)/e

brave prawn
hasty snow
#

Can someone suggest a good video tut to study recursion which covers backtracking as well.

tidal hemlock
#

hello guys. I want to start coding as a hobby to replace gaming, cuz I don't know what else to do when I'm at my desktop. I know some basic python but that's about it. Where should I start? Should I learn something other than python? Where do I get coding problems to practice?

forest blade
tidal hemlock
#

projects like trying to write an app/script or something like that?

forest blade
forest blade
tidal hemlock
#

thank you

#

shoudl i learn something other than python?

#

i heard its pretty ez to start with coding on python and it gets you going so you can jump onto the other languages

forest blade
#

since your new python should be the best choice since its easy to focus on the main ideas of programming

#

if u really wanted to go in depth into the gory details of programming, C would be the better choice

tidal hemlock
#

which one

forest blade
#

C

tidal hemlock
#

what about the ++ or #

forest blade
#

too advanced imo, very easy to get overwhelmed

tidal hemlock
#

should i try to learn c++/# after Ive learned C?

forest blade
#

hmmm.... i had the same mindset whn i started lol , but its like ... every programming lang just provides u with a different set of tools to tackle the same problem , what u can solve with c++, u can theoritically do in C / python , so its better to focus on key programming principles using one language you are comfortable with in the beginning

tidal hemlock
#

oh okay

#

tysm

true snow
# hasty snow Can someone suggest a good video tut to study recursion which covers backtrackin...

doesn't answer you question specifically but this video really helped me get comfortable with backtracking problems
https://youtu.be/HIt_GPuD7wk?si=rmWnmdLrPfq-E4QF

C Programming: Types of Recursion in C Language.
Topics discussed:

  1. Tail recursion.
  2. Example of tail recursion.
  3. Non-tail recursion.
  4. Example of non-tail recursion.

C Programming Lectures: https://goo.gl/7Eh2SS

Follow Neso Academy on Instagram: @nesoacademy(https://bit.ly/2XP63OE)
Follow me on Instagram: @jaspreetedu(https://bit.ly/2YX...

▶ Play video
river crescent
tight loom
#

Does anyone know why every time he starts a new section, he bends down to press the button? Switch to linux or something?

thorn elk
#

Does anyone here know how to become an Oracle Certified Java programmer? I would appreciate recommended exams to start with and any other learning resources. Thanks!

icy vigil
#

He has a monitor switch i think

#

It's a device where you connect multiple computers to it and there is like a button and some of them include usb ports, so what he probably does is start the session on the streaming computer and then switch to the computer he is using for studying

#

U can get one for a very cheap price it's really good if you use more than one computer at once and you only have a monitor

somber berry
#

Do you know a free online tool that print lines and squares in my A4 white paper so I can write my notes in one line so it doenst look messy ?

glacial leaf
#

Hey, guys. I came across a question that said, "describe the process of asymmetric encryption". I would have said, “The message to be sent is encrypted using the sender’s public key and decrypted using the recipient’s private key.” They have it the other way round on the MS, and I'm struggling to wrap my head around that. Clarification would be much appreciated. Please ping in reply and thanks in advance for any help.

normal hinge
#

anyone knows how to run a mern project

#

i have copied someone' s project and now i dont know how to run it

raw iris
# glacial leaf Hey, guys. I came across a question that said, "describe the process of asymmetr...

you encrypt data with a public key to be decrypted by the corresponding private key. I think it becomes clear if you look at how the rsa key files look for example. Depending on the algorithm used you‘ll have a string sequence that is featured in both pub and private key files. The private key file however is a bit longer. This extra bit is what allows the recipient to decrypt files that have been encrypted using the corresponding public key

raw iris
glacial leaf
raw iris
#

you can however verify integrity of the data with a public key that has been signed by a private key

#

which is not encryption, just verifying that the data has not been manipulated

cedar thorn
#

hello I need some advice, this month I would like to start a project and I like two ideas: 1. Linux From Scartch and 2. a small and simple 3d printer based on arduino, and I don't know wich one to choose

idle dew
#

hi
anyone familiar with digital design ?

simple tendon
#

since I've never done some

cedar thorn
#

it was fun, if you know C well you can do it fast

simple tendon