Just a thought: One of the benefits of using Asymmetric/Public-Key Signing is that it would remain compatible with a distributed server system. While maybe only the authenticating server can sign the cookies, all the other servers across the region can receive the corresponding public keys for verification.
@PaulFurberАй бұрын
I knew about the utter genius of the APE format and Cosmopolitan libc but I only just discovered how amazing the redbean web server is.
@amogh36162 ай бұрын
This was such a great course! Thank you for making it accessible.
@gauravdamri57382 ай бұрын
Thats really incredible and creative feross🎉🎉
@samaltsama3 ай бұрын
59:59 isnt default port 443 for https?
@Ferossity3 ай бұрын
Yes
@KushLemon4 ай бұрын
Vacuous, useless talk.
@tomole44444 ай бұрын
Interesting!
@moin_2564 ай бұрын
An amazing course!!
@pranjalagnihotri60725 ай бұрын
Got to know about this from Syntax podcast on webscraping + reverse engineering APIs
@carloss30285 ай бұрын
awesome. thank you!!!
@Robonauta5 ай бұрын
31:42 "Yeah, it's pretty cool. Any questions?" I have so, SO many questions, screw it that the video is 3 years old now! * How exactly does qemu work when booting the APE from the BIOS? * Booting the APE, can we expect all I/O to work? Keyboard, mouse, wired and wireless networking? * For disk read/write operations, do you have to program it as if you were targeting which OS? Because Windows uses \ for folders, while *nix uses /. * Is it possible to have the full Lua 5.4 implementation, plus libraries, within an APE? * Are graphical applications, typical end user programs with a GUI, feasible? If so, how?
@gabriel_export6 ай бұрын
Criminally low views
@Takolouski6 ай бұрын
bro is absolutely fucking cooked if he still doesn't have those bitcoins
@DrW1ne6 ай бұрын
I wish I were one of the students in this class.
@Ferossity6 ай бұрын
Hopefully you can take part in the future!
@jay_wright_thats_right6 ай бұрын
Some things are left out.
@BobStallmanArchUser6 ай бұрын
he wore the same shirt his whole life. he probably has 7 of the same shirt.
@atulkapisway15957 ай бұрын
Didn't want the course to end. So fun and insightful. One of the best and most underrated courses on Web Security.
@Ferossity7 ай бұрын
Thank you!
@glaurung789 ай бұрын
Great presentation by the author. I do wish the interviewer were a little more serious. I had to FF/skip a lot of the parts where he just says 'wow' all the time, sorry.
@sjshdhehbesjks9 ай бұрын
i cant express how happy i am . live the life brother i will not even dream 😁🥲
@shubham_srt10 ай бұрын
wow this changed my life
@rayclima3310 ай бұрын
Midudev, el Messi del Frontend :)
@nestor-16210 ай бұрын
Midudev ❤
@SkyNightSnow10 ай бұрын
Midudev ♥
@andresflg10 ай бұрын
Midudev <3
@alchemistmd242211 ай бұрын
audio volume goes up and down
@HarishPillay Жыл бұрын
This is very interesting, even though I just came across the project 2.5 years later.
@HarishPillay Жыл бұрын
I would like to understand how this tool can be protected from being abused by bad actors. I would also want to know how it can run in an android device, ie, can the apk signature be part of the zip file.
@sergesolkatt Жыл бұрын
❤
@OldDud Жыл бұрын
You made the annoying website right? tell me please if i got hacked!
@Ferossity9 ай бұрын
You didn't get hacked. It's just annoying :)
@abdallahezat8604 Жыл бұрын
Thanks alot Feross
@avirads Жыл бұрын
vow..what a great interview... kudos to Arjun .., do u think in august 2023, this is still the better option or have you found anything else that does the same in a better way ?
@SHINOBHS Жыл бұрын
Is the github deleted? Where can we find the code?
@blake469 Жыл бұрын
Really appreciate this content Feross! As a software dev of 6 years trying to lean more into an application security dev role this course has been very helpful.
@SegmentationFault675 ай бұрын
Also Feross is the best teacher I ever found for this material so clear even for a non native english speaker(southamerica). You are amazing !!!!!!
@crowlsyong Жыл бұрын
Would love to hear about your current projects, the state of web torrent, and maybe your thoughts on interplanetary file system, and anything related. Thanks for what you do
@Ferossity Жыл бұрын
Building Socket (socket.dev) now!
@ПетърТодоров-о7ф Жыл бұрын
Amazing course! Thank u for sharing it with us!
@1ko9 Жыл бұрын
👏👏👏 Thank you Feross for this awesome playlist. These lectures really helped me to understand a lot of new stuff.
@walterbaconDevTools Жыл бұрын
Wow! That was a lot of planning! Amazing creativity! Congrats!
@saurabhsaurabh6129 Жыл бұрын
From where i can access this DNS rebinding LAB.
@pranjalruhela1103 Жыл бұрын
Immensely grateful!
@pranjalruhela1103 Жыл бұрын
A random question came up in my mind in the last few lectures... are we sort of diving into the common Venn circle between API security and Web Security???
@3rdNumberOfPi Жыл бұрын
How can we enroll in 2023?
@rajatsx Жыл бұрын
Huge fan of Justine’s work ❤.
@Prod-23 Жыл бұрын
React Native, Flutter, Xamarin, JAVA ... LOL ... But, but , but ...
@ColbyARussell Жыл бұрын
@14:38 "I realized that it was possible to have a Windows MZ executable also be a Unix 6th Edition shell script [...] When I found out about that, I was like, 'Oh my gosh. I can make Windows executables that run on Mac, Linux, and all the BSDs, too.'" A challenge to JS programmers: try to devise a way to encode a simple program (your choice; e.g.: hello world, fizzbuz, etc) as a single file that will run both in the browser and when passed to NodeJS on the command-line.
@ColbyARussell Жыл бұрын
@5:37 "You know, like we can write an HTML page with JavaScript that runs on everybody's browser regardless of their operating system. Why can't we do that with native programs, too?" It would be nice if NPM programmers got the memo-why has the set of tech influencers from that world chosen to recreate headaches on par with the ones associated with native toolchains? In fact, in many cases it's worse-it is, in 2023, actually *more* difficult to get a development environment set up to successfully build many JS projects (even though there's already a fucking JS runtime on everyone's computer to begin with-and a standards-compliant one at that, rather NodeJS's derpy APIs). It's not like they don't know the browser is there-it's the compilation target for the majority of the relevant projects, and the fact that the browser is reliably present and mostly behaves uniformly across different systems is, like, the *entire* reason the devs are choosing to target it in the first place. Pure bozonics.
@myprojectideas Жыл бұрын
A great video. I loved it. You have covered the basic issues a developer face and explained a lot of concepts that are discussed else where in fancy quantum words. Thanks. This video is a great video for every new quantum newbee.
@philg4116 Жыл бұрын
Stallman, like all idealists, is immature and will die thinking immature thoughts.