#dev-general
1 messages Β· Page 202 of 1
I'd love to
elara doesnt feature division yet, great language
apart from being on the jvm
youre saying kotlin is not giid?
@empty flint You mean it not working correctly like the example you sent yesterday?
yes
elara is a language that's flawless, it has many features such as:
fast (runs 5 lines in about 1ms)
has multiplication and division now
no floating point support
print function
5 lines per ms
Yeah fixed it, just haven't released yet
the speedy gonzales of the snails
Ah gotcha
Hmm
for an interpreted language
Let me know when you do release it please π
1ms is unnoticeable to the human eye π
Alls fine till you write a pacemaker in it π
yes
yep
You made elara?
I have giant glasses my eyes are no longer like mare humans, i can notice everything!
it has many features such as:
fast
@prisma wave π
hmm
idk
I have a slight feeling
JUST AN EVER SO SLIGHT FEELING
that, that, is in fact, 6 lines
it's actually 9
even ebtter
wowza
Piggy how do I merge papi3 root repo changes into my fork?
let a = 5
print(a)
let b = 15
print(b)
print(1 - 2)
let test = "LOOOL"
print(test)
print(3 * 4)
print(5 / 4)```
Still above 1es though smh
pull request niall
if we do some maths, we can see that elara takes about 100us for a single line
therefore
fast
yeah as I said before
1ms is unnoticeable to the human eye π
@onyx loom No but when you gotta do something 100k times, 1ms or 2ms makes a huge difference
bruh
blocky it was a joke lol
lmao
Yesterday string builder was doing 10k in 1ms, elara still slow!
π³
π¦
u best be prepared for some heated debates
elara 1.1:
- optimized string builder
smh
It asking you to review my own repo
how
Elara 1.1.2 - performance boost
"What changed?" - Things
0.007ms per line
lol nah idk
trust the owner of the language with the language name in his username
To know if its slow or fast, lets compare it
precisely
i bet "kotlin" and "java" would run at about 300ms
ima run it in lua
the 1000 lines?
I dont judge by myself im a human, i let the results judge
yeah
π¬
effort much lots not got today
Elara be like
o
plz add PlaceholderContext#hasArgument(int) getArgument(int)
hey if it's faster than light, at least it can say it truly exists
true true
nothing is faster than light
elara: hold my beer
But if it's faster than light it doesn't matter
of course it matters
elara is the key to intergalactic travel
it's possibly the only thing that matters
It's just energy
energy is just the abstraction
elara just bends spacetime to be faster than light
PlaceholderContext could be made more useful
OMG
boolean hasArgument(final int index);
String getArgument(final int index);
bruh how is kotlin slower
Any good API for making custom mobs (Custom AI, Mythicmobs like)
@quiet depot
T getArgument(int index, Class<T> type) throws SomeWrongTypeException
Idk just brainstorming
(For 1.16 possibly)
?????????
ok these are awful microbenchmarks but COMPILED kotlin literally does it in 87ms whereas elara takes 7
wtf
wha
basically
Plot twist, elara results were in seconds
elara is faster than the JVM already
π’
no it's not
yeah lol
Piggy this is the current progress, where's my badge ;C https://paste.helpch.at/qobiqibozu.java
The api is smexy ngl
which parts?
bukkit sponge and nukkit garbage tho
Sponge isn't bad
Could be better 
@distant sun found the problem
java doesn't have when? big sad π¦
newer java vers do
newer java be like kotlin
oh well 1.8 doesn't have it and that's what I'm mostly going to use π¦
Might as well use kotlin at that point Blitz
well the tutorials for kotlin are shit.
they are like. you don't rly need to know java to learn knotlin using this tutorial but you still need to know java xD
@distant sun pushed a fix
ur placeholders are still broken, but at least the correct one is chosen now
so so
And what was the issue
@distant sun the values are 0
issue was that I was only checking the first argument when searching for a placeholder match
it uses the whole thing now
no
Good
Your what
A circadian rhythm is a natural, internal process that regulates the sleep-wake cycle and repeats on each rotation of the Earth roughly every 24 hours. It can refer to any biological process that displays an endogenous, entrainable oscillation of about 24 hours.
Piggy please stop using big words around here. You make us feel bad
for being stupid
thanks!
You mean go to sleep?
yes lol
kek
Lmao
xD
I honestly didn't know this wasn't common knowledge
I learnt about it in primary school for gods sake
Akka dakka
Ofc you did, it's useless shit
I barely remember anything from my 12 years of school bcz writing and reading I've learned during kindergarten
so that doesn't count.
well it isn't your circadian rhythm that makes you sleepy or what kicks in
it's actually a different hormone which builds up
which resets when you sleep
blue light prevents the hormone from building up, correct?
or at least prevents the effects from being registered
lemme just get a flashlight and shine it in my eyes when I feel drowsy
bluelight prevents melotonin
there's this video which explains it pretty neatly
Get The Thoughty2 Book: https://unbound.com/books/thoughty2/
Book Recommendation, Learn More About Sleep: https://geni.us/jZaaOcz
JOIN The PRIVATE Thoughty2 Club & Get Exclusive Perks! http://bit.ly/t2club
SUBSCRIBE - New Video Every Two Weeks http://bit.ly/thoughty2
Thought...
oof
I remember watching that channel yonks ago
when he didn't have that legendary moustache
lmao
fun fact. When I was smaller I thought kindergarten is called kindergarden and I was like how can a garden be kinder than others? xD
lmao
there are still probably hundreds of words I don't actually know what they mean I just assumed they mean something and went with that but won't bother to check any time soon.
blitz in all fairness, that's probably a super common mistake
even among natives
I personally know I used to make the mistake
also I am like trash at pronouncing things in english. The spelling is not that bad but when you ask me to talk I just can't xD and I know that's bad and I'm trying a lot but its a problem when for 8 years your teachers didn't teach you shit and I had to learn it by myself using google translate while playing minecraft.
does anyone know if google blocks imap connections from azure ips?
question: What is difference between arrays and lists? Arrays have 2 dimensions while lists have just one? or am I wrong on this one as well?
lists and arrays are one dimensional
an example of a two dimensional array is String[][]
a list, List<List<String>>
oh its a list of lists makes sense
ugly
yeah avoid them
the only time I've ever needed a list of lists, is when doing pagination
oh I should avoid them? My teacher told me they are pretty useful. She teached C++.
I should really refrain from talking about shit I'm not certain on damnit
idk if they're bad
chances are you'll never need them though
You could probably just use a Map most of the time
two dimensional arrays are useful in like geo stuff.
at my work we have a piece of software which detects asbestos in houses from air pictures
and it uses a load of two dimensional arrays
Out of interest what is that written in?
uh, python & c# iirc.
Also from air pictures? thats quite clever
it was for a client
yeah I mean we didn't learn about Maps. idk if there are maps in c++ xD
Must have like super zoom or?
I don't really know the specifics of it, they supply the pictures
it was already made before I worked there
If only there was a clean way of getting tps smh
Imma smack both of you
wait but what's the difference between Array and List then?
a list is an ordered collection of elements
an array is an ordered collection of elements
a list is a supertype, an array is a concrete type
a list could be a linkedlist, or an arraylist
(arraylists use arrays btw)
whereas an array is always, simply an array
arrays also are fixed size
Whereas I'm pretty sure the contract of List is that it can grow and shrink
hello
must convert mysql column
remove PK from address
move data from address to id
it's saturday idiot
wait minecraft live in 1 hour?
Yes
@prisma wave idot*
its not random. I think its pretty good.
I think she said it as in he just woke up to reality
bcz he asked something that its suppose to have just 1 answer
I might be just stupid and overthink it but yeah what do I know
I mean here we say something similar a lot. well not similar its just good morning sunshine but its sarcastic.
guys you don't understand how good github is. Like my whole coding is just going on github, finding programs and stuff that do things I want my program to do and just copy them.
true british engineering
how to be hacker, copy pasta code, use it, hack
oh method overloading seems nice. Its nice when you learn new things.
Wow stealing my code!
oh I forgot to delete my messagE?
you saw nothing Matt
also I didn't actually steal it.
you just gave me the idea to make the methods .parsePAPI and .log or whatever I named them.
instead of just using PlaceholderAPI..whatever..
I just never thought about that.
I didn't actually steal your code. I made my own methods.
I'm just kidding xD
but from waffle I 100% did
Coding is basically stealing code from others and changing it to be yours xD
stackoverflow in a nutshell
how far off is papi 3 do u reckon?
idfk, I'm just a slave
ah sounds about right
u could potentially do some cool stuff with the new api in kotlin
We discussed the use of Kotlin very early on but decided against it.
What new API stuff are you referring to?
@onyx loom It looks like your PR still has issues. Do you just want to open a new one with only the biome_formatted change? Looks like we already have the other 2 placeholders you PRed.
whats the issue?
Says there is still conflicting files.
oh did u merge some other stuff again?
I don't think I did at least
I just know the only think we actually probably need from that PR is the biome_formatted placeholder.
ah nvm its saying there is more commits than my version, but its from a different branch
You probably merged the changes in.
Might be cleaner to close and re-open with minimal diff of the biome_formatted placeholder.
if u wanna just throw that code in and push it urself go ahead. probable easier lol
π
Wait does this just do the same as biome_capitalized?
What's the purpose of this new placeholder?
We already have these two.
Does that do the same thing as yours?
Might've been in 1 of the PRs π
I'll just close yours then and move this to the testing stage.
@quiet depot Did you have to web scrape to make 10k people systematically? Or is there a person generator with an API?

@quiet depot So I pushed papi shit, but I don't think I've the braincells to push the server expansion shit
@distant sun If you around, I need guidance
https://paste.helpch.at/urujusocax.cs arrow code bad
would someone mind helping me flatten it out? not really too sure if i can
invert the first if
if (!input.startsWith("top_") {
return;
}```
the rest really isn't that bad
although I think you have a bug
π¬
if (!String.valueOf(placement).equals(args[2])) {
placement++;
}```
you don't continue here, so it will always return after the first iteration
ah possibly
actually this whole loop is quite weird
i just converted that from an Iterator so thats new atm lol
what's the point of iterating over topPlayers at all?
i need to get the wins of the player from the List
the List only provides their placement
i'm fairly sure you could just do ```java
return String.valueOf(topWinners.get(Integer.parseInt(args[2]) - 1).getWins());
assuming the input is like top_wins_3, then that would get the 3rd element in the list and return getWins()
lol
yes me too
because thats basically what i did for
if (args[1].equals("player")) {
return topWinners.get(Integer.parseInt(args[2]) - 1).getName();
}```
and I bet em as well
kinda surprised IJ didn't point that out tbh
np
no more arrow code 
Hello fellow developers
Are you all developing?
I am developing, like developers usually do, because I am one of them. I hope you are too.
:)
What's the ::method notation called again?
Enum
@quiet depot Did you have to web scrape to make 10k people systematically? Or is there a person generator with an API?
@hot heron there was a generator that allowed me to generate 50 at a time, with a bit of inspect element, that changed to 10000. Sorry, I donβt know what the site was called
Lol nice, I found one that let's me generate up to 10k in a csv. So I can use that and use some python to do what I need from there
FakeNameGenerator is very popular
I've been using it since 2017
Actually... to skip the survey thing..
I'm listening...
Gamers, I need your help
I need a somewhat large dataset of LuckPerms data
To test shit
Why am I even asking in this channel
How large
And to test what lol
Well larger than my 2 groups 1 user localhost lol
To test a thing I added to bulkupdate
You can just lp export --upload and send the generated code to not have any miniscule files roaming around
Lol nice, I found one that let's me generate up to 10k in a csv. So I can use that and use some python to do what I need from there
@hot heron link?
It's the same one thienbao mentioned
https://www.fakenamegenerator.com/order.php
Looks like you can order up to 100k lol
@quiet depot so I've cloned the server expansion, how do I properly import papi shit now?
secondly
I don't seem to have the programmer mindset they asid you are supposed to have on quora
they said i am supposed to be a problem solver
but for some reason i take longer than other people to think of solutoins
but when i do
the experience is just SO REWARDING
i just cant stop coding
its addicting
so yeah
anyone have any advice?
the experience is just SO REWARDING
the feeling of working on something for several hours, then finally getting your idea to actually work as intended is the best.
wow i feel like i am bonding already
i already have made similar views with a person
this might go better than the other servers!
the feeling of working on something for several hours, then finally getting your idea to actually work as intended is the best.
^^
The feeling of working on something for 10 hours and then it not working is best tho 
should i conunt that as a -1
but then again
what anbout all the other people on this server
what about their views
its kind of like shroedingers cat
where the cat is half dead half alive
thier views are half and half which cancel out
so yes i will count as -1
therefore now im back to 1 person
π
it appears i aint gettin any advice
so i will leave
and move on to the next server
its too bad i felt like i was bonding already
until @hot hull showed up
π
Is there a way to interpolate Strings in Kotlin using numbers?
@quiet depot so I've cloned the server expansion, how do I properly import papi shit now?
@hot hull wym import?
you don't even need to put it in ur ide
just copy the files over
oh god, that's even worse than I thought..
Or maybe I'm overthinking this but how does localization with ResourceBundle work when your String contains variables?
oh god, that's even worse than I thought..
yeah sorry
there's probably a better way
i just don't know how
I didn't set this up with prs in mind
go merge weeb
Would be nice if you could just push those specific classes from the papi project itself to their own repos
Also, not sure how properly the config is made, as I've no idea how any of that works
@hot hull lol
lol what
4head
check hacktoberfest pls
make sure it actually registered
I having a feeling it didn't
Where does one check that
yup it registered
wait no
Maintainers of the repository can add the "hacktoberfest" topic to their repository if they wish to participate.
you made it one folder
Doubt you even can
gimme a bit
Mark the second one as invalid since it's a useless one
I mean sure
nope
Keep going with the programming you'll get alot out of it
Thesourcecode discord server lol
Inbite
u arent accepting friend requestsl ol
Nevermind their is a verification barrier
no Oauth
Poor bear tell him to come back here
lol why
God I sometimes hate it when colors don't show up properly when using kotlin ;CC
Always been fine for me
Yeah sounds like a frosty thing to me.
Windows is looking for a solution to the problem.
We found 1 useful solutions:
- Use rust
rustc: E84829
- Cannot make plugins in rust
Solution: idiot
Now ive gotta work out why its slightly lower lol..... probably a spigot thing
then make it so it like doesnt yeet the background
Just subtract a bit from Y
val newMap = MapBuilder.create().addRenderers(mapView.renderers).addRenderers(renderer).build().createItemStack()``` yeah... in terms of the background I tried just adding the old renderers to a new map but that apparently doesnt work...
Hmm, cant store the X and O map and then clone them for each game?
well I can, but the background is different for each, since each map has a piece of the grid on it
Ah :(
so idk what to do
Never been a fan of canvas, sry
hm
I could try sometinhg
kinda dodgy I think but it might work
val renderer =
if (position == 1 || position == 2 || position == 4 || position == 5)
ImageRenderer.create(MapImageHandler.fromText(text.toString(), MapImageHandler.bottomAndRightImage))
else if (position == 3 || position == 6)
ImageRenderer.create(MapImageHandler.fromText(text.toString(), MapImageHandler.bottomHorizontalImage))
else if (position == 7 || position == 8)
ImageRenderer.create(MapImageHandler.fromText(text.toString(), MapImageHandler.rightVerticalImage))
else if (position == 9)
ImageRenderer.create(MapImageHandler.fromText(text.toString(), ImageTools.createSingleColoredImage(Color.WHITE)))
else ImageRenderer.createSingleColorRenderer(Color.RED)```
Can I make that neat lol
Why the hell does it sometimes render it as a combination of two things...
That should be impossible
from where i can download nms versions?
Build tools
Magic numbers bad
illegal
Elara
Elara
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
yea but i want only the nms with out spigot or craftbukkit
if you run this for your relevant version it installs it to your local maven repo
Which you can then add via your build tool
i lost you
yea but i want only the nms with out spigot or craftbukkit
@eternal blade then you depend on minecraft-server iirc, but that still needs BuildTools
BuildTools is the only legal way of getting access to nms afaik
@obtuse gale You need 1 center piece, 1 corner piece and 1 middle piece (left, top, bottom, right). Rotate the map item to achieve required results
make it symmetric
Ive got that sorted out
Its just sometimes it runs twice for some reason I think, I believe thats whats causing the problem
ok so its not being ran twice ._.
bruh im lost
Hey lost, I'm dad
hey dad,
No clue what's what ,-,
bro this is the most frustrating shit ever lol
someone pls tell me why sometimes this generates a map with a o and x on it, when text is only one of them
val renderer = when(position){
1,2,4,5-> ImageRenderer.create(MapImageHandler.fromText(text, MapImageHandler.bottomAndRightImage))
3,6-> ImageRenderer.create(MapImageHandler.fromText(text, MapImageHandler.bottomHorizontalImage))
7,8-> ImageRenderer.create(MapImageHandler.fromText(text, MapImageHandler.rightVerticalImage))
9-> ImageRenderer.create(MapImageHandler.fromText(text, ImageTools.createSingleColoredImage(Color.WHITE)))
else -> ImageRenderer.createSingleColorRenderer(Color.RED)
}```
bruh this is the weirdest thing ever
it only happens if someone blocks someone else from winning
which tbh I dont even know how the code knows if someones about to win
This literally shouldnt be possible
@heady birch 150 to change a database?
I already told him what to do
I think you missed the point though
nah
I've just seen you delete these messages
since I'm in these channels just reading/watching
:/
It seems simple as long as I can first of all generate this primary key
:)
main is that new? I guess they changed it
yeah gh was worried that people were going to connect the usage of the word with slavery
mind you only gh had this concern
literally no one asked for this
Racism is no more
Clearly
gh really doing their part ya know
I can't explain why but it annoys me sooooo much
^
mysql> ALTER TABLE airframe DROP PRIMARY KEY;
ERROR 1553 (HY000): Cannot drop index 'PRIMARY': needed in a foreign key constraint
I dont think it will be a good idea to ignore this
In the vaguest possible way.
Its midday now let me re read it
I'm either being over paranoid but how am I going to re-add all the constraints to use the new id column?
Apparently the terms blacklist and whitelist are also racist ._.
sorry for interrupting, won't bring it up again, just wanted to post this
The main thing that fucks me off with this is the illusion of positive change that comes with it. Like when people on Facebook do 20 situps to "raise awareness of cancer". It does fuck all to make a meaningful difference yet it allows everyone to sit back in their chairs and pat themselves on the back thinking they did something awesome.
https://www.reddit.com/r/programming/comments/h8w36t/github_will_no_longer_use_the_term_master_as/fut842k?utm_source=share&utm_medium=web2x&context=3
@heady birch
1st you disable foreign key checks
2nd you then loop over all rows and update the relations and set their column to the id.
then you change all foreign key constraints
and then you change the primary key
Stuck at 1. Can't generate values for id. Hibernate will not activate the @GeneratedValue unless it is also the @Id (primary key) on the field
Hibernate disables insert batching at the JDBC level transparently if you use an identity identifier generator
I mean I could make it AI field via SQL. But then I kind of have inconsistent id generated between table. will probably be fine
Hello gamers
I mean just switch the primary key beforehand then
mysql> SET FOREIGN_KEY_CHECKS=0;
Query OK, 0 rows affected (0.00 sec)
mysql> ALTER TABLE airframe DROP PRIMARY KEY;
ERROR 1553 (HY000): Cannot drop index 'PRIMARY': needed in a foreign key constraint
Do I need to run the SET on the server level (im in a USE) at the moment
Sorry my pure SQL is not very good I live behind abstraction layers as you can probably tell
do ALTER TABLE airframe DISABLE KEYS;
might help
also no need to drop it
you can switch it iirc
and your db is only used by you atm right otherwise you need to lock the tables
Yes I have dumped the current database to file and shutdown the spring instance
alright neato
Although that alter statement also didn't help
To do?
to help
also
no need to drop the primary key first
we can generate the ids ourself using the db
and then switch over to hibernate later
and just change the hibernate sequence value
niall
what's this shit?
not lombok
ik what that is
the other two tho
(creating a spring web thing)
No idea about dev tools, configuration processor (supposedly) will add support for any custom property files you make I believe
i'm making a store thing
or elide
Nice. You dont need crnk or elide. Just thymeleaf lol
thymeleaf is GARBAGE
Depends on your requirements
those are my requirements
just make an api and a frontend π
Do you want monolithic? or ^^^^
separate
YES
Good luck π
someone who has brains
Maybe you will finish by.... 2025?
and knows how to make quality
just the processor I'd imagine
I am not at liberty to provide support anymore
idk what devtools is might be useful
security def
(I am actually not 100% sure) - You will want JPA + Security most likely
And template engines -> thymeleaf
you don't need one
π Use something like crnk or elide like lemmo said. If you figure out how to secure the application using either of them let us know
Spring Security
you don't necessarily need to use elide or crnk
just makes life easier
since you don't need to write all that boilerplate
Just spring web/mvc what ever they call it now
Rest Repositories?
Spring Web
ok
Uh yeah I guess. Not actually sure what Rest Repositories is. but it sounds like it might be useful
I am not sure if you need Spring Session- I always add it- but Spring Security may have it anyway
nah session is part of the web stuff
https://spring.io/guides/gs/accessing-data-rest/ rest repositories look useful, i'm checking it
?
lol
i'll consider it
i'm not sure my vps can handle docker
or even run it
it's openvz
Lol
on linux it's just native docker
and even then for me docker is like what
it's using 30mb ram
on windows
ez
Lemmo honestly I'm kind of lost with this database should I continue with turning off the key checks?
Manually? theres 11k rows
you have to loop over the entire set anyway
Oh I see programmatically manually- not by hand π
Darn all these columns need renaming as well
Ok hear me out- can I just slap @GeneratedValue on the current airframe primary key field?
no
idk what you mean
lol
just skip your existing stuff for now
just work on purely the db
then fix your entities in your code
can you send me a dump of your current db
or is it classified
Lemoooooo
yes
Help me with portforward :(
just stop being a 4head??
π‘
I would- but its large- and I worry about leaving an account detail in their or something. but I can provide snippet
Well its only got my account in lol
I just need the blueprint for the database in sql and a bit of example dataset
You suck :c
what are you stuck on?
Thats pretty much the ones with data on. the other has like 0 and 4 rows I can change manually
Is Tenda if that's what you want to know
K
every router calls the options different things
they all have different uis
I could google an image, but it's more reliable for you to just show me
What does this icon mean again?
show me internet settings & advanced settings
package?
directory?
o
@frigid badge you know what I think I will come back to this later or tomorrow or something
a directory is the same as a package anyway
internet settings are my ISP login stuff https://i.imgur.com/wUE1XBF.png
virtual server
uu
damn you have a modern portal
??
Just fill out the fields
^^
do you need me to guide you through that too lol
internal ip 192.168.0.108 ?
Wan = usually the same as lan
the ip of the server
my ipv4?
the internal ip gaby
192.168.0.108 so if this is the ip pointing to your server on your network
then that
what about wan port?
25565
well what port do you want to expose?
and lan port 25565 as well?
depends on what port the server runs
25565
petition for routers to block the forwarding of port 21 to discourage the usage of ftp
most isp block port forwarding below ports 1000 anyway
really?
yeah
o
What does the superuser zone mean?
ah
or bind to ports
oh
and now watch gaby's internet fall out in a few hours.
Was I typing for all that time?
not sure niall, didn't notice
is just for testing =/
Lol haha left keyboard button pressed
will probably create a server on the vps
since one the plugins I use has "limited ip addressed per license"
ewg?
last night I went over that limit and couldnt start the server for a few hours smh
ew no
advanced enchantments
how is the even allowed
yes
thought a plugin should be able to work at all times even without a connection
or is it non spigot
it is
lemmo it probs does work without a connection
the piracy stuff just doesn't kick in if there's no internet
can you even run a server without internet .. ?
there's no easy way for leakers to bypass that
block external connection π€£
if leakers aren't buying their plugins, they're probably on some cheap ass shared hosting, they can't install software to block connections like that
luck has a tool for that
honestly find the mc community greedy as shit
A plugin with malicious intent could (most likely) find a way to bypass it, yes.
eh
there's no way some developer paranoid enough to have limited ip uses wouldn't implement a bypass
you dumb
thought a plugin should be able to work at all times even without a connection
is annoying because I have a dynamic ip and for example yesterday the power went down 3 times
my ip is meant to be dynamic but it barely ever changes
I saw in one of the screenshots
which you probably can get a static ip from
and you also have literal tools to update ips
I mean, I don't mind being dynamic
ddclient for example
lemmo that's probs just for static ips on the local network, no? (not ddclient, idk what that is)
maybe idk his router lol
I don't think isps offer static ips like that
they're usually part of the plan you're subscribed to
I use dns reservation anyway for static ips
nonono
@ocean quartz Mind if I shoot you a DM about your GUI lib?
rip asktoask
You usually have to pay extra for a static address dont you? assuming it meant for the broadband
should I close the port when i dont use it?
yea niall
@distant sun yes
kappa
could've easily used upnp for that
time to learn more about networks and such ig
it isn't really necessary
cannot resolve mvc view "test", what does that mean niall?
it tries to get your view
this is if you are using template engine
i have boot
or whatever the fuck it is called
@lavish notch Sure thing
spring is one of the most confusing stuff
any way I can fix my theme on kotlin without having to reset the setting of my IDE .. ?
Do you not need the MVC as part of the Rest repositories
i'm using boot
Oh yeah mvc
btw what do you use vmware for?
spring
vmware is for creating vms
our uni will give is free license for that but idk what is it lol
@distant sun to create and use vms
Esxi is cool as well
aight
Your building a kernel? cool
yikes
how do you misspell it when the correct spelling is merely two messages above
idk why he can't spel it correctly..
yeah niether
lmoa
π
welp lemmo is an IOS noob
IOS noob and guy writing his own kernel dont go together
Depends how far the kernel goes
You use linux?
Ever used COSMOS? I thought that thing was pretty cool
I recommend it
I mean I work with it all the time anyway
games though
I don't game on pc
I'm probably getting a mac
I have old mac book from 2011 works fine today dont plan on replcing for next 5 years
and I don't want an incredible pc
In that case get a quantum pc
Honestly they just work you dont have to worry about additional antivirus e.g
Got macos, windows and linux
what distro
probably hackintosh?
if ur not playing games or anything like that and using it for work i dont see a problem with mac
is hackintosh anything like actual macos or not
it is macos?
I think its exactly the same just modified to run on non apple hardware or whatever
since it has like loads of issues
it's pretty stable last I heard
I use a vm for xcode π
Darn xcode is so annoying
you guys tried the jetbrains ios ide?


