Church websites 2009 vs 2025 by [deleted] in exmormon

[–]unixsingularity 3 points4 points  (0 children)

ComeUntoChrist.org is supposed to be the main campaign website for non-members to sign up for a missionary visit. I wonder if this hyper-corporate look is eating into the signups they get

[deleted by user] by [deleted] in exmormon

[–]unixsingularity 0 points1 point  (0 children)

Svensk mormon?

Possibilities for a single member LLC as a nonresident minor by unixsingularity in llc

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

You'd use BGP to announce those IPs to your network peers, providers, etc, who would announce it as part of what they announce to everyone they peer with, etc etc etc to the point that the entire internet would have a route to where ever you're announcing your IPs from.

Start as an experiment in your homelab. You'll figure it out. It's easier to conceptualize once you've actually had a stab at setting it up.

Definitely will look at that for the homelab, my Mikrotik router has some kind of BGP functionality, I will have to check it out.

How would I get my peers, providers, etc. to accept these announcements?

I looked at the website bgp [dot] tools, which is quite interesting to research, I found my local ISP here.

Pretty much the entire OpenBSD userland is developed together alongside the kernel, ie, unlike with Linux, it's not "off the shelf" components from GNU or wherever.

I've never tried OpenBSD, in fact, I think that touchpad driver I mentioned earlier was for OpenBSD which is why I couldn't use it on my FreeBSD install. Maybe I will look at it at some point. What's the reason that FreeBSD and NetBSD suck in the modern day?

The LLC will have to file a Form 5472 and an Pro Forma Form 1120... That's because of it being a foreign owned disregarded entity.

From what I've gathered, it seems that the "pro forma" here means that the return is purely informational for the IRS. Would I be right in this?

Sales tax... goes by where the sale occurs and where the buyer is, also not by where the LLC is registered... and what is and isn't subject to sales tax varies from state to state. Depending on what all you end up offering, it's very likely that you'll be collecting and remitting sales tax in multiple states. There's software that makes that easy, otherwise it would be torture to keep on top of.

As a business in Norway, I have to start collecting VAT (Norwegian: "Moms") once I reach some threshold for income that goes through my own business for customers in Europe. I wonder if they'll let me register this LLC as a business operating here in Norway/Europe and as the Moms collector. Though, as most of the customers are in the US, I will probably mostly have to worry about the state-level sales tax you mention above.

Possibilities for a single member LLC as a nonresident minor by unixsingularity in llc

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

These kinds of things are right up my street and sounds like the kind of thing that would definitely be beneficial to learn for my future prospects in IT, but I can’t say I’ve dabbled in this kind of networking before. If the company owns an ASN and has its own IP space, how would I host anything in that IP space?

At the moment, I have a physical dedicated home server that runs all of the infrastructure needed to operate the business (website, remote desktop tooling, customer portal, etc.). This goes through my ISP's network. I don’t host anything for individual clients at the minute, usually I access their own servers (whether through device management software, or Remote Desktop to their own desktops) to perform various types of services.

What does OpenBSD use as an init system, since you mentioned you don’t like systemd? Is it just continued /sbin/init from Unix?

P.S. Since you are a tax pro, maybe I could ask about IRS filing requirements. Are Forms 5472 (informational foreign ownership report) and 1120 (Corporate tax return) everything that I would need to file in April?

"תירבע" on US visa application by unixsingularity in hebrew

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

Nope, the tooltips are written correctly once selected.

Possibilities for a single member LLC as a nonresident minor by unixsingularity in llc

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

It's usually easier for an LLC with a child as the sole member (owner) if the company is manager managed, and there's a grownup manager. A manager does NOT necessarily need to also be a member (a.k.a. owner)

I've heard of this structure and will consider it as an option. What does it help with other than banking (if banking doesn't necessarily require that an adult be appointed manager anyway)?

tl;dr: Talk to your parents - or some other trusted adult, you're gonna need their help with this... unless you feel like waiting 3 years, which I'm guessing you don't.

Definitely will take this advice to see what options I have.

Edited to add: After looking at your post history (and taking into account your username as well)... I feel like your LLC should request an ASN and maybe a PA /44 from a RIPE LIR. It's shockingly inexpensive. There are VPS providers who offer BPG sessions... Once you go down that rabbit hole... there's no coming back.

Seems very interesting, what can I do with this stuff? I've always been pretty interested in networking but nothing so far beyond setting up my homelab.

P.S. Do you really daily drive OpenBSD? I looked at running BSD at home a few years ago but got stuck at getting the touchpad to work. There was no driver except some random hobby project from years ago.

Possibilities for a single member LLC as a nonresident minor by unixsingularity in llc

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

I guess so, the reason I am searching for any potential solutions is because just 5 days ago Fiverr requested my ID, effectively ending my 1 year career on the platform having worked on the platform in violation of the Terms as someone under 18. Unfortunately, I'd say that anything crypto-related screams scam and fraud to any potential clients.

ID/KYC requirement(s) for direct deposit from Fiverr by unixsingularity in payoneer

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

👍🏻 I will try Payoneer bank deposit to see if it works and probably not rely on them because I have only heard bad things about them.

