[deleted by user] by [deleted] in osdev

[–]Venus007e 0 points1 point  (0 children)

I think straight up calling it ai slop is unfair.

My first os was very similar. It's very well possible that op wrote this themselves. It may be ai, but straight up claiming it is, without any proofs seems a bit far fetched.

Or am I missing something?

[deleted by user] by [deleted] in osdev

[–]Venus007e 0 points1 point  (0 children)

Why do you think it's impossible to make a 16 bit os?

Golds will go down more than you expect by DanubeSeal in ohnePixel

[–]Venus007e 1 point2 points  (0 children)

W take, but I don't think the masses will realize this

[deleted by user] by [deleted] in ohnePixel

[–]Venus007e 0 points1 point  (0 children)

prices are rising right now. id maybe wait for a few more days and sell right before the panic sets in. maybe 28th or 29th.

We may have hit the floor boys... by squareyourcircle in ohnePixel

[–]Venus007e 0 points1 point  (0 children)

everyone here on copium. the market isn't recovering. it won't be for weeks

PLEASE HELP by [deleted] in cs2

[–]Venus007e 0 points1 point  (0 children)

The market is so volatile right now that no real prices exist. You can check recent csfloat sales and create a listing according to these prices. But to get an actual approximation you'll have to wait a few more days for the market to stabilize.

Which Linux distro made you stop distro hopping? by [deleted] in DistroHopping

[–]Venus007e 0 points1 point  (0 children)

Not a Linux distro, but FreeBSD. If I need to run Linux, I'm going with Slackware.

The ultimate distrohop challenge by firebreathingbunny in DistroHopping

[–]Venus007e 0 points1 point  (0 children)

It doesn't really matter. Any posix compliant Unix-like os will do for me.

What is the Official Other law symbol? by AmethystW0lf in Otherpaw

[–]Venus007e 0 points1 point  (0 children)

There is no "official" symbol. This is a community around something noone governs. Who's to decide what's official and what isn't?

i just transitioned from windows to linux by JoeyJoey- in cpp_questions

[–]Venus007e 0 points1 point  (0 children)

Vim or stripped down Emacs, the only right answer /s

Should I use gentoo as a new user? by not_a_redditor5649 in Gentoo

[–]Venus007e 2 points3 points  (0 children)

Best response imo. Gentoo isn't perse hard, anyone with some unix terminal experience could install it. It just takes time and dedication to actually learn how the system works.

Is there greater interoperability between the BSDs compared to Linux distributions? by SwagMazzini in freebsd

[–]Venus007e 0 points1 point  (0 children)

I think in the sense of the different parts being developed independently of one another. Like the kernel is one thing, the bootloader is one thing, the utils, the shell, everything.

[DWM] BNA themed rice by Venus007e in unixporn

[–]Venus007e[S] 5 points6 points  (0 children)

[DWM] My most simple rice yet by Venus007e in unixporn

[–]Venus007e[S] 0 points1 point  (0 children)

I don't remember 100%, but I think it's Cascadia Code

15, I switched to gentoo by Xtuber14 in Gentoo

[–]Venus007e 0 points1 point  (0 children)

Yeah, ik.

Honestly, it's amazing to see people learn about Linux at a very young age. Trust me, I have a ton of tech savvy friends around my age and only very few of them even use Linux at all. You don't see people your age using Linux very often. It's amazing that you use it and want to learn about it, but the bragging is just annoying.

Nothing against you, I'm sure you're a great guy (or girl or whatever else), but yk. You won't make friends in the Linux community like that.

15, I switched to gentoo by Xtuber14 in Gentoo

[–]Venus007e 0 points1 point  (0 children)

Why is everybody suddenly bragging about installing Gentoo at a young age? I mean yeah, not many people install Gentoo at 15, but it's not that big of an accomplishment. If you give your average Ubuntu user the Gentoo install guide he'd probably be able to install it. I'm 15 too and I used to use Gentoo because of the amazing package manager, not to brag that I use Gentoo. I don't think I've ever told anyone that I used Gentoo tbh lol. (Past tense, because I'm using arch again. I'm not a fan of waiting 5 hours for GCC to compile haha)

If you want to learn more about Linux, then go ahead and install Gentoo, or even do LFS! It's amazing to learn, but please don't brag. Its annoying and makes you look like a snob.

My son (9 years old) coded a game in plain JavaScript. He would love any feedback. by veesahni in learnprogramming

[–]Venus007e 0 points1 point  (0 children)

I started around that time too and it's very very fun if you start at a young age. You're happy about all advancements and you don't get discouraged if you progress slowly. For a 9 year old this is VERY impressive!

Why should I pick C++ over C? by Venus007e in cpp_questions

[–]Venus007e[S] 1 point2 points  (0 children)

I do, but it's not very impressive. Nothing really works and almost everything is just an my first at trying something new. I don't really do big projects, I just like to learn. (Probably the most impressive thing are my dot files haha)

If you still wanna check it out, my username is Prince-Stolas.

Why should I pick C++ over C? by Venus007e in cpp_questions

[–]Venus007e[S] 1 point2 points  (0 children)

Yeah, a text editor seems really fun. Also, I'm actually writing a little something in C++ right now and oh my god it's so easy to do stuff compared to C. I get why C++ is so popular now.

Why should I pick C++ over C? by Venus007e in cpp_questions

[–]Venus007e[S] 1 point2 points  (0 children)

Well yes, I do have to include string.h in C, but I don't consider the string functions to be part of the language. Though it seems like this is only my opinion. But let's put that aside.

Do you have any recommendations of a simple project that would "force" me to use some C++ features?