[ / / / / / / / / / / / / / ] [ dir / aus / boxxy / choroy / dempart / f / jenny / jp / komica ][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.
Email
Comment *
Verification *
File
Select/drop/paste files here
Password (Randomized for file and post deletion; you may also set your own.)
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

File (hide): 6f2471c8d711438⋯.jpg (21.78 KB, 800x525, 32:21, wireguard.jpg) (h) (u)

[–]

 No.1044788>>1045081 >>1045228 [Watch Thread][Show All Posts]

Wireguard hype thread!

>Article

https://www.phoronix.com/scan.php?page=news_item&px=WireGuard-V9-Maybe-Linux-5.2

>What is it?

Wireguard is a new VPN protocol that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances.

It has been and continues to be considered unstable and incomplete, but that time may be coming to an end in the near future.

>Why should I care?

WireGuard has been designed with ease-of-implementation and simplicity in mind. It is meant to be easily implemented in very few lines of code, and easily auditable for security vulnerabilities. Compared to behemoths like *Swan/IPsec or OpenVPN/OpenSSL, in which auditing the gigantic codebases is an overwhelming task even for large teams of security experts, WireGuard is meant to be comprehensively reviewable by single individuals.

>Where can I check it out?

https://www.wireguard.com/

 No.1044801>>1044804

I like it... but I have no use for it. Convince me I need this, anon! Convince me.


 No.1044804>>1044805 >>1048809

>>1044801

Wireguard is going to be more secure and more auditable than IPsec and OpenVPN. That much is clear.

If this becomes commonplace, which would be sped up by Wireguard being available OOTB on all Linux systems, then you would see the benefits even if you're not implementing a VPN yourself.

If you work for a company, you might be able to VPN in if you're working remotely. Currently this would be done with IPsec or OpenVPN, but it could be done in a more secure and performant way with Wireguard in the future.

Or let's say you purchase a VPN subscription. This would make your connection faster and safer to that service.

AzireVPN is an early adopter that already supports it

https://www.azirevpn.com/

PrivateInternetAccess is waiting for it to reach a point of greater stability, but they've already backed the project with a donation.

https://www.privateinternetaccess.com/blog/2018/01/private-internet-access-proud-supporting-wireguard-project/


 No.1044805>>1044806

>>1044804

I'm interested in VPN technology, particularly it's encrypting capabilities and ability to detect hacking attacks,and reroute itself to a different modem connection network. I dunno if ll VPN's are like that, but that's how I was described.


 No.1044806

>>1044805

I dunno if all* VPN's are like that

sorry


 No.1044909>>1044916 >>1044923 >>1044925 >>1044932 >>1044933 >>1044957 >>1045228 >>1045721

Why do UNIX weenies hack everything into the kernel? Operating systems in the 60s were already modular enough to have separate drivers and subsystems in supervisor mode that can be replaced and upgraded separately from the kernel. Rings and microkernels were designed to take as much out of ring 0 or supervisor mode as possible. Linux is going in the opposite direction of trends since the 60s, putting more and more in the kernel and making it part of the Linux source where the ability to use software is dependent on specific versions of Linux.

>These updated patches no longer have Zinc ship with generated Assembly code but rather the Perl files are shipped that end up generating the Assembly code.

Perl generating assembly is pure UNIX brain damage. UNIX weenies say C is "portable assembly" but they need Perl scripts to generate assembly. That's what a macro assembler does and macro assemblers are far more powerful than the C preprocessor.

Subject: future globs (was "UNIX mindset...")

RS writes, in response to the glob wars:

> Given the move towards kernel bloat, I fear that one
> alternative we might see some day is moving file name
> globbing into the kernel. "Let's let namei do it; namei
> does everything!" Blech.

Plus, namei is undoubtedly the single most hacked-over piece
of code in the entire kernel! It was already battered ten
years ago.

Nowadays, it's more complicated than that. First, we'll
need a System V kernel globbing interface and a BSD globbing
interface. There will be new system calls for
this--setglbent() and getglbent() for Sys V, setfilename-
globbing() and getfilenameglobbing() for BSD. Of course,
they'll have different arguments, and BSD will modify
namei-globbing only for the current process, while SysV will
modify it for an entire glob-group (a new conceptual
grouping of processes).

Then, V.4 will have to provide for both mechanisms. The
selection of globbing will be based on the file system
types, a kernel examination of the process's PATH variable,
and the endian-ness of the processor in use. Next, we'll
need POSIX globbing, which will be almost like both but not
entirely compatible with either, with switches to enable
more-nearly-BSD- like and more-nearly-SysV-like behavior.


 No.1044916>>1045659

>>1044909

Because they chose shitty Linux over the GNU Hurd. Torvalds blindly copied the kernel of Unix.


 No.1044923

>>1044909

Perl was chosen at the preference of the programmer. Has nothing to do with C.


 No.1044925>>1044933

>>1044909

You are easily the most annoying poster on this board.


 No.1044932>>1044933


 No.1044933>>1044935

>>1044925

>triggered UNIX weenie

Why don't you offer a counter argument? Too much braindamage to come up with one?

>>1044909

based

>>1044932

based


 No.1044935>>1044937

>>1044933

> Why don't you offer a counter argument? Too much braindamage to come up with one?

I have multiple times. You ignore them and keep spamming the board with your retarded bullshit. Why would I repeatedly give the same counterarguments to your spam copypasta? It's a waste of time.


 No.1044937

>>1044935

>I have multiple times.

Sure you have. Post links or kys, weenie.

>You ignore them and keep spamming the board with your retarded bullshit.

I'm not based LISP machine anon.

>Why would I repeatedly give the same counterarguments to your spam copypasta?

<If I just label him as a spammer/troll I don't have to give counterarguments.

Logic checks out.

>It's a waste of time.

Then GTFO out of imageboards, retard.


 No.1044946

nice. then i dont need to do the patch hack for the kernel every time


 No.1044957>>1044961 >>1044963

>>1044909

It's not Linux's fault that non-monolithic systems didn't become performant until well after it became a dominant platform.


 No.1044961

>>1044957

>Linux

>dominant

I think you meant to write Windows. Also it's GNU/Linux. Nobody uses just Linux.


 No.1044962>>1044999 >>1045002 >>1045006 >>1048841

File (hide): 22e74991dbcff6b⋯.png (1.18 MB, 903x720, 301:240, 1485213891185.png) (h) (u)

Why doesn't /tech/ create a VPN company?

We could sell VPN access and use it ourselves at the same time!

With wireguard this will be easier than ever, who's in?!


 No.1044963

>>1044957

>It's not Linux's fault that non-monolithic systems didn't become performant until well after it became a dominant platform.

Partially it is. When GNU/Linux started to work, everyone forgot about GNU, the Hurd and alternatives. Years of not knowing about GNU made it and the Hurd underdeveloped and GNU/Linux as a whole inconsistent. There are some efforts to unify the system, but one of them is unfortunately systemd. There is also the official GNU distribution - Guix System, which on the other hand is great.


 No.1044999

>>1044962

Better idea: let's set up the first Wireguard lifetime subscription service and then disappear with the money.


 No.1045000>>1045073

>Compared to behemoths like *Swan/IPsec or OpenVPN/OpenSSL

>OpenVPN/OpenSSL

There ARE lean and secure TLS libraries though. The problem with OpenSSL as I see it is that it's unmaintainable garbage and it supports every cipher and protocol imaginable, regardless of security, 'cause muh legacy and 'cause it's fucking old as shit.


 No.1045002>>1045289 >>1046079

File (hide): 45335bf26b35bc1⋯.jpg (156.19 KB, 1000x887, 1000:887, 647476476857595959795.jpg) (h) (u)

>>1044962

I forgot what it called but there's a free software on community repo that allows you to create p2p vpn with your friendo. I never tried it myself so I don't know how to use.


 No.1045006

>>1044962

I'll work on the logo!


 No.1045073>>1045080

>>1045000

The TLS library might have some impact, but OpenVPN itself is bloat as well. Just one or two of the many files in it is just as large or larger than Wireguard's entire codebase.


 No.1045080

>>1045073

Well, that does sound pretty neat.

Though, wait a sec

>Work in Progress

>WireGuard is not yet complete. You should not rely on this code. It has not undergone proper degrees of security auditing and the protocol is still subject to change.

Let's wait at least on that shit before pushing it into a kernel LMAO


 No.1045081>>1045209

>>1044788 (OP)

I was going to upbraid you for a shitty, shill-style OP it is, btw but I'm actually glad now to find out this information OP. Thanks.


 No.1045209

File (hide): 7c74e20da897e1b⋯.jpg (84.76 KB, 1480x832, 185:104, froggy.jpg) (h) (u)

>>1045081

np, frien!


 No.1045224>>1048765

illiterate here, will this wireguard works on limited environment (like, openvz vps with 128mb ram 128mb swap)? for really limited user ofc (2 user max).

i ever set openvpn on that, but apparently the openvpn killed itself when the ram are low. now i'm ended with socks5 ssh with key auth, and jailed user (because just needing socks5 proxy). i hope this new vpn protocol could gives new light for really limited environment


 No.1045228

>>1044909

this, what happened to "do one thing and do it well"

>>1044788 (OP)

>Wireguard Might Finally Come to Linux in 5.2!!

that's great but what kind of nasties are being slipped in now that the kernel is being maintained by mentally ill bluehairs


 No.1045289>>1046079

>>1045002

Please remember the name of it because i've been looking for something like that for ages


 No.1045659>>1045711

>>1044916

If only they'd had a bit of patience to wait the 29 years and counting for HURD to be ready.


 No.1045711>>1045746

>>1045659

More like 36 years, because the development of the "GNU OS," of which the kernel is a part (as the interjection pasta likes to remind us) began in 1983. Plus there were as least two false starts in the mid and late '80s, the second of which dragged on for years while Stallman figured out whether Mach would be released under terms that permitted him to cuck everyone with the GPL.

It took 36 years to get the GNU OS to pre-alpha status. I think in another 36 years they might be ready for a beta release. Looking forward to 1.0 sometime around 2100. The good news is that if we develop space travel at a significant fraction of c, which is more likely than the HURD development picking up, it will be possible to benefit from the effects of time dilation during the wait for the HURD to become viable. Verily, I say to you, there are some shitposting here who will not taste death until they see the HURD of GNU coming in its kingdom.


 No.1045720

The snake, finally just started to cross the river.

Prophecy foretold in advance to dull workers,

Prophecy awaits approaching to the dark age,

The black snake must slither and prey upon the beast that foretold the lie.


 No.1045721

>>1044909

>modular

>needs a reboot to install printer drivers in Windows

>muh modularity

>muh Unix weenies


 No.1045746>>1045748 >>1048817

File (hide): 6db9e6a8a5f5dbf⋯.jpg (68.77 KB, 618x410, 309:205, nglsiuvksevi.jpg) (h) (u)

>>1045711

>be me

>greasy, neckbeard stallmanite

>the year is 2032

>gnu hurd is still an unstable mess

>subluminal travel has advanced tremendously

>volunteer for time dilation experiment

>55,000 year slingshot maneuver around sagittarius A* at 98% c

>time.bz2

>cryogenics kick on, black out

>wake up to alarms blaring

>wtf it's only been 28,000 years why am I awake?

>look out porthole

>see event horizon of sagittarius A*

>is it supposed to be that close?

>our cdr tells us the bad news

>volume licensing issues with microsoft

>critical systems have been throttled

>lack velocity to complete maneuver

>we are falling into sagittarius A*

>watch observable universe collapse into a point

>darkness overwhelms

>silence for 20 hours

>suddenly radio communication

>eldar civilization inside the black hole

>what the fuck

>they see me on comms

>say I look like "him"

>ask them who

>they tells us they met our civilization 20 millennia ago

>stallman was a gnu/cyborg

>gnu hurd was still unfinished

>they came here to await its completion

>a few seconds later, another ship drifts into the singularity

>a new civilization

>they aren't surprised to see us

>they came for the same reason

>say that they came 500,000 years after our vessel vanished

>still no luck

>seconds later, another ship

>mfw this keeps happening for 15 minutes before sagittarius A* evaporates and we freeze to death because 10^100 Earth years have elapsed


 No.1045748>>1045754

>>1045746

lol'd

I didn't think there was anyone less optimistic than I about about GNU/HURD.


 No.1045754

>>1045748

I really fucking want Arch/Hurd to happen, but I sincerely doubt it will ever replace what I have now.


 No.1046079

>>1045289

I'm not >>1045002 but I do know of something like that, it's called ZeroTier. https://en.wikipedia.org/wiki/ZeroTier


 No.1048765

>>1045224

Yes it will.


 No.1048809

File (hide): daf8c99687236c8⋯.jpg (2.57 MB, 2400x2468, 600:617, serveimage.jpg) (h) (u)

>>1044804

>PrivateInternetAccess is waiting for it to reach a point of greater stability, but they've already backed the project with a donation.

Nice. I was just about to ask if any VPN can use this. It looks interesting, so I may keep an eye on this.


 No.1048817

File (hide): f9b23b9ede3e979⋯.mp4 (1.27 MB, 1280x720, 16:9, joker laugh.mp4) (h) (u) [play once] [loop]


 No.1048841>>1048891

>>1044962

What's the FCC's stance on high powered gimballed wireless anntenae mounted on steerable VPS drone dirigibles powered by solar energy and homemade cold fusion reactors serving as a decentralized flying VPN across the US countryside?

Would they shoot it down?


 No.1048891>>1048922 >>1048946 >>1048950 >>1049082

File (hide): ebb10d50fcb6f29⋯.png (1.57 MB, 1332x783, 148:87, ORANGE MAN BAD.png) (h) (u)

>>1048841

If you made a cold fusion reactor at home and made everything open source, unpatented and publicly accessible/understandable even to laymen the petroljews probably unironically come home to you and fucking kill you and confiscate all your files like they did to N.Tesla or Stan Meyer. Same with making diesel/petroleum by carbon cracking like the national socialists scientists put into mass production by 1939, it would totally destroy them.

Unpatented hydrogen powered veichles would also equally destroy them, the only one on the market being Toyota Mirai is a big step up into the future.


 No.1048922

>>1048891

But that doesn't mean you shouldn't do it if you are able, because it's the right thing to do.


 No.1048946>>1048954

>>1048891

If you published all that knowledge to the Internet, what's the point of killing the genius behind all that? Won't the knowledge be already out in the public?


 No.1048950

>>1048891

just publish it anonymously then


 No.1048954>>1048980

>>1048946

Yeah they'd probably fail if you mass distributed it with enough interest, if tesla was alive today there's no way they'd manage to confiscate all his shit. They would probably try though.

If (((they))) wanted or even cared about the enviroment the slightest instead of fucking jewing us by sending all jobs to literal third world slaves treated like animals, everyone could have free energy and solar panels is a good start to that. We'd also have and able to buy nearly infinite amounts of synthetic carbon cracked fuels for literally nothing. But it's always about the shekel.

https://en.wikipedia.org/wiki/Synthetic_fuel

Humanity could be so noble and free of a lack of resources/energy/food/clean water if only the good guys won WW2.


 No.1048980>>1048990 >>1049001

>>1048954

You're implying the good guys didn't win WW2? top kek.


 No.1048990>>1048992

File (hide): 1e31eaceeae9ef0⋯.jpg (4.99 MB, 2500x2500, 1:1, 1e3.jpg) (h) (u)

>>1048980

That's damn right. We would have had a much better society so noble and free of a lack of resources/energy/food/clean water if only the good guys won the war. Instead the best of us are hamstrung on a twisted crusade for such destruction as "diversity" (but only for Western white nations because diversity just means 'not white). Germany's synthetic and bio diesel fuel/jet fuel/oil has been trashed for semitic oil industries making a fortune off of a manufactured sense of "limited resource". People live paycheck to paycheck prisoners in their own homes in once noble societies that, due to destructive marxist policies of diversity, have had to militarize our police forces.

