Why would you be forced to use Xcode? I’ve been a developer (just not Swift) for years and have never used Xcode.
Cousin Mose
90% of people aren’t worth the time
- 2 Posts
- 148 Comments
Cousin Mose@lemmy.hogru.chto
Linux@programming.dev•Linux in California is in deep trouble.
3·17 days agoWhy would the dictator “give” a new constitution after the country burns down? Wouldn’t the country burning down imply “the dictator” is gone?
Cousin Mose@lemmy.hogru.chto
Programming@programming.dev•GNU Octave 11 Open-Source Scientific Programming Language Officially Released
213·29 days agoan updated Java
And you lost me
Cousin Mose@lemmy.hogru.chto
Selfhosted@lemmy.world•If you are not in a tech field, what got you into self-hosting?English
9·1 month agoI’m a web developer and whenever I see my (awesome) mechanic I always wonder what it’s like on the “other side.”My dad was a mechanic when I was a child and I always regret never picking up those skills.
A lot of times when they run me through their problem-solving I’m like “damn, that’s just like reproducing a bug to find its root cause.”
Cousin Mose@lemmy.hogru.chto
Programmer Humor@programming.dev•Silence, AI. 'tis the age of man
163·2 months agoYour performative edginess has been noted and filed wHeRE iT bEloNGs.
Cousin Mose@lemmy.hogru.chto
LGBTQ+@beehaw.org•GOP lawmakers are trying to sneak an anti-trans bathroom bill through without any hearings
15·2 months agoGod damn these people just can’t get over it can they? This “debate” has been going on for like, 10+ years no?
Cousin Mose@lemmy.hogru.chto
Selfhosted@lemmy.world•reverse proxy over vpn without docker?English
11·3 months agoIf you see a Docker solution that looks nice just look at how it’s built and replicate whatever software is packaged in its
Dockerfile.
Cousin Mose@lemmy.hogru.chto
Selfhosted@lemmy.world•Router VPN? Express put to restEnglish
2·3 months agoMy router is just a Protectli Vault mini PC with Alpine Linux. You can essentially pick your favorite Linux (or BSD) distro and make it a router.
Cousin Mose@lemmy.hogru.chto
Selfhosted@lemmy.world•What DDNS providers you guys recommend?English
7·3 months agoThey’re similar but mainly Tailscale arranges WireGuard tunnels between peers. There are tons of useful features around that functionality like being able to route specific traffic through specific hosts (“nodes” using “app connectors”); it’s even better at finding a way out of hostile networks using relays.
Just as an example I typically use my VPS as an “exit node” so that all my traffic routes through it (which does a ton of tunnel hopping through commercial VPNs) while my wife isn’t into that at all, but both of us have Tailscale on our devices so when either of us accesses Home Assistant it’s routed directly to the host hosting it.
Cousin Mose@lemmy.hogru.chto
Selfhosted@lemmy.world•What DDNS providers you guys recommend?English
19·3 months agoI used to just use a script with
cronto update Cloudflare DNS records but these days I don’t screw around with exposing anything to the public internet directly, I just use Tailscale.
Cousin Mose@lemmy.hogru.chto
Programmer Humor@programming.dev•You can do anything at Zombocom
10·3 months agoHa, this reminds me of implementing “API” access in the shipping world for companies that only ship a 90s-style web portal.
Cousin Mose@lemmy.hogru.chto
Selfhosted@lemmy.world•Is it possible to host a lemmy instance over I2P?English
1·3 months agoAre you thinking of Tor? i2p can be very quick once your node becomes aware of others.
Cousin Mose@lemmy.hogru.chto
Selfhosted@lemmy.world•Is it possible to host a lemmy instance over I2P?English
6·4 months agoWhy is this always the go-to answer? I kind of wish we’d stop asking it must sync to the clearnet.
Honestly if Lemmy (and other services) were built from the ground up for anonymous overlay networks rather than clearnet in the first place it would be a better place overall.
Cousin Mose@lemmy.hogru.chto
Selfhosted@lemmy.world•Best way to browse and share files between hoarders?English
2·4 months agoEven worse, don’t use the suggested Samba, NFS without a tunnel either! You should probably have the default ports blocked at the router.
Cousin Mose@lemmy.hogru.chto
Selfhosted@lemmy.world•Best way to browse and share files between hoarders?English
27·4 months agoSurprised no one just said Samba or NFS over a tunnel (Tailscale, WireGuard, etc).
Or by “sharing” do you mean keeping files synced between the two for replication?
Ironic because it constantly screws up escaping on macOS. I have a feeling when it says Bash it’s actually using
zsh(default on modern macOS) and it doesn’t even realize it.
I’ve witnessed it do
Bash) echo "Done"then claim a task was done without actually doing anything beforehand.
I’m mostly into it for the strong typing, self-documenting nature of it. In my own GraphQL APIs I’ve done a pretty great job of avoiding common pitfalls.
I’m a Ruby on Rails developer currently developing a service that’s basically ripped out of another Ruby on Rails app and the legacy data is just crazy bad — a lot of it has to do with poor validation but it’s understandably easy to get to that point in a dynamic language like Ruby if you’re not careful.
I also manage a REST JSON:API and it’s just so bulky and horrible to deal with. The tooling is barely there and it’s way overly complicated compared to GraphQL — the concept of “only query what you need” is fantastic.

There’s a big difference between UNIX and Linux, and BSD can be very different from even other UNIX distributions. I believe macOS’ userland (definitely not the kernel) is based on FreeBSD 4.2.