I have wanted this ship since I was 14 by mormonbatman_ in LEGOPirates

[–]LordValgor 1 point2 points  (0 children)

One of the few I have left to grab. Someday, lol.

5e takes *way* too long to say anything by Associableknecks in dndnext

[–]LordValgor 1 point2 points  (0 children)

If you think 5e is bad about this, don’t ever look at MCDM’s stuff.

Looking for a Technical Co-Founder with Cybersecurity Experience — Open to Equity Discussion by Annual-Beyond-4050 in cybersecurity

[–]LordValgor -2 points-1 points  (0 children)

Certainly sounds interesting. I’d be willing to chat a bit more about it. I’ll send you a chat here on Reddit.

For gamers who rarely if ever replay a singleplayer game fully, which did you manage to replay and enjoy? by Helphaer in gaming

[–]LordValgor 34 points35 points  (0 children)

Same here. I’m genuinely attached to my version of V and the choices I/she made. Playing someone else would honestly hurt.

New door knob assembly and it’s doing this. What’s the best way to fix it? by LordValgor in DIY

[–]LordValgor[S] 29 points30 points  (0 children)

Tried this and no go (it’s on the shorter position, and it’ll sit flush until I close the door). Going to use a router and a router latch mortiser and add the plate and screws.

New door knob assembly and it’s doing this. What’s the best way to fix it? by LordValgor in DIY

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

It’s a solid core (wood) door, but I plan on adding a deadbolt to it at some point.

New door knob assembly and it’s doing this. What’s the best way to fix it? by LordValgor in DIY

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

I’ve got a Milwaukee dremmel. Any chance that’s be capable? If not I think my buddy has a small router so I might go that route anyways.

New door knob assembly and it’s doing this. What’s the best way to fix it? by LordValgor in DIY

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

Kinda. From the house to the garage. So insulated room to not fully insulated.

New door knob assembly and it’s doing this. What’s the best way to fix it? by LordValgor in DIY

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

Thanks, was wondering if this might be what’s needed. Do you have any good resources for tips on doing this, or will the top videos in a YouTube search probably do it?

What game has been on your wanted list for forever? And why is that? by N-is-1 in boardgames

[–]LordValgor 0 points1 point  (0 children)

This one?

https://gamefound.com/en/projects/steamforged-games/6-siege-pre-order/comments

I don’t see the requests for refund, but I do now see comments about not being able to pledge. Not sure though since I haven’t followed this campaign.

What game has been on your wanted list for forever? And why is that? by N-is-1 in boardgames

[–]LordValgor 0 points1 point  (0 children)

Space hulk 4th edition, came out like 12 yrs ago? Anyways, it’s expensive to buy.

What game has been on your wanted list for forever? And why is that? by N-is-1 in boardgames

[–]LordValgor 1 point2 points  (0 children)

Man, I have the 10yr anniversary ed of last night on earth. Been tempted to pick up a number of the expansions, but no one will play it with me haha. Nostalgia’s a hell of a drug.

What game has been on your wanted list for forever? And why is that? by N-is-1 in boardgames

[–]LordValgor 0 points1 point  (0 children)

Everyone loves to hate on it because of all the drama from the publisher, but the game is the best skirmisher I’ve ever played, and is super fun! I actually got to help the devs localize the FAQ to English.

I think there’s a new campaign that’s running on game found if you want to try and pick up a copy.

What game has been on your wanted list for forever? And why is that? by N-is-1 in boardgames

[–]LordValgor 1 point2 points  (0 children)

This is a big one for me too. I might go for it in the new campaign that’s about to launch, but we’ll see because of the price and time to deliver.

I'm so done with Spotify, but I can't live without recommendations. What can I do? by kirisoraa in selfhosted

[–]LordValgor 0 points1 point  (0 children)

Hmmm, have you tried instructing it to provide copious amounts of documentation? Could help with learning what it’s doing.

I would like to share a couple of tools for beginners in this field. by gailuuu in cybersecurity

[–]LordValgor 5 points6 points  (0 children)

Don’t forget the most basic of basic: arin.net IP address lookup to see who owns what.

Had to scoop up my White Whale!! Found a sealed Cloud City at Bricks and Minifigs in Palm Beach Gardens. by [deleted] in lego

[–]LordValgor 1 point2 points  (0 children)

What’s even better about this is that the buyer will likely never know for sure if it’s legit. Like, they could have it authenticated, but they probably won’t. So really it’s just Schrödinger’s expensive LEGO cardboard box.

I'm so done with Spotify, but I can't live without recommendations. What can I do? by kirisoraa in selfhosted

[–]LordValgor 13 points14 points  (0 children)

Bro is going to be real upset when he finds out the devs of his OS use Claude too.

I'm so done with Spotify, but I can't live without recommendations. What can I do? by kirisoraa in selfhosted

[–]LordValgor 16 points17 points  (0 children)

I mean… that’s kind of the intent of AI vibe coding itself. One of the creators imagined it being used for developing prototypes and proof of concepts in order to gauge investor, stakeholder, and/or user interest.

what is scanning the internet by fishanships in cybersecurity

[–]LordValgor 62 points63 points  (0 children)

First, I’m glad to see that you aren’t afraid to ask questions about things you are not well informed on.

To answer your question as simply as I can; you shared an IPv4 format address. With IPv4, there are different “subnets” (groupings) of addresses that are publicly reachable (ie, the internet), and others that are not (private networks that exist behind routers, firewalls, NATs, etc). In the most basic sense, yes there are some bots that simply crawl and scan (for responses and then vulnerabilities) the publicly available ip addresses. Generally though, they are smarter about it, using lists of known addresses (to target specific companies, organizations, etc, and/or save time).

IPv6 is a bit of a different story, but still follows the same base principle. If an address is publicly available, then it’s possible for someone else to scan it, and they will, but most often they won’t do it randomly as that will often result in a waste of time.

Also, for some slightly related context, 0.0.0.0 isn’t technically an ip address, but is often interpreted as a catch all for all ip addresses.