6 ms·
Console.delight
- loa_in_ 3y agoThe only thing I can see is http 504
- bhaney 3y agoWell, the site's not backendmasters
- __MatrixMan__ 3y ago[flagged]
- paulddraper 3y agoSame
- calebpeterson 3y agohttps://web.archive.org/web/20240224004046/https://frontendmasters.com/blog/console-delight/ https://web.archive.org/web/20240224004046/https://frontendm...
- throwup238 3y agoWho's going to be the first to port DOOM to the dev console? Edit: There it is - https://github.com/MattCozendey/doom-console-log https://github.com/MattCozendey/doom-console-log
- AgentOrange1234 3y agoTruly we live in an age of marvels.
- bazil376 3y agoIn the console? Surely you can’t do tha—-oh.
- reactordev 3y agoIt’s ok, my jaws on the floor too. This is beyond ridiculous but also, look how far we have come from DOS!!!
- deleted 3y ago[deleted]
- cchance 3y ago[flagged]
- cchance 3y agoThats actually pretty cool (from archive link)... Probably not that common knowledge, or we'd have libraries designed for outputting nice log/admin interface data to the console XD
- tomjakubowski 3y agoI set up snippets in my code editor so I can quickly insert colorful, bold, and otherwise richly formatted console log messages for printf-debugging. The addition of color makes the messages I've just added stand out against other the logs. It's a great time and attention saver.
- vsnf 3y agoDon't be shy, share the snippets
- CSSer 3y agoThe only thing I beg of you is please don’t ship this in client-side libraries. Most of you will know better, but some of the things I see in third-party libraries really blow my mind. The last one was Pudgy the Panda as console ASCII art for some donation embed (their mascot). Sure, it’s cute, but that’s also multiple kilobytes of JS you’re forcing on your clients for whimsy in an already crowded environment. Apologies if I sound old and cranky.
- klabb3 3y agoYou’re not old and cranky. Just (minimally base line) responsible. Many frontend projects have 100s of deps, and while that’s a separate problem, imagine if a large fraction of them spammed bandwidth and console output with this.
- coldtea 3y agoA project with "100s of deps" is already irresponsible and bloated for that alone. Some logo or ASCII art in some/most of those deps would hardly be the real issue.
- beezlewax 3y agoThe dependencies usually have dependencies and then... well it's dependencies all the way down in the JS world. 100s is sadly normal for large proects in my limited experience.
- fragmede 3y ago> Pudgy the Panda as console ASCII art for some donation embed (their mascot). Which library is this? Couldn't find it via a quick Google.
- CJefferson 3y agoWould I put this in software I'm charging people for? Not at all. If it's free and open source? Well if you don't like it you are welcome to apply for a refund.
- Donberry 3y ago[dead]
- tholman 3y agoWe've come a long way from console.frog [2016] - https://tholman.com/console-dot-frog/ https://tholman.com/console-dot-frog/
- sroussey 3y agoWait until he finds out about custom formatters
- coldtea 3y agoDon't be shy, tell more. Others haven't found about them either...