#💻︱programming
1 messages · Page 30 of 1
I’m proud of you bb
is that cubecraft?
if cubecraft are spending two hours trying to insert a single number in an already ordered list
i would be concerned
XD
Takes u 2 hours to insert an 8 but takes u 2 years to respond to dms 
lmao
Now check if this is faster than a basic sorting algorithm :D
Im coding bot, what do you guys do?
What ide you use?
or an app ^^
What’s the best learning „course“ or something alike to learn Java?
https://github.com/PalomboDev
Here is me advertising mine too. It's terrible
https://github.com/quartzexpressDEV
heres mine too, please click this obviously real affiliate link, i need to feed my family myself
yes because it is commonly used 😉
discord bot's trash
😂
😂
@lusty pagoda
me irl
🙂
haha
thats what toby does
have you seen toby document anything he does?
exactly, no, cuz he doesnt 
who needs a documentation when you can just look at the source 




















just write a script that sshs into the server and reads microsoft word files
servermanager explained in 2 seconds
(servermanager is a gui for the bedrock dedicated server software i made for hazard)
i originally wanted to make an api for that but why do that if ssh works just fine, right?
This was hours of work
That's me
Im programming my own discord mod.
its going not that bad 🙂
i made it so you can have a nice background and more colours everywhere]
await waits for the called function to finish
asyncio.create_task allows a function to run concurrently (at the same time as something else)
And the task will terminate early if the caller of create_task finishes before the task?
is there any cheap and good vps provider in america/france that i can use to host a vpn
something like this in similar price range
oh wait they also have servers in america
but is there something similar in france(or any eurpean country really)
well I do not think you can really go below 4€/mo
it doesnt need to go below
shouldnt go above 10€/month tho
just need something to protect me against china 2.0
aka germany trying to spy on everyone using a trojan
and with my current vpn i get decently high ping
and its also in germany and i dont want a trojan the vpn
idk if thats a possibilty but you can never know
yes
is that much?
probably not but its plenty for my use cases
xd what a scam
ye
contabo
dont run a vpn on it tho
good
also wouldnt recommend doing anything with sensible data on em since they will probably get infected
why is every vpn so expensive
is it though?
4€/mo? that's cheaper than Spotify
I mean, don't really see the point of making your own VPN server if you ask me
what the actual frick
germany wants to infect every device with a trojan
and tbh i dont trust any vpn provider now
and well do you trust the VPS provider?
as long as its not in germany yes
use some non-german vpn provider
might still be manipulated by the state tho
just as the vps can be
if its outside of germany theres nothing the government can do
they can monitor the traffic
they dont monitor the traffic tho
they can
they install a trojan on ur device
they have their methods
and i know how
they fake updates for apps and if you install that "update" ur device is infected
atleast thats what i read
okay so imo this is a bit dumb, if you do not trust any VPN provider, making your own VPN server sounds cool but then you are just relying on the trust of the VPS provider so it does not really fix the issue of privacy
i do trust vpn providers but you never know
i dont
nothing tbh
companies do everything for money
nor a phone
dont have to if i have a vpn do i
The law hasn't even passed, calm down
yes but i have to prepare yk
it won't pass
you never know (:
but ye ur right
i should just wait and see how it evolves
i will too
i wanted to move out anyway so like
a few more years
and im outta here

im annoyed by how scummy every company here in germany is
well almost every company
but most of them are
aka make a documentation
ok i remembered why i wanted to make my own vpn
most vpns are blocked on mc servers
but private ones arent
yes that was actually the reason i wanted to make my own in the first place
no
still the germany thing but nyvil is right
i should just wait and see
tbh i wouldnt be surprised if it passes
the government here is full of idiots but thats about all i can say without getting banned here lol
A lot of reasons lmao
okay tell me
Some servers sell ip’s
Most serious servers should not and the not popular servers do not have good VPN blockers
not like you cant really do anything with those anyway but ok
i love how they called it "total stimmen" instead of "stimmen insgesamt"
sounds kinda like a quite well known quote 👀
but ye gotta follow the rules
wait u german? xd
Yes
did i ask you smh ||staff feedback thread moment||
oH nO
Is that every variable "i" or every "i" in the file
import asyncio
async def spam():
for i in range(10):
print(i)
await asyncio.sleep(0.25)
async def eggs():
for i in range(10, 20):
print(i)
await asyncio.sleep(0.5)
async def main():
t1 = asyncio.create_task(spam())
t2 = asyncio.create_task(eggs())
await asyncio.sleep(10)
if __name__ == '__main__':
asyncio.run(main())```
HA HA HA
threading but with extra steps
@arctic narwhal is making me switch to MongoDB
I was pleasantly surprised when he showed me example code
That looks like a fun game.





hello
Settings (bottom left) -> Appearance -> Zoom Level
Control + or - works for me too
It worked
Thanks anyway!
Emagine using the app version :V
smh
I’ve switched to the dark side
It's not loading 
Ok so idk if cubecraft is monitoring these chats but i was temp banned for automatic cheat detection and i only have an auto clicker that I use for my survival afk fish farm and i accidently left it on and when I went to the PvP server it banned for hacking and im not sure how to get unbanned do please help
appeals.cubecraft.net but next time ask in #💬︱english・general or #💌︱staff・help
Print("I am a hackerman")
hacks.setEnabled(true);
xdddd windows update broke cubeiconreverter
thank you microsoft, very cool
cant even look at my code anymore
gg
yes
tbh i have no idea why the error is cause since it seems to work fine in the c# interactive console
System.UnauthorizedAccessException: Access to the path '7e87c82b79aa575f28cc6d7976a6988d0ee65b' is denied.
yes that is definetly the path that i i gave you
Nvm xd
what no
I used a comma in my string selection instead of a colon ._.
very awkward

Why in a notebook D:
It's the most powerful platform for developing ever🥵
never used notebook as ide?
still better than eclipse 
I use IntelliJ excuse me (except for the client I'm working on)
i use IntelliJ ultimate for java coding ;o
N O
idk never tried others tbh
eclipse has everything i need
Eclipse isn't bad, it's good from anywhere between beginner to advanced, IntelliJ simply has more things which makes your life easier when doing certain things or has more options on how you wany your project setup and other integrations that eclipse doesn't have
print("egg")
;
it's a faster IDE but with less features. it's also free, so imo the best free choice for php, ...
but for Java I would always chose Idea.
(and since I have Jetbrains student pack, I use only Jetbrains products)
I heard that someone made a java compiler for MS Paint 👀
That's just an absolute legend
I'm working on my own ide too, its terrible but im trying
True
The autocorrection is amazing too
🥵
no
@minor roost Please don't advertise Disord servers
Sorry
Can anyone teach me?
System.out.println("I am a hackerman!");
6
yes :c
Lmfao
@gaunt berry
yes
they would be legends if they used .then
if (drone.getStatus() == DroneStatusses.COLLIDING)
dontCollidePlsIHaveAFamily();
is that..
bash
please no
and everybody knows the best way to write it is just
while(true){
drone.setColliding(false);
}
constant blocking loop
it blocks everything so the drone can never hope to collide
uSe An AsYnC fUnCtIoN
no
nah, the key is to run a thread blocking loop in a single threaded context
that way the drone will never even lift off the ground
preventing 100% of all collisions
unless a human picked them both up and crashed them together
Multithreading is cool
lmao
Hello, if l want to learn programming, in which language do I learn, can anyone give me advice?
Well what do you want to make :)
So I want it in many areas such as applying to the programmer in CubeCraft and also to learn about cybersecurity and other things
For Cubecraft/Minecraft you’ll want to learn Java
For Cyber security I believe you should learn C++ or phython, not too sure tho
with cyber security, you can use basically anything
depending on what area of cyber security you want to go into
if you want to go into offsec, prolly python for scripting
So now lneed learn Java right
Is it fun to work for cube?
Java or Java script?
Yes I hope learn cyper security but it is very hard sometimes
a lot
int main(){
printf("Why is there a programming channel in here?");
Return 0;
}
def reason():
return "To talk about programming!"
print(reason())
>>> "To talk about programming!"
printf("I see, what language is that???\n");
fgets(answer, 1024, STDIN);
"Python"
printf("Oh i thought it was Lua");
I wanna get into programming, what language is worth learning?
I have absolutely 0 experience
Henlo
does anyone know if it is possible to run Minecraft Java from command line (.cmd file)
@jaunty widget Python is a good starter language :)
Alright thanks.
@plush walrus https://stackoverflow.com/questions/14531917/launch-minecraft-from-command-line-username-and-password-as-prefix
ye I-
have that
- but there is no minecraft.jar in .minecraft/bin
- https://login.minecraft.net is not responding
main jars are located in .minecraft/versions/<version>/<version>.jar
as for the login thing i'm not sure sorry :(
no problem, and I can just open the launcher and use pyautogui :>
The answers on this question might help you https://gaming.stackexchange.com/questions/122802/can-i-bypass-the-new-launcher
You got any good tutorials you recommend watching?
I don't have any videos/channels to suggest since I learn through reading, sorry.
I'd suggest w3 schools and sololearn for python, they teach through examples
https://www.w3schools.com/python/
https://www.sololearn.com/learning/1073
well
print("1" + "1") #11
print(1 + 1) #2
These 2 are different, in the first example you are adding together 2 strings (text) in the 2nd one, you are adding up 2 integers (numbers)
And you work with data types a lot, for example you can create a list with more strings inside and store them
any jvm language tbh
for minecraft, java is prolly the best due to its learning resources
but you can use kotlin, scala, even clojure
Ok thx
Why doesn't this work?
I want the height the block starts at to be HEIGHT-PLAYER_SIZE
Yeah its python
So its always at the bottom
you need to move Player_size up 1 line
Oh so it needs to be above the player_pos?
Because player_pos doesn't know what Player_size is right
Ah i get it
Thanks
So kinda like telling someone to get something out of the fridge without even telling what the fridge is. Ik its a weird comparison but im trying to understand lol
Alr thanks
Makes sense
telling someone to drink without giving them water
Yeah
It works now
Thanks
Are variables case sensitive in python?
So im assuming its easier to have either all capital letters or none right
python is normally snake casing
variables_are_like_this
my_var = 12
lower case with underscores
You mean I need a period of development and knowledge to join
So l start learn Java now the first that ok?
Yes lneed long time for this
Yes
Yes thx you
But it is very hard lol
In fact, I learn through YouTube
Does this site teach me the basics?
Oh cool
When did you start learning?
Oh my God that long time!!!
@jaunty widget A tuple can't have values added to it. You can only read from it
Whats a tuple
I want to learn all languages how long does it take?
So i should change the ( to [?
25 years haha
good luck learning brainfuck
you dont need to
just learn like
python java go
js
Lol ok
Ithink Java and python and C++ and cybersecurity
I like learn cybersecurity
Are he know cybersecurity?
I hope me too learn it
So right now i got this block spawning randomly anywhere from 0 to 900 but i want it to choose from either 0, 100, 200, etc. how would i do that?
Yes
Thanks
15
Yeah
I hope to be Programmer
I will dedicate hours to learn;)
Ok
So l apply to Developer if l perfect at java
Ok
Ok
I don't know how I will find out about them, but I will look for them
id say you should learn the languages you like
no one cares about ur future jobs
and if you dont have fun in programming, you will never improv e
What am i doing wrong? The video i am watching does the exact same thing with the idx thing and for him it works.
At which part?
After which word should it come?
After “enemy_list”
line 40 should be
It still gives the error
Whoopsie, I’m blind
You're missing a ] bracket on the previous line (line 18)
After what word should the bracket be placed?
it worked but now its saying this
show above line 17
randint only takes 2 arguments. You're passing 4
what is the 0 supposed to do
random.randint(a, b)
Picks a random integer between a and b
after the * 100
I have honestly no idea, i watched this video and copied what he did and made changes to it. Right now im just trying to understand how each part works lol
xd
This is what its like in his github
But i want it to be either 0, 100, 200, etc.
till 900
enemy_pos = [random.randint(0,9)*100]```
should work
Yeah im stupid lol
I removed that 0 earlier
But i messed up the code so i started again and forgot to remove it again
the comma is after the randint which means its a new value in the list
enemy_pos = [random.randint(0,9)*100, 0]```
you still need the 0 since its the other dimension(probably y)
while the randint is the x dimension
Oh yeah
could also be the other way around, depends on how you implement it
The y should be 0
im getting into programming, and at the moment my eyes and brain are like
Same
lmao
Just started today with Python
starting in couple of weeks hopefully
How do i fix this?
I read that IndexError: list index out of range means im trying to get something that doesn't exist
What does your enemy_pos variable look like
also, your line 97 should be
enemy_pos[0] = random.randint(0,9) * 900 otherwise you're putting a list within a list with how you currently have it
yep, so enemy_pos[1] does not exist, because your enemy_pos list only has one item in it.
you need to add the 0 to that list that quartz mentioned:
enemy_pos = [random.randint(0,9)*100, 0]
What do you mean? The random.randint(0, 9) * 100 will definitely be giving values of 0, 100, 200, ..., 900
What does the drop_enemies method do?
I'm not sure it's a good idea to jump right into the deep end like this 😅
The reason they are not at 0, 100, 200, ...
is because of that line 32. it's setting it differently.
Yeah lol ill get back to this file once i understand what im doing
Learned a lot from it tho
So thats a good thing
@spring tiger do u have good tutorials to learn java the best and fastest way?
i know
will always suggest w3schools and sololearn for learning java and python
both are great websites
all free
I know Java a lot 😄
@minor roost do u know what this means?
I don't know, sorry.
i never used this before
so
thats the reasons im learning this class
i got that
int result = x + y;
you forgot the +
^^
^
lol
That's math
but now there is the real question that not a single computer will solve correctly
whats 9+10
0:
If it's "9"+"10" maybe idk
same.
"9"+10
3"3=
this is because plus symbols suffixing strings are string concat delimiters
otherwise, it’s arithmetic
Kinda hard for a start imo
I read about it.
I should have a good knowledge about Python. Because it's more dependent on it
SQL is used for interacting via databases
it's p easy
SELECT * FROM users WHERE username="saif";
would be a simple sql statement to select users that have the username saif
it’s better to start with something more essential imo
You won't be able to do that on browser
You'll need to get Python installed on your PC
I have it installed
Are you using Pycharm?
I use "sublime text" to write it in
Ah right, you need to install pygame by opening your terminal and typing pip install pygame
I've not used pygame but it looks like you've not finished your code yet for it to display
https://www.petercollingridge.co.uk/tutorials/pygame-physics-simulation/creating-pygame-window/
Works now, ty
I’ve been doing programming for 4 years and still don’t really know SQL
Maybe cause I never learned it but
I tried to learn it at least for a project in Java
what app is that?
SoloLearn
free?
Yes it's free
oki
Android and iOS?
Both
Ok thanks
Not sure honestly
spam = eggs
print (spam * 3)
Lol

I'm
Not
A programmer
print("Hello nerds.")
Lmfao
both arent very difficult to learn
i've tried both, havent immersed myself into either of them too much tho
they're both very similar syntactically - and both follow the same programming paradigm that is object-oriented program
the only different are the standard libraries - not too sure how different they are, but it's quite hard to compare since both Java's stdlib and the .NET core lib are absolutely massive
it just depends on what you want to do
l = ["🥚", "🐔"]
l.sort()
Both are easier on the developer side (at the cost of some performance) and great for starting on GUI development.
GG
egg.throw()?
:c
egg.keepAlive();
egg.throw().letSurvive();
💪
actually java is quite easy compared to others
to learn as a first oop
for an oop language it is
I wouldn't use sublieme text tbh
What do you recommend using?
I would recommend using pycharm
pycharm and vscode are both great python editors
isn't pycharm too overwhelming for a beginner
sublime is way easier and has all he needs
WORD
or just notepad
yes
u can even change the font and size of every single letter
why would u want more
and word has got autocorrection
by any chance, do you know how to format the request to the auth server?
nvm I found a library for it :>
wow that would be really handy
(especially when it is set on Dutch like mine)
if i were to make a client for cubecraft, how many of you would use it
Wouldn’t trust a random client tbh
D:
hello, I wanted to ask how to kill a subprocess after let's say 30 seconds that was started using subprocess.call() in python
You want to use subprocess.Popen, and assign it to a variable
Popen doesn't wait for the process to finish, so you can then sleep for 30 seconds,
then you can kill the process via the variable you assigned it to
welp. that's no longer the case. I am not up to date with Python
If you are on 3.5+, use subprocess.run and add the timeout parameter
oki ty
@spring tiger What language is the Translations bot?
Believe it's Java
🤨
I didn't make it though, that would be @hearty bloom and the other devs on the Translation Team
It uses to much ram 😄
I'm not a Java bot developer, but i understand it,
i always make c# bots its easier to edit and start, uses -50% ram of Java
Java does not use much RAM if you make your bot correctly. Same for pretty much a lot of languages.
In terms of easier, that's entirely up to what language you know best
True, but i use c# with a 8gb ram vps that uses 4gb of the 8gb for c#
I got a java 8gb ram vps that uses 6gb of the 8gb for exactly the same code but then other language
That's likely some misconfiguration on your end. 2gb increase is definitely not down to Java.
When I’m 16

wdym
namespace RAT_server
{
public partial class Form1 : Form
{
private RATSession currentSession = new RATSession();
public Form1()
{
InitializeComponent();
Task.Run(() =>
{
TcpListener listener = new TcpListener(IPAddress.Any, 6969);
listener.Start();
while(true)
{
TcpClient client = listener.AcceptTcpClient();
RATSession session = new RATSession();
session.Start(client);
currentSession = session;
}
});
}
}
}```
Yeyyy
Its not what you think, i make a RAT Security Progam
That detects RATS Attacks
it will show u a message on the right on the screen and it disables everything quick
java right?
Its pretty amazing how java and c# looks alike
Learn one of that and you can easily learn the other
to me, most of languages look the same - especially php and java for example
Ah
Yeah
c# used to be called microsoft java back in the day
thats what a friend told me
ah ok
¯_(ツ)_/¯
does anyone have a clue what's wrong in here?
What's the error msg
so what you want to do is
replace public SerializableThrowable(T throwable) {
with
public SerializableThrowable<T extends Throwable>(T throwable) {
or just
public SerializableThrowable(Throwable throwable) {
but I did this in the class itself
pretty sure its your private Class<T> type; variable
perhaps it needs to be private Class<T extends Throwable> type;
err, on your declaration of type, try try do that there
yep haha this
since it requires T, not T extends Throwable for some reason on your variable assignment
also, mitgobla, what's the minimum age requirement for a developer position?
16
if i had the legalities covered on my end, and was deemed a suitable candidate, could an exception be made?
you can if you contract through an outsourcing contracting company and have a national insurance number
No, we do not make exceptions @ebon flume
I don't think so, because the T is already defined up here (image)
managed to solve it by making the field just a string
but still kinda interested why it didn't work :(
just for info, it would do this:
or I could just make it unchecked ig
Did u guys really a programmer or u guys just copy it from stackoverflow?
real programmers know what to copy from stackoverflow

haha
facts
We would all be dead without stackoverflow
ngl
This will do it but I don't think it's the approach you are looking for but maybe
x = 4
x = 5
print(x+4)```
I need to fill something in at the second line too.
ye
test
ah ty
java System.out.println("test");
System.out.println("test");
java doesnt work?
you put the java on the wrong line
it needs to be on the same line as the first three `
System.out.println("test");
potato
I like your funny words magic man
hii how can i code some thing like this
Name ect how can i code that
Methods ect
just knowing
the box when hovering over text?
lemme just make an example chunk of code 👍
// The main message
TextComponent text = new TextComponent("This is a bit of text with hover text at the end ->");
// The text that would be inside the hover box
TextComponent hoverTextContents = new TextComponent("Hi this is some text being hover");
hoverTextContents.setColor(ChatColor.DARK_AQUA);
// This creates a small chunk of text, added to the end of the message
// that shows the hoverTextContents TextComponent when hovered over
TextComponent hoverableText = new TextComponent(" [Hover over me! :)]");
hoverableText.setColor(ChatColor.AQUA);
hoverableText.setHoverEvent(new HoverEvent(HoverEvent.Action.SHOW_TEXT, new Text(new ComponentBuilder(hoverTextContents).create())));
//This adds the hoverableText TextComponent to the end of the text TextComponent.
text.addExtra(hoverableText);
[player here, idk].spigot().sendMessage(text);
I have no idea about programming but I think you guys are awesome
@unreal bay
THX
ctrl c ctrl v
Does anyone knows why cubecraft website is far better than mineplex & hypixel?
The report website, can the devs allow us to submit vids w/o Youtube? It's kinda annoying since we always get kicked out for inactivity
/hack @all time
true LOL
Yea
You can use like xbox live and stuff too, I did a few like that
stop stating facts, try stating myths
can someone make these values strings? Im on my phone rn and its quite hard to do ngl xd
[
Cubecraft,
Eggwars,
Skywars,
MinerWare,
Line Dash,
Blockwars,
Iron Rank,
Cubelet,
Pets,
Helper,
Moderator,
Senior Mod,
Donkey,
Coronavinus,
Katsia,
Majksa,
Hazard,
Quartz,
Stitchie,
Confused Cat,
Loading Cat,
ZedDoubt,
Banhammer,
Kickhammer,
Zedthinks,
Warz,
Forums,
Helper,
Admin,
Levels,
Rubik cube man,
Designer,
Translator,
Gay,
Among Us,
The Crew,
Horse,
Phantom,
Zombie,
Skeleton,
Sea monster,
Hoglin,
Piglin,
Nether,
End City,
Village,
Stronghold,
Ender Dragon,
Enderman,
Bowspam,
Hacker,
Customer Support,
Imposter,
Crewmate,
Keanu,
ben,
Camezonda,
Developer,
big brain,
comfyblob,
banter,
ccg memes,
angrynoot,
YouTuber,
CatsLoveRainbows
]
its json btw if you havent noticed yet
thank you very much
appreciate it
@plush walrus WOOW im so proud!!
In ur about me ur using javascript!! im so proud!!!

Can somebody that is good in C# dm me pls
I need somebody to review my code
And i dont want to get it leaked because its for an game that comes out in 2022
alr so is there any way to test run your cron to see if it works?
I found something like run-as-cron command but that does not really work
which language of code?
like this?
* * * * * sudo /home/kristn/script.sh
i dont understand SH haha
i make a AntiVirus Software
something like this
this would be better actually
since it only runs once
every hour and not every n minutes
imma use the /5
dont forget the *
tip: upload the files directly, dont copy paste them
it makes it easier to read
and doesnt flood chat
oh
well that sucks
discord pls add
i saw it 😄
alr so I used * /2 * * * /usr/bin/python3.7 /home/kristn/send_webhook.py
but it still did not work @gaunt berry
try * /2 * * * cd /home/kristn && /usr/bin/python3.7 send_webhook.py
cron doesnt automatically change the working directory so you have to change it urself
making use of cd
do I need to restart cron after I edit it?
iirc no
any errors?
wait
i see it
* */2 * * * cd /home/kristn && /usr/bin/python3.7 send webhook.py should work
An easy to use editor for crontab schedules.
alr im gonna go sleep now

if your program does stuff with relative paths then you need it
who knows, maybe it gets the webhook link from a config file
and if thats the case it wouldnt work without the cd
if you're handling paths correctly in the python code it shouldn't be necessary
"relative paths"
Do u guys programme MC cmd block, bukkit/spigot plugin or C++/Java?
Imagine programming in mc command block
bukkit and spigot is java but ok
can someone help me with sftp?
yes
I need help with scripts. I'm willing to learn
ok you dont need to ask for help, you can just ask ur question directly
At least I made money by selling my maps on MC marketplace
Cool but still my mind isn’t going to change
How do I receive inputs in C#?
Can sombody help me
ProGuard, version 7.1.0-beta5
Warning: com.zerox.connection.chat.ComponentBuilder: can't find referenced class com.google.common.base.Preconditions
Warning: com.zerox.connection.chat.ComponentBuilder: can't find referenced class com.google.common.base.Preconditions
Warning: there were 2 unresolved references to classes or interfaces.
You may need to add missing library jars or update their versions.
If your code works fine without the missing classes, you can suppress
the warnings with '-dontwarn' options.
(https://www.guardsquare.com/proguard/manual/troubleshooting#unresolvedclass)
Warning: optimization is enabled while shrinking is disabled.
You need to remove the option -dontshrink or optimization might result in classes that fail verification at runtime.
Please correct the above warnings first.
``` i get this message, im trying to OBF my code
And i cant find the lib like com.google.common.base
It’s just a warning, if it still works I would disregard it
hihi
lmfão
java.lang.nullpointerexception
with dots in between
shutup nerd
nO
imagine getting a nullpointer hahahh bad
I definitely don't get a million of them in a day
exactly
Sounds like brilliant coding!
I used to be plagued by nullpointers but I think I’ve gotten better at preventing them
well i always get them by typos etc
wow is this my commit??
commit on master 
🥶
well this doesnt seem too good
gotta love them corrupted ssds
also love them memory leaks
spotify why are you like this
its leaking half a kb a second lmao
congrats spotify, you achieved comedy
ram usage after i closed spotify
thas a nice graph
@tranquil ice is the encryption you use for the cube pack the same that hive uses for their pack?
Most likely.
alr then so the signatures.json has nothing to do with the encryption, right?
@gaunt berry I see you keep mentioning about trying to decrypt our resource pack. I just want to clarify we have the encryption in place to protect our work that our designers and developers have worked on and dedicated their time to. I don't want any further discussion of this in our Discord.
alr
i understand that you dont want it published, the reason i started this project was to broaden my horizons(and possibly the ones of "my team" too) and to kill some time because apparently i have too much lol. And even though the idea originally came from CubeIconReverter, we would've asked for your permission first because i dont want my lawyer to go brr lmao
can i ask it for the encryption key 
hey i was just making a joke ok
its not a discussion
its a joke
theres a difference
Maybe cause people kinda freaked out
I've got a Real question about how cubecraft managed to make their quest plugin to be individual like action visible only to one player
✨packets✨
Yeah I kinda figured it
But the Idea is they send Packet of a block to the user for example ?
Did you ever had a kernel panick ? Worse than black screen of death
Look it UP on the net you'll have fun
Told you scares everyone lmao
A Friend of mine got that she freaked out took like 3 days to understand that the fedora upgrade didin't have the drivers required for her to run it
I mean imo the copilot looks really cool and the fact that the AI used for it is gonna get released to Open AI API later this year is also cool
Never said it was'nt :D
You should read the entire conversation WE were speaking of the panic caused by a black screen of the death
Due to the fact Microsoft changed the color then I told it was'nt the same lvl
It is an opinion
But for novice a terminal spamming is scary
Usualy they're rare
Yeah not surprised what computer is it ?
I'm a big fan of the thinkpad t430
this is a programming text channel, not a channel for suggestions.
where is suggesetion channel then?
thanks
youre welcome
@cinder pike
yes?
I forgot this channel existed for a minute
My disappointment is immeasurable and my day is ruined.
:v
Technosword in the wild
well guys always read the license O.o
Lmao
LMAO
how can somoene get a ign via a uuid for bedrock
Don’t believe it’s possible
You could store it yourself
well the reason i wanted is cuz if someone didn’t write the IGN in its correct capitalization i wanted to rewrite it as it’s correct
I believe there is an API to get a gamertag from XUID though
shameless self promotion but https://api.geysermc.org/v1/xbox/gamertag/*xuid* should do the trick if this is what you’re looking for 😄
excuse me what
hehe thx
i need some help
so I made my own bedrock server
and i have my own domain
and I tried to link it
but when I try joining from minecraft it says invalid ip
i did that in the godaddy thing
and for the goal i made another type A one which had the ip of the server which is the goal for that one
for bedrock its udp
ye
im covering the ip for the server
and for that i did server.mydomain.com
obv its not mydomain.com but u get the point
thats what happens when i connect from the domain
they dont
they have the a record as the goal
ye
any idea what i need to do
thx for trying to help btw
@minor roost
u there?
if anyone can help me pls dm me
domains take a while to update, check back in about 30 mins
Well
Have you tried it now?
And you should probably use importance 5 I stead of 0
still doesnt work
Have you created the a record pointing at the server with subdomain.domain.com
ye
Are you sure you are using the right port in Minecraft when trying to connect?
Is the MC server listening on that port?
ye
Is the port open?
i can join the server when using the ip
Ohh I see


performance 100
