[ / / / / / / / / / / / / / ] [ dir / abdl / asmr / fur / htg / maka / newbrit / tijuana / wai ][Options][ watchlist ]

/tech/ - Technology

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Name
Email
Subject
Comment *
File
Select/drop/paste files here
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

File (hide): 83aa4a1490b0f0a⋯.jpg (113.44 KB, 804x426, 134:71, 1511054740931.jpg) (h) (u)

[–]

 No.825253>>825323 >>825324 >>825356 >>828235 >>828258 >>829491 >>829863 >>831146 [Watch Thread][Show All Posts]

Are there any feasible alternatives to the physical infrastructure of the internet?

 No.825258>>825320

satellite and dial-up


 No.825265>>825309 >>828223 >>828258 >>831146

Satellite is hopeless due to having 1s latency.


 No.825277>>825300 >>831457

File (hide): 35fac5fb01016d3⋯.png (19.01 KB, 870x870, 1:1, Sanic2.png) (h) (u)

Point to point neutrino transceivers. Max latency of 43 ms to anywhere on the planet.

https://phys.org/news/2017-08-world-smallest-neutrino-detector-elusive.html


 No.825281


 No.825295>>830009

Station wagons full of backup tapes barrelling down the interstate.


 No.825299

Those radio networks are pretty neat. Too bad though hat you have to be licensed to use it, and that you can't send encrypted data.


 No.825300>>825321 >>825793

>>825277

While fantastic for latency, such communication would actually be worse for anonymity, since you no longer need to do any routing, just have a point cloud of every other neutrino detector/transmitter saved.

No routing => no online or garlic routing.

For point to point communication between trusted peers, it would be great of course.


 No.825309>>825318 >>825820

>>825265

I don't care much about latency tbh. Actually it wasn't very good anyway in the dialup days. Used to get around 250-300 at the very best to nearby Quake servers, back when I was heavily into online gaming (1996-98).

Could be a problem for ssh though, because I don't think the OpenSSH client has antying like telnet's linemode. Type "mode ?" at telnet prompt to see what I mean, but basically it lets you switch between sending every single keystroke over the network, or operate more in a line-editing mode such as is common with IRC clients. But there's ways to get around that by using front-end program of some kind. I used to script a lot of ssh stuff anyway with e.g. Expect (the tool written in Tcl) or just some custom Perl shit I cobbled together. Worked good enough for my purposes even in shitty network conditions. Allegedly the Putty client has line editing option, and this thing too: https://mosh.org/


 No.825318>>825325 >>825619

>>825309

>I don't care much about latency tbh.

I'm a low-level network guy. Congestion control algorithms shit themselves at high latency. We have to break TCP connections and send them through hacks known as PEPs to try to cheat the math over satellite which does disgusting things to other aspects of the connection. As this doesn't happen (obviously) to UDP/IPSEC traffic, it usually performs extremely poorly on satellite. So existing internet ovet satellite = SHIT.

If you could rewrite every network stack in the world you could use some of the satellite-oriented algorithms but these still do unspeakable things to jitter and are totally unusable for VoIP and things with similar reqs (gayming).

If you want things to work well over satellite you need a completely redesigned internet that reserves channel capacity like is done by telecom networks. That won't happen in your lifetime, although the various 'interplanetary TCP' projects will eventually admit they need to do this so you'll see it used on probes.


 No.825320

>>825258

Regular people can't own or deploy their own satellites

>inb4 nanosats


 No.825321

>>825300

You can do whatever goofy placebo indirect routing on top of that you want, anon.


 No.825323>>829491

>>825253 (OP)

WiFi mesh networking


 No.825324>>825336

>>825253 (OP)

Stop trying to reinvent the wheel.


 No.825325>>825328

>>825318

>Congestion control algorithms shit themselves at high latency.

BBR+fq for endpoints, CDG+fq-codel for routers. This stuff is a solved problem.


 No.825328

>>825325

>BBR+fq for endpoints, CDG+fq-codel for routers. This stuff is a solved problem.

You're adorably ignorant. BBR is based on probing and is basically juggling who is the bottleneck on the path and has terrible characteristsics as a result. And Codel cripples burst so severely that it breaks most servers (yay getting EAGAIN after a burst of 30 packets) and makes zero sense on a router anyway, it's meant for endpoints.

They're algorithms that were intended to improve devices like iPhones.


 No.825336>>825636

>>825324

There is nothing wrong with reinventing the wheel, if you don't own said wheel.


 No.825356>>825488

>>825253 (OP)

If you try you'll be lawyer'd straight into the fucking shadow realm.

If that doesn't convince you to stop, you'll mysteriously commit suicide out of the blue by shooting yourself in the back of the head three times.

Good luck anon!


 No.825487

>y-yess goyim, more radio smog, install those juicy 40W wireless bridges and multicast hotspots, y-yess

>why hasssle with wiress, goy? go wirelesss, goy. less wires, more freedom, more freedom, more consumption, consume goy


 No.825488

>>825356

You can establish a community network without charging people for using it and leaving burden of tech support on themselves and volunteers, this is legl in most countries. like sending files over bluetooth or setting up a lan, plus commieshits will support you legally.

Or you can go to small euro/poor 3rd world country and start from there.


 No.825619

>>825318

And yet, a couple decades ago it wasn't uncommon to have analog modems on both endpoints of a connection, which also creates high latency. But the traffic still got routed, and I used to telnet or ssh to friend's home network well over 1000 miles away without problems. Actually it was better than the shitty wifi I've been forced to use in some places.


 No.825636

>>825336

You do realise what internet is an abbreviated term for interconnected network, that the digital infastucture is not owned by any one entity and if you're want to create a packet based network infastucture you would have to go through the FCC.


 No.825793>>825797

>>825300

>what is encryption


 No.825797

>>825793

No good at hiding your identity. Secrecy and anonymity are two separate issues. Anonymity is for a large part about metadata.

If the message is coming from your house it's a reasonable guess that you sent it, even without looking at the content.


 No.825810

p2p templeos shipped on all chips by end 2020


 No.825820

>>825309

https://mosh.org/

>Mosh

>(mobile shell)

>Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.

>Mosh is a replacement for interactive SSH terminals. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.

>Mosh is free software, available for GNU/Linux, BSD, macOS, Solaris, Android, Chrome, and iOS.

I have satellite internet and its really not as bad and everyone makes it out to be.


 No.828223

File (hide): b56769ca1647fc5⋯.jpeg (21.7 KB, 630x418, 315:209, imgettingsteamy.jpeg) (h) (u)

>>825265

thats breddu gud m8

t. audsfag with 0.5 m bits and 500 pingats in c0d1

pic related is my mode m


 No.828235

>>825253 (OP)

No. But that's not what you want to hear, so you're going to dismiss this post.


 No.828239>>828259 >>828270

The postal service.


 No.828258>>828278

>>825253 (OP)

yes

>>825265

it already takes seconds to display any modern web page anyway. but yes you are right for certain applications such as FPS gaming


 No.828259

>>828239

the postal service is 100% pozzed. it's not possible to legally receive mail without government ID


 No.828270

>>828239

PBM (play by mail) games used to be a big thing in the 70's and 80's (and to some extent even early 90's). Old RPG magazines like The Dragon always had ads for such games.

Here's example game: http://www.flyingbuffalo.com/swrules.htm


 No.828278>>828282

>>828258

>it already takes seconds to display any modern web page anyway.

Do you still have 90s internet? They're literally optimizing TLS 1.3 so it takes one packet less to establish a connection just so that websites load faster.


 No.828282

File (hide): 16e2118deaaab8f⋯.png (2.36 KB, 676x548, 169:137, Disc059-SpooksnSpirits.png) (h) (u)

>>828278

He has botnet JS choking all his cores, and Firechrome sucking all this memory. Note: all JS is botnet. Web 2.0 is botnet. W3C is botnet. They all exist to force you to upgrade hardware so you can stay on the botnet with extra hardware botnet.


 No.829491>>829503 >>829629 >>829689

File (hide): df8bf6a6b579b1f⋯.jpg (610.25 KB, 1200x799, 1200:799, aeroscraft low.jpg) (h) (u)

File (hide): 498f1b880631efb⋯.png (682.07 KB, 632x881, 632:881, heavy blushing.PNG) (h) (u)

>>825253 (OP)

>>825323

Wireless mesh networking but with a network of autonomous open source hybrid airships using encrypted laser communication to serve as a mobile Internets backbone of sorts.

Is that even possibru?


 No.829501>>829633

Flash drives carried by pigeons.


 No.829503>>829508

>>829491

Yes that's possible, but it will also be slow as is the nature of all mesh networks. Enjoy your latency.


 No.829508

>>829503

I'm ok with that. I'd even use UUCP over dialup. I used FidoNet and Usenet in the 90's, and it was pretty sweet, a lot nicer than Web 2.0 shits that needs botnet hardware.


 No.829629>>829689

>>829491

>the government owns the airspace

WELP


 No.829633

>>829501

Packets turned into sound signals memorized and carried by pidgeons which are then converted with dedicated chirp-to-chip circuits which cut (chip) wood and are read by a chipcard computer.


 No.829653

outside


 No.829687>>829704 >>830976

>ctrl+F "quantum"

>0 replies

You fags are living in the past

>untracable

>instantaneous

>uninterceptable

>impossible to crack

Quantum communication is the way of the future.


 No.829689>>830124

>>829491

You could just do the same thing with satellites and thus not be applicable to >>829629


 No.829704

>>829687

You forgot

>requires line of sight

Quantum communication is nearly useless for internet traffic.


 No.829863>>829885 >>830875

File (hide): 7e333f989e2f2ff⋯.jpg (180.55 KB, 760x800, 19:20, RB911.jpg) (h) (u)

>>825253 (OP)

https://www.rfelements.com/products/integration-platforms/stationbox-xl-carrier-class/stationbox-xl-carrier-class/

https://mikrotik.com/product/RB911G-2HPnD

High gain directional antenna + High power wifi router board. Can run OpenWRT/LEDE. For building local mesh-nets, a couple of these pointed at each other will go a few miles if you have line-of-sight. Or one by itself with a good vantage point looking down on a big city will let you jack into countless wifi networks (but I wouldn't know anything about that, personally).


 No.829885

>>829863

Make the antenna a phased array and then we can talk. You get higher gain by losing "width", but if you make the whole thing electronically steerable you can just rig up some software to automatically scan the entire area for strong signals and adjust when they crap out without ever needing to get out of your chair.


 No.830009

>>825295

You have no idea how hard I laughed at this


 No.830124

>>829689

Geostationary orbits are a long way out. They introduce a minimum of around 250ms latency, which makes them pretty shitty for internet.


 No.830175

Disrupt all electric and electronic technology with recurrent EMP bursts and rebuild modern civilization on opti-mechanical computers.


 No.830181

File (hide): cc3c48a8c32c24b⋯.jpg (338.15 KB, 1280x720, 16:9, 1466894207429.jpg) (h) (u)

You'd have better luck lobbying the nearest political party to nationalize the entire wifi spectrum and adopt a encrypted mesh standard.


 No.830493


 No.830517>>831126

>using off the shelf hardware

>building custom antennae from coat hangers

Okay, great, but that's only the easy part, anon! Now tell me how to assign subnets on a global scale without authoritative instances, and how to route between these subnets.


 No.830875

>>829863

If one were to strap these to a fixed-wing low RCS drone of sufficient size with solar panels, how big an Area could be serviced with pirate WLAN at 120m altitude?

Assuming the FAA or some disgruntled strelok don't shoot it down, and the Anons on the ground use >>829885's phased arrays.


 No.830934

everyone has their own personal server and everything is P2P


 No.830976

>>829687

That only works for permanent point-to-point communication. You can't build a network on quantum entanglement alone.


 No.831126>>831171

>>830517

B.A.T.M.A.N and a distributed hash table?


 No.831146

>>825253 (OP)

Ham radio.

>>825265

>muh 3d gaymen


 No.831171

>>831126

Could you please elaborate on "a distributed hash table"? I know what that is and how it works, but how does it solve the routing and address assignment problem?


 No.831457

>>825277

So you'd shoot neutrinos between transceivers? How will you be able to aim at such a tiny target over any reasonable distance? Even if you had it calculated perfectly the constant vibration of the earth would offset it enough for you to miss.

>but then how do satellites work

Satellite signals are sent in a giant wave, not a single particle.




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
58 replies | 6 images | Page ???
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / abdl / asmr / fur / htg / maka / newbrit / tijuana / wai ][ watchlist ]