#ot0-no-stealth-portals-please

3246 messages ยท Page 29 of 4

oak hemlock
#

literally all the colors other than greyscale look weird to me

#

how about this

cursive agate
#

i dont even believe in god

oak hemlock
#

eh

#

I like it more than Windows Terminal, to be frank

cursive agate
#

i like windows terminal but yeah because it is made for windows

oak hemlock
#

idk

cursive agate
#

no shit sherlock to myself

oak hemlock
#

I need my sexy customization

sick olive
#

ok

oak hemlock
#

๐Ÿ˜

thick widget
#

๐Ÿ˜

cursive agate
cursive agate
#

i see a bonk coming from meeeeee

oak hemlock
#

Linux is too much of a pain

cursive agate
#

jk.

thick widget
cursive agate
#

do whatever you are comfortable with

oak hemlock
#

oh god I just notice something

cursive agate
#

so what distro have u chosen for wsl?

oak hemlock
oak hemlock
oak hemlock
# oak hemlock

this took ages to crop lmao (Why did I have the urge to upper cap all of "crop"?)

oak hemlock
#

I seriously cannot believe that Flameshot is the best that Linux has to offer

#

I even prefer the Windows clip thing to Flameshot

cursive agate
oak hemlock
#

lol

oak hemlock
#

I do like being able to use scoop, though

#

I'll never understand how normies live without package managers

cursive agate
oak hemlock
#

stinky.

cursive agate
oak hemlock
#

bruh

cursive agate
#

they cower in fear of getting eaten by those ascii characters

oak hemlock
#

some Windows users actually scare me tbh

pliant canyon
#

personal preference

oak hemlock
#

some people are just so...

#

tech illiterate?

cursive agate
cursive agate
oak hemlock
# pliant canyon personal preference

okay but what really is there to prefer to typing "sharex download free no virus", finding the right website, downloading, running vs just doing scoop install sharex

pliant canyon
#

personal preference

oak hemlock
cursive agate
clear root
#

it has the major advantage of working for every application

pliant canyon
#

also u don't have to type "free no virus" unless ur pirating

clear root
#

and well, windows store is just kind of a better UX than a package manager most of the time

oak hemlock
pliant canyon
#

ol

solid prawn
#

lo

oak hemlock
pliant canyon
#

I can see how the store can get good

cursive agate
clear root
#

it needs work, but it is usable

pliant canyon
#

especially since they've opened it up to all kinds of apps now

neat sparrow
#

holy shit i can't wait for Jojo

pliant canyon
oak hemlock
#

Everything I can use the Windows Store for... I choose not to because of how it works

cursive agate
oak hemlock
#

the apps that are ported to it just don't work like they should usually

#

I namely mean things like Python and Minecraft

clear root
#

but ye, apple store is probably a better example. But well, even then you have to sometimes find a custom .dmg file

#

yeah, python is kind of wonky from ms store

cursive agate
#

i just use brew i guess

clear root
#

brew also doesn't have everything

#

that's the problem with all these tools

cursive agate
#

๐Ÿ˜”

clear root
#

you just have one more nonstandard way to install a package

cursive agate
#

i mean yeah if necessary i will download from somewhere sure

oak hemlock
#

My theory is that it'll be a long time until we have a sane standard for installing applications via GUI

cursive agate
#

yeah

oak hemlock
#

IMO, there's just too much of a sort of "bias" in each of the available "solutions"

clear root
#

app stores of various kinds have been standard for years

#

even on linux

oak hemlock
#

only for their own devices

#

and each have their flaws

clear root
#

well, you can't have a universal distribution platform

cursive agate
#

xkcd moment

oak hemlock
#

Well, not necessarily universal

#

I mean kind of but kind of not

clear root
#

in the end, having the devs package their own application is the best option, like java's maven for example

oak hemlock
#

hmph. maybe I'll make this a project of mine

cursive agate
clear root
#

.msi files are another example

upper turret
#

bruh

oak hemlock
#

idk, I'm sure it's more than possible to make a package that can compile for different OSes from one package format

clear root
#

well, that's compiling from source

#

which is slow

oak hemlock
#

Well, I mean even like with how Python does it

sick olive
#

hello all what's going on!

cursive agate
# oak hemlock roughly

im planning to proceed writing my own config manager but idk how to approach it. it will be like how nixos does it ๐Ÿค” where i just have a template and just run the command and boom, you have all my configs up and running

oak hemlock
#

like there's the prebuilt.. wheels, right?

#

for each distribution

clear root
#

which are made per platform

oak hemlock
#

yes

#

idk, is cross-platform compilation really that hard to reasonably do outside of LLVM?

clear root
#

universally for every application, yes

#

not everything is llvm

#

not everything is cmake

#

not everything has consistent dependencies

oak hemlock
#

Well, I'm talking in theory that if every OS had to adopt a sort of "universal" system: would it work?

clear root
#

that's what unix is

#

just well, not everything adopts unix

oak hemlock
#

by system I should probably specify I mean in terms of software distribution

#

I mean like mixing some of the concepts maybe of how like Python works... in that you can take some generic code and perform behind the scenes translations depending on platform

clear root
#

ye, if the devs configure the build to be cross platform, then it can work

#

but, well, you still need devs to opt in

oak hemlock
#

yes, of course... it's the same problem all over again lol

#

Can't make new things without supporting the old things

#

which is just kind of a shame tbh

clear root
#

even if you made breaking changes, I would be very surprised to see a truly universal build tool

oak hemlock
#

I mean there's no denying that it's definitely possible

#

the only problem is adoption

clear root
#

