#ot1-perplexing-regexing
1 messages · Page 157 of 1
Hey everyone , i am 16 years old . Planning to start with coding , so need some help from experienced people how to proceed and where to start and all the stuff
looking for someone to collab with to make a mc server launcher - Dm me for more information if you are interested
yes, i am asking random ppl online, you gonna critisize do it quietly
Do note that we aren't a space for recruitment or advertising. Maybe r/python would work for you
@shadow jetty this should be your next project with batgrl
also how do you print and input at the same time?
you don't, you do some printing then you do some input
fuck
wait can you not just quickly print then give control back to the input
say you're waiting on input
can't you just stop taking input and then start taking it again?
FYI: This is a job in Canada
RIP, guess you better start doing Duolingo.
Maybe take a class on ancient Gaelic just in case that comes up too
maybe an international company?
Actually, if I remember right there is a large Mandarin speaking population in Canada for one reason or another
so that's probably the interesting bit, on posix (linux and bros) you can add a fdreader to call some callable anytime there's something in stdin, so you print something then maybe the callable gets called, otherwise you print again
on windows, it gets a bit more complicated, you can either poll stdin non-blocking, so you print something, then check if there's anything in stdin, and if there is do something with stdin input, or, if you don't want to constantly poll, you try to read from stdin in a blocking way, but in a separate thread from your printing (and this is what batgrl does)
the separate thread will schedule a callable to be run in the main thread if there is anything in stdin
What’s the problem? There’s plenty of jobs that have a foreign language requirements because you might be working with clients overseas
The national languages for Canada is English and French. Not Mandarin.
And? It wasn't about taking Canadian citizenship test, it was about job requirement.
If they could only require national languages, then how they'd find e.g. translators?
Tech specialists that are to work with a certain market need to know lang of that market. I saw tech jobs in Poland requiring German as language
It's crazy to me that you guys don't see how this is a problem.
Because it's not
This is a Software Developer position...not a translator position
If its a large chinese company then yea it makes sense they want you to be able to speak with their domestic devs
And i exactly said that there ARE tech jobs that require langs other than national langs of the country
I don't see you complaining for Europeans that they need to know English for a lot of jobs, when English is not a national language in mainland Europe...
I'm not in Europe
"for", not "as"
It's exactly the same premise
It's not "national language" but often required
And it's normal
It’s crazy to me you don’t see how xenophobic that statement is
So what? You could be a secretary and the business could still need you to speak French, Russian, German, whatever, it’s a job.
The languages that are de facto in Canada are English and French
My best friend works in Poland for Danish company and needs to know Swedish... Accounting job
Job postings can impose any requirements as long as it is not discriminatory towards protected characteristics, the languages you know is not protected.
And Canada is currently a British commonwealth , by your logic you should only be speaking English and not fr*nch
So what? Again, you're not taking citizenship test, it's a job requirement
Canadian businesses can still need to communicate with other countries and thus other language speakers. Why is that outrageous?
The outrageous part is that a foreign language is a requirement than it being a bonus
it is just a requirement of the job lol
Maybe the company really needs it lol
it is a skill they require
Because if you're working with team/client from there, you will NEED it
like what if a software job needs you to know C well instead of picking it up on the job, this seems quite similar
as well, you can't pick up (spoken) languages that quickly
I'll also quote myself
My best friend works in Poland for Danish company and needs to know Swedish... Accounting job
Poland has only one national language and that is Polish
Programming languages are easily transferrable if you are an expert in another language.
That's not comparable to learning Mandarin if you know English already
You keep ignoring peoples question: what if the job requires the developer to speak another language to clients / devs overseas?
ok but jobs are still allowed to require proficiency in a language and that isn't bad ethically to do so
for both language types
Not bad ethically...I agree. My position is to have the requirement as the languages spoken in the country where the job site is located. That's all.
You keep ignoring peoples question: what if the job requires the developer to speak another language to clients / devs overseas?
Don’t weasel out of a perfectly sound question
What if that's not enough for what they need? Surely they should specify the requirements based on... their requirements.
flip it on the head, what if a company had bases in say, china, and required english to speak to the main base
This is just masked xenophobia imo, he’s fine with another programming language being required but not a spoken language
Like 
simple fact is, jobs can put whatever requirements they like as long as it isn't violating disability/equality laws
and I think (and seemingly everyone else) that is perfectly fine, as it is just any old skill
Apparently other countries requiring English are not a problem, but English-speaking country requiring another lang is. Considering i mentioned Europe and requiring English as literally the same premise and got ignored
you can learn any language in the same way anyone can learn to be a software engineer
Also are you going to exclude people who use sign languages because they’re not “French or English”
Exactly
yeah a better example, central/western europe requiring english is very common
ignoring a valid question has to be some kind of logical fallacy
im not an expert on logical fallacies though so
They don’t want their xenophobia to leak
-# The Shapiro Special
well i dont think its that
i mean, it could be but thats jumping to conclusions methinks
Idk
the US didn't have a national language until this year lol
the american national language isn't even native to america, that's insane 😔
-# /hj
I hadn’t thought of that
That’s fucking insane
I meeeean, not a bad point
What languages are native to America? Asides McDonald’s and Burger King
Also my Latino blood forces me to point out that America is quite big and expands outside the USA
Wait, I just read that UK doesn't have English as official lang either.
The United Kingdom, Australia, New Zealand, and Antigua and Barbuda do not have English as an official language, but it is the de facto working language for their governments.
The following is a list of countries and territories where English is an official language used in citizen interactions with government officials. As of 2025, there are 58 sovereign states and 28 non-sovereign entities where English is an official language. Many administrative divisions have declared English an official language at the local or ...
the various languages the indigenous people speak/spoke I assume.
Why would it have an official language, just speak the queen's english
The queen is dead, long live the king
esbuild
no like, just strip the types
leave the valid JS alone
for example: ```ts
const addThree = (n: number): number => n + 3;
becomes: ```js
const addThree = (n) => n + 3;
that's what a TS->JS transpile does
yes but no
the output from a TS transpiler looks like shit
// constants.ts
export const A = 1;
// main.ts
import { A } from './constants';
console.log(A);
// constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.A = void 0;
exports.A = 1;
// main.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const constants_1 = require("./constants");
console.log(constants_1.A);
🤨
this looks horrible
Bro
what do you need "hacking tools" for?
Really? Roblox and tiktok