Fantastic technological pursuits like the first modern binary computer(Z komputer) and altruistic goals have been replaced with celebrity worship, TelAvivision consumption, and the common man squeezed and crushed under income taxes one family medical crisis/car trouble etc for absolutely no reason. All just living inches away from financial destitution. The top 1% is 99% semitic even though they are only 2% of the population especially in the USA, they have totally monopolized the media and don't even deny that anymore. They are almost half of the justices on the Supreme Court, they own the Federal Reserve/Bank of London and all other national central banks who dictate which domestic/foreign policies are affordable because the elected governments are puppet front men who exist only to maintain an illusion of freedom. Positions of real power are not decided in elections like who gets to decide what is broadcast on air, all the medias speak in a single voice pretending they represent the majority. Even though not one single politician ran on a political campaign/platform of change our immigration laws to throw open the gates to the third world.


 No.1048992

>>1048990

Now that's some quality LARPing. Good job.


 No.1049001>>1049004

>>1048980

Wouldn't it make more sense to you if we could be afforded to raise our own families without having to worry about paying for third world leeches who do nothing but breed/rape and repay us by running over white familes at christmas markets or by countless rapings of our children with police protection for years like in Rotherdam?

Due to all of this we've had to take money out of our own pockets and pay the state even though the 1% owns all the world's wealth and banks, when literal a collection of jews and various globalists who sit in luxurious offices and decide if we who are breaking are backs to pay for all this garbage are going to starve or not while transfering 36 billion dollars to Israel.