well, you would need to explicitly support every single technology, because otherwise it will be easier to just use cargo/poetry/npm/whatever else

oak hemlock
#

well, unfortunately most user facing applications aren't written in Rust, Python, or NodeJS

clear root
#

I am not mentioning make because it is pretty easy to be better than make

oak hemlock
#

make, gradle, maven and whatever else are the bane of my existence

#

I really could deal without them, truthfully

clear root
#

gradle is good at the problem it aims to solve

#

it would also be a challenge to improve on it

oak hemlock
#

I never have a reasonable experience with gradle, honestly

clear root
#

you have to actually learn how it works, it is not like poetry where you can just guess at what to do and it works

#

way too many builds actually use gradle to it's full potential being a based on a programming language

oak hemlock
#

Which isn't exactly good for those who might have to manually build something

clear root
#

it isn't, but that is just how java builds are

oak hemlock
#

it's not like an Arch package where you can just do make -si, usually

clear root
#

well, gradle can build an infinite number of things

#

whereas an arch package is a single thing

oak hemlock
#

I suppose, yes

#

but I've never seen gradle outside of Java except for a single C++ project

#

but... it really was not a fun time trying to get it working

clear root
#

yeah, the complexity seldom pays off outside of java

jade wedge
#

Well what is the fastest way to reverse engineer a site

oak hemlock
clear root
#

@jade wedgeshort of asking the developers for source code, this falls into rule 5

#

is it still rule 5

#

I think so

oak hemlock
#

lol I always get confused with rule 5 now

#

I'm still used to it being the one about school assignments

jade wedge
oak hemlock
#

as mentioned above, any other method really isn't going to be allowed

jade wedge
sick olive
#

iโ€™ve got a new cat and uh

static trout
#

the glorious 1 fps
and yes, it's still running

#

apparently it blew away the redstone layer completely

#

look the tnt out of my render distance is apparently safe

oak hemlock
#

how on Earth did you manage to allocate 14GB of RAM

static trout
#

actually no as i loaded it it exploded

static trout
stone gyro
#

what's hard with allocating 14GB RAM

oak hemlock
#

perhaps I've misread that entry

stone gyro
#

if you have 32, at least

static trout
#

i have 16

stone gyro
#

if you have 16, windows might have some things to say about it

#

huh, weird

oak hemlock
#

yeah I remember them saying they had 16 GB

static trout
oak hemlock
#

maybe I just misread the menu entry

#

but isn't 2 GB the default lmao

static trout
#

why tf is it still running at 1fps

oak hemlock
static trout
oak hemlock
#

whoops

#

phosphor

static trout
#

wow i broke the renderer too

#

or it just ran out of ram

#

the game do be struggling

#

but funnily enough windows just runs fiine

oak hemlock
#

you're probably lacking in RAM, then

static trout
#

also its just taking like 5 gigs of ram not more than that

oak hemlock
#

I usually go for 8192 Mb

static trout
#

why is phantom tnt appearing

#

like tnt just appears randomly in the air and starts exploding

#

2 seconds / frame nice

#

megasus

#

i think it got slammed with too many block updates

#

since the update queue is a dequeue
i dont think it's gonna update anytime soon due to the insane amount of updates from tnt

cursive agate
#

i still wonder why people follow techlead

static trout
#

wat dat

cursive agate
#

the shitty scammer tech youtuber?

static trout
#

s soon as i load this chunk my pc will once again die

static trout
#

hey the water is falling! that means majority of the tnt updates should be ove

cursive agate
#

well just ignore TechLead and dislike every video he has ;)

static trout
#

who is techlead i am so confused

oak hemlock
#

oh hey, that's a full moon too

#

wait maybe it wasn't surge

static trout
#

also apparently sodium has a memory leak

#

i checked the issues list for fun

burnt tinsel
oak hemlock
burnt tinsel
#

Who lost his wife and kids beacuse of success

static trout
cursive agate
#

i wonder if that is something to be proud of even if he didnt lie

burnt tinsel
cursive agate
#

when i first watch techlead, i avoided him the second i finished his first video

#

he is a cringey toxic clout chaser

oak hemlock
#

tbh I hate tech channels for the most part

#

not unless they're like the teach-y ones

burnt tinsel
cursive agate
#

i like coffeezilla. he makes sense

static trout
#

the crater
it is huge

cursive agate
#

only a few lol

#

probably 4 i guess

stone gyro
static trout
#

lmao

#

its (approx) diameter is 324 blocks

oak hemlock
#

so much anxiety just building them

#

"haha oops, you wire this wrong and now like half your world is gone"

sick olive
#

Press enter to try again

stone gyro
#

You could build it in a compact machine... oh wait no you can't, because draconic explosions are special and totally will destroy the contents of other compact machines that are nearby in the CM dimension ๐Ÿฅด

oak hemlock
#

actually

#

I've done this in the past

#

what's really inconvenient... the max size reactor is larger than the max size compact machine

cursive agate
oak hemlock
#

but there's glitches to remove the walls

#

so you can make it just barely fit

stone gyro
#

lol

oak hemlock
#

there are barriers on the outside AFAIK lol

cursive agate
#

๐Ÿค”

stone gyro
#

not unless you enable them, no

sick olive
cursive agate
#

i see

stone gyro
#

??

stone gyro
cursive agate
jade wedge
#

is scraping a live event website illegal

sick olive
cursive agate
#

pfp

sick olive
#

Oh

oak hemlock
sick olive
#

Oh yeah. That's me. Just clicked on this diwali.

oak hemlock
#

