#programming
1 messages Β· Page 28 of 1
And DMd me about it lol
lol
who desined the vtc systemπ€
Mostly J-M with many internal contributions
is there a system to blacklist people from applying as there is a certian person who wont stop when we deny his app
starting to get enoying
π
If you use relational databases and the "action" field is text, then I recommend adding a integer and indexed "action_crc32" field. Calculate it based on the "action" when inserting a record into the database. Before making a selection for an event, calculate its crc32 and select this by "action_crc32". This will speed up your application. Generally, MySQL and PostgreSQL index integer fields better than text, and it works faster (I think it is also relevant for MSSQL). Also, don't forget about the indexes for your tables in DB.
For the 600ms average ping, over what time period is that ping checked?
What do you folks use as affordable logging solutions? Looking for some alternatives I could use for a personal project that writes a lot of logs that aren't queried very often, but do occasionally need to be filtered by arbitrary fields like a request ID for example. As text it's doing about 3.5GB a day and the disk on the system itself isn't too fond of it.
Cloudwatch would seem to be about 60β¬ a month, which isn't unreasonable and surprisingly close to the "run my own elasticsearch on a high performance disk" solution I used to have, but I'm wondering if people know possibly cheaper alternatives.
How on earth are you managing to write 3.5GB of logs per day for a personal project? :O
by processing about 200k lines of text per minute
it's just writing to journald right now, but netdata on the same server is complaining it's having trouble flushing metrics to disk
what do you need that much logs for
have you considered logz.io?
seems significantly more expensive than cloudwatch
datadog?
pricing seems reasonable, might try it
actually nvm, it'd be about 150 a month with 7-day retention 
Eh... 
I've exam from AI rn and I'm just waiting 'till it'll finish 
Also hai all devs 
Discord Py 
Nah - for Discord bots I use discord.js 
Jesus... Tried to configure today a web server for my Node.js app that I build for my employer...
But nope - the latest available and supported version of Node.js by this server is Erbium... which will EOL on 30th of April next year...
Meh... 
My app will work on version 12, but still that isn't really good,.
I just upgraded one of our apps at work from node 10 
Well - I always upgrade Node.js to latest LTS
Do you have a linux server and do you know how to prevent getting hacked? In this video we will critically discuss a few best practices. The video can be summarized as: "a lot of fluff, not much use".
Play around with Linux and get 100$ Credit for Linode*: https://liveoverflow.com/linode1
Prefer to read? Blog article version: https://liveoverf...
re: SSH password vs. public key auth
It's much more important for servers connected to central account systems like ldap, where the same password could be used to access multiple systems. With keys the client credentials can't be used to replay a valid login on a separate system to achieve lateral movement in the network; one compromised server doesn't immediately become many compromised servers. 2FA can help here too though.
re: direct root login
Accountability and auditing is important. If an administrator's SSH credentials are compromised, or an administrator is actively doing malicious things, generally need to know about that. There are other solutions that allow direct root login while still having that amount of visibility into who's doing what.
re: firewalls
The entire point is that when you start applications that listen on ports they are not automatically exposed to the world. For example, many game servers listen on a separate rcon port that you wouldn't want to expose to the world unless actually using it. Sure, the proper solution would be to configure the service not to listen for that at all, but in reality that's just not always possible.
re: auto updates
If you're just running a personal thing where it doesn't matter that much if it's down for a bit it's perfectly fine to use auto updates to take work off your hands, better if you have the monitoring in place to notify you if things don't come back up. If it's an important thing it's probably better to just subscribe to security update mailing lists for your OS and keep an eye on them. It's not a useless tool, but one that has to be evaluated before use.
Overall a great video and the point of digging deeper and understanding the reasoning behind things is important, and I wish more tutorials explained the reasoning and trade-offs with their recommendations.
Today, I gave my bot a small but eventual nice update.
You can set now suggestionchannels or remove them and the bot will react to
and
in the set channel(s) (you can have more than one, but who needs more than one suggestion channel though)
What do you think about that? (and yes, I know, the color is missing in the help-embed)
Just like our @glass rampart 
Yep, but you use different emotes
- but I may add a value, where you can decide between the three or just two ones either with the up/down-vote or +/-
We use a separate config entries for +/- reactions
Discord JS?

I finished it now and also killed a small but not noticeable bug
I'm kinda proud of myself :3
Is https://github.com/TruckersMP/API-Client compatible with Guzzle 7?
C:\laragon\www\plasmagaming>composer require truckersmp/api-client
Using version ^1.2 for truckersmp/api-client
./composer.json has been updated
Running composer update truckersmp/api-client
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- php-http/guzzle6-adapter[dev-master, v1.0.0, ..., v1.1.1, v2.0.0, ..., v2.0.2] require guzzlehttp/guzzle ^6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.x-dev] but the package is fixed to 7.3.0 (lock file version) by a partial
update and that version does not match. Make sure you list it as an argument for the update command.
- truckersmp/api-client v1.2.0 requires php-http/guzzle6-adapter ^1.0 || ^2.0 -> satisfiable by php-http/guzzle6-adapter[v1.0.0, v1.1.0, v1.1.1, v2.0.0, v2.0.1, v2.0.2, 2.x-dev (alias of dev-master)].
- php-http/guzzle6-adapter 2.x-dev is an alias of php-http/guzzle6-adapter dev-master and thus requires it to be installed too.
- Root composer.json requires truckersmp/api-client ^1.2 -> satisfiable by truckersmp/api-client[v1.2.0].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
We use guzzle6-adapter package
Any particular reason?
I don't recall any from the top of my head
Hmm, is there any reason it can't use guzzlehttp/guzzle?
Wasn't an issue when I used https://github.com/TruckersMP/Steam-Socialite
I'm trying to link the two together
User signs in with Steam > checks TMP if an account is there and saves it
I don't know, honestly. You can create a pull request (if you have time) or an issue in the repo.
Alright thanks
why do you do this to yourself
What do you mean?
Hello there, little question for devs.
Did you use your own encryption software for your archive in the TMP Data directory?
Thanks! π
I don't think we can answer this question π
No prob, I can understand haha, thanks btw π
i hate microsoft/windows and virtualbox as well
Why tf can't you connect in c# uwp with mysql connector to a database running on a VM that uses the host only adapter which is neither public nor private nor domain network category... but using the exact same code in wpf or forms works ...
Fixed it by using a bridged adapter to an adapter in the private network group category
I would write that I don't understand what are u talking about, but I realised that I'll have to create a project in C# with use of MySQL DB (on the end of this term)
So... 
At least I'll know what to do when nothing works 
dang, forgot to add a few words, should be a bit clearer now
Okay - thanks for clarification 
@cinder spear late reply but if you're on k8s you could try https://grafana.com/oss/loki/
ooh... it's not on k8s yet, but it is containerized already so not a big leap to it
3.5GB a day should be fine in elk depending on how you set it up
It's pretty nifty (the k8s stuff) it basically hooks in at the host level and can read std err/out and throws it in. If I recall if you print out json it'll just parse it too (citation needed)
sounds like a replacement to fluentd/fluentbit
Yep!
Weirdest part about elk stacks is just the tuning if you're running on a single node. If memory serves it will still 'partitionβ in 3 or 5 sets by default
will definitely have a look at that. K8s is awesome and I love it at work
Yah!!
For local development I cannot recommend http://tilt.dev enough
It's game changing man
we use https://skaffold.dev/
runs the pod in a remote cluster with hot reload and all that
Ah same dealio basically!
Skaffold is cool but I kept running into issues with the quick reloads I was doing
I'd get like 2 versions running atop eachother
haven't had that issue, but the pod template we deploy is named after the service+person so when it applies the new yaml k8s just replaces the old pod with the new spec
can't get a duplicate
Oou
but I have noticed it sometimes fails to hot reload if you save while it's uploading the previous container
https://blog.sonarsource.com/php-supply-chain-attack-on-composer
To the best of their knowledge the vulnerability has not been exploited[.]
an interesting example of parameter injection in the real world

