navigatron

@navigatron@beehaw.org

This profile is from a federated server and may be incomplete. Browse more on the original instance.

navigatron,

The eu is very upset about this opposition, and published a hit piece “fact checking” pdf against it.

navigatron,
  1. Yes, because:
  2. It could
  3. And if it does, you probably can’t remove it

Streaming sites can embed an unhearable data stream into audio signal. It’s possible

That being said, it’s extremely improbable, given the costs to do it at scale.

If you’re part of a large company’s beta program and have access to some unreleased product, maybe worry.

If you grabbed a file from some mega host updown whatever site, don’t worry.

And if you’re still worried, take a sha256 hash and put it into google search. If you get any results that even mention your file’s title, then you’re good.

navigatron,

Spread-spectrum audio watermarks will survive multiple re-encodings and are extremely difficult to detect.

Iirc google widevine will embed a device code, and if a pirated copy of some content is found, they will blacklist the gpu’s device code so it can’t receive 4k content anymore. That’s video, but it’s the same idea.

navigatron,

I especially enjoy the lemonade subplot, which, while never directly integrating, weaves throughout, juxtaposing and accentuating the finer details of the main plotline.

navigatron,

I tell my laptop to put the video in the vga port. It does. That’s it. There’s nothing plugged in, but it’s there.

I plug a vga cable in. There’s video in there now. With enough paperclips, I could get it out the other end. My laptop does not care. It wiggles the electrons regardless.

I plug the other end of the cable in. The shielding was eaten by mice and two pins are dead. But alas, lo and behold, purple tho it may be - the video comes out and is displayed.

Meanwhile, hdmi protocol negotiation wants to know if you’d like to set your screen as the default sound device. Not that teams would use it anyway. Actually nevermind, the receiving end doesn’t support the correct copyright protection suite. Get fucked, no video for you.

navigatron,

Networking is super simple - or at least it started out like that. Then we ran out of numbers, and had to invent nat. Then we invented ipv6, which has lots of numbers, but is unfathomably complicated.

I recommend learning about NAT / network address translation. NAT is not a stateful firewall, but acts kinda like one.

You can understand a stateful firewall by understanding the tcp handshake. TCP is hugely important. Don’t worry about fin_wait_2 and that nonsense, just get syn/synack/ack down.

People will brush off udp because it’s easier, but it’s also important.

Once you get NAT/stateful firewalls, I would look into wireguard. That’s the protocol underneath tailscale. Know that it wraps your tcp packets in an encrypted udp datagram. Then find out how tailscale sets up your wireguard connections without port forwarding - or don’t, as webrtc-style signaling is famously impossibly complicated.

Here’s what you should do - spin up all the services you want, but put them behind an nginx reverse proxy. Then put that behind a WAF. Getting those layers aligned will teach you a huge amount of useful stuff.

In general, don’t worry about hackers unless exposing a port to the internet. Then worry. Your router’s stateful firewall will do a good job until you poke holes in it.

If you want a cool side project, listen on port 20 and dump the characters that the web scanners send to you. If they don’t send anything, send a username prompt after the tcp handshake - the robots will give you the login creds that they try against weak boxes :)

navigatron,

You’ll want to learn the difference between SAS and SATA connectors. You can very probably use either. 3.5 inch is the “standard” size, while 2.5 inch was more popular for laptops. However, in the interest of density, servers started accepting 2.5 inch drives to fit more drives per rack.

You can get great deals on used sas drives on ebay, but if you don’t know how to monitor s.m.a.r.t. data / rebuild a zfs array, that can be very very risky. You need to be able to survive concurrent disk failures.

Honestly your best bet is brand new western digital or seagate drives. Buy them on amazon, but double check that the seller is legit. That’s it.

navigatron,

I recommend 3.5s - they’ll be a little cheaper and a little more readily available. It’s also worth noting that sata drives can plug into your SAS controller, so you can use any and all 3.5” drives that you can find :)

navigatron,

Extremely. It’s just slow, but once you get used to that, it’s solid.

navigatron,

I don’t know what a stör is and at this point I’m afraid to ask. I can guess it’s a fish? What the hell is going on

navigatron,

I would use z-indexes to setup the layering. Have a base layer, the “filter” layer, and then the ui on top.

Basically 3 divs, with z-index 1/2/3 respectively. Put elements on the base layer or ui layer based on if you should see them always or not.

For the filter, I would do an svg of a rectangle, big enough to cover the screen, and a hole in it. Then use js to set the svg’s position relative to the mouse.

The svg could easily be made transparent, black, or even get that fade effect around the edges.

navigatron,

It is exceptional, thank you for asking :)

navigatron,

10 minute intro

Proceeds the weedian

5 minute solo

Nazareth

song continues in this manner for another 45 minutes

navigatron,

Any form of bread with a filling, generally assembled cold

But, dare I say, does that not make a ravioli a sandwich? A poptart? Mayhaps even … Lasagna?

Ah, you proclaim! But those are cooked further!

But so too is a grilled cheese! And a patty melt!

Where will the madness end?

The loss of certainty in one's one abilities and the lack of trust in institutions

To know what I am talking about, let me give you an example. I have this friend who went crazy over the vaccine issue. She’s done so much research into it that I feel like I can’t talk to her about her vaccine skepticism. Whenever I start to talk about something, she would drown me with a ton of articles and youtube videos...

navigatron,

This is exceptionally well stated. I saw my parents, myself, and every reddit/lemmy/twitter thread I’ve ever read, in your description.

So much online conversation isn’t conversation at all; it’s posturing; saying something completely irrelevant that attempts to paint the “opponent” into an indefensible corner. The best response, then, also doesn’t respond, and does the same - end result being two people just saying stuff at each other.

navigatron,

I must disagree.

We need not wait for marginalized groups to be impacted to decry T1 ISP censorship. Ban whatever speech you want; the method of enforcement should be to arrest the perpetrators - not stop the sale of paper, the delivery of mail, or blocklist class A ip ranges.

On a more philosophical level, this is the question of “kindergarten policy” - do we punish those who crayon on the walls, or do we take away everybody’s crayons. To punish the ability to do wrong, or the act of doing wrong. Like most philosophical questions, there’s no good answer to this.

navigatron,

I work as a cybersecurity consultant.

This is going to be excellent for business.

navigatron,

I can’t speak to current state; but with any luck we are approaching / entering the post-tracker era. DHT handles the actual “tracking”, and other components are (very slowly) coming out to handle search and reputation.

Veilid: A secure peer-to-peer network for apps that flips off the surveillance economy, created by Cult of the Dead Cow [DEFCON_31] (www.theregister.com)

DEF CON Infosec super-band the Cult of the Dead Cow has released Veilid (pronounced vay-lid), an open source project applications can use to connect up clients and transfer information in a peer-to-peer decentralized manner....

navigatron,

Nostr has some very solid ideas; but imo all their reasons for using websockets were solved with http/2 - which would have also provided a crud and mime-type model, that they have since had to reinvent. Nostr has a ton of potential though, despite that.

navigatron,

echo -n does not leave a trailing newline, but pasting into nano could. That’s my best guess.

Also note that variables will not expand in single quotes

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • thenastyranch
  • magazineikmin
  • ethstaker
  • GTA5RPClips
  • InstantRegret
  • rosin
  • love
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • everett
  • DreamBathrooms
  • megavids
  • osvaldo12
  • tester
  • cisconetworking
  • tacticalgear
  • ngwrru68w68
  • Durango
  • cubers
  • mdbf
  • normalnudes
  • anitta
  • modclub
  • Leos
  • JUstTest
  • All magazines