Destroyed my Terraria world :(

#

it literally just decided to rid itself of my ocean

#

my ocean was just... gone

cursive agate
#

hmm nice.

sick olive
#

thanks.

jade wedge
#

is scraping a live event website legal??

oak hemlock
static trout
#

can i play draconic evolution on a potatopc

cursive agate
static trout
#

lmfao wat

oak hemlock
#

LMAO

static trout
oak hemlock
jade wedge
oak hemlock
#

just adding Draconic Evolution won't do much to performance

sick olive
#

heyo

static trout
oak hemlock
#

idk about Fabric

#

Draconic Evolution was a mod before Fabric even exist

jade wedge
oak hemlock
#

it's quite old, definitely one of the "classics" imo

static trout
#

because i get 150 fps when im using the performance mods

neat sparrow
#

I just found the funniest thing

static trout
#

without them my pc will die

oak hemlock
static trout
#

hm ok

#

forgeoptifine time

#

because forge normally slams my pc

#

hm is there sodium for forge lemme see

cursive agate
oak hemlock
#

I think there's Phosphor, though

#

but I think support ends at 1.12.2

neat sparrow
oak hemlock
#

like most mods ๐Ÿ˜”

static trout
#

wait nvm sodium's incompatible with optifine

#

i found a port of it called magnesium

#

what is it with performance mods and elements

oak hemlock
neat sparrow
#

Na+011110100001 = No

oak hemlock
#

it's their mods

#

Lithium, Sodium, Phosphor

static trout
#

yes

#

i guess ill add roadrunner (port of lithium)

oak hemlock
#

they also have one named Hydrogen

static trout
#

oh wow

#

if it does what it claims to do

#

how is it even possible

#

would you have to modify the JVM itself

#

how do you change data structures

#

i dont get it

oak hemlock
#

oh no

#

huh?

neat glen
#

really?

#
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'anTiGrAVITY'
#

didn't work for me unfortunately

static trout
#

wtf

#

that makes 0 sense

neat glen
#

ok

#

yay case insensitive python

#

but only for imports ๐Ÿ˜”

static trout
#

okii ive loaded draconian evolution for 1.16.5

#

no 1.17 edition unfortunately

#

i can already feel the unplayability

#

i'm suprised how much the performance mods on fabric helped

#

time to dial down everything

#

i see no problem with this

#

@oak hemlock what more should i do hmm

oak hemlock
#

oh yikes

#

you're way off

#

open the draconic evolution tablet

#

it has a schematic thing you can load in the world

static trout
#

another thing why am i bounching off the core

#

i can make a trampoline out of this

oak hemlock
#

cause the model isn't physical AFAIK

#

idk how to explain it

#

it's an entity

static trout
#

oh i see

#

guess ill find out what happens by running the core

cursive agate
#

LMAO ๐Ÿคฃ I WANNA BULLY HIM

oak hemlock
#

you need a proper setup or it'll literally blow up everything in your render distance and more

static trout
#

hm

oak hemlock
#

use the tablet

#

it'll teach you how it works

#

and help you build a proper one

#

they get really big when you build them properly

#

"really big" as in like 11x11 iirc

static trout
#

how do i make it output

#

i really want to see what happens

#

bruh

#

why isnt it exploding

neat glen
#

or is this a mod

static trout
#

how tf do i make the crystals output

neat glen
#

ignored ๐Ÿ˜”

#

am i blocked by u

static trout
#

no

#

u were right

#

it IS a mod

#

aaaaaaaaaaaaaaaaaa how do i do htis

#

i suppose ill do it legit before trying to screw it up

#

@oak hemlock behold my trampoline

thick widget
#

oh god

oak hemlock
#

oh no

static trout
stone gyro
#

you need a max sized reactor core, run it properly, then just decrease the energy flow to the shields and increase to the core and watch it go critical in like a second

thick widget
oak hemlock
#

you can also just draw too much power

stone gyro
thick widget
stone gyro
#

perfect

static trout
#

oki first step done

#

what next

stone gyro
#

4 stabilizers, for one

oak hemlock
#

the tablet will be really helpful

stone gyro
#

8 blocks away for max sized

oak hemlock
#

it literally has a schematic that'll render in the world

static trout
#

hm how do i get that

oak hemlock
#

among other things

stone gyro
#

maybe it can even autobuild it for you

static trout
#

is it an item

oak hemlock
#

yes

stone gyro
#

๐Ÿ‡ฏ ๐Ÿ‡ช ๐Ÿ‡ฎ

static trout
stone gyro
#

lol, the new version experience

oak hemlock
#

oh my

stone gyro
#

I'd try on a well-developed version like 1.12 instead

#

It's not like Minecraft got any better since 1.7.10, anyway. ๐Ÿ™‚

static trout
#

will my 1.17 pack work o 1.12

oak hemlock
#

maybe yes and no

static trout
#

i mean did they rearrange any ids for items

oak hemlock
#

you'll have to redownload

static trout
#

if not it should work fine
if so
breh

oak hemlock
#

this is where I'd recommend curseforge

#

super easy to add mods

pale mesa
#

bloatware

static trout
#

i mean resource pack

oak hemlock
static trout
#

i guess ill try and see

stone gyro
#

are you even using a resource pack tho

oak hemlock
#

and that's where most mods are

static trout
stone gyro
oak hemlock
oak hemlock
static trout
#

wow that screen's old

oak hemlock
#

you can't do that on multimc

stone gyro
#

you can search for packs

#

not search for/install mods though, yeah

oak hemlock
#

I actually don't remember being able to search for packs

stone gyro
#

I never long for that feature though, tbh

oak hemlock
#

maybe that's new

stone gyro
#

you can nowadays, it's got decent integration

oak hemlock
#

something MultiMC did kinda makes me angy

stone gyro
#

sadly, it's not a good search

oak hemlock
#

they made it so you can't download Forge for 1.17

stone gyro
#

like, no sorting/filtering

oak hemlock
#

and it's a conscious decision, too

#

I looked in their Discord

static trout
#

i like the fabric ecosystem
it seems less bulky
but it's a lot newer and a lot less established

oak hemlock
#

they just don't want to support Forge 1.17+

#

so now you can only use Fabric unless you import from another modpack

pale mesa
#

i thought fabric has been around for quite some time already

oak hemlock
#

LiteLoader has been around for much longer

pale mesa
#

loading mods in forge feels like trying to run bloatware

oak hemlock
#

but nobody even knows what LiteLoader is anymore lmao

pale mesa
#

fabric is much faster and idek why

static trout
#

forge itself just kills my pc

#

fabric is a lot lighter imo

oak hemlock
#

idk, I actually get better performance in Forge

#

granted, I've not tested in a while

#

but OptiFine ended up outperforming the jelly squid mods for me

pale mesa
#

must be amd card

neat glen
oak hemlock
neat glen
#

BOTH

pliant canyon
#

damn

oak hemlock
#

actually

#

idk why I asked

#

when I tested, it was on an intel CPU and NVIDIA GPU

pale mesa
#

u run mc on ur nvidia dgpu right

stone gyro
#

I'm not sure it's possible to compare fabric and forge fairly like that because, well... I can't exactly make a modpack in Fabric as big as Forge ones; there aren't mods for it because most of the really good ones aren't ported, or don't even plan to port.

oak hemlock
#

I've not tested on my current laptop

#

which is AMD CPU and NVIDIA GPU

pale mesa
#

i dont even know why i bought a gaming laptop for

#

the games i play are just micromanagement games

oak hemlock
static trout
#

why did so many mods become obsolete in the 1.12 era

oak hemlock
#

Linux is great, but everyone uses Windows

static trout
#

is it due to an id change

oak hemlock
#

so... everyone else uses Windows lol

oak hemlock
#

the Minecraft API underwent some drastic changes AFAIK

#

and thus did the modding APIs

#

supposedly things like OreDict are irrelevant now because of Minecraft's internal "tag" system

pale mesa
#

i remember when orespawn was the shit

#

then it just kinda died

oak hemlock
#

1.6.4/1.7.10 days

oak hemlock
#

started monetizing things

#

I can't remember the whole story

neat glen
#

i kinda want to make a GenshinOs now, speaking of minecraft i think someone made MineOs before, idk what it does actually

#

nvm i'ma make thanOS instead

oak hemlock
neat glen
#

is android open source btw, i suppose android has the smallest size of genshin

pale mesa
#

is that the mod which u can write stuff in lua

oak hemlock
pale mesa
#

thats cool

oak hemlock
pale mesa
#

imma try it aft my exams

oak hemlock
#

but also much more powerful AFAIK

#

I remember being so geeked out with the things that Direwolf20 would create with computercraft

#

made a computer UI for managing and monitoring his Draconic Evolution reactor

#

which to me was just so cool lol

#

like being able to change the output of the reactor to... ensure things don't spontaneously combust

static trout
#

man the 1.12 screen is old

#

woah no loading animation

pale mesa
#

to be frank i hasnt tried minecraft much after 1.8.9

static trout
#

huh

pale mesa
#

ye my passion kinda died after things started changing

static trout
#

i didnt even set it to amplified

oak hemlock
#

1.7, 1.8, and 1.12 are my most played versions

#

simply because those are the only versions with a sane modding scene

oak hemlock
#

like the "Mega Savanna M"

#

nvm I'm mixing up names but there are some rarer mega/m biomes that get HUGE

static trout
#

so this is why it was removed

oak hemlock
#

either being improved or using a new mod

static trout
#

where do i find the reactor schemati

oak hemlock
#

I remember when I was first learning stuff about Linux, I thought people were talking about Draconic Evolution

pale mesa
#

this is like me with all my github projects

#

i just add [DEPRECATED] into my readme

oak hemlock
oak hemlock
pale mesa
#

i wish

#

but with 0 stars across all my repos

pliant canyon
static trout
#

cant see it

pliant canyon
#

Click [HYPERLINK BLOCKED] to become one!!

neat glen
#

what are you guys doing, regex?

oak hemlock
#

I still have no idea what a kromer is tbh

#

what is "adx"

pliant canyon
#

tahts just user account control

serene dagger
oak hemlock
oak hemlock
pliant canyon
#

if u installed from their website and u trust them its fine

oak hemlock
#

Windows will warn you about unsigned binaries regardless of their intentions

pliant canyon
#

u just got something like this?

#

or was it smartscreen

oak hemlock
#

and that is Windows equivalent of sudo

pliant canyon
#

yes thats fine

oak hemlock
#

happens

#

again, it'll warn about unsigned binaries

pliant canyon
#

again if u downloaded it from where u should download it it should be fine

oak hemlock
#

just use common sense

#

verify the source

#

if something seems the slightest bit fishy to you, don't run it

#

if you trust in norton and the source seems legit, then you should be fine

#

it's worth noting that Windows Defender can be a bit overprotective sometimes

#

namely the unsigned binaries thing

serene dagger
#

wats that

oak hemlock
#

seems fine to me

pliant canyon
#

yes

#

looks fire

oak hemlock
#

I must admit

#

that is absolutely ugly

pliant canyon
#

no its fire

oak hemlock
#

the garbage is so hot that it caught fire

#

lmao

#

Never heard of ADX, I think I can see why

pliant canyon
#

my keyboards software

oak hemlock
#

Dell?

pliant canyon
#

omen so its hp

oak hemlock
#

wait

serene dagger
oak hemlock
#

HP

pliant canyon
#

dell is alienware

oak hemlock
#

I get them mixed up \๐Ÿ˜ฉ

pliant canyon
#

lol

fathom yew
#

Damn Can't believe I fell into a nitro trap

oak hemlock
#

I can believe that

serene dagger
#

rip

fathom yew
#

But chrome protected me

oak hemlock
#

idk, you can tell they've not really captured many markets

#

aka they're poor and it shows LMAO

fathom yew
#

Behold! There's a guy named "System Message#8115" he sent me the link in DMs

oak hemlock
fathom yew
#

yes

static trout
#

bro

#

how tf do you change the io crystal to output

fathom yew
#

ummm.... image disallowed?

serene dagger
#

maybe discord should remove the silly clickbait nitro gift links pithink

static trout
oak hemlock
#

or whatever that item is called

eternal trail
#

not in this channel

static trout
#

wonder whatll happen if i place some fuel in an incomplete reactor

sick olive
#

i am razor face 27

#

ducky_dave < ducky_devil

pliant canyon
#

rebellious

sick olive
#

lol

#

btw im not really toxic just doing razorface27 cosplay so dont ban me : )