why do you need hacking tools for roblox and tiktok?
Idk
well, what language is native to any country if you go far back enough 🤓
Bro i make cods in chatgpt lol
can i have one with chips
!rule 5
5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.
and some salt
i mean the continentals did invade the isles at some point and messed up their language...
with like any country
...Does it convert to ES2015 (or whatever year) code?
I initially had that thought too
but there are language isolates which as far as we know just sprang up in those locations, so doesn't that count as "native"?
dumps to cjs
language history is very complicated and sensitive so saying anything comes from anywhere is a little vague
thats the only thing that can be run anyway, right?
Ah
also ping me
@scarlet peak
Sure
i mean tagalog borrows quite a bit from spain, but it does kind of stem from some native islander language(s)
american english is not exactly that though
American English is burger English, appropriated and shittier
but to be fair it's not just the U.S. in america with a non-american native common language
bruh
anyways what do anons
how fix
No clue. I sane languages
💀
!pip meteor
!pip pythonmommy
what the hell
chat what the hell
pip install pythomommy
shit that is not my terminal
it's something that @green pelican would write
lowkey
i'm doing something cursed imo
i didnt even think mojo took off
it didn't
all i remember was it getting bullied
yeah i was one of those bullying it
w fr
it has a large start up time when using it with modules so eh
Did Mojo die? I remember looking at it a while back, but the terms and conditions for using it struck me as insane
It's rebranded to a language for writing HPC stuff
No more we'll replace Python nonsense
i was reading their motivation on why Mojo and i was thinking: "huh did they rebrand"?
Yeah, they got their clout out of it, and now they have to actually sell a real product
Did they give a reason for why they decided to drop it? Or was it sort of entirely a pr move?
The people behind it are competent enough that I'm willing to say PR move
that's also the impression i got from reading the why mojo page:
https://docs.modular.com/mojo/why-mojo
their "Improving CPython and JIT compiling Python" tab makes it clear they're keenly aware of the ongoings with CPython
can you show the entire file explorer
???
okay, click inside there where it says bootcamp, then copy what's there
???
use your words, stop just spamming ????
what do i click on
mb
to the right of where it says bootcamp C:
then what
then copy what's there
i cant there is nothing
once you click on it, it should show you the whole path
right click on the funn file, it should show a list of options
find the one that says copy path
click on properties now
thats what im saying
^
Its showing that funn.py is in C:\
now what
do you see the file in the file explorer?
yeah it said that before tho
then click on the Copy Path button
Sorry I just came in. What's the problem?
he's a complete beginner who can't navifate the terminal
he needs to cd into the directory where funn is
C:\funn.py
didnt work
takes me a bit to get the snap
What happens when you typed cd C:\ and hit enter? Can you share a screenshot?
i feel good
ah ok
powershell doesn't ring a bell or whistle when it changes directories
i thought nothing but it put me in where my thingy was at
I think all shells don't do that... unless there's a shell that actually does?
how do i make my powershell look like that one guys
it requires some customization and frankly, it's beyond you
https://ohmyposh.dev is a good start
A prompt theme engine for any shell.
i thought almost all shells use bash and like idk what im talkin abt nvm
ty
where do you reccomend me to start?
ooooh
this is warp, but kitty has the option too i believe
That's probably a very annoying feature. Glad it has toggle option
there's a non-small number of people who actually use it
i never got cs education ima just click on it
you don't need a CS education to learn what's in that course
i hope you actually read it, learn, and not guess the contents and then come here to spam with everything that the course covers and answers, like you've been doing all day
i will since its a video i have a lower attention span
??? i have no idea what a vim is
ooo
it's quite different from others
the keybindings are structured
you use hjkl to move, all that stuff
https://vim-adventures.com/ if you wanna have a go at it
fun idea but it keeps resetting my cursor to the start of part 3 and idk why 😦
You have 30 seconds to go through the entire text to try to reach the end to get the x key. Hint: spam the w and e.
you should also upgrade to pwsh 7.5 (winget install Microsoft.PowerShell -e) and use the new windows terminal (winget install Microsoft.WindowsTerminal -e) over that goofy looking powershell window
where do i go to install this pwsh 7.5 and the widget thingy
just write it in whatever terminal you're in
powershell or cmd
the first one didnt work
worst censor of all time 💀
ik :(
2nd one doesnt work too
i think 10
i swear winget is available on both
whats the cmd to check that again?
use powershell
I read that, and now time for some penetration testing 😉
nooooooooooooooooo im supposed to be scared right>
Hehe
R u on windows 10? I thought on win11 it comes pre installed
idk so ummm whats the cmd to check what windows im on
I mean you could just right click on this PC then hit on properties?
Or use Google
Usually we just do neofetch
Try ver
didnt work
wat dat
Yeah you need to install Winget or upgrade to win11
Just install Linux tbh
later fr fr
windows is free too and it doesnt have adds
wdym bloat
All yours yk and Soo much customizations
Huh?
It literally shows adds when u do mod
so how do i upgrade to windows 11
Bing, candy crush etc stuff that you don't need
???
Also contains spyware
It's not free??
it comes with candycrush?
U have to pay
R u using pirated windows?
not for me
wdym
yeah why
💀
im not speding money on that
💀
whats the skull for so how do i upgrade to windows 11 lemme check
how does it know tho
bro why wont it let me upgrade i have the requirments i think
press the windows key and type "about" then pick "about this pc"
just activate it with a pirated key or smth
wait tf i have 264 gigs but i cant use them im only using 34 or smth
how do i use all my storage
store more data
..........store more data ?
store more stuff
oh
thats just the amount of data you have on the drive
oh you need to resize your drive then
so how do i get acces to all of it
open disk manager
i got a good deal on this laptob ok
format as NTFS
delete the middle
partition and expand the size of the C drive
backward expansion is weird
just let the drive do its thing
i think the c drive should be at front
idk how these allocation work
it should. idk why its doing that
what ?
well it's empty so delete it
click yes
because someone partitioned it wrong obviously
deleted
let it just move data back to the beginning or whatever. you'll be stuck with a tiny drive otherwise
now right click on the C volume and click resize
which is that again?
i doubt it works taht way
if i recall correctly , the tool only lets you expand in "forward" direction
literally the volume marked C
it wont show you the expand option if the emtpy space is Behind the partition
eh we'll see
ig we will find out
schiesse
???
im nervous i just deleted something that i got a warning for
@meager sphinx you were right
xdd
ok change the drive letter to D
dont
we'll make a new partition in the empty space and move it back
dont change the C drive name to D
how and why is he saying dont
thats what im scared of
- change to D:
- make C: in the massive empty space
- copy everything from D: to C:
- delete D:
- expand C:
dont do this
THATS DEFINATELY A BIG NONO
joke??
even if it works , its extremely risky
windows is fixated to be installed in c drive
you dont just "copy" boot drive
what happens if it doesnt
you might as well just reinstall the os
how do i save all my stuff
what do you have in it?
well you're basically cooked otherwise
i fear it could be over
stuff
specific?
...it breaks , it might not do somethings correctly
its a very complicated machine and hard to predict what exactly will go wrong
you might get stuck in boot loops, your window might malfunction
or it might even work just fine
but like , its removing a random screw from engine of F1 car and hoping it doesnt blow up
passwards etc
just copy it to a USB drive and reinstall windows
you can keep everything in your user profile when you reset
do you have any usb, external hard drive?
or might as well just take a backup of everything into smth like gdrive
i have to know how the hell this happened
ok good thing i have one laying around
i think windows does have a feature to crate backups
a 2 tb one
take a backup of all your data onto a USB drive and then reinstall windows
when installing , make sure to give the whole drive as C drive
what?
maybe not the whole drive?
where do i go to do this
its 250 gigs drive , what meaningful partitions are you gonna make in that 😂
any computer shop guy should be able to do that for you easily
ok i have a 2tb drive in my hands rn what do i do
im not near a computer shop guy
you make a pendrive into a bootable one
you need to flash a windows iso into it
copy every single image , video , folder and any data that you have stored on your computer onto the 2 tb drive
whats a pendrive
usb drive
ok ty
why usbs so much cheaper than hardrives btw
actually , its just 40 gigs of data isnt it ?
just copy your whole C drive onto the 2 tb drive
becuae hard drives have capaacities like 500 gb, 1000 gb , 2000gb
and USB sticks have capacities like 8 gb , 16 gb , 32 gb ,etc etc
howd you get back there?
i thought mine has 2tb tho
"thought" ? bro plug it in and check the size wtf
975 gb
so its a 1tb hard drive
nice, usb drive nerd emoji
so how do i copy all my data plus windows and how did the other guy show back up
open the C drive in the my computer app (where you normally see all t he files and folers)
then press ctrl +a, it will select all the folders
then press ctrl + c to copy it
then go to the hard drive you connect to your PC , in side it , right click and click on paste
also, you dont have to copy the C:/Windows folder
but like how did disk 0 come back
you cant move partitons
it never went away , you just deleted it as "partition"
lets say you have a 1000 gb hard drive.
you can create partitions in that drive (Like C , D , E )
and each partition acts like its own disk
i dont have a my computer app somehow?
oh
how do you usually copy paste files on your computer ? just do that , and make sure to copy paste everything in the drive C
so where is the drive c at tho
nvm
also do note this
you dont have to copy everything
because you should not change/overwrite anything in this folder after reinstallation
my passwords and like customizations to my browser are saved on the c drive right?
just let them copy everything , or explain how to exclude it from copying
the hwole thing is 40 gig in size . it might take a while , but just let them do it
if you have saved those passwords in chrome so that they are autofilled , then they are indeed saved on the C drive
ok ty
too late i already cancled it and only downloaded the other stuff
this will take only 114,265 seconds how long is that
lets see
wait 31 hours that cant be right
oh wait no its 31 minutes
Bro u have like 655 mb left just install rofus
whats that
isnt that like for hardcore programers
Dude
fine i like windows tho
Are you for real calling arch a stable distro
Sure u do
Anything is better than pirated windows
That thing breaks every other week
whats manual
Use mint or fedora
i like the sound of mint
so where do i get mint im converting to linux
You will like the look too, considering u come from windows
i heard you cant get steam on linux thats a lie right?
are you really trolling someone by telling them to install linux who is having trouble copy pasting files ?
oooo
Steam Deck is Linux lol
lol
Also I think you'd need some kinda funny software to extend c drive now
dont use rufus
few
thats why we are getting them to copy over the important data , reinstall windows
download a windows 10 iso
and use ventoy to make your usb into a bootable one
No it irks me bcz they are using pirated windows Just get Ubuntu
rufus is fine bruv
yeah, maybe
hear me out what if you merged windows and linux
You get wine or wsl
thats your preference , why you bullyin a noob because of that
umm mac and linux
WHAT BULLYYY
I didn't insult them or anything 😭
Just sharing my opinion
whats unix bro
U are sharing advice not opinions
so does linux take up less space then windows and is it faster
In most cases yes
The faster part depends really
i have joined the linux cult well not yet where do i join
how do i keep all my windows date and move over to linux
be careful with the backup...
I'm not even sure if you should switch yet
What distro do you use?
yeah im really worried about it
NixOS / Arch dual boot
typing from Arch rn
But If you really want to, back your important stuff up
uhhhhh
skip
Am going to sleep gn
Arch iso is like 1 gb lol but yeah most distros take much less space than windows
help
Guigoguoguiiiiiguiiiiiiieeeguii 💦
tick the box that says " do this for all current items" and press skip
is that really ok
Just looks like some old log files that don't exist anymore
that seems kinda bad
if these files don't exist, why is Windows trying to copy them? how are there just leftover records of these in the filesystem?
honestly , i told you to copy the whole drive because i really cant tell what data you have stored where
you dont need to copy the whole drive, you should only copy the stuff that you stored on the drive yourself
Windows being windows
so where is the linux cult sign up sheet
yeah
Maybe there were shortcuts that weren't removed with the originals
did they get deleted in the time between starting the copy process (which I assume involves listing all the files to be copied) and when it comes time to actually copy?
idk
but where in the world is the linux sign up sheets and how do i choose which linux to use
lol
And you will break it don't worry
we have 24.04 LTS now, right?
so umm whats ubuntu
I would argue NixOs is easier to fix, you can basically roll back everything down to your NeoVim plugins.
(But also don't use NixOs, it's basically the worst distro to start on)
... I was going to say
oh true , i just googled download ubuntu and gave the first one that came up lol
Nix is a learning curve for anyone not just beginners
ok ima go watch a linux video
Personally i think gentoo is a great starting point /jjjjjj
the rollback-ability you can achieve even on other distros with btrfs/zfs/bcachefs(?) I think
And timeshift or whatever
openSUSE provides integrations for it with btrfs, as does Fedora IIRC
Get the full Linux course at https://bit.ly/4crDqtb
Learn 101 essential concepts in Linux in 10 minutes. What is the Linux kernel? What is GNU? What is the best Linux distro? And many other important questions answered.
#linux #programming #101
💬 Chat with Me on Discord
🔗 Resources
Computer Science 101 ...
Basically the main thing about which distro you pick is just the default loadouts it has, you can do basically anything on any distro
oh so unix is old linux
not quite
That's not a thing
it's more of a family of OSes
there are modern OSes which are UNIX
Linux is UNIX-like but not "true" certified UNIX™®
so where do i get mint
and do i just copy and paste all the stuff i downloaded into mint
You download the iso and flash it onto a USB drive
whats an iso and wdym by flash
You can't transfer programs between windows and Linux, and settings are gonna be stored in different locations
so how do i transfer my data
Backup your important data files like code, images, etc.
For stuff like passwords sync them to the cloud or back them up to a text file
oh ok
you need a usb to install linux mint?
Or well any external storage, USBs are just the easiest
Could also be an external hard drive, even a second disk on your PC (I think? Haven't done that myself), hell you can use rooted android phone
do you think it would be possible to install linux on that empty space that i cant use
it's not relevant to this situation but
if you have a bootloader like GRUB installed, you can (with a considerable amount of messing around) get it to boot an ISO from one of your partitions
whats an iso
it's really something that I think should be easier than it is... especially if I have a lot of RAM, just let me load the disk image into memory and then I could even use the ISO from a disk to overwrite its own partition
Effectively a way to store the state of a disk in a file
oh
so umm which flavor thingy of mint should i use
I think Cinnamon is the best
ok but umm is there anyway to use my empty space and put mint on there
and how would i swap between mint and windows
That's what's called a dual boot, and yes is possible
Yep that's the go-to tool for creating a bootable USB
now i have only one usb and all my data is on it turning it into this linux installer wont mess with any of the other stuff right?
you should not do that
It will, flashing a usb overwrites all the data on it
probably best to obtain a new flash drive
then where do i put my data :(
☁️
You're gonna need a different drive or the cloud
how do i store stuff to the cloud
if you have free space on one of your disks (the one you're not going to overwrite with Mint, that is) you could copy it there
also if all your data is only stored in one flash drive, you're asking for it, in terms of data loss
oh ok
backups 👍
you most likely have a Google account, right? that gives you something like 15 GB of Drive storage
yeah i have a google account
15 gb for free
how do i access this hidden power
Access Google Drive with a Google account (for personal use) or Google Workspace account (for business use).
Just know it will be in copilot training data
I wouldn't put anything personal on github
oml i have space
oh lol
im using it to sync my obsidian vaultt lo l
Rip
how much space does this mint iso take up
2.8 gigs ok ima have to install this on the usb
2.8 gigs is so big
shitbucket...............................................
is copilot any good it learns off our data so it has to be right?
It's good at doing very common stuff
So depends on your usecase
For what I'm doing I found it mainly got in the way
In other news I just smashed the refrigerator door into my soda can and it sprayed all over my shirt
i really need help pls help me someone
how do i make the device thing turn into my usb
i just use the windows media creation tool
it handles everything for you, it just takes some time
should i use that
sure
i dont have it nvm
does that work with Linux ISOs?
windows media
yeah, but fun is trying to make a Linux Mint install USB
i had no idea OP was trying to add a linux iso, mb
doesnt mint have a page for that?
i just want linux mint
no but help pls
rufus my boy isnt showing my usb
welp umm
but i cant select the usb
What happens when you click on device?
nothing
Bruh?
That's impossible
where do i click?
Yeah
i clicked on it see
ive been using windows on it for idk months i think not years yet
Oh fair
i dont remember when i put windows on it
So it doesn't do anything when you click on it?
well it turns blue
close enough to yes ima say yes
Are you able to select the iso image tho?
yes
And file system?
im having trouble installing it tho it takes up alot of space
i keep getting an unfinshed iso
What takes alot of space?
the mint thingy
2.8 gigs
ive tried for some some reason it wont work ima try google drive
Dang
Wouldn't it be slow if you write to the USB from Google drive 🤔
e
ryunjix
Firstly you shouldn't have deleted your d drive 😭
oh i forgot to delete them from recycle bin
wdym my d drive
if i install linux will windows be deleted
and all my data will be stored in windows still right?
great input
@bronze token you can also download virtually by softwares like vmware and virtualbox
i understand like 20 percent of what you said what
idk but why cant i select my drive as an option in rufus
am i missing any of the pep517 packagers frontends (and the ones that aren't too)?
flit, hatch, pdm, poetry
is uv one of them?
not yet a packager
Did you fix it
||for #python-discussion because no image perms||
that's so good
that looks sick
how do I setup it like that?
uhh
disable everything
mine is so trash
thats defaullt
yes
mine is better
why some of the keywords are just comically big 😭
there are to many settings in vscode's settings
do you use linux?
uhh i can try isolating the debloating part of my config.json and send it
yes
what is going on over here
oh sure, I would appreciate that
cool, which windows manager do you use?
must have been high
no not joking

lmfao
{
"window.titleBarStyle": "custom",
"window.menuBarVisibility": "compact",
"window.commandCenter": false,
"window.restoreWindows": "none",
"workbench.activityBar.location": "hidden",
"workbench.statusBar.visible": false,
"workbench.sideBar.location": "right",
"workbench.editor.showTabs": "none",
"workbench.editor.editorActionsLocation": "hidden",
"workbench.layoutControl.enabled": false,
"workbench.startupEditor": "none",
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false,
"editor.scrollbar.verticalScrollbarSize": 0,
}
im not sure if thats it? i also disabled some things by right click->disableing them when i still had them, not sure if that writes to the json or some other thing
thx!
that was prety straightforward lol i didn't expect that
oh and for the theme to match the wallpaper i use pywal
although i see what i was doing now, i was just checking if no bytes were returned and throwing an error
like this, right?
which extensions do you use for making the background and accents like that?
they said pywal
uh the wallpaper is visible because i set opacity in my hyprland config
not sure what you mean by accents
i dont have big enough projects for this to be a problem, just clearly named modules
rip cpu
wait, 2 windows opened, how do I close the one on the right?
Ok
do ctrl shift p and look for close group hotkey stuff, set some good keybinds that would make sense for yourself
i use the neovim extension so i'd just :q it (q standing for quit)
Ok done
the syn flood is crazy
Ew, emacs
Ooh, wireshark
emacs is great
Ew vscode, ooh good looking vscode, oh deja vu
that backround is crazy
bro why wont rufus work i just wanna use all my space please help
that is crazy
so umm would you help me
yk ima reboot take that then i hope it will work
it wont tho (99.99999999percent chance it wont)
cert likes boys
🤯
so
you have the bootable disk
you need to plug the usb in and get into your boot screen then pick it
I FUGED UP
what happened
wdym
i was gonna check to see if i could mabye use all my space on there
did you run the mint installer?
so this was orginally a macos macbook but i put windows on it
mhm
wdym the mac portion did
idk i did delete the d drive i had like nothing on the mac side mabye macos was on that empty space
it shouldnt have been deleted unless you specifically overwrote that partition by installing mint or you just cooked it with a command or tool
just macos i used the features that were built into it
you can most likely reinstall it
a while ago a deleted this storage thing
i cant even select my usb on rufus
how do you install macos
Download and install current or previous versions of the Mac operating system on compatible Mac computers.
so you are on a macbook?
do you have to buy it is it like windows
yeah
i wonder if mac hardware is fucking with rufus.. idk though
hmm idk
im assuming it would detect you are on a macbook
oh few but how much would it cost otherwise
i would try to make the bootable iso from macOS so you can use a tool native to the machine
no idea
i hope you are enjoying this experience because it will happen again with linux
oh ok i dont really care abt mint i just want the 200 gigs i cant reach
are they in a partition?
idk i forgot how i got to where i saw this ima restart again to see if its there
its gone :(
if only you could fully ful screen with macos i never would of installed windows
helpppppp
i have an i5 intel proccesor atleast i think if thats what its asking but idk
this
oops no here it is
i5 is the intel based
ok i give up ima just go to a computer store to unlock this storage that i cant acess
oh and apparently macos is installed but i just cant get to it
@pulsar gate sorry for the ping but which of these would stuff like code wars be at
I've never been to codewars
well leetcode those things idk what their called
guys, is there a way to make it load even faster?
im importing psreadline, oh my posh, zoxide, winget command not found, terminal icons
and i have some custom psreadline shortcuts for my pwsh too
hi hi hi
you can time whatever you're loading and see what's taking the longest
[System]::Diagnostics.Stopwatch() i think it is
Not importing those things
but i need them
🤨
what modules do u really use then?
do you atleast use zoxide?
For PowerShell? None.
then what shell do you use for windows?
wsl?
Sometimes
I use both
I use PowerShell for Windows things like Winget and quick things like quoting CSVs
Why are you assuming I don’t use PowerShell at all just because I don’t modify it?
I’m literally a Windows sysadmin
not everyone is a customizer
not good enough
guys, does anyone have these column markers in nvim?
no because i use a real editor
|| fastest method for ragebaiting in a programming space ||
then that question is not for u
I dont, why?
just asking
i used to have them on my kickstarter.nvim based config i think
:help colorcolumn
also wtf is up with your status line
its nvchad
and it haven't loaded the nvchad theme
thats why it looks like that
so was the thing colorcolumns?
:set colorcolumns?
yes vscode
Hail nah
Yo isn't that too small for you? The font size?
isnt that zoxide?
lol
just a slight increase in activity
fr
nope, its alright for me
its pwsh script for oh my posh
whats so good bout nvim
just use vscode
oh
can I ask you guys for something in the topic of socializing
ye
do you guys think that people who seek a woman or a man companion to fulfil the their lust or to not be lonely
i- im not sure if this is even allowed to discuss here
but yeah nothing wrong with that
with which one of "that"
ur question isnt quite clear
okay, in another terms
do people try to find a girlfriend or boyfriend to furfil their lustful desire or to not be lonely
I think at first its to cope with loneliness but as the relationship moves forward, yeah other stuff kicks in
hmm
but, if the problem is loneliness, isn't the attempt to find a friend the right choice
True. I think the reason they go for a girlfriend is because they are inspired by those people on social media acting all happy with their girlfriend when their actual life is horrible.
hmm... Ive never lamented the possibility that the motivation came from social media.
It does. If not, where else?
Social motivated activity, where friends became the major motivator, after that: family
I think. for they are more real compared to social media
What, nobody acknowledges the biological imperatives instilled in us by evolution?
Hmm. Depends on the context of the cultrue
I guess that might be covered by the "lustful desires", huh?
thats true
The real answer is that seeking out partners has conferred an evolutionary advantage, in that you're more likely to survive if you have people to help you, you're more likely to reproduce if you "fulfill your lustful desires" and you're more likely to bring your child to reproductive age if you're two about it. The reason most people stick to one partner is probably social, but it's all rooted in evolution and survival.
based on the context of biological neccecity, yes. But, based on culture, it might be tied to certain diety
I'm not gonna win over any religious friends by saying this, but I believe religion is an explanation invented to fit the human narrative rather than a cause for anything 😉 It's not "God say only one partner, therefore humans tend to be monogamous", it's "humans tend to be monogamous, therefore God said so".
Disagreed 🙃
Fair 😛
hmm
there are no indication from that statement that states THAT
did i misunderstand the last line
No, I mean that people use God to justify their already extant behavior. People kill people because of whatever internal drives they have, then attribute that to God.
Yeah, they intend to put the blame on God when deep inside, they know they're wrong
I wondered if the theory that we pick who we prefer based on the smell rather than look is true now
I'd look at both 🙏
you can't look at smell
You can smell the smell
I can't smell, so no.
Why not
but, okay, people do check for smell
idk,
it is just what it is
The only thing I can smell is rubbing alchohol, or vicks
Hrm. I'll moderate my statement. I wouldn't say that every person invents their own God to justify entirely internal behavior. God certainly is a social construct, just like our behavior is largely a social construct. But that social construct has itself evolved because it confers an evolutionary advantage, and social evolution and biological evolution probably reinforce each other at least to some extent.
you know, the smell that hurts your nose
I don't see why that wouldn't be possible in theory. It's not what most people do - at least not go by smell alone - but you can imagine a world in which we would. Maybe a world in total darkness, where eyes never developed.
I'd agree with human behavior being a social construct. But that's it. @paper quest
Try a perfume maybe?
you don't
but, I don't think it's neccecary
How can you spray a perfume when you don't know what you can't smell
Welp that is a you problem lol i can smell it
I don't think you want to eat when you don't know what you are eating
its a "you" problem 😄
neh my religion doesnt allow it
ah I see
even if it did allow, from what i've seen it mostly ends in breakup.
Even if it mostly ends in breakup, I don't think that's necessarily an argument not to do it. Most lives end in death, yet that doesn't prevent us from living.
I am saying its a total waste of time.
seems like depressing.
So is life.
its not
Why not? What does it matter when you're gone?
nah its good. i'd focus on my career and then have a good life afterwards
What's the value of a relationship? Is it that it still exists when one of you dies, or is it the experience you had along the way?
Are you an atheist?
if so i cant make u understand
On the other hand of depressing
Ah, I see 😛 We're at an impasse.
Is there anything you do in your life that's not a waste of time and also isn't just to please the man in the sky?
Oh no, I scared them away 😦
bro, I just asked about eartly shit, why do you devolve it into the idea of religion
It's an interesting discussion!
why
Nothing I do is a waste of time. Well..except watching youtube. Like when coding, it's to develop a career so I can be ready for my future but I think at the same time but I am not sure if I'd do that to please my God. I might be doing it unknowingly.
im trying not to get ragebaited gng 😭
no shit, sherlock
I'm genuinely just trying to understand people's viewpoints here. I don't share your worldview, but that doesn't mean I can't find it interesting 🤔
What I'm getting at is, what would it take for you to think that having a relationship is not a waste of time? What would have to come out of it for you to say "yeah, that was worth it"?
Because to me, having the experience of a relationship is valuable. That is enough. Even if it might end in a fiery explosion, I'll still have experienced and learned and grown.
I guess not being lonely and spending a good time together and if it brings me closer to God and I guess just yk raising good children and i think it also helps u become more mature and just have more patience with stuff
It's a waste of time if:
It distracts me from my purpose in life.
It leads to things not allowed in my religion.
It causes me to lose myself morally or spiritually.
Worship God, leave a good example and try to be someone others around me can look up to and just helping others when possible 🙂
making love
Okay, here's a question for you: Say you don't know in advance whether taking an action (e.g. embarking upon a relationship, but it could be anything, really), is going to be "a waste of time" or not, according to your evaluation function. How do you make a decision regarding whether to take the action? On the one hand, you risk "wasting time". On the other hand, you risk missing out on something that might have been a good experience, something that might have helped you mature or get closer to God.
At least your purpose isn't loving Make. God, that would be dreary.
english?
someone's gotta maintain it...
sounds neat, mine is downfall of Microsoft
If I am about to do something in life and I don't know if it would be a waste of time or not. I would just start and leave it to God. If it were to be a relationship and it starts getting messy, I'd look into myself and try to find where I am wrong but I think once I hit my limit (like i cant do it anymore) I'd accept it as God's will and he knows whats best for me and just leave it.