One of the journals I submitted to explicitly banned puns or wordplay in their titles, which felt unnecessarily grumpy
One of the journals I submitted to explicitly banned puns or wordplay in their titles, which felt unnecessarily grumpy
There’s so much to host that isn’t related to pirated media sharing though. I host like 5 services and only one could be related to that. I know you clarified that you’re talking about content, but there’s also so much content that isn’t related to pirating either. Like most of the fediverse for example
Yeah it’s worked everywhere I’ve tested. But that’s only really been airport WiFi, so I’m not sure it’s indicative of it working in general. It’s easy enough to setup for testing that it’s probably worth a shot
I like zerotier over wireguard because it’s one layer lower. So anything that uses Ethernet frames can be routed over it like it was a network switch plugged into your computer. This is probably why mdns works.
That would make the earth a donut lol and would work!
You run into it on the planet backside and then need another bridge, right?
A problem with this is that the river presumably goes all the way around the earth. Otherwise you could just travel west until you found its end. You really need a donut shaped earth, a sphere doesn’t help much
https://www.youtube.com/watch?v=aMT_EGXQwyk
I’m not all the way through it but the first part is pretty cool
What’s saturated light and what is bingodabbing?
That’s kinda an insane amount of ram for most simulations. Is this like a machine learning thing? Is his python code just super unoptimized? Is it possible he’s making a bunch of big objects and then not freeing the references when he’s done with them so they’re never garbage collected?
Looks really nice!
Like astrsk, I feel like the stroke might be slightly too thick at some sizes. I would make it approximately 20% thinner. (Though depending on how these are constructed that might be too much work. If so, it’s not bad as is)
I still don’t think this is correct for two reasons. 1: I believe the DMCA and friends count as copyright law. 2: just reading the text of the law (#17 U.S. Code § 106):
Subject to sections 107 through 122, the owner of copyright under this title has the exclusive rights to do and to authorize any of the following:
(1) to reproduce the copyrighted work in copies or phonorecords;
(2) to prepare derivative works based upon the copyrighted work;
(3) to distribute copies or phonorecords of the copyrighted work to the public by sale or other transfer of ownership, or by rental, lease, or lending;
(4) in the case of literary, musical, dramatic, and choreographic works, pantomimes, and motion pictures and other audiovisual works, to perform the copyrighted work publicly;
(5) in the case of literary, musical, dramatic, and choreographic works, pantomimes, and pictorial, graphic, or sculptural works, including the individual images of a motion picture or other audiovisual work, to display the copyrighted work publicly; and
(6) in the case of sound recordings, to perform the copyrighted work publicly by means of a digital audio transmission
It seems pretty clear that only the copyright owner has the rights to make copies, subject to a number of exemption.
Now IANAL so I could be missing something pretty huge, but my understanding was that this right to make copies (especially physical ones for physical media) is at the core of copyright law. Not just the distribution of those copies (which is captured by right 3)
I don’t think this is true. While copying might fall under fair use if used for some purpose, you definitely can get in trouble for copying even without distributing those copies.
For example, you can’t rent a library book and then photocopy the whole thing for yourself
Kubuntu at least also has this option!
There’s probably an option in your distro to automatically install updates, but it’s annoying when that happens when you’re in the middle of something or if they require restarts
I like it a lot when I don’t need a full IDE or a terminal editor (which I use micro for).
The folding in Kate isn’t bound to a keyboard shortcut by default, but you can bind the katepart > Toggle current node
in settings > configure keyboard shortcuts
. It’s also available via mouse on the left side.
I believe Kate does that! It’s a GUI and not a TUI though. Not sure if that was a requirement as well
In that case it’s highly unlikely your problem is with DNS. And much more likely it’s a problem with the actual connection to the server. If you are willing to share the IP/domain I can help troubleshoot (either here or in a DM).
If you do a DNS lookup (through nslookup
or many other tools) on the client you’re using to connect, does it get the right IP back?
If you’re okay programming, something like fenics or moose probably does what you need! There are GUI viewers for the results, but the equations and model setup are defined with code (usually python). You would import your mesh/cad generated with another tool