I think learning how to make packages for package managers is also becoming less popular :(
Even learning how to do the simplest thing possible that is easy to package by anybody - something like a tarball or zip - is becoming less popular :(
I think learning how to make packages for package managers is also becoming less popular :(
Even learning how to do the simplest thing possible that is easy to package by anybody - something like a tarball or zip - is becoming less popular :(
omg that is sssooooo exaggerated like 1000% take that back pls
Back in 2005, I never would have thought YouTube would be so popular as it is now. But here we are over 15 years later. Teens probably think Facebook is uncool, and apparently they’re not all on Instagram “almost constantly” the same way as TikTok. Yet there is YouTube, chugging along, hugely popular for young and old.
Cross-platform clients, yes, but that’s only a (small) part of the way there. For example, Signal is actively hostile to other client implementations just like Apple is with iMessage, unfortunately :(
It’s really about interoperability of systems, protocols, services, and clients. Since we’re both using Lemmy I assume we both understand at least a bit about the significance of interoperability.
I think it’s a shame that effort is put in to reverse engineering.
I don’t think it is clear that everyone wanted to follow to Microsoft: https://www.businessinsider.com/openai-employees-did-not-want-to-work-for-microsoft-2023-12
Time to turn your laptop into a router!
Let’s say you’ve got 2 network interfaces on your laptop, eth0
and wifi0
.
wifi0
is joined to your university WiFi as normal.
Connect your iPad to your laptop via ethernet (with a USB-C adapter).
iPad -> usb-c-ethernet -> eth0
wifi0 -> internet
Rather than setting up a DHCP server or IPv6 stuff, I’d just configure the wired interfaces manually. Let’s use the network 192.168.69.0/24. Laptop will be 192.168.69.1, iPad will be at 192.168.69.2. On the laptop:
ip addr add 192.168.69.1/24 dev eth0
On your iPad, go to Settings -> Ethernet:
Curious to see if that works.
We haven’t set up DNS or DHCP or done any sysctl
for IP forwarding or any nftables.
How can we test if it works? We can set up a TCP listener using nc(1) on the laptop that the iPad’s web browser could hit. On the laptop:
nc -l 8080
On your iPad, open Safari and browse to http://192.168.69.1:8080
Curious to see if that all works!
See also:
“As part of integration planning, and following an organizational needs assessment, we identified go-forward roles that will be required within the combined company.”
Totally devoid of any humanity. Corporate jargon freaks me out. It shouldn’t, but it really gets to me.
“Reproduction of the Disney logo is clear trademark infringement. I would imagine that is why the AI might be jumbling the logo,” Andrew White, partner at IP law firm Mathys & Squire, tells The Financial Times.
Doesn’t seem clear to me.
I’m allowed to sketch out the Disney logo by hand, right? But I’m not allowed to place their trademark on any of my own products or services.
Microsoft’s tool reproduces the Disney logo. Searching “Disney logo” in Google Images also reproduces the Disney logo. I can print the logo from my shitty black and white printer to my heart’s content, right?
From Bing’s terms of use, section 7:
Use of Creations. Subject to your compliance with this Agreement, the Microsoft Services Agreement, and our Content Policy, you may use Creations outside of the Online Services for any legal personal, non-commercial purpose.
Sorry guys I’m out of the loop - could someone explain this?