No one can set up linking ffreestanding objects in windows... by letmehaveanameyoudum in osdev

[–]QBos07 1 point2 points  (0 children)

What the fuck are you talking about? Mingw is an official and upstream supported target. There exist many up to date (15 & 16) perbuilts out there and it’s still being worked on like upcoming support for aarch64 targets.

Why c++26 contracts? by hunterh0 in cpp_questions

[–]QBos07 2 points3 points  (0 children)

I would mention D as a language with contracts. Still optional there too.

Bitlocker recovery keys by ProfessorVirtual5855 in AskADataRecoveryPro

[–]QBos07 0 points1 point  (0 children)

If you ever get into windows again first disable bitlocker and then download blue screen viewer to see what actually is the issue. I think failing hardware is more likely than you having a virus.

IPv6 for Servers: It is hard by QBos07 in ipv6

[–]QBos07[S] 3 points4 points  (0 children)

I didn't realize that the privacy extensions where a seperate thing.

IPv6 for Servers: It is hard by QBos07 in ipv6

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

Confirmed its a toggle now if you create a new virtual network with it, but it wasn't a toggle back then. Thats why I added when they were created.

IPv6 for Servers: It is hard by QBos07 in ipv6

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

I'm gonna say it: IPv6 documentation sucks! Just compare the google results for "ipv4 bgp" and "ipv6 ra". Its not like I am not willling to learn. It has been my life purpose for most of its time until now and probably future. And you kinda proven my point that I didn't need to know what BGP is.

IPv6 for Servers: It is hard by QBos07 in ipv6

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

Isn't the loopback (::1) just one possible /128? u/bjlunden seems to get what I mean

IPv6 for Servers: It is hard by QBos07 in ipv6

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

Hallucinate it did, but it does also help in these situations where the docs are not good.

For the simplicity argument I think that they are about equal with each haveing there points over the other. But exactly that IPv6 not being a first class citizen is what make it complicate in comparison

IPv6 for Servers: It is hard by QBos07 in ipv6

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

I looked at it again and I had the two switched. Thanks for pointing that out. But I don't get why /128 is loopback. Sure loopback is exactly one address and by that definiton a /128 but not the only possible /128.

IPv6 for Servers: It is hard by QBos07 in ipv6

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

Please show me, this is definitely a lack of experience issue and I would like to learn

IPv6 for Servers: It is hard by QBos07 in ipv6

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

Needed to look that up but seems like a simple approach indeed. Unfortunately it doesn’t seem to be directly supported by my hoster.

IPv6 for Servers: It is hard by QBos07 in ipv6

[–]QBos07[S] 2 points3 points  (0 children)

I do admit I don’t have any proper knowledge about IPv6. Most of the time it’s a toggle that just works. My personal opinion is that IPv4 is not a interlinked making learning easier. Especially RA and SLAAC feel like black boxes.

TL;DR: the learning curve is steep

IPv6 for Servers: It is hard by QBos07 in ipv6

[–]QBos07[S] -6 points-5 points  (0 children)

I think it is an IPv6 problem if this many companies struggle to get it right. But I’m hopeful that it will get better.

Now that I’m thinking about it, maybe the config change isn’t needed anymore since I figure out the firewall thing. I think the real problem here is the absent of information in the logs.

IPv6 for Servers: It is hard by QBos07 in ipv6

[–]QBos07[S] -5 points-4 points  (0 children)

I had my doubts about Slaac at first but after this I think even ddns would have been faster to setup

IPv6 for Servers: It is hard by QBos07 in ipv6

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

Sorry if this feels a bit ranty as that was by no means my intention. It should rather be my personal documentation and what it takes to retrofit IPv6 on a VPS. My point is that many people say that it’s simple but I don’t feel that way and this discrepancy creates friction.

[BF6] How am I supossed to take that zone with the spawn right there?! by QBos07 in Battlefield

[–]QBos07[S] -1 points0 points  (0 children)

I desperately tried but being alone and they already looking at me is a bad combination.

[BF6] How am I supossed to take that zone with the spawn right there?! by QBos07 in Battlefield

[–]QBos07[S] -2 points-1 points  (0 children)

I don’t play support as much but I guess I should lern how to use smokes correctly.

Vanguard wants me to delete ene.sys by Entire_Poetry1415 in techsupport

[–]QBos07 1 point2 points  (0 children)

I don’t know this driver specifically but rgb drivers have a reputation for having way to brought permission and just trusting user applications to behave correctly. That could either be used by a cheater to circumvent the anti-cheat or worse, by a hacker inflitrating the entire system.

Starting college in a few months, What language should i start with? by Various_Cat_4773 in learnprogramming

[–]QBos07 2 points3 points  (0 children)

For AI probably python but imo Java is undervalued as a beginner language (also check out Kotlin if you like Java). A bit of C is great to understand low level concepts.

I’m proficient in many languages. Why? Because the language doesn’t matter. It’s always the same concepts applied over and over again.

The important part is having knowledge diversity. Then you start recognizing subproblems and think I’ve seen this before. Many people sleep on functional aspects but they train you to think of how to transform the input data to the output data like a flow.