#

5 place grid penalty for ham

#

wot

#

today's sprint race

#

wot

#

๐Ÿค•

#

@pliant canyon hey there

pliant canyon
#

hi

sick olive
#

do u remember @innocentsalt

sick olive
pliant canyon
sick olive
sick olive
#

ok

#

edited*

#

anyone here to talk some random stuff

#

goodbye

pale mesa
sick olive
#

@pale mesa wassup

whole dock
#

How to setup crypto currency mining on Ubuntu server? Any recs please.

sick olive
#

david bonbal released a new video lol

#

@sick olive

#

which software?

#

Microsoft defender

#

the default windows 10 antivirus

#

i mean it flagged a file?

#

or a another software ๐Ÿค”

#

yes it said file

#

then it may contain virus

#

ah, it has a RHASSL4.EXE at the end

warm crane
#

That sounds like a virus

sick olive
#

Thing is when it flagged it was January and I don't remember installing anything so I'm concerned

sick olive
warm crane
#

Did you download anything from an untrusted site?

#

Oh. Hmm

sick olive
#

I don't remember tbh, but it got blocked

#

should I worry or

warm crane
#

When did it run?

sick olive
sick olive
#

It says PUA 32 installcore

#

/installcore* to be exact

warm crane
# sick olive It says PUA 32 installcore