We've had nothing but liberal, and now marxist policy for 70 years now, we've had no real nationalism and no real self determination, are things getting better faggot? Are we richer? Better lives? Not at all. If you see nothing wrong about this world then why is it the "good side" that you speak of has almost 100% dictated everything since 1945, has waged millions in wars for israel and destroyed other countries who as much "dare" oppose democracy with media and finance all owned by a bunch of jews?

All that Instead of researching, instead of colonizing other planets, instead of going to space, instead of making our societies better and safer to live so that you couldn't walk outside in certain neighborhoods?

>0 argument generic response

Pathetic people like you are fucking deluded and so far up your ass you can't even see a hint of light and you think that's so fucking great while drowning in shit, you're probably living feces as well considering your NPC fag tier response.


 No.1049004>>1049010

>>1049001

It's hard to take somebody seriously when they're not interested with intellectual honesty. Why should I engage with that kind of dishonest person?


 No.1049010>>1049011

>>1049004

You're the one being dishonest lol. None of what i wrote was wrong in any way shape or form.


 No.1049011>>1049013

>>1049010

>None of what i wrote was wrong in any way shape or form.

That's where you're wrong.


 No.1049013

>>1049011

Rich, "Muh 0 argument feels over facts". It doesn't work like that.


 No.1049082>>1049086

>>1048891

But that knowledge already exists, it's just no one does it in any commercial fashion because then the (((established scientific community))) will start to hunt them down and/or have it paraded among less-credible conspiracy theories to further sow doubt.

The best bet would be build an airship with large solar panels on top that you'd pretend are there to power the VPS but are only there to recharge the emergency battery which can power some avionics and start the backup diesel generator/APU in case the Reactors have to be shut down and restarted.

You could theoretically post the airship blueprints under an open source license as long as you leave the choice of power generation to the end user and don't specify anything about the internal powerplants beyond certain specs that the end user's generator and APU systems would have to fulfill.

For maximum shitposting have the airship host an IPFS-over-I2P node containing secrit documents about anti-scientic fusion reactors on an encrypted partition.


 No.1049086

>>1049082

protip: the air force doesn't like unidentified aircraft floating above land




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
55 replies | 9 images | Page ?
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / aus / boxxy / choroy / dempart / f / jenny / jp / komica ][ watchlist ]