it's the first blog post on the front page, which leads to the same link 
Anyone able to help me in my server? I have 2 basic bots but need help with the music one. Need 24/hr hosting and spotify link recognition. I use JavaScript for it all so anyone fancies helping drop me an @ (my main one is 24/7 hosted thru github and fully functional with few bits on it)
Firebase has a free tier, Cloudflare Worker has a free tier (requires some code change), etc.
AWS has a free tier, GCP and Azure have trial credits for a year
Yeh, i used heroku for my main 24/7 hosting and yes its free but only for 1 im pretty sure
Ill look into other ones but need a bit of help with the spotify code
bots shouldnt heavy for a little vps, you can get it from a lot of providers: netcup, ovh, hetzner, scaleway
with less then 10-15 eur you can get a 2core 4gb ram easily
Hetzner CX21 - 4.90 eur for 2 vCPU, 4 GB RAM, 40 GB disc space and 20 TB traffic
Hello 
I have a problem and I need your suggestions.
So, I have a developer at my work that's developing a web app in PHP. The problem is, XAMPP and WAMP are not allowed in the company, which productions servers you recommend for a network server?
Production server is not what you meant, I believe
You wanted to say Development server
He can use Vagrant box, something like laravel/homestead, which comes with everything OOTB, including PHP, MySQL, Nginx, Redis, etc.
I would recommend Laragon
Laradock is a good choice as well
It's a production server I believe. We want to host the application on the server for the entire network.
Then you'd be better to build the server by yourself. I don't recall any OOTB solutions for that.
Install Ubuntu Server, install PHP/MySQL (PostgreSQL)/Nginx, set up a firewall, etc.
There are plenty of tutorials out there, DigitalOcean has some great examples
i love DO tutorials, they are perfect
Oh, you mean that, I tough you were talking like assembling a server π
That's also an option 

Thank you both for the suggestions.
Would it be fine if I assembled super computer and tested it by pinging you CJ? 
You would have an excuse for your boss (if you work from home)
You must have a much SUPER supercomputer to be able to ping me 
Sorry, but I don't have time for 3rd party tasks for now, I have my own servers to feed
A quantum processor is enough?
They pay well anyway, so 
Imagine hosting TMP on a quantum server
We will have some network troubles anyway, so 
We put it on your garage
Does TMP have 1GBit or 10GBit uplink?
1 Gbit on new servers, cannot recall the other ones, might be 500 Mbps
That's not much tbh - not for a server 
If I connect a fiber from OVH to my home, how much ping would I probably have?
France to Portugal maybe 5ms?
Careful, it might catch fire

We don't use all of that anyway
I mean, it's cold there, so it's a plus
Really? This amount of traffic doesn't use 1Gbit?
That's amazing
a thousand players in the same area should be about 200MB/s at sim1's rates
or 1600Mbps
I don't know how much it is for my government app as it's a private fiber network connecting the sites so maybe 100Gbit/s? 
Does anyone else have the problem of assets not saving on the Discord Developer Portal?
I upload them and if I reload the page, poof, they are gone, never to be found again
I have experienced something similar...
alr, thx
Yeah idk Discords been weird for some months. Also in some embeds the picture doesn't load and stuff.
which website is good for learning Python coding? mainly for people who has the brain of a 5 year old... π¦
5yo learn Scratch 
Developed 2 bots and websites kinda like truckers FM i think im tired lol at least i get good pay tho
rename emote to PES5_Scratch
you are trying to teach coding to a 5yo? how? i have a 4yo, curious to know if she is interested in computers and how teach coding
no... i AM the person with the brain capacity of a 5 year old, i have a problem understanding things, i dont mean to be rude but if you have a problem we can move to DM
sorry.. you what? .. you shouldnt be on Discord π
Get them a Raspberry Pi 
I dont think he means actual age, instead making a joke not being able to understand things
python docs
Would Firebase be recommendable?
Depends
good for some things, bad for others
If you know what your doing
Bootstrap 5 has officially landed! After three alphas, three betas, and several months of hard work, weβre shipping the first stable release of our new major version. Itβs been a wild ride made possible by our maintainers and the amazing community that uses and contributes to Bootstrap. Thanks to all who have helped us get here!

no more jquery 
Niceeee
what bootstrap does
That's how I understood it, yes
Pretty much
Quick question, the reactstraps button block isnt exactly working, would anyone have any ideas to why?
Nvm figured it ut
Am I correct in guessing you have to pay for MySQL?
I don't pay anything - maybe because I host it by myself
Apparently i cant downlad it, I need to sign in, assuming I need t pay for it
well, I just install it with apt install mysql-server mysql-client
Ill just rent a host, too much work lmao
that's a 5 - 10 min work - depends on what you want to do 
Well, I know pretty much nothing about SQL so 
Mainly need it for a dashboard tbh
storage
You do not have to pay for mysql
Oracle has all their downloads behind a sign in, you just need an account nothing to pay
Yeah I figured that out
Or you can just click here
I use MariaDB actually - under the recommendation from ShawnCZek π
MariaDB is generally the better choice, its faster at most things you need
Yeah, I recognised that π
Might as well just use Postgres, save yourself from the horrible mess that is MySQL/MariaDB 
I was considering Postgre tbh
highly recommended
Well, I don't have any mess with SQL
Im surprised you dont have retired staff tbh
Ngl I have very little, if not, no knowledge abut SQL
left and rejoined ages ago
Ah
MySQL/Maria/Percona are ok but the moment you get any sort of scale, it'll hurt
when the site was rewritten, if the existing data wasn't in MySQL, tmp would've been on postgres
What do you mean with scale?
number of records, availability, backup
I just need it to put/get data to/from it
mysql and derivatives are terrible, they are better now, but still not good
and why settle for the worse option when there's a better option? 
Do you have your on server for sql?
Yes, it's on the same VPS where the applications are running
Thinking abut building my own server tbh
Well, it's a VPS hosted by some1 - if I had the money π I'd do my own thing π
lol
cheap way to do it π
Yeah, I barely can survive but still do - I can't afford server pieces - even not a used server
I saved barely enough for a damn coffee machine for 50β¬ - and that in 3 month
Watch your local used market, I've picked up free boxes plenty of times 
usually prep them and flip them for a small chunk of cash
local used market? Any sites I could check where Austria is in it?
Doubt it will be sites I know already though
Would vultr be any good?
Whatever used stuff market exists can have server and computer stuff on it too :p
Keep in mind the server will cost electricity money to run too
vultr is fine, it's low-cost
Hey there, Kat and Thor, btw :>
:3 it's the old crew!
Omg that price
Itanium isn't produced anymore, so no wonder 
I have 2 stacks of pis 
I forgot those existed lmao
with 24 eur monthly you can have a KVM 6 cores 32gb ram π
a pi3 that runs my local CA
I have one pi laying around, with a touch screen
Might get another one for a pihole later, after moving
Depending on the pi, it can probably handle pihole and whatever else you're doing...
CPU is a xeon - and just one gb of ram 
for that price, you can't expect more
Xeon is Intel's server line of x86 CPUs, so you can run regular old Linux on it
He knows that
Well, my VPS is running on a Ryzen with 64gb of ram and 320gb ssd
Thanks for the totally necessary ping 
you said you wanted your own server, you can't expect to get 64GB that easily π
machines with that, which are given away or at low cost, gets picked up by people like me who know what they are looking for and has alerts on
If I had the money, I'd do a massive ryzen system - but yeah, the VPS is affordable and it runs fine so far
Isn't self hosting a bit of a liability anyway?
wouldn't recommend it to the faint of heart
I've heard opening ports is a bit of a no no nowadays...
Well, my internet is stable enough but not fast enough for it ^^ and also I do not have a UPS for power backup and and and
nah, opening 80/443 is usually fine, but you have to be careful with what you've got exposed
ie. keep your applications up to date
Well, 25565 is the port I'd have to open actually 
I host my stuff on vultr, works perfectly
I use it for VPS' with ploi.io

π
that's outdated, you should get steam-api-2022-totally-virus-free.exe
For sure that when you launch it, you have to enter your steam credentials and of course you will "unlock" the API key
it's safe like a bank
Nah - if I were this guy, I would download steam-dev-tools-for-vs-2019-virus-free-veryfried-by-volvo.exe, install it, attach to the project, run it... and wait 'till it will crash. 
very fried :D
Truck project in Unity. Still need alot of configurations and optimization. Feedback will be great.
This isn't an ADVERTISEMENT, it's someone else's project. I got some inspiration by seeing this, and decided to create a Truck Sim for Android, using Unity. Anybody interested?
First of all, what is your experience on Unity game engine? What is your experience in physics engines or game development in general? Do you have anything that moderately looking like a game design document?
Or you have funds to properly finance your project?
About 1 year of Experience with Unity, physics engines and game development. No official documentation is prepared as of now, working on concepts to visualise the project [Project is in progress]. Maybe not enough funds to support the project but, why not try it out at a small individual scale?
Many tried, nobody succeed (I don't deem the half-baked Android port as a success).
Desktop > Android [In terms of Large scale Performance] always but, looking at the current click-bait stuff on playstore is what made me do this.
Obviously I'm not gonna make it exactly like SCS. Maybe something good might come out of this project?
Maybe. Who knows.
I mean, just the junky physics alone will make your project useless..
Β―_(γ)_/Β― atleast I'll try to make it better than the Playstore one's who post PC gameplay's screenshots and attract users.
Well, begin with yourself - create an MVP with the basic idea and a draft for game design document with that basic idea outlined.
consider native MP

π

That's the equivalent to submitting your token 
One of the factors contributing to Counter-Strike Global Offensiveβs (herein βCS:GOβ) massive popularity is the ability for anyone to host their own community server. These community servers are free to download and install and allow for a high grade of customization. Server administrators can create and utilize custom assets such as maps, allow...
Hello, Discord rich presence is on and my game status say's "playing ets" this is an technical problem I think
why should this be a technical problem?
Are you not playing ETS2 atm?
I playing ETS2 MP, I wanna do a truckersmp game status and my discord status say's "playing ets2"
did you start truckers mp through the launcher?
You might also have to enable the rich Prescence in the tab menu

yes
yes I enabled rich presence in tab emnu
First of all, just node without ". Second of all, there should be a main script, like node index.js
Ik node . js don't work neither does node main.js
Is main.js your "entrypoint/main" script?
Its usually called index.js or main.js
so when you type node main.js into the console, what happens?
Ok. So as you can see by the error, discord is not defined.
Have you done a require on the discord library you are using to import it?
Yes
have
Ah, so notice how you have called it Discord with a capital D in the require, but in the line where you get the client, you are using lowercase d
Capitals matter so its unable to find what you imported.
So do i change const Discord = require('discord.js'); to const Discord = require('Discord.js');??
No
what do i change
Look at the screenshot of the error you are having
You now know that you are importing the discord js library to the variable Discord, so when you want to use it in your code you have to refer to it by Discord
O h i seee i change new discord.client to new Discord.client
Yep! π
Okay thank you!
@quick glen Oh murphy! now its saying TypeError: Discord.client is not a constructor
Well, thats because client is actually Client with a capital C
Oh boy i need to just start over lmao
Not really
its only for the new Discord.Client()
as you can see from the discord.js documentation
So you only need to change the new Discord.client() to new Discord.Client() and thats it
Okay thanks
You can then use client to access the discordjs client
Awesome! π
i have a small problem
If i wanted to make the dropdown be limited by the window size... how on earth would i do that
(also the gravatar image shouldnt be under it it should be next to it. odd)
i can achieve it with position relative but that causes the navbar to increase in size and the element to move
right: 0
a question for the Laravel experts out there, what's the best Laravel Admin panel? I've tried Voyager in the past, is good but not really a big fan. Alternatives?
@raw notch I've used Sharp from Code16. https://github.com/code16/sharp. Then you of course have Laravel Nova
Tho Nova is paid
mmmm is a CMS.. Sharp works with my current models out of the box?
Yes, you just need to setup lists forms, search, dashboards etc
- on sharp
I use it as an admin panel
interesting
Tho it doesn't seem to have a dark mode. At least in the version I use
mmm ok.. but need to design the forms from code
Yes, you do
This would be a form, taken from their demo https://github.com/code16/sharp/blob/master/saturn/app/Sharp/PassengerSharpForm.php
I can't use voyager sadly as it's not compatible with other packages that I use
Form validation is in a separate file
- in sharp
What are your objectives? I found I didn't really want an admin panel as such, but used Laravel gates to have restricted routes and buttons visible in the normal views to those with the required permissions. I feel it looks better as well as it's one app and not disjointed
but is nice this Sharp.. gives more control
You can easily use @can('permission') in views or if(Gate::allows('')) in controllers
there are point of views. "public frontend" and "private frontend" should be separated, as different microservices and different UI, sometime reusing the frontend logic or part, sometimes not
I'd say it doesn't always need to be separated unless there's a need or a business case for it. Otherwise just make it easier for people to find things in the same place a user would etc.
But yeah, comes down to personal choice sometimes :)
If you have the money then Laravel Nova is the way to go 100% but another one that is fairly recent and looks pretty interesting is Filament https://filamentadmin.com/
Filament is a content management framework for rapidly building a beautiful administration interface designed for humans.
thanks. I'm trying now with Sharp, let's see how it comes. as far, is nice, already got the first list, have to try building a form
and I've started from the "central" model i have
No worries, itβs always nice to have options π
how much is nova?
if worth it, 99 is not so much
btw, the longest thing is not use Sharp or Filament but install things via composer
and we have a winner, filament
Q: I wonder what do you call a party of developers?
A: a git together.
332
2087
why is it bad?
It is indeed bad and hard to read
67644 / 64000 seems legit
what does this have to do with development?
And what's the development issue? 
idk maybe they can ban him
@normal veldt: You can report players in-game via the Tab menu (https://truckersmp.com/kb/791) or by submitting a web report (https://truckersmp.com/kb/8).
Requesting Game Moderators to moderate areas in the game is not allowed here (rule Β§8.02 of #discord-rules).
Has nothing to do with this channel: https://i.imgur.com/PDKJpjk.png
Well, to me it looks like he is asking for help, although idk what he is taking about π
You already late to the party 

What's going on with the TMP API as of late?
Our status monitor is going up/down regarding the TMP API
Our server is doing heavy lifting 
Hey,
Have anyone tried the new Macbook with the M1 chip to do PHP / Laravel development on it? I'm debating if it's worth it for me to buy or if I should get something like a Dell XPS or something similar.
I've recently just got a laptop for Uni facing this problem, I decided to settle on a Dell Inspiron :)

Thing is, are you just wanting it for development? If so then it doesn't need to be that powerful, my Inspiron has 8GB ram (although upgrading to 16 soon) and an i7 processor for Β£899, works great!
Powerful enough to be quick at installing things, but not as expensive as a Mac or an XPS
I'm running it right now doing PHP/laravel on it.. Works just fine, no real difference than an intel mac
With rosetta, you can run intel stuff to so it does not really matter.
Hell the thing runs ETS2 at all low at around 16+ fps, impressive considering its emulating intel at the same time
Apart from that, all the usuals. Go for the extra ram and storage
I had a job once that they gave me a shit laptop and it couldn't handle me. The computer was running it's fan to 100% all the time and I had to stop working so give the laptop some time to breath
I left the job the next day since it was shit.
The laptop is for IRL work and TMP so it needs some power but it's mainly for Web Dev. I have my main PC for gaming and all. The laptop is just when ever I'm not home :p
Do you use Laravel Valet?
I primarily use sail, but I have valet installed and working for a couple projects
But Penguin do you use PHPStorm or you use something lightweight for development?
Honestly, I've more or less not had to care about it being an arm processor. There's only been a couple instances where I have had to do some workarounds because of it, and thats only because the project I was trying to use did not yet have any support for M1's and assumed intel. (Cocoapods when building react native apps)
Apart from that I've not done anything differently. I'm impressed with the amount of power you get out of the thing, and holy hell its silent. I cant say I remember the fans having spun yet. Battery life is also great, even when running a game.
The M1 graphics only support two monitors at a time natively (includes the one on the mac itself). Theres dongles that like have their own chip in them so you can get more than two monitors if thats a need.
Most software out there that I've been using atleast has quickly gotten or are in beta/working on native M1 support
What's wrong with Contabo?
awkwardly looks at the Go language server using up 10GB while I have my workspace open
Unless I misunderstand though if that's on a server it won't affect your local development?
Language Server Protocol documentation and specification page.
it provides language parsing for IDEs so they don't have to do it to provide things like auto-complete and documentation
Oh nice
PHP implementations, for example
I know for sure it won't replace my main setup tho 
Is that a UPS on top of your pc?
the pterodactyl panel shows the RAM that is allocated to all servers at the current moment, it does not matter whether it is used or not.
guys how is called the protocol used from discord to get sharing info? oembed?
Yeah I was running out of room :peek:
Buy me a new desk than 
You mean shipping address :peek:
I don't have room for a bigger desk in my new place 
That's going to be an expensive shipping
Keep in mind that my desk can go up and down too 
Open Graph data for the embed
yeah thanks
Understandable 

oops sorry
Bug reports should go to https://truckersmp.com/support :)
Under the ticket category "Bug Reports"
i have an API problem
Haii
No
Add vr support please
^^
Ask SCS Software to merge VR into their release build, then we might take a look. Btw this is not a suggestion channel, use our forum for that.
No you
Stop chit-chatting here, this is not #guests. There is a certain discussion theme here, please follow it.
Meanwhile, CDN provider Fastly is down 
Welcome to Fastly's home for real-time and historical data on system performance.
That broke a surprisingly large number of websites 
there aren't many companies that offer edge computing at scale
Hello
Im actually losing my mind over python
Anyone willing to help me out with my homework? lmao
maybe if you share the problem here someone can point you in the right direction
not really in the business of doing other people's homework, but if there's a specific problem or concept you're having trouble understanding then that's something to help with
Im currently getting this error
TypeError: unsupported operand type(s) for -: 'float' and 'str'
although whenever i try to add a float or string I just get another error,
"ValueError: could not convert string to float: 'y'
not sure what else I can do without changing the script completely
If needed I can send in the file, although I may as well wait until asked just in case π
Fyi, I did try t add a float to my both variables affected and vice versa although I get that second error
Yeah it would be better to send the file
yay im going to be doing computer science next year β β β
I do not get any error running this program π€
You dont?
go for y, 60, y
The issue is the voucher sending the error
Everything else works apart form the non numerical else statement that idk how to do
Looking at your code, and the error here its kinda clear whats happened.
The error is really really really really clear.
You are trying to use the letter y in a numerical operation.. Its trying to convert a letter to a float which does not just "happen" automatically.
finalCost = publicationCost - publicationVoucher This is the line giving you issues.
Yep just got the error, you're using publicationVoucher in two different things
You already knew what part of your code the error was in so all that was needed was to look for the part where you are trying to do what the error says isnt possible.. which is using a string in a numerical operation π
Yeah true, I just cant figure out how to fix it tbh, maybe a break is needed lmao
I've redone this 3 times now because of the similarities to other scripts by other students that I dont even know lmao
Look closely where you used that variable
I'm coding a new website for my VTC xD
good luck 
Nice π
my daughter would comment: "awwwwwww so cute" instead of "i know how to deal with a balancer, yay!"
Hello
Hello
Does the TMP API return all server info such as afkenabled and maxplayers etc when the server is also offline? To this query btw: https://api.truckersmp.com/v2/servers
afaik yes
Hey, does the truckersmp api have any docs for it?
couldnt seem to find anyting
found it: https://stats.truckersmp.com/api
ooo one of the nice features I've never knew I need in PhpStorm
Nice
π "Your microphone is muted."
How is that even close to being related to any development?
Good question 
can i here meld a game bugg
You can report a game bug of TMP in https://truckersmp.com/support tho 
If it's in SP too, report it appropiate in the SCS Forums (dunno the link in the head)
You can not fix bugs yourself on truckersmp. This has to be done by the developers.
Asking for the server ip's is very 
If you want to see the stats of the game servers:
+stats in #bot-commands
Yea I know I was shearing for the link of the Discord server
Your looking for a discord link for scs?
I was looking for an invite link for the Discord server
for who? @normal veldt
For somebody in the game he asked how I get a triple trailer and I had to go offline and I asked or he was in the Discord and he sat now I want to so I sended him the link
ooo
GitHub Copilot took the web by storm a couple days ago. The "AI pair programmer" had some fancy gifs to accompany the announcement. It will help write code faster and will let you write less.
Article: https://www.better.dev/trying-out-github-copilot
0:00 Introduction
01:18 Trying Out GitHub Copilot
06:16 Choosing...
Uhh guys, Is it hard to make a VTC Tracker? And where can i get the SDK?
I'm still wondering alot about it
It is hard.
and the SDK is here https://modding.scssoft.com/wiki/Documentation/Engine/SDK/Telemetry
Ok thank guys π₯°
Something like VTLog + a customised VTRPC would be a lot easier if you needed something quickly 
I already have Truckbook, i have used it for a long time.
Rip
another reason why containers are so awesome
yeah, containers just make that easy
Had to start over, good lord I'm using Vagrant
Have you considered Laragon? Worth checking out imo
I'd like to have the most barebone solution as possible. With Vagrant, I just vagrant up and voila.
π
I am actually a Laradock contributor 
just get IPv6 only instances 
I fully expect the price of ipv4 being the biggest driving factor for ipv6 adoption
No tax 
Happy Sysadmin Day, everyone 
Echo "Happy Sysadmin Day";
System.out.println("Happy Sysadmin Day");```

Run β
Run as Admin β
Sudo β


Who knows the R programming language?
Today we're going over the latest "virus" on Discord. Chances, are if you've been affected by this, you'll catch a notification about a "TrojanDownloader:HTML/Adodb.gen!A" in your Discord's cache.
According a knowledgeable user on reddit, this is nothing more than a false positive. The threat is just code in an image that's been going around di...
This is very interesting to see this
The thumbnail 
xd
brilliant xd


@opal arch If you guys use emojis from the traffic signs emoji server in @glass rampart still, suggest you either port those you use over, or that we arrange that one of you lot take over those guilds
All the emojis are already in this server, I believe
Yep, just checked. Botdottir is using emojis only from this guild
π
Hello guys, sorry for disturbing but I'm wondering one thing. I'm creating a project for ( my own business ) with Laravel and it need a payment system. Which one is really good? Stripe or Mollie or something else?
Iβd recommend Stripe, itβs super easy to use and Laravel have an official SDK
Ok, will check it. Thanks
Stripe yes
how can i code discord bott that plays trucksimfm and shows song names whit /song command please help im on Android dont know how to add logic into the bot
Well, you can't really code bots on Android to begin with
That's not technically correct though.
"can't really", didn't mean "can't" π
I don't see why someone would want to code bots on an Android device though
You can have vim or nano in terminal, or just open a Github Codespaces or any other web-based development tool.
Possibilities are endless
To be honest, I'd rather use my S10 for development than my 5yo laptop.
Still though, the small screen, the small keyboard
But yeah, if someone really would want to, they of course can get it working :)
You can connect a proper keyboard to android
and it works just fine
I did some development on a phone running S60 (https://en.wikipedia.org/wiki/S60_(software_platform)) using an SSH app and nano over a decade ago
hello guys, can someone help me test my api? it works for me but it doesnt for my friend and i'd like to find out if its an issue on his end or globally
sure?
@eager linden refrain from posting useless stuff
People said Discord timestamps were too difficult to use so I put this together <t:1629400800:R> https://r.3v.fi/discord-timestamps/
I can work on the mobile usability..
Work fine to me tho
yeah I just fixed it
Google's PageSpeed results
ez
Hey, anyone here good with regex? Really scratching my head here as to why this isn't matching anything
You're matching against one single continuous set.
What's the way not to do that? In my very limited knowledge of regex, I thought the global flag would've prevented that?
Hold on, you are checking for CR and LF symbols, but \r and \n from your example are literal symbols.
channel keeps getting marked unread 
Scam messages 
While I do not agree with all the points there, sadly, the ignorance and no communication from Discord can also be seen in their other projects, not only the Discord API
The point with the need to rewrite bots is indeed valid, @glass rampart needs a complete overhaul... again
For some reasons, bots are being so heavily targeted while the main issue is "user bots". One must invite a bot to their guild, a user account can join any guild
Bot accounts becoming more controlled doesn't mean they're doing nothing about user bots.
As far as tighter control around API usage goes, it's necessary to prevent situations like https://en.wikipedia.org/wiki/FacebookβCambridge_Analytica_data_scandal
When you know what applications have access to what data, and that they have a legitimate reason to access that data, it becomes easier to control where that data ends up. Data protection laws like GDPR also heavily play into these things when user data (like open programmatic access to chat messages in the case of Discord) is a part of it.
It's never pleasant, especially when limitations are added to a previously open API. But I understand Discord's side of it too.
anyone has issues with $this->request->getScheme() in laravel behind Cloudflare doesnt returning https but http? even with URL::forceScheme('https') and secure_urls = true in config/app.php?
I completely agree that restrictions must be made, however, by the way how it is presented, it looks like only bots are limited, not the "user bots"; especially with the recent "explosions" of scams
On the other hand, taking the message intent (for bots that must be invited) without a proper replacement is indeed harming the community of bots
User bots are not supposed to even exist so any restrictions they make to them wouldn't be shared with the 3p developer community
You can still get the message intent, if you have a use-case for it, no?
Use case for commands will be rejected as stated in the post. Otherwise, yes, you can get it quite "easily". Though, many people are not a fan of the verification with the ID card so then it is an issue
Right, commands are better done with slash commands.
I can understand the hesitation with the ID card
But it should also be treated as a proper business partnership, not a "give me toys to play with" request.
They are currently lacking any advanced permission check which is quite an issue
How is that different from the old !commands?
With your own commands, you can easily define who can see and use the commands
With slash commands, you would have to make them visible for everybody to then run your own authorization on the backend
It's just a difference in visibility
The permission checking itself is the same. You get the user, you inspect their properties, you make the decision to proceed or drop the request
But well, that might be an issue in certain cases. Besides, they are currently not supporting multi-line input or attachments afaik
Well, yes, but the slash command must be then visible to everybody
The idea of slash commands is great but it is not a full replacement for "custom commands" parsed from messages yet
looking at the documentation they do have permissions for slash commands where you can limit commands by roles
By roles, indeed. But that must be specified by the bot, not the guild managers. On top of it, you cannot use the traditional permissions in Discord for that
It would be convenient to be able to configure those via Discord's own UI, but there's no reason why a bot couldn't offer that configuration (other than time to implement it)
Hello! In Python, how do I take a distance (miles) and time (seconds) and turn it into speed? I'm not getting the same answer as in the example shown below. Is there something wrong with my code for it to show a different answer? Thank you!
Are u serious? 1 hr = 3600 sec. So the code should be miles / seconds * 3600
Oh shit thank you my bad
what
what what?
what what what?
Currently I'm using SinusBot as "app" to stream a radio to Discord - however, it got unreliable and I always have to restart the app so the bot's working.
And that's what I not want.
Which bot is able to stream a radio to Discord 24/7?
Thanks in Advance π
TruckyBot? π
Even TruckersFM bot needs to be restarted from time to time.
a custom radio, not a hardcoded one
Yeah, but not every 24 - 48 hours, CJ
I don't mind rebooting it all 2 weeks or something like that, however, not literally 1 - 2 days
TruckyBot? π
It's a custom radio, dow - I don't find my own Radio in your bot
π
but you asked for a bot that plays 24 / 7
so your question was incomplete
β€οΈ
yeah, my bad π
However, I want to stream my radio to Discord all the time - must not be in many guilds, but at least one (main guild) - if it's a bot like TFM, it's okay
I don't have a problem with Ram, I got plenty of it. (64 has the machine, but is mostly used for mc-servers xD, however, 4 - 8gb is okay)
and why it stops to working?
the logs doesn't show anything
simply hang?
yeah, it just hang and then the bot leaves the voice and goes offline
then I have to log in to ssh and need to restart the service
How does you guys connect webhook to Twitter?
What do you mean?
I meant something like this (I have to use ConSec example)
It's like automatically posting a new tweet in the discord server
It is done via self-written bot or 3rd party service
IFTTT iirc - but I'm not sure
One of many, ye
good way to do it is https://discohook.org/
Thank Christian
nw π
The site https://grep.app is sooo much more useful than Stack Overflow.
β Twitch Subscription: https://www.twitch.tv/products/liveoverflow
β per Video: https://www.patreon.com/join/liveoverflow
β per Month: https://www.youtube.com/channel/UClcE-kVhqyiHCcjYwcpfj9w/join
-=[ π Info. ]=-
Main Channel: https://youtube.com/LiveOverflowCTF
Twitch: h...

there is an online service permitting to final customers to pay (una tantum or subscription like), holds the funds like a wallet and then payouts monthly?
Like Patreon, but without the perks system or tiers.
in this way the final billing customer is only one (the payment system), not many end customers (to bill singularly)
I would use PayPal? (its own account) Then at the end of each month you can move the earned money over to your own account
no, if you get money on Paypal, customers are paying you, not PayPal so you have to issue bills.
Hello there!
Well, I'm very new on the coding (I'm beginning) but I'm very interesting about how is it possible to create a job tracker (how he can see your games, account, etc..)
If someone have a video, or something like this to share me about how works a job tracker and also wich language I can use to create it, I'll be very glad. 
Thanks you!
Hi. I don't think there is a video for job tracker, but you can find videos on different aspects of it: SCS telemetry API, frontend/backend solution, etc.
Okay thanks you π
I'm late to the party but there's an open source project called ETS2 Job Tracker on GitHub. I'd recommend reading it's documentation as it provides a really good insight into how an app like it works.
By the way, does anyone know here how I might be able to fetch the 17 digit steam id from a profile url? I know that for some users it's just there but what if the user has a custom id?
So for example https://steamcommunity.com/id/jokerdes/ returns 12345678901234567
Manually or automatically?
http://api.steampowered.com/ISteamUser/ResolveVanityURL/v1/?key=STEAM_API_KEY_HERE&vanityurl=jokerdes
It will return the steamid64
Yeah, that's what I meant, I just didn't know that this was the steamid64. Thank you very much!
Can you tell me where I can read more about this API call?
Do you have the link of the post?
Yeah, one second.
Thank you!
Yeah, no problem!
Thank you!
Also, I saw on this projects's Discord server that jammerxd is working on a similar project
So that will be another way to look in to the hows :D
There is also https://navio.app/ when it comes out
This looks promising, I think I'll add support for it in my project
It's basically a drivers hub but a lot better
Some interesting tech that might be of interest @opal arch https://www.worldql.com/posts/2021-08-worldql-scalable-minecraft/
Raising Minecraft world capacity by spreading players across multiple synchronized server processes
WorldQL is free for your first $50k in gross revenue.

Elixir GenServers (Erlang processes) might be harder, but free
@eager panther I would suggest a better job tracker, as the one you sent in has a few problems, although it has a good documentation. There is an another application which is called Truckler, and its being developped activly and the other isn't. I'm telling you this info with almost 1 year constant experience with the job logger in a VTC you have sent in.
If you guys have any questions regarding how it works feel free to DM me.
Do you have a GitHub link? Haven't heard about that one before π

ππππ dogggoooo

Hey there LogRol :D
Yea I know about that, but he wanted to know how one works, and was not looking for one to actively use.
By the way, do you know how I can gather more info about Truckler?
sure, the developer is called "jammerxd", dc account: jammerxd#2534
And here is a website: https://trucklerprocessor.jammerxd.dev/


Does anyone here know whether TMP does any optimizations to it's user images? E.g. profile pictures
Or do they just store them unchanged, because well, 1MB isn't that much and storage is cheap?
User images (avatars) are fit to 260*260 px and saved using 70% quality
We always drop the quality just to be sure. Storage isn't that cheap as you might imagine, backups and outcoming traffic might be a huge deal for bigger projects.
Ah okay. Thank you,
How dare it not be Hello World!
quite interesting
ask my teacher 
Day 2 π :
(btw i should use "with open('lol.txt', a) as f", this must be more optimised)
π
well yeah, there's "string.printable" or "string.ascii_letters", but it was project i used only once to prove vulnerability, so there's was no need to make super-puper cool code
You pay $5/month for every 100,000 stored images and $1 per 100,000 delivered images. There are no additional resizing, compute or egress costs.

looks like discord is dead a bit
Something for TMP maybe π https://blog.cloudflare.com/early-hints/
Today, Cloudflare is announcing support for Early Hints. Early Hints takes advantage of βserver think timeβ to asynchronously send instructions to the browser to begin loading resources while the origin server is compiling the full response, which can improve page load time by 30%.


hello developers
Hello Retired Manager
im not mr important anymore 
π¦
how im angry on this "hackers" that have hacked mskhost vps. because of them, my discord bot didnt work for two days π‘. they copied almost all my data, i hope they won't share it anywhere (btw they started to share admin & creator IDs, imo thats inapropriate). they had another way to remove scam sites/servers from this hosting provider. π‘π‘ theyre such a bad guys π
Well, that's what you get whet you want to cheap out. No offence.
they had another way to remove scam sites/servers from this hosting provider
Well, it is complicated
Yeah but why those hackers didn't think about "white" people, who didnt scam? Dont forget that hacking is illegal as sharing such a confidential information
what?
oh i see u dont know about this situation with mskhost. suggest you to read smth about it
Its all in russian, but from what I can see MskHost Deserved the attack.
They weren't responding to abuse emails and their servers appear to be a huge host for malware and other stuff, which is why the hackers attacked it.
and now they say they are shutting down so Β―_(γ)_/Β―
thats just reading the one english article though, so idk
They weren't responding to abuse emails and their servers appear to be a huge host for malware and other stuff, which is why the hackers attacked it.
i fully agree with hackers' opinion, there shoudnt be any malware/scam stuff, but its not the way to clean hosting provider like that
100% free online platform to learn programming languages: https://exercism.org/
for free 
I am taking an Elixir course, it is quite good paced, actually
Gg
First pin in this channel 
I am blown away by Exercism btw. At least from Elixir course. It is so greatly paced.
You must give it a try
Dart is relatively new on this platform though: https://exercism.org/tracks/dart

What are concepts? 
Those are big things, covered by separate exercises
For example, Elixir has 52 of them: https://exercism.org/tracks/elixir/concepts
ngl, I don't know anyone that knows Elixir 
@nodejs Hit this fun easter egg running the test suite for the first time since upgrading to Big Sur: https://t.co/IH8UEVBz6H
Hiya so I think I may have the answer to my own question here but just going to throw it here just in case I am incorrect.
Currently I am trying to use mysql in node for my discord bot. When I try and run my bot locally on my pc I get no errors at all. However when I go to run it on my server I get the following error
at Protocol._validateEnqueue (/root/Filezilla/mgrp-bot/node_modules/mysql/lib/protocol/Protocol.js:212:16)
at Protocol._enqueue (/root/Filezilla/mgrp-bot/node_modules/mysql/lib/protocol/Protocol.js:138:13)
at Connection.query (/root/Filezilla/mgrp-bot/node_modules/mysql/lib/Connection.js:198:25)
at Query.<anonymous> (/root/Filezilla/mgrp-bot/index.js:116:26)
at Query.<anonymous> (/root/Filezilla/mgrp-bot/node_modules/mysql/lib/Connection.js:526:10)
at Query._callback (/root/Filezilla/mgrp-bot/node_modules/mysql/lib/Connection.js:488:16)
at Query.Sequence.end (/root/Filezilla/mgrp-bot/node_modules/mysql/lib/protocol/sequences/Sequence.js:83:24)
at /root/Filezilla/mgrp-bot/node_modules/mysql/lib/protocol/Protocol.js:404:18
at Array.forEach (<anonymous>)
at /root/Filezilla/mgrp-bot/node_modules/mysql/lib/protocol/Protocol.js:403:13 {
code: 'PROTOCOL_ENQUEUE_AFTER_FATAL_ERROR',```
I suspect this is due to connecting to my database once and querying off of that same connection with out ever ending it. After doing some research I found out that I should be using mysql pools and creating a new connection and releasing it for each query. If this is not the case or you have an easier solution that I could implement that would be much appreciated. I do apologise if this makes no sense at all. Cheers 
hi
how much memory do you give to mysql? (check this in *.cnf file)
are you using connection pool everytime or u use it only when required?
I can see your angry through your avatar
My steam just got hacker 2 week ago
By a Russian
ofc im angry, my discord bot was offline for two days bcs of those "hackers"
π₯
It was bot for my job
Oh
Bot was checking are our servers down or not.
Thank you for your help 
You are welcome. 


Pog
Now, here's the fun part. @Cloudflare runs a free DNS resolver, 1.1.1.1, and lots of people use it. So Facebook etc. are down... guess what happens? People keep retrying. Software keeps retrying. We get hit by a massive flood of DNS traffic asking for https://t.co/qq6U47Tjc6

Damn 
Some guy on 4chan posted a pic that predicts mass hell happening right now 15 minutes before it has happened.
And due to Facebooks DNS lookups were erased, this interesting stuff shows
i dont believe that
Most likely a BGP configuration fault
https://t.co/7vTDeRA9vt got leaked. Like, the entire website; Source code with comments for the website and various console/phone versions, refrences to an unreleased steam competitor, payouts, encrypted passwords that kinda thing.
Might wana change your passwords.
2130
2216

Yes, apparently. I think we might find some code or comments from @cinder spear there 
oh don't think 3v will comment this π
Yeah
Please do not share the content from Twitch leak here.
Of course I won't 
Yeeeeee
Hi

Sooo, as y'all know, I'm a Java Developer due to Minecraft. However, I want to try me with something different than Plugins.
I know Java now long enough, but I never saw a Java-Wrapper for the SCS Telemetry to get data from the game or am I something missing?
As there is just CPP & C#, which doesn't help me really much.
Facebook was down for five hours last week. What happened and what do DNS and BGP have to do with it?
Facebook's explanation: https://engineering.fb.com/2021/10/05/networking-traffic/outage-details/
Support these videos on Patreon: https://www.patreon.com/beneater or https://eater.net/support for other ways to support.
0:00 DNS
7:13 Caching ...
why is facebook not shutdown yet

You might be best to look on the tmp forums to be honest. There is a load of info regarding telemetry, job trackers etc, how that is with Java, I couldnβt tell you off the top of my head. 
Pretty much any language can use C libraries and Java is no different, but does apparently require more work than average
Well, I'm not in a hurry, means if I need now 2 weeks or 1 month is not bad, I just want to mess around and see what I can do.
So, I just need a C-Library for Java and then I have to implement everything right?
DLL import is a thing
I heard something about JNA, maybe that's what you're looking for.
Yeah, my second developer also said that
I'm gonna look on that
Can you animate
with it? 
Technically yes 

I can't animate a non-moving image.. but https://codepen.io/iDiego/pen/WNErNBo


Why do I just feel that one too good? π

It looks super awesome, definitely going to try it out soon
Opened up a Laravel project & it seems to work super smooth
rip pc lmao
Would you guys recommend vsc or eclipse for working with java?
I go with Eclipse IDE
but that's personal preference
my second developer goes with Jetbrains IDE, but that's way too complicated for me
Is there any major difference between eclipse and vsc? I know vsc has/needs a lot of extensions but that's pretty much all i know (i'm pretty new to this)
I never tried Java in VSC actually, so I cannot confirm nor deny it - but I know, it is able to compile it with the correct add-ons
JetBrains for me is a must-have, it is full-fledged. It has quite a learning curve, but it is worth the hassle. For smaller things I use VSC, it has a benefit of being faster and smoother when you need it the most.
Out of curiosity. Are you guys self taught? Because I started visiting a school for it (2 years), and i'm currently learning ABAP and Java there (as for the programming languages) aswell as operating systems (unix/windows), data processing and network related things and i wondered how much i actually need afterwards + how hard it is to learn these things on my own
Yes, I thought it by myself by experimenting and many hours of googl'ing around, watching thousands of Tutorials and yeah - but I also began a course, but never finished it, cuz no time (and mood) lol
Do you only know/use java?
Yes, I just know Java - cuz of Minecraft (and yes, I learned it over Minecraft, but mid 2020 I began to code simple console-applications)
I'm far away from actually doing work with it. I know about basic stuff like variables, datatypes, if/else/switch(case), (logical) operators,
the scanner class and syntax ofc. Still a lot to learn π
Yeah, good π Java is in my opinion pretty easy, however it can be complex as well π
I only really have problems with creating too many variables, forgetting ";" and } <--- this so far. Often it happens that i want
to print out a freshly filled variable but it doesn't work bc i messed up either the {} or put the command at the wrong place π
Access to XMLHttpRequest at 'https://api.truckersmp.com/v2/vtc/VTCID/news/ID' from origin 'https://nexustransport.dev' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.```
Can't seem to get the API to work via my website, any idea how to fix this?
Yeah. Started with basic website coding when I was like 15-ish, then taught myself Laravel/PHP, got an internship because of those skills, and now it's my main IRL job 
Getting paid for doing what you love is such a great feeling, couldn't wish for any better job tbh 
You have to use API via backend, not from Javascript directly. Remember you have to responsibility cache the requests.
ABAP? I thought that shit was outdated
That's very motivating π
We use it for SAP
and btw, since you said you're going to school for it, are you doing a Ausbildung?
My dad used to be an ABAP dev/consultant and this here is the first time I've heard about ABAP from someone else π
Mind your language.
Yeah, but in a full time school. It's actually equal to a bachelor degree
sorry π
Interesting, what kind of school is that? And what do you actually end up with when you say it's equal to a bachelor degree?
DQR-Stufe 6 or in other words "Bachelor Professional in Wirtschaft". It's an IT/EDV school
We learn about windows, unix/linux, networking, bwl, java, abap, software, physics (and english/german)
and data processing
Cool, I've never even heard that this is possible. Nice to know
But it's only school or do you have to do Praktika or something like that?
This year it's only school but i think next year is with praktika
i can finally use vs code on the school computers π
we i already can but i have to install it every single time lol
since i cant access %localappdata%
and you cant change anything on the desktop
Oh great, Microsoft strikes again
Yeah...
Well, they have reverted their decision minutes ago.

Come on, you have the whole industry as an example, why just to the most ridiculous thing you can do?

Why cant I use the full orange lightbar on my car in ATS like I can in ETS2?
lmao
Im surprised that got accepted with Lhana Rhoades and RaelilBlack being mentioned 
This is actually genius
Listen, hear me out. Yes mr CJ already said we arent getting mods online. But here is my suggestion, atleast make it so we can stretch out our wheelbase, just that alone would be sick. And tbh thats the only reason why i want mods lmao]
The same answer as earlier. Btw this is not a place to suggest anything about TruckersMP.
i'm not getting what's happening with the steering wheel. someone can explain please?
What do you mean?
https://forum.truckersmp.com/index.php?/topic/106460-02354-released
your comment about the security and patch to executable
Hey there! We are proud to announce that a new version 0.2.3.5.4 has been released! Features A complete rearrange of the TruckersMP settings Grouped settings more by their purpose (e.g. Interface containing all settings related to the user interface) Removed old and obsolete settings Made the gra...
Everything I can say about it is in my comments on that topic.
well, I've asked something different, not about the comment itself but why you need to write that comment.
I've seen a post from a user about a steering wheel.. and that's a security concern? in which way?
...I've covered it in the comment. TL;DR: people found the way to add 3rd party content in the game by making some binary changes to the game executable.
i wanted the TL;DR indeed to be sure i was getting it correctly because it looked a bit absurd π but the reality supersede the fantasy sometime
The situation overall is a bit absurd, to be completely honest
people complaining about cannot using a steering wheel?
Pretty much it.
everyone has their own priorities :D
How can I make a Tracker?
What kind of tracker?
I want it to look special for me in playing a game
Can you DM me here I can't post someone else's tracker picture
We don't have any limitations on image uploading here.
I want to make a tracker like this
Telemetry SDK documentation is here: https://modding.scssoft.com/wiki/Documentation/Engine/SDK/Telemetry
Discord Rich Presence API documentation is here: https://discord.com/developers/docs/rich-presence/how-to
I think there are some open-source implementations available though, I don't know about those
if you know NodeJS, there's https://github.com/kniffen/TruckSim-Telemetry
You can nicely combine that with DiscordJS' https://github.com/discordjs/RPC package
Thanks
Can someone look over some basic coding with java and maybe give me advice? It's really short code (just a basic calculator)
Sure, shoot me a DM, will check that out tomorrow, when I got to my PC (will be approx at about 10am cet)
I'm big dev with 50million earnings a year.
Suuure, and I'm the actual head dev of Microsoft
both is false, so eh 
Then I must yell you for the shitty requirements of Windows 11 
Glad you like my newest creation 
even tmp ||devs|| doesnt seem to recommend it π
Ye sure π

does windows 11 delete your programms not apps
like local games from steam or uplay / gog or so
someone on ms support said you have to re- install local installed programms

thought you have windows 11 because of the answer :/
I was just joking bout w11 requirements like tpm or a new cpu
I cant install itπ
Imo doing a fresh install will solve almost every problem you might have on Windows rather than upgrading from w10
ahh okay xd
When upgrading from W10 to W11 with their assistant, you don't/shouldn't lose any files no
thanks just had an problem with the new community win 10 update after installing my c: space was shrinking every 1-2 min like something is created junk files or so after restarting over 30gb where back on my space idk what was happening but i might stay on win 10 because win11 could have more problems but thanks for your answer.
I've been using it since the official release with an AMD CPU, it works perfectly fine for me. Haven't had any issues
Hmm, yeah im also with an AMD cpu and i was thinking about it to upgrade to win 11 for forza horizon 5 and people say that on win 11 you got an better game experience ( performance ).
as for me - no, my apps & stuff was not deteled π€
probably someone else who have windows 11 installed also can tell you was smth deleted or not
guys do you have any discord where people talk mainly about map editor?
#ets2-modding / #ats-modding would be a good place to ask if you have any queries about the map editor, but otherwise there aren't any that I'm aware of 


Seems interesting
I like how they adopt community tools and invest in them
SSR support is 
apparently Google uses Alpine for the Flutter site, pretty cool for a new-ish library https://twitter.com/calebporzio/status/1460970570804310019?s=20
Interesting that they didn't go for something like Angular though, an in-house framework for them
Angular is an opposite of Flutter though.
Also, Angular is very heavy and monstrous
Yeah no that's not what I meant, they chose to use AlpineJS for the flutter.dev documentation site
I know Angular is way heavier compared to something simple like Alpine indeed, but it's cool to see Google using it


Well, it kinda fits in here π 

Ye, might be interested. "Built from scratch" is a good one, although no plugins on release is not.
Yupp true