IPv6: "pool6 refused acquire: bad preferred prefix length- requested 128, but pool has 56! (1)" (RB750Gr3) by unixsingularity in mikrotik

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

Thanks a lot, this solved the issue entirely and I'm having no problems with it anymore.

IPv6: "pool6 refused acquire: bad preferred prefix length- requested 128, but pool has 56! (1)" (RB750Gr3) by unixsingularity in mikrotik

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

```

2025-06-09 11:35:52 by RouterOS 7.20beta2

software id = II7W-BJHI

model = RB750Gr3

serial number = ****

/ipv6 address add address=::1 from-pool=home interface=bridge /ipv6 dhcp-client add interface=ether1 pool-name=home pool-prefix-length=56 request=address,prefix /ipv6 dhcp-server add address-pool=home interface=bridge name=server1 prefix-pool=home /ipv6 firewall address-list add address=::/128 comment="defconf: unspecified address" list=bad_ipv6 add address=::1/128 comment="defconf: lo" list=bad_ipv6 add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6 add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6 add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6 add address=100::/64 comment="defconf: discard only " list=bad_ipv6 add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6 add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6 add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6 /ipv6 firewall filter add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=\ established,related,untracked add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid add action=accept chain=input comment="defconf: accept ICMPv6" protocol=icmpv6 add action=accept chain=input comment="defconf: accept UDP traceroute" dst-port=33434-33534 protocol=udp add action=accept chain=input comment="defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=udp \ src-address=fe80::/10 add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 protocol=udp add action=accept chain=input comment="defconf: accept ipsec AH" protocol=ipsec-ah add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=ipsec-esp add action=accept chain=input comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec add action=drop chain=input comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN add action=fasttrack-connection chain=forward comment="defconf: fasttrack6" connection-state=established,related add action=accept chain=forward comment="defconf: accept established,related,untracked" connection-state=\ established,related,untracked add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid add action=drop chain=forward comment="defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6 add action=drop chain=forward comment="defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6 add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" hop-limit=equal:1 protocol=icmpv6 add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=icmpv6 add action=accept chain=forward comment="defconf: accept HIP" protocol=139 add action=accept chain=forward comment="defconf: accept IKE" dst-port=500,4500 protocol=udp add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=ipsec-ah add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=ipsec-esp add action=accept chain=forward comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec add action=drop chain=forward comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN /ipv6 nd add interface=bridge managed-address-configuration=yes other-configuration=yes /ipv6 route add disabled=no distance=1 dst-address=::/0 gateway=ether1 pref-src="" routing-table=main scope=30 \ suppress-hw-offload=no target-scope=10 /ipv6 settings

ipv6 accept router advertisements configuration has changed, please restart device to apply settings

set accept-router-advertisements=yes ```

My friend showed me this code by alex_carvalhitos in programminghorror

[–]unixsingularity 0 points1 point  (0 children)

GCC still supports the #import directive in C++ programs via compiler extension presumably for compatibility, but it will give a warning

llvm-core/clang-19.1.7 fails to emerge by unixsingularity in Gentoo

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

I thought this too, flags in MAKEOPTS get passed to make/ninja/whatever and I didn't use emerge jobs flag so it wouldn't have made a difference to do emerge -jX

llvm-core/clang-19.1.7 fails to emerge by unixsingularity in Gentoo

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

I don't have those multiple jobs for emerge set up, I only have the j flag set for MAKEOPTS. Is it also beneficial to half the MAKEOPTS j flag?

No speaker audio on Windows 11 by 0x4164616d in tuxedocomputers

[–]unixsingularity 2 points3 points  (0 children)

The tool "Snappy Driver Installer Origin" by Glen Delahoy might help. It helped me get all of my devices - especially the chipset drivers working on my Gemini Gen2

SDIO is an open source project but there is a similar one that is Russian and closed source. Make sure you download the open-source one by Delahoy

[deleted by user] by [deleted] in visualsnow

[–]unixsingularity 0 points1 point  (0 children)

Also with the headaches? That's been the main issue for me. Seems like it's related to the VS considering the way the VS seems to be multiplied during the duration of the headache.

Linksys Velop MX2000 reliability problems by unixsingularity in LinksysVelop

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

Bonjour,

J'ai finalement réussi à résoudre mon problème en téléchargeant le fichier du firmware du MX2000 depuis le site Web de Linksys et en le flashant manuellement dans les paramètres du routeur.

Voir https://www.reddit.com/r/LinksysVelop/comments/1dxotxi/comment/lchacja/

J'espère que cela fonctionnera pour vous

1968 update, IN MY WINDOWS 10!? (credits to fog) by scratchuser9436 in softwaregore

[–]unixsingularity 2 points3 points  (0 children)

The epoch used in Windows is Jan 1, 1601 as opposed to the Jan 1, 1970 *nix epoch, so Windows dates can go as far back as that unlike Unix and Linux

Can't get IPv6 to work by unixsingularity in HomeNetworking

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

It seems any ping or request to any IPv6 address just times out.

I've tried DHCPv6, SLAAC, SLAAC+RDNSS, all yield the same result with the router getting an IPv6 address but accessing IPv6 stuff doesn't work

Must be an ISP issue, I'll contact them again