Details
-
Skillscurrently developing mainly in: php, html, css, js, nodejs, jquery, mysql ❤️reverse engineering, pen testing, sdr
Joined devRant on 7/6/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
I recently updated all the stuffs on my Raspberry Pi 3.
Now nano* occasionally NULs out files I edit 🤔
*best CLI editor ever, change my mind5 -
Finally selling my gtx 1070 and going to swap to AMD, just wanting to know if anyone has heard anything about the RX 590 finally playing nice with linux?
Heard it was causing a lot of issues, just don't want to buy it and have more problems than I am with NVIDIA at the moment!11 -
Today at school I borrowed an oscilloscope and a few capacitors and used a circuit I made at home to just demonstrate the discharge of a capacitor, since my physics teacher asked me to teach the class about this on Friday
So it's one of those old analogue scopes, so to get a nice line I turned the speed right down and did a long exposure shot with my phone and it turned out brilliantly!31 -
Does anyone know how to solve the 'Uncaught SyntaxError: Unexpected token <' error? It's on the first line <!DOCTYPE html>, I've even tried deleting that line, but got the same error on <html>.
I've been looking for answers for a while now, and nothing works for me! I know as soon as I post this, I'll get the answer immediately tho.
All the other pages work fine, with no errors and no warnings, all the js/css/whatever files are called in the same file which is shared by all the pages (app.blade.php).
The only 404 errors I'm getting are from the images, but I've tried deleting the img paths and still get the same error. I'm also getting 404 on the images on app.blade.php but those are working fine on the other pages, so I don't think that's it.
The controller was basically copy/paste from another project. I've tried dd($product) and looks fine.
Long story, short: everything looks fine and I'm going crazy. Anyone know what it could be?12 -
So I'm feeling a lot better today than I did yesterday. This shit's finally starting to give me some peace.
In the middle of my (first) morning cup of coffee, feeling pretty good about life for once. So I figured..why not do a face reveal?
This picture was like 5 months ago, but the only difference in how I look now is my hair being a bit longer13 -
The monitors came in today. 2x 24" Dell P2419HC monitors. Picked up keyboard from Best buy this morning. Let's get this set up going.
Oh and if you care to know, the laptop on the floor is HP Pavilion running Elementary OS with a 128gb SSD. It runs really well but battery life is a misery. I've had it for over 8years and I still use it. Love it!! 😍7 -
Check out Gotify! (if you want, of course)
I'm not involved in the project but it's pretty much a self hosted and fully open source pushover alternative which is NOT dependent on Google services.
Going to try it out tonight :D7 -
--- HTTP/3 is coming! And it won't use TCP! ---
A recent announcement reveals that HTTP - the protocol used by browsers to communicate with web servers - will get a major change in version 3!
Before, the HTTP protocols (version 1.0, 1.1 and 2.2) were all layered on top of TCP (Transmission Control Protocol).
TCP provides reliable, ordered, and error-checked delivery of data over an IP network.
It can handle hardware failures, timeouts, etc. and makes sure the data is received in the order it was transmitted in.
Also you can easily detect if any corruption during transmission has occurred.
All these features are necessary for a protocol such as HTTP, but TCP wasn't originally designed for HTTP!
It's a "one-size-fits-all" solution, suitable for *any* application that needs this kind of reliability.
TCP does a lot of round trips between the client and the server to make sure everybody receives their data. Especially if you're using SSL. This results in a high network latency.
So if we had a protocol which is basically designed for HTTP, it could help a lot at fixing all these problems.
This is the idea behind "QUIC", an experimental network protocol, originally created by Google, using UDP.
Now we all know how unreliable UDP is: You don't know if the data you sent was received nor does the receiver know if there is anything missing. Also, data is unordered, so if anything takes longer to send, it will most likely mix up with the other pieces of data. The only good part of UDP is its simplicity.
So why use this crappy thing for such an important protocol as HTTP?
Well, QUIC fixes all these problems UDP has, and provides the reliability of TCP but without introducing lots of round trips and a high latency! (How cool is that?)
The Internet Engineering Task Force (IETF) has been working (or is still working) on a standardized version of QUIC, although it's very different from Google's original proposal.
The IETF also wants to create a version of HTTP that uses QUIC, previously referred to as HTTP-over-QUIC. HTTP-over-QUIC isn't, however, HTTP/2 over QUIC.
It's a new, updated version of HTTP built for QUIC.
Now, the chairman of both the HTTP working group and the QUIC working group for IETF, Mark Nottingham, wanted to rename HTTP-over-QUIC to HTTP/3, and it seems like his proposal got accepted!
So version 3 of HTTP will have QUIC as an essential, integral feature, and we can expect that it no longer uses TCP as its network protocol.
We will see how it turns out in the end, but I'm sure we will have to wait a couple more years for HTTP/3, when it has been thoroughly tested and integrated.
Thank you for reading!27 -
Does anyone knows how to put these down, without making the whole laptop sticky mess? Because the fucking alignment makes me inner scream.16
-
Spent the last 4-5 hours trying to find a solution to a though problem, couldn't find a clue.
Guess what I found as soon as I slipped into bed?4 -
!rant
Just pushed commit #512 today.
Was a huge refactoring effort which went sooooo smoothly <3
Pull from parent branch without merge conflicts <33
No issues with deployment <333
AND i'm now on vacation 🏳️🌈❤️🏳️🌈❤️🏳️🌈
Things are perfect6 -
Mr Robot >>> Queen?
https://imdb.com/title/tt1727824/
Repost (deleted the old post to add this marvelous picture for tha girls wet dreams.)17 -
Haven‘t really understood this. If WhatsApp is End to end, why is it so avoided by people who are privacy conscious. Is it because of the contacts? Or what data do they collect?35
-
Why should you choose between coffee and tea when you can drink both at the same time?
Haha I actually enjoy brewing vanilla tea and coffee ☕5 -
When I was in college I was working on a game in Java using Slick2D. My folks were away on holiday so I had the ability to drink in the house (I was over 18). I worked on this coursework piece whilst drinking.
The next morning I went into college with my work and found that it had a massive memory leak that was included by the work that I’d done whilst under the influence.
The issue was fixed (quite easily tbh) but everyone in my class reminded me for the rest of the year...5 -
Good morning, good day and good weekend.
Sometimes babysitting is worth it Hehehehe.
No projects today, resting day, me, the pool, my nephews and a arduino basic manual.4