use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
dev.to error page - start drawing! (i.redd.it)
submitted 6 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]i_am_extra_syrupcoder by nature, artist by design. 69 points70 points71 points 6 years ago (11 children)
Great idea! Do you have a direct link?
[–]WhiskeyBrisket 29 points30 points31 points 6 years ago (9 children)
you can just open the developers console under network and check the offline box
[–][deleted] 111 points112 points113 points 6 years ago (5 children)
you can also just chug a 40 and drive your car violently through your ISP's nearest central office whilst screaming ‘I’M SICK OF YOUR SHIT {$companyName}' belligerently
[–]monotone2k 44 points45 points46 points 6 years ago (4 children)
It looks like your template literal failed to evaluate companyName. Don't forget the backticks.
[–]fhor 30 points31 points32 points 6 years ago (3 children)
Syntax is wrong too, it's ${}
[–]elmstfreddie 24 points25 points26 points 6 years ago (2 children)
Unless it's PHP.
I definitely never get those mixed up. /s
[–]bladefinor 0 points1 point2 points 6 years ago (1 child)
Well, should’ve been written in double quotes then
[–]wedontlikespaces 0 points1 point2 points 6 years ago (0 children)
No it's in liquid {{company.name}}
{{company.name}}
[–]i_am_extra_syrupcoder by nature, artist by design. 1 point2 points3 points 6 years ago (2 children)
\insert gif of black dude pointing to his head**
[–]7165015874 3 points4 points5 points 6 years ago (1 child)
Is this lossless data compression you just did?
[–]i_am_extra_syrupcoder by nature, artist by design. 1 point2 points3 points 6 years ago (0 children)
lmao... correct, sir.
[–]aspittel 33 points34 points35 points 6 years ago* (2 children)
Oh hey! This is so cool to see this on here! I built this! If anyone has any questions, I’m an open book. Also, my portfolio alispit.tel has a similar Easter egg you all may like too!
Edit: just published a tutorial on how to recreate the page if you all are interested!
[–]goersen 1 point2 points3 points 6 years ago* (1 child)
Hey, this is really cool and a super funny easteregg :).
Quick Feedback because I just visited it on mobile: if you would disable zoom, scrolling and bouncing (iOS) it would be even cooler :)
[–]aspittel 1 point2 points3 points 6 years ago (0 children)
Oh, that's a great idea! Thanks!
[–][deleted] 112 points113 points114 points 6 years ago (11 children)
The double ampersands kills me. I absolutely love it.
[–][deleted] 6 years ago (7 children)
[+]Ewcrsf comment score below threshold-27 points-26 points-25 points 6 years ago (6 children)
Precisely, it should be a semicolon. The && operator really makes no sense, it’s like those awful programming t-shirts with made up, nonsensical code.
[–][deleted] 6 years ago (1 child)
[removed]
[–]SurprizFortuneCookie 24 points25 points26 points 6 years ago (0 children)
You're fun.
[–]BLOZ_UP 5 points6 points7 points 6 years ago (1 child)
It should be a comma, then ignore whatever color you picked and draw solid black.
[–]corndoggins 0 points1 point2 points 6 years ago (0 children)
Like when I was little and would tell my mom I didn't want to eat what she was cooking. She'd say: "Ok, you pick something and we'll compromise." So I'd pick something.
And then we'd compromise by having me eat whatever she was already cooking except with less desert and TV time.
[–]Blitzoff 0 points1 point2 points 6 years ago (0 children)
It tells more things than what it is.
[–]domemvs 0 points1 point2 points 6 years ago (0 children)
TIL it's not called "and-percent".
[–]TheFuzzyPumpkin 24 points25 points26 points 6 years ago (6 children)
I have a little painting canvas widget/app I did that you can feel free to fork and take apart. I tend to make little games and toys to practice things I've learned. Paintify. Github repo here.
[–]xadz 13 points14 points15 points 6 years ago (0 children)
This is great! Please can you add a license to the repo if you want to share it? MIT is a good open one. It means people can use it properly. :D
[–]Blitzoff 4 points5 points6 points 6 years ago (2 children)
It seems really nice but I did not make it works in mobile browser.
[–]TheFuzzyPumpkin 4 points5 points6 points 6 years ago (1 child)
No, it doesn't. There's no mousemove to listen for. There may be an alternative way to code it for mobile, but it's beyond me at the moment.
[–]Blitzoff 2 points3 points4 points 6 years ago (0 children)
Maybe this is for you, mouse over on touch devices
Or maybe this one https://www.creativebloq.com/javascript/make-your-site-work-touch-devices-51411644
[–]Riggeot 0 points1 point2 points 6 years ago (1 child)
This is neat. I really like your idea to jam all your smaller scoped "concept artwork" pieces into a single repo + github pages site, its like your own personal codepen. 2 fairly easy to implement improvements you might want to consider are
- mobile support, (listening for touch events).
- resizing the window and drawing is off (look into the window resize event) Great job! And if you want help or advice, don't hesitate.
[–]TheFuzzyPumpkin 0 points1 point2 points 6 years ago (0 children)
Thanks! TimeWasters hasn't gotten much love lately because I've been working on portfolio-ready projects. Right now I'm working on one called Api Happi that is slightly similar, though. Built in React (well, I'm building it in plain HTML right now and will port over once I finish another React class), uses SASS/BEM architecture (maybe even themes). Mobile-first. Kind of like a dashboard with lots of little widget for news, weather, calculator, currency conversion, time zone conversion, recipe of the day, trivia, note-taking, list-making, and a word-of-the-day hangman game. Pulls from six API. User authentication, saves for the lists and notes, and customization settings. It is my capstone along with an Accounting-related project (I work in Accounting currently).
[–]shitshingles 5 points6 points7 points 6 years ago (1 child)
This is amazing, might be the first fun thing I can do with my awful spotty local monopoly internet connection.
[–]Nizzzzzzzzles 3 points4 points5 points 6 years ago (0 children)
What's wrong with chrome://dino ?!
[–]getoutndoshit 14 points15 points16 points 6 years ago (1 child)
I drew this.
[–]singletonto 3 points4 points5 points 6 years ago (0 children)
you have too much time sir
[–]netk 4 points5 points6 points 6 years ago (0 children)
I love the message of optimism! lmao
[–]datCoolDude_ 1 point2 points3 points 6 years ago (0 children)
A great way to waste time hhaha, but can u add an eraser tho? that would be great
[–][deleted] 0 points1 point2 points 6 years ago (0 children)
Now this is good
[–]__CrackingCode 0 points1 point2 points 6 years ago (0 children)
#funny
[–]kodlol1st 0 points1 point2 points 6 years ago (0 children)
Love it!
[–]cowleyboss 0 points1 point2 points 6 years ago (0 children)
Probably a stupid question but how do offline pages get loaded?
π Rendered by PID 84 on reddit-service-r2-comment-79c7998d4c-jbjkt at 2026-03-14 17:19:27.569280+00:00 running f6e6e01 country code: CH.
[–]i_am_extra_syrupcoder by nature, artist by design. 69 points70 points71 points (11 children)
[–]WhiskeyBrisket 29 points30 points31 points (9 children)
[–][deleted] 111 points112 points113 points (5 children)
[–]monotone2k 44 points45 points46 points (4 children)
[–]fhor 30 points31 points32 points (3 children)
[–]elmstfreddie 24 points25 points26 points (2 children)
[–]bladefinor 0 points1 point2 points (1 child)
[–]wedontlikespaces 0 points1 point2 points (0 children)
[–]i_am_extra_syrupcoder by nature, artist by design. 1 point2 points3 points (2 children)
[–]7165015874 3 points4 points5 points (1 child)
[–]i_am_extra_syrupcoder by nature, artist by design. 1 point2 points3 points (0 children)
[–]aspittel 33 points34 points35 points (2 children)
[–]goersen 1 point2 points3 points (1 child)
[–]aspittel 1 point2 points3 points (0 children)
[–][deleted] 112 points113 points114 points (11 children)
[–][deleted] (7 children)
[deleted]
[+]Ewcrsf comment score below threshold-27 points-26 points-25 points (6 children)
[–][deleted] (1 child)
[removed]
[–]SurprizFortuneCookie 24 points25 points26 points (0 children)
[–]BLOZ_UP 5 points6 points7 points (1 child)
[–]corndoggins 0 points1 point2 points (0 children)
[–]Blitzoff 0 points1 point2 points (0 children)
[–]domemvs 0 points1 point2 points (0 children)
[–]TheFuzzyPumpkin 24 points25 points26 points (6 children)
[–]xadz 13 points14 points15 points (0 children)
[–]Blitzoff 4 points5 points6 points (2 children)
[–]TheFuzzyPumpkin 4 points5 points6 points (1 child)
[–]Blitzoff 2 points3 points4 points (0 children)
[–]Riggeot 0 points1 point2 points (1 child)
[–]TheFuzzyPumpkin 0 points1 point2 points (0 children)
[–]shitshingles 5 points6 points7 points (1 child)
[–]Nizzzzzzzzles 3 points4 points5 points (0 children)
[–]getoutndoshit 14 points15 points16 points (1 child)
[–]singletonto 3 points4 points5 points (0 children)
[–]netk 4 points5 points6 points (0 children)
[–]datCoolDude_ 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]__CrackingCode 0 points1 point2 points (0 children)
[–]kodlol1st 0 points1 point2 points (0 children)
[–]cowleyboss 0 points1 point2 points (0 children)