Details
-
SkillsASM, C, Java
-
LocationFrance
-
Website
-
Github
Joined devRant on 7/2/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
To me Linux hardware support is really better on some devices
-
Silicon Valley
-
Rolling-releases
-
To me it just shows that we use things supposed to make the coding part easier and faster but that actually produces too complexes programs that uses lots of ressources (CPU/RAM) for nothing...
-
Would that be a windows program or a linux one ? Because even if you installed one distro it doesnt mean you can install them all...
-
?
-
Maybe someone was as good as you in programming but he solved the puzzle ? (Still being stupid tho)
-
If you want, you can look at https://github.com/Valou3433/vk ; my personal attempt at making a kernel. So far i can load executables from ext2/fat32 or cdrom into userspace, and do cool stuff. I'm currently working on i/o to then port newlib (will have to implements some syscalls though). If you want, there is a bootable iso at http://valou3433.pusku.com/upload/...
-
Did you actually buy them all ? I find them really expensive... I never tried CLion because of that, even if i liked IDEA (which is free)...
-
Yeah
-
@bahua yes i can see why, it has advantages and disadventages
Personnally i was using mint before and the GCC version was 5.4. I switched to Arch and GCC was in version 7.2, and some of my code could not compile, but i fixed it for 7.2 because i prefer to stay with the last version, but that's only personnal -
Arch Linux permits you to always have the last possible update of all your softwares
-
I had the same problem and i switched to mint and installed NVIDIA drivers and now everything is fine. (And yes you can have more than 1 distro and the same /home partition)
-
Electron is horrible, horrors like that should not even exist
-
I was just surprised, i thought no one was using it ! I use chrome too because of sync, but what brothers me on edge is the "smartscreen filter" and "bing", but it's a good browser too !
-
And more than that, sometimes answers are working code snippets but with horrible perfs / a bad way of doing what you want to do. Still sometimes there are good answers.
-
You're actually using Microsoft Edge to browse the web ? wow
-
I tried to use eclipse with plugins (like ADT plugin, if i remember well) but that was bugged everytime, couldn't compile or even open the view designer... On an old computer i configured it well and it was working fine, but it took me hours so now on my new machine i use Android Studio.
-
@tmux yes, i already have a 2GB DDR3 memory from an old laptop, and on the x230 there are 2 slots and only 1 is used by a 4GB memory bar, so i'll add them as soon as i get it
-
@sam0 OK thanks for all your advices and answers, i think i'll buy the i5 netbook now (et effectivement je suis français)
-
@sam0 I'm basing my os on x86 arch, but the main problem with UNIX is that i wouldnt be able to use the Windows library in C (seems logical), what i usually do (i'm not used to develop on *nix)
I've found theses computers on leboncoin -
@sam0 thanks for your advice, i would like to multiboot linux/windows 10 in my dreams but i think i will go with either win10 + cygwin or some linux distro
I'm actually working on an operating system kernel (as a personal project) so i would need to run qemu or something like that
I also develop softs in C or Java and apps for Android with Android Studio -
How do you send coded message in java ? I mean System.out.println("This is a message"); is easily understandable...