Microsoft says this

Summary
This application was stopped from running on your network because it has a poor reputation. This application can also affect the quality of your computing experience. We have seen this leading to the following potentially unwanted behaviors on PCs:

Adds files that run at startup
Modifies file associations
Injects into other processes on your system
Injects into browsers
Changes browser settings
Changes browser shortcuts
Installs browser extensions
Disables User Access Control (UAC)
These applications are most commonly software bundlers or installers for applications such as toolbars, adware, or system optimizers. We have observed this application installing software that you might not have intended on your PC.```
sick olive
#

Oh wow

warm crane
#

So, yes. Sketchy.

#

Lol

sick olive
#

The last statement makes sense

#

The only thing I remember was installing my windows 10 updates

warm crane
#

Wait, like from the settings?

sick olive
#

Yes

warm crane
#

Hmmmmm. Then it wouldn't come from that.

sick olive
#

What confuses me is I don't see anything in my recycle bin that shows its been deleted or not since the day it's been blocked

warm crane
sick olive
#

Ah

#

file: C:$Recycle.Bin\S-1-5-21-3797143126-1066286071-3210632891-1001$RHASSL4.exe

#

This is the whole file @warm crane ^

warm crane
#

Honestly, I think you should delete it.

sick olive
#

It was already blocked from my computer so I can't see or scan it :(

#

nor delete it, because I can't find it :(

warm crane
#

Do you have avast or something like an anti-malware?

sick olive
#

Nope, I have the default windows 10 anti-virus

#

I had kaspersky back in 2018-2019 then deleted it since my subscription their has expired

warm crane
#

Hmmm. Maybe installing one of them could help you delete it.

sick olive
#

true but idk if it's on my computer or nof

#

not*

warm crane
#

OH. Have yu tried finding the path.

sick olive
#

which path

sick olive
#

ah I tried visiting it in Chrome but it says file has been deleted, moved or edited

warm crane
#

What about file explorer?

sick olive
#

I should try ty

#

@warm crane ^ here's more details

warm crane
#

Hmm. What if you click the actions button

sick olive
#

Shows the allow option

warm crane
#

Don't lol

sick olive
#

lol, I'm too paranoid to the point where I wanna know what it is

warm crane
#

noooooo

#

Cant you delete it from there?

sick olive
#

hmm it says status been removed

warm crane
#

Hmm. I was just thinking that.

sick olive
#

I remember back in Jan, the teacher used to give us files to download as hw , so maybe kekgiggle

warm crane
#

Lol

#

Idk. Personally I think it's removed.

sick olive
#

same, I also searched in file explorer it said no items match your search

warm crane
#

Yeah.

#

So it's probably gone.

sick olive
#

phew lol

terse belfry
#

can i have syntax ideas for statically typed language

#

mut{int64} deez = "nuts"

#

i dont like this that much so i want some other ideas

sinful frost
#

lol today we were walking with friend
one of street dog approached to friend
and sniffed him ๐Ÿ˜„ weird

mortal hull
terse belfry
#

mut int64 deez = "nuts"

pliant canyon
#

just for the hell of it

terse belfry
#

should i just remove mut

mortal hull
#

depends, do you want mutability or immutability to be default

terse belfry
#

good point

#
int64 yourdeez = "nuts"
const int64 ourdeez = "nuts"
#

ok?

#

or maybe

int64 yourdeez = "nuts"
immut int64 ourdeez = "nuts"
mortal hull
#

I don't like immut

#

it depends what kind of mutability ig

#

do you want the variable to not be reassigned, or nothing in the variable to be mutated

stone gyro
#

but have you considered

#

let yourdeez: int64 = "nuts"?

terse belfry
#

no let

mortal hull
#

^

terse belfry
#

i hate let

mortal hull
#

๐Ÿ˜”

pliant canyon
#

yourdeez such that "nuts"

terse belfry
#

mut yourdeez: int64 = "nuts"
imm ourdeez: int64 = "nuts"

pliant canyon
#

no

terse belfry
#

you gotta use a type

#

yuck

mortal hull
#

let a mutable string named deez be equal to "nuts"

#

we define the...

#

in this essay I will...

terse belfry
#

?<$"deez""int64"==><"nuts">

stone gyro
#

meh, that's the python approach, when there's no difference between changing a variable and declaring one

#
\yourdeez: int64 <- nuts

๐Ÿฅด

mortal hull
#

what if we made making variables a built in function. Variable.make("deez", "nuts")

stone gyro
#

\ (let) + name + : + all the type specifiers + <- (assignment) + value

mortal hull
#

R uses <- for assignment and it's annoying

solid prawn
#

put int64 nuts in yourdeez

upper turret
#

no

pliant canyon
#

be that as yourdeez may "nuts"

solid prawn
#

wheres the int64

upper turret
pliant canyon
upper turret
#

i mean R allows = too so

solid prawn
#

theres a shakespeare programming language

terse belfry
#

๏ฟฝ๏ฟฝ๏ฟฝyourdeez๏ฟฝ"nuts"โ–กโ–ก๏ฟฝ โ–ก๏ฟฝ ๏ฟฝ

pliant canyon
pliant canyon
#

indubitably

mortal hull
upper turret
#

mhm

pliant canyon
#

let deez be "nuts"

terse belfry
#

computer.registers:allocate("yourdeez", "int64", "nuts")

stone gyro
#

original content

pliant canyon
#

more like

solid prawn
#

O,C?

upper turret
#

no

stone gyro
terse belfry
# stone gyro original content
#include <stdio.h>

int main(int argc, char* argv[]) {
    puts("I've heard you're fatherless, ConfusedReptile.");
    return 0;
}
upper turret
#

puts ...

pliant canyon
#

unused variable argc

terse belfry
#

cry

pliant canyon
#

๐Ÿ˜ข

sick olive
#

would you guys recommend using rust to build an api?

dusty aspen
#

I've used it with both Rocket and Actix, it was great

thick widget
#

py do be on drugs today

pliant canyon
#

idk = False

thick widget
#

yeah ran out of var names

stone gyro
#

0.9113924050632911
lemon_glass

pliant canyon
#

lmao

thick widget
#

but i did use int()

solid prawn
#

oddly specific

novel hull
#

why that number in particular?

thick widget
#

so forgor about it

thick widget
solid prawn
#

i do

thick widget
novel hull
#

That reminds me of something, hold on

thick widget
#

ight

novel hull
hearty prawn
#

pov : you're making a programing language

#

i like C

#

nice

#

C is good, idk why they made c++ so bad

#

i've had a MUCH better expeirence with C till now

upper turret
tepid echo
#

huh your name is like cyph's

upper turret
#

you made it?

#

cuz cd, grep etc not working

tepid echo
#

so weak

upper turret
#

also it stretches infinitely

solid prawn
#
$ ls
Hi
tepid echo
#

ls works

#

yea

#

just great

upper turret
dusty aspen
#

@sick olive may I request the addition ofcompgen -c to list all of the possible commands

novel hull
#

rm rf when >:(

dusty aspen
#

rm -rf doublev.codes :)

novel hull
#

yes

dusty aspen
#

yes

novel hull
#

do the same for the bash fork bomb

#

actually no

#

make the fork bomb redirect to hammertime

eternal trail
#

no, sorry

neat glen
novel hull
#

Issue: redirect to harlem shake, yes?

eternal trail
#

our preferred method for requesting features is to ping you each time

dusty aspen
#

if you put sudo on rm -rf that's dumb unless you have some weird stuff that makes "permission denied"

#

yes just create a server for you to type random stuff in

#

I should take my own advice, I just DM random stuff to Lance

#

can you make an issue for a list command requests and then I'll comment there

stone gyro
#

@ruby trellis

#include <linux/kexec.h>
#include <linux/errno.h>
#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/multi.h>
#include <linux/ckevent.h>

#include <asm/io.h>
#include <asm/prom.h>
#include <asm/e820.h>
#include <asm/system_info.h>
#include <asm/setew.h>
#include <asm/pgproto.h>

#define REG_PG    vesa_slot_addr_pack
#define PFM_NOCOMP  AFSR(0, load)
#define STACK_DDR(type)     (func)

#define SWAP_ALLOCATE(nr)     (e)
#define emulate_sigs()  arch_get_unaligned_child()
#define access_rw(TST)  asm volatile("movd %%esp, %0, %3" : : "r" (0));   \
  if (__type & DO_READ)

static void stat_PC_SEC __read_mostly offsetof(struct seq_argsqueue, \
          pC>[1]);

static void
os_prefix(unsigned long sys)
{
#ifdef CONFIG_PREEMPT
  PUT_PARAM_RAID(2, sel) = get_state_state();
  set_pid_sum((unsigned long)state, current_state_str(),
           (unsigned long)-1->lr_full; low;
}

rate the code

ruby trellis
#

4/10, not enough obscure macro names

#

also puts the type on a separate line.

#

Linux kernal moment

stone gyro
#

I looked at the 1MB sample and, uhh

#

what the fuck

  • THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  • EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  • MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  • IN NO EVENT SHALL THE COPYRIGHT OWNER(S) WITHOUT ANY EXPRESS
  • OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  • IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  • APTHERW UNDERFLรƒSING IN ANY CLAIM, DAMAGES OR AB SHARED THARLING BE LIABLE FOR
  • ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  • WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN CONTRACT,
  • LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  • DIECFAIN OR WHODECYCLICS, WITHOUT WARRANTY OF ANY DAMAGES
  • WHATSOEVER REwULL HEADERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  • INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT,
  • STALL THE COPSTRICT OF THE SOFTWARE, END AND CONTRIBUTORS BY THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  • LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  • CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT FOR SUBSTITUTE
  • FOR A PARTICULAR PURPOSE AND
  • NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  • DAMAGES OR ANY DAMAGES OR ANY DAMAGES
  • WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
    ** ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  • CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
ruby trellis
#

wait is this A.I gen-

stone gyro
#
APTHERW UNDERFLรƒSING IN ANY CLAIM, DAMAGES OR AB SHARED THARLING 
ruby trellis
#

APTHERW UNDERFLรƒSING IN ANY CLAIM, DAMAGES OR AB SHARED THARLING

#

i see they have translated the GPL into machine code.

#

truly, we are living in the best possible timeline.

stone gyro
#

one'd think the entire linux kernel would be enough to learn the license to the symbol

#

but APTHERW UNDERFLรƒSING my ass, apparently

ruby trellis
#

needs more GPL apparently.

#

did this guy actually train a network on the kernal?

stone gyro
#

yeah, that's what the article is about

ruby trellis
#

somebody should train an A.I on the Linux mailing lists to see if they can replicate Linus' rageposts.

#

i would pay to have access to that.

cursive agate
#

when you realize that you have to go back learning math because... in programming, you are stuck if you dont know.

ruby trellis
#

you must be doing some pretty epic programming.

stone gyro
#

numerical integration?

#

I saw a guy in the help channels who said he planned to be a programmer, and refused to learn percentages

#

like, he believed it was unrelated to programming, and actively refused to even try to learn it

#

of course, the problem was, he had to do an assignment related to percentages, which he didn't know how they work ๐Ÿ˜”

lean pebble
#

percentages

ruby trellis
#

i mean programming on its own is not really as math heavy as some people think, but percentages can be pretty useful.

#

๐Ÿฅด

stone gyro
#

I'd also say that you won't go particularly far anywhere if you actively refuse learning stuff that you believe to be unrelated to your field

ruby trellis
#

definitely

cursive agate
near raft
#

anyone used crypto currency before?

ruby trellis
#

yeah it can vary.

stone gyro
#

๐Ÿฅด

near raft
#

im talking about bitcoin

ruby trellis
#

woah woah woah

#

sssssssssssssssssssssssssss

lean pebble
near raft
#

someone wants to pay for my service in bicoin or some other crypto

cursive agate
ruby trellis
#

it helped me by telling me what i do not want to do.

#

pretty helpful if you ask me.

cursive agate
near raft
#

lol

ruby trellis
#

it is not that you need to be some math god to learn to code, but refusing to learn something is just a bad sign.

stone gyro
lean pebble
#

That's somewhat a bit different from what you initially claimed

ruby trellis
#

if you want to be decent at programming (or any growing field for that matter) i think it is important to have a healthy interest in learning.

#

not for math exclusively, but just in general.

cursive agate
stone gyro
ruby trellis
#

another reason to not use Chrome.

solid prawn
#

kids can see the right answers in the forms

cursive agate
lean pebble
cursive agate
novel hull
ruby trellis
ruby trellis
#

Chromium is, but not Chrome.

lean pebble
ruby trellis
#

Chrome is based on Chromium.

stone gyro
#

the patch is in chromium though, isn't it?

ruby trellis
#

it might be

lean pebble
#

There's like 999 chromiums out there

#

Forking it isn't new

ruby trellis
cursive agate
ruby trellis
#

who

solid prawn
#

no, different shitposter

cursive agate
#

@serene dagger <-

#

sorry ping xD ๐Ÿฅด

ruby trellis
#

the elusive she/her femboy ace lesbian with a boyfriend, deal with it normies
legendary bio

cursive agate
#

vibin

#

hi. my name is Braxton. i am 16. just some dumb C programmer.

#

whats your pronoun?

ruby trellis
#

they are at the bottom.

cursive agate
#

lmao skip read problems

ruby trellis
#

ddddddddddddddddddddddddd

sick olive
#

looking neat ?

ruby trellis
#

indent plox

lean pebble
#

omg HTML

#

hackermans

ruby trellis
#
void insertion_sort(int* input) {
    int k = SIZE;

    /* Once k == 0, that means the head of the array is back at the start,
     * i.e, the entire array has been sorted */
    while(k >= 0) {

        /* Shift input[m] to input[k - 1]. This will act as the new "head" of the sorted
         * array. */
        for(int i = 0; i < (k - 1); i++) {
            int swap_a = input[i];
            int swap_b = input[i + 1];

            input[i] = swap_b, input[i + 1] = swap_a;
        }

        /* Shift input[m] forward until input[m + 1] > input[m]. Since input[m] is now at the
         * start of the sorted list, this will begin to sort it into its correct place. */
        for(int i = k; i < SIZE - 1; i++) {
            int swap_a = input[i];
            int swap_b = input[i + 1];

            if(swap_a < swap_b) {
                break;
            }

            input[i] = swap_b, input[i + 1] = swap_a;
        }

        k--;
    }
}
#

Yeah But See Code Bro

lean pebble
#

C

#

Sorry what's that language?

stone gyro
#

SIZE??

ruby trellis
#

C++ without classes

lean pebble
#

You mean C++ that no one uses because it does not have essential features?

ruby trellis
#

i forget why i put that in a variable.

stone gyro
#

poor C programmers, can't even sort variable-length arrays

ruby trellis
#

VLAs are a curse and you know it.

neat glen
# lean pebble hackermans

people who understands html are super hackers, one of my 8-year-old friend told me he hacked nsa with html, like that is so impressive

solid prawn
#

can they even create VLAs

ruby trellis
#

yeah, but only in C99+

novel hull
#

They can in C, but not in C++

solid prawn
#

:laughingat:

ruby trellis
#

please do not make VLAs though, VLAs suck.

stone gyro
#

I mean, like, heap-allocated ones, not stack-allocated ones

novel hull
#

VLA doodoo

ruby trellis
#

oh, yeah, those are fine.

novel hull
lean pebble
ruby trellis
#

imagine needing a FUCKING PREPROCESSOR.

stone gyro
#
vec.sort()

๐Ÿฅด

ruby trellis
#

modern language my ass

near raft
#

anyone knows a server that has the bot dev icon as emote?

solid prawn
#

this is why you use java

near raft
#

i need that emote

solid prawn
ruby trellis
#

imagine suggesting Java in a C server.

novel hull
#

C server

ruby trellis
#

sorry, freudian slip.

lean pebble
sick olive
#

in chrome we have customize chrome section where we have wallpapers i want to get those wallpapers

#

PLz plz

lean pebble
ruby trellis
#

it is a pretty open secret that this server is and always has been a C server.

#

ever since i came along.

ocean walrus
#

Hi :D

lean pebble
#

You have an edit distance of 4, which is like the worst for a single-character

ruby trellis
#

hi

sick olive
#

plz reply

lean pebble
#

By the way I don't even like Rust btw

ocean walrus
sick olive
#

in chrome we have customize chrome section where we have wallpapers i want to get those wallpapers

lean pebble
stone gyro
sick olive
#

default wallpapers

ruby trellis
#

6 is a cursed number

#

you know what is MORE BASED?

ocean walrus
#

5 is the best number

ruby trellis
#

C.

pastel moss
ruby trellis
#

C is more based than 6.

ocean walrus
#

Lmao

stone gyro
#

๐Ÿฅด

ruby trellis
#

change my mind.

eternal trail
#

sorry, this is Python Discord

ruby trellis
stone gyro
ocean walrus
pastel moss
#

hey, it's the first rule in discord's TOS
"like rust"

ocean walrus
#

True true

eternal trail
sick olive
#
my name is masoomladka
lean pebble
#

I'm on my way to converting this server into a Julia server

ocean walrus
#

!!!

sick olive
#

!!!

sick olive
#

gang!?!?!

pastel moss
sick olive
#

inb4 90% of the members leave this server

ocean walrus
#

Lmfao

solid prawn
#

good, get rid of the mediocres

ocean walrus
pastel moss
#

lol

sick olive
#

lol

stone gyro
ocean walrus
#

Are you implying I'm mediocre??!!

solid prawn
#

the uppercase J in julia is mildly infuriating

lean pebble
#

Why

ocean walrus
#

JuLiA

stone gyro
solid prawn
#

and by mildly infuriating i mean i am plotting your assassination

ocean walrus
pastel moss
ocean walrus
#

I'm 6'9 so you can't attack me

pastel moss
novel hull
#

Julia's syntax is kinda ugly ngl

solid prawn
neat glen
ruby trellis
#

OH MY GOD THEY HAVE A BOT TO CORRECT PEOPLE?

#

THANK FUCKING GODDDDDDDDDDDDDDD.

ocean walrus
lean pebble
#

ยฏ_(ใƒ„)_/ยฏ

ocean walrus
#

It's not that bad

stone gyro
ruby trellis
#

each time somebody says LUA instead of Lua i want to scream at them.

neat glen
ocean walrus
#

You can't get on top of me, I'm too tall

solid prawn
pastel moss
#

LUA

solid prawn
#

LUA

ruby trellis
neat glen
#

LUA

ocean walrus
#

LUA

lean pebble
#

I only use lua in Factorio console

stone gyro
#

a wa

ruby trellis
#

we should definitely convert everybody here into a C programmer.

#

a wa

ocean walrus
#

I started c

ruby trellis
neat glen
#

i started scratch

ocean walrus
#

And I finished reading effective c

ruby trellis
#

send help

ocean walrus
#

Halp

ruby trellis
pastel moss
#

actually i need help, i'm trying to install doom emacs on windows natively ;-;

upper turret
#

bru

ruby trellis
ocean walrus
ruby trellis
#

that fix is installing Linux.

pastel moss
stone gyro
#

hmm, just got an idea

ocean walrus
#

I shall evenly split my projects

pastel moss
ruby trellis
#

WSL is for babies

ocean walrus
#

Lmao

ocean walrus
stone gyro