So we will see some insane stuff from Elox to take the spotlight from this or meh?
So we will see some insane stuff from Elox to take the spotlight from this or meh?
Proud Linux Mint debutant here!
It’s been a year or so, and it’s so peaceful!
I have a windoze junkbox for photoshop, 3ds and some light gaming, and it’s so painful to operate, everything is just so slow when it comes to the OS. Launch a soft, right click, open the explorer…
Thanks for the feedback!
A docker could make the setup run, and if I rework where I store the data (now it’s in the same folder as the listener so it needs a special tweak in the docker files) but the problem is the 10f executable that you use to share files with, it’s a command line app so it would be weird to put that in a docker IMO.
Also, using docker images isn’t really simple?
You are right though, simpler is better.
What do you think about a setup script instead? Like
forward a port to your PC
run the setup script with your public IP:PORT (or just the port and let the script auto-detect the IP)
start the listener
Or should I still work on that? I can make a gui that helps setting everything up and run I guess.
I’m working on a protocol for decentralised hosting, ironing out a vulnerability now but it should be up for test in a month or so.
Young people will be hired and spend months to learn “how it was done in the old days” (it was just old stuff piled upon other old stuff).
In VR I hope
Just have to buy 1100 panels 😋 but then the price is 0.055€/watt …
I Want one, but only one or a couple, to put on my balcony…
And Sweden.
Sorry I insulted your favourite programming language lol.
The truth hurts the most.
Now you are doing it again, you just say generic sensible stuff strawman way.
Like yeah I know about “the assignment operator” and it’s still shitty you can’t decide what it’s copying. You explaining how it works doesn’t make it better lol!
You are also blatantly wrong, there is absolutely no reason to not let you copy a class or pass an int as a ref “because of the garbage collector”, if you want to make a language having these functionalities there is nothing preventing it to be done correctly.
Also c# is an inefficient language to begin with, not letting the user do as he pleases is just dumbing things down, nothing to do with efficiency.
Also, we all have tons of experience (5 years xp isn’t experienced btw) no need to go get your diploma :-)
And another straw man, when did I say that a language is better than another? Never did I do that, but I guess you are not happy with all your arguments geting shot down.
C# is a crap language, if you are forced to use it like at work, or if you don’t want to learn another one, use it!
But you can’t polish a turd.
In C++ you have the choice, the compiler makes the shallow copy (you know what that is right?) automatically if needed, or you can move around the pointer or a ref. Or, transform the shallow copy into a deep copy if you need that.
In c# you don’t even not have the choice, ints etc gets copied but classes aren’t. Where’s the logic behind that?
And as so many others you scramble to find some excuse that “you should probably not do that very often anyways” or some other bullshit.
I heard all that 20 years ago when it actually had some merit for people trying to run it on the old crappy hardware of the day, today it’s just moot.
Need speed or low memory usage? Learn to code in C/C++ for example. Heard Rust is great too.
C# is just an old wonky language.
/Rant off
.Equals and == has different meanings? Like === in php or is it javascript 😅
If you don’t see the problem with reassignment/pointer walking, then you are just too used to it to notice that it is total shit, how do you even copy the data from an instance of a class to another… Or are you “not supposed to do that”? If so, okay, but then c# is a ‘simple’ language, a script language like python or php.
Also when you have a class A, make an instance isn’t:
A a;
I mean wtf…
To each their own I guess :-) !
AliExpress (if you are not the person thiking you can get a 4TB SSD for 20€) is great.
It started off as a “for people” Alibaba.com and I have bought lots of quality stuff there including a phone, circuits, tools (not the best but they will probably outlive me), 3D printer stuff etc etc.
Temu is like wish, just crap.
Wood on concrete 🥳!
It’s a single =
a = 5;
b = c;
And hell, “use .Equal” is exactly what it is all about, have you heard of == ?
Back in the day all the big languages were hard to learn and had lots of quirks, but somehow C/C++ moved on and became quite simple and elegant (you can write the worst trash with it ofc. but that’s like saying you shouldn’t cook because you might burn your chicken). C# not so much.
Ya but it was sort of an algorithmic bug, induced by this very efficient and low memory path finder, so good luck finding someone coding that today…
C# is such a crappy language.
You can’t even do a=b if they are classes, and you’re forced down the chosen road all the time. It’s like java all over.
I wonder if they fixed the pathfinder in warcraft1. It was a really smart wallfollower, but it could go in circles in the tunnel levels.
The nice thing IMO about Linux is that it’s “learn and forget”, you only need to learn things once (like sudo, apt-get or whete is the home dir and what is it), it won’t be randomly changed in an upcoming forced update.