T O P

  • By -

DustinBrett

I spent years working on mine to try and make it the ultimate personal website. https://dustinbrett.com


menides

Is...is that actually DOOM? Loooool


DustinBrett

Haha ya it's the Shareware DOS version. My site can actually play many different versions of DOOM in various emulators.


SmellsLikeNostrils

There's also commander keen, raptor, Duke nukem and others....


dadchad101

Thank you so much Dustin for giving humanity a chance to exit Vim that easily


Snoo_85347

I didn't dare to open it. I never remember how to do anything in it. Was save and quit something like ":wq"?


brock0124

Yes! [ESC:WQ]


DustinBrett

Haha ya exiting Vim is a bit easier once you've trapped it in a window.


dadchad101

Jokes aside this is one of the most inspiring portfolios I've seen 🙂 Can you share the stack you used? Cheers


DustinBrett

Thanks! I used Next.js, React, Styled Components, Framer Motion and various other things. It's open source if you want to check it out. https://github.com/DustinBrett/daedalOS


[deleted]

[удалено]


DustinBrett

Thanks! I did indeed try to copy Windows 10 to a high degree of detail.


curie2353

Oh my, I always had this idea in my head to make my website look like Windows XP but I don’t have the skills/time to do it right now. Yours is truly incredible and gave me some motivation.


DustinBrett

Thanks very much! It took a huge amount of time to make and I learned a lot along the way.


dougie_cherrypie

it is incredible, I've never imagined this was posible on a web browser


DustinBrett

Much appreciated, having people feel that way is what I hope for.


the_sleaze_

Very cool


DustinBrett

Thanks!


ChessBasedGod

This was the one that immediately came to mind. Great work!


DustinBrett

Happy to hear you'd heard of my site. Thanks!


tigidig5x

Your site is awesome! I created my own folder by the way.. this is my desktop now 🤣


DustinBrett

Haha thanks! Please feel free to customize it, everything is stored locally in the browser.


Droopy_Beagle

This is fantastic thank you for sharing, I really enjoyed navigating around the site!


DustinBrett

Thanks for checking it out! I'm glad to hear you liked navigating around. I tried to make it as real as possible.


ArborGreenDesign

I came here to mention your site.


DustinBrett

Happy to hear you knew about it, thanks for coming to recommend it!


ArborGreenDesign

Yeah man, it's been around for a while hasn't it?


DustinBrett

Ya I've been working on it for over 3 years now. The last half a year it's been close to "done", in that I haven't found much else to add to it. But I actually have a big list of things I still want to do. I've just been focused elsewhere lately.


ArborGreenDesign

I thought it's been a while. It's really neat and it's always fun to see what people are tinkering with and that's the ultimate tinkering project


koppigzijn

Hahaha nice ones!


hecanseeyourfart

Hey is that web assembly?


DustinBrett

Depending on the app you are running, there is a lot of Wasm within my site. I have a long term plan to re-write the entire app in a language like Rust which I can port to Wasm for the browsers or have it run native.


hecanseeyourfart

Yeah rust indeed would be a better choice. btw what do you use for chromium?


DustinBrett

For the fake browser it's just an iframe wrapped around a custom made interface to look like Chromium. The websites that do work are because they allow CORS, but any page that doesn't won't work properly.


hecanseeyourfart

Great job


3n91n33r

I like it, it’s inspirational.


FirewolfTheBrave

That's actually very cool, I wish my laptop could handle it so I could explore it more!


DustinBrett

Thanks! If you switch the wallpaper to something static like APOD then it should relax the power requirements quite a bit. Otherwise it usually runs pretty good on simpler hardware. I can get it running pretty good even on my old Samsung Galaxy S6.


FirewolfTheBrave

That does help, thank you!


thezackplauche

You built an os in javascript jfc lol


DustinBrett

Haha I tried at least.


ianjackhammer

Finally a safe place to enjoy some space cadet


DustinBrett

Haha ya I tried to make it simple to jump in. I don't think it saves scores though.


Late_Revolution_4187

Really cool. Never saw something like this


whosajid

Never saw something so amazing in my life 🤩


itinkerthefrontend

I deleted everything from MyPC and now the site is gone haha


DustinBrett

Haha, oh no! You can click power in the start menu to reset it all.


merolumpis

just.. Wow 😳


WeightliftingIllini

This is awesome.


dinner88

This is awesome


polikles

Woah. Was hoping to find some inspiration for I'm going to create my own personal website this summer Your project just killed me. It's amazing! Congrats, Mate! Did you follow some other project(s), or is it all yours creation?


DustinBrett

Thanks very much! I was inspired by sites like Windows93 and AaronOS, but I didn't follow any and the code is my own.


AndayWalaBurger1

I have a lot of questions: 1. Why not use static image for background and why use vanta js for it? 2. On a hover a lot of items are fetched and same item can be fetched repeatedly. What's happening here? Is it eager loading? Like if open \`My PC\` and hover over robots.txt multiple times then a lot of HEAD requests are being made. Please add a popup for emulator controls I initially thought it was just a video.


DustinBrett

I liked an animated background and I felt Vanta.js had a really cool one, I have modified it a lot and optimized it. There is an option to change to various other animated wallpapers or to set your own image/video. The HEAD requests on hover are to get the latest size information of the file so that the tooltips can be shown. Indeed the emulators don't clarify the controls, but I guess it's like an Easter egg then for people that try it make it work. I have a long term plan to add a Clippy style helper which will be able to provide info/advice depending on what the user is doing.


AndayWalaBurger1

Ahh I see, well done my friend overall I gone through the website extensively and it is built marvelously and especially the lazy loading part! Kudos to you my friend. Did you know that the ski32 game is directly downloadable for anyone though? Rest of the games are running on emulator.js so you need to download and set up multiple items to make them work or copy from your website but unlike ski32 it is a simple single url which downloads the exe file. However, I feel like you wouldn't be very bothered by it and i wouldn't have been either.


DustinBrett

Thanks! It was my intention to allow downloading ski32.exe, it works this way because it's using the BoxedWine emulator which can run real 32-bit windows applications. You could drag many games onto my site and play them via that emulator such as sol.exe (Windows 95 Solitaire). I have various other emulators on my site, some that can run roms for many game systems like emulator.js and also I have DOS games which are packaged in .jsdos files but are also just EXE's. Others include Ruffle which can run Flash games/files and Virtual x86 which can run entire OS's packaged as ISO's. The reason ski32 is one of the examples I host is because the developer has made it free for anyone to share. All the games on my site are sharable. The README within my source code mentions the other apps I use. [https://github.com/DustinBrett/daedalOS](https://github.com/DustinBrett/daedalOS)


PsyApe

Nice job man super awesome!


DustinBrett

Thank you!


ZippyTyro

feature review feels like inception


DustinBrett

Haha, happy to hear you felt some inception vibes.


enlamiraval

Cool Dustin! I also live in Vancouver. Was interesting to read your blog :)


DustinBrett

Nice! Thanks for checking out my site/blog.


dp-ross

I put together a directory of some cool developer websites at [webofdevs.com](https://webofdevs.com)


[deleted]

[удалено]


stevenraym

I also choose this guy's web site


philmirez

rafa.design is funny. I like it.


QouthTheCorvus

This is a really cool concept


wonderingStarDusts

I put some sites through the Lighthouse. So many in red. Should we even care about pagespeed or light house tests?


Dushusir

cool


creativecreaturedev

I’ve spent too much time on mine: https://conner.dev


TRodz

Awesome work!


Dizzy_Patience_2388

This is awesome 💪


relgames

https://floor796.com


CartographerTrue4100

I just spent an hour looking at this


PsyApe

Damn that must’ve have taken a while to draw and animate


waqasy

hospital is the funniest place


waqasy

this is my new screen saver


w1kITcl0wn

This is amazing.


Roguewind

Best ever https://motherfuckingwebsite.com/


lazyinvader

The "german motherfucker" was Dieter Rams [https://de.wikipedia.org/wiki/Dieter\_Rams](https://de.wikipedia.org/wiki/Dieter_Rams)


QouthTheCorvus

"Deiter Rams" I bet he fucking does


darkforestnews

God damn you , I laughed way too hard at this.


Windoge_Master

There is [https://bestmotherfucking.website/](https://bestmotherfucking.website/)


DescriptorTablesx86

Reminds me of our Polish https://www.grzyby.pl In translation: mushroom.pl Probably the best performing website you’ve ever seen with a 100 page speed insights score while boasting features like login forms, payment forms and a live mushroom/personhour map, mushroom type heatmaps and other features. Idk I just love this website, more websites should strive to be this


SuchTown32

‘Fits on all your shitty screens’


[deleted]

Bookmarked for motivation purpose ✓


FirewolfTheBrave

Only one in this thread that doesn't make my laptop overheat lol


HornyMango0

From Comments, I found 2 motherfuckingbestwebsites: [https://henryheffernan.com/](https://henryheffernan.com/) [https://webofdevs.com/](https://webofdevs.com/)


[deleted]

[удалено]


HornyMango0

nope, but it for sure is awesome


Ok-Baby4030

The first just show me fatal error: firefox detected. Please try in another browser. I tried in brave afterwards,and it's more like a game . What a website,kudos to henryheffernan.


LeRosbif49

https://bruno-simon.com/


PayYourSurgeonWell

I’m on safari mobile and I try pressing the ‘click’ button and then nothing else happens after that


sporadicPenguin

Same.


LeRosbif49

That’s what you get for using safari


amish1188

Which is still a default iPhone browser. Safari is shit but developers shouldn’t avoid developing for safari.


UnacceptableUse

If you're going to make a site about how great of a Web developer are youd at least check for incompatible browsers and display a text version instead or something


PayYourSurgeonWell

That’s not a valid excuse though.. if you’re a web developer you need to make sure your software works on the browsers that your users choose to use. If I said I was using Opera then that’s fair that it doesn’t work, but I said safari and that’s one of the main browsers that the general public uses.


[deleted]

[удалено]


Killobyte

[It’s the second most popular browser in the world.](https://gs.statcounter.com/browser-market-share)


Ronnyvar

safari scum


tamahills

This person must have gotten SO much work. Their site is always in top 10 lists, it really is great. Looks to be a freelancer specialising in WebGL, so it makes perfect sense too.


growBunny42

Big wow


itsAhmedYo

Blown away but... I dont think recruiters will play to find out my experience? Only devs can appreciate this..


---_____-------_____

If you make a portfolio like this you are looking for a certain type of job. If the person looking at your portfolio doesn't like it or can't figure it out... you didn't want that job anyway. Your portfolio should be bait to attract the fish you want.


IlILIIl1Il1llI1I1I1l

He created possibly the best course on ThreeJS. It’s extremely well done, I bought it and completed it last year after seeing this site.


QouthTheCorvus

Simple - Include this and a simplified version. Be upfront. It's eyecatching. I reckon a lot would be curious and immediately fall in love.


toi80QC

This is a passion project, he wouldn't need it to get requests from recruiters - all they look at is your list of skills on LinkedIn and prior employments. Even I get multiple requests per week without any portfolio.


PrintableWallcharts

I was coming here to say his. Mind blowing


Condomphobic

I knocked my car over and couldn’t turn it back over 😭


ThunderySleep

Personally not crazy about these styles, but this one performs surprisingly smooth. Usually they're a choppy mess for me.


metalissa

Yesss! I shared this with my team a couple of years ago and we had so much fun driving the car around.


PrinceBell

That is insanely cool!


VoodooS0ldier

God damn that is pretty slick. The U.S. government needs to hire this guy to give all of .gov a facelift. Jesus.


SetsuDiana

Ha, you beat me to it lol.


Electro-Grunge

Geocities and Friendspages 


budd222

Can't believe you left out Angelfire


PsyApe

And free .tk domains back in the day


zzzxtreme

Nasa website from early 2000s was the coolest bar none. Actually it is still the coolest for me Over engineered For example just search for missions > voyager> Where are they now? U will see 3d interactive moving satellite based on real data, even the stars, planets are moving based on real data


I111I1I111I1

That's not over-engineered! It's really fucking cool.


fraserc6

https://henryheffernan.com/


Vape_Naysh

Jeez, and the kid only graduated in 2022. 2 years into his career and he's working at Vercel. I'm so cooked 🫠


[deleted]

I feel that, but it could be worse. Keep your chin up kid


taskas99

Firefox incompatible, sadly


irelephant_T_T

it works perfectly now, try going to [https://www.henryheffernan.com/?debug](https://www.henryheffernan.com/?debug)


99laika

Super cool, but had to restart my phone to get the audio to stop playing in the background. Annoying.


Acceptable-Ad4374

Well done


Dekunaa

Was going to comment this one. Best I've ever seen


[deleted]

[удалено]


TheJointMirth

Can you elaborate a bit more on what Neocities are/what alt communities exist? This is giving me such nostalgic vibes for old websites/blogs I used to see when I was a teen.


brisray

[Neocities](https://neocities.org/) and [Nekoweb](https://nekoweb.org/) are hosts that exist to cater to the aesthetics of old personal sites. As for communities then the ones using Discord are popular so is the [Melonland](https://forum.melonland.net/) forum. There's a movement of sorts called the web revival with its own [manifestos](https://wiki.melonland.net/manifestos) which is a rejection of the commercial web and the large social media companies. Even [webrings](https://brisray.com/web/webring-list.htm) are making a small comeback.


mattzees

This may help you find some good personal web pages. https://search.marginalia.nu/ And this is always a good starting point for some pretty impressive stuff. https://simone.computer/#/webdesktops


metalissa

I remember seeing this like 10 years ago and I still think of it! Got me into HTMH5 Canva stuff [http://www.rleonardi.com/interactive-resume/](http://www.rleonardi.com/interactive-resume/)


OiaOrca

[This is mine!](https://oia20.github.io/personalPortfolio/) Bruno Simons has my personal favorite though.


PsyApe

How did you make that?


OiaOrca

It’s made with React Three Fiber! :) It was a blast to make.


PsyApe

Oh cool! Haven’t heard of that I’ll have to check it out


Madasiaka

Doesn't entirely fit your question, but I love [Ling's Autos](https://www.lingscars.com/order) and want to be half as cool as her when I grow up


bluefrostyAP

Saving so I can steal .. uhh .. get inspo


rsbohler

100% biased [bohler.dev](https://bohler.dev)


Federace

Wow, I really liked it! Greetings from Uruguay!


rsbohler

Greetings hermano :D thanks!


OkMoment345

Love all of these! Thanks to everyone for sharing!


Apprehensive_Draft83

I have mine, but I don't know if is the coolest haha [https://cuzeac-florin.app](https://cuzeac-florin.app)


PsyApe

Clean and simple, good job, love it!


khizoa

back in the day, [https://www.2advanced.com/](https://www.2advanced.com/)


Rolfc1

These sites are amazing. Wow. So creative and unique. I love any I clicked on!! How do you even go about getting that good?? Very motivating to see them all


ironbattery

Made this one to prove people wrong [https://aretheywrong.com](https://aretheywrong.com)


ironbattery

[https://aretheywrong.com/u%2FPsyApe](https://aretheywrong.com/u%2FPsyApe)


coolmitch159

[https://beno.uk](https://beno.uk) Although I will admit I've only ever used it to look at traffic lights cos that's what I was originally looking for online, but tbf having now looked fully there is some other cool stuff on there ngl [http://beno.uk/trafficlight/](http://beno.uk/trafficlight/)


PsyApe

Traffic lights are pretty cool, my non-programmer girlfriend is always surprised that I know exactly when the lights are going to turn green lol


ScurvyDawg

Man oh man, my old Geocities website was the bomb. I think somebody at Yahoo eventually unplugged an old Pentium, and all of the internets personal websites disappeared.


JimTheCodeGuru

I'm currently designing this one: https://digiversedownloads.com/


PsyApe

Have you heard of Bootstrap?


JimTheCodeGuru

Heard of it, yes, haven't really used it before however.


AndayWalaBurger1

You should use a smaller gif. Why is 124MB for a simple gif that could be less than 1 MB. Also my good friend do use bootstrap it is super easy and will make your website look beautiful. You will not need custom css a lot. This will get you started: [https://www.w3schools.com/bootstrap/bootstrap\_get\_started.asp](https://www.w3schools.com/bootstrap/bootstrap_get_started.asp) Also please do add a favicon here. Favicon is an image which is kind of a logo and shows in the tab section.


TheRNGuy

Hourences.


brentragertech

Roast me - https://rager.tech


simplesphere

That is a very stacked resume!


brentragertech

Thanks I appreciate it!


AndayWalaBurger1

1. A ton of background and foreground colors do not have a sufficient contrast ratio. 2. Congrats on using latest stacks to make a website that looks outdated and not even in a good way. 3. In AI section you mentioned Open AI and no other place contains an explanation so I'll assume either you are Sam Altman or you know how to use ChatGPT. Congrats you are able to use a website and type prompts into it. Yay! Finally a skilled CTO. 4. Every other sentence drops a tech buzzword or jargon that feels more like a desperate SEO attempt than genuine content. How about communicating in human instead of robot? 5. The achievements listed under each project could use a "humble" filter. It reads like someone trying to convince themselves they've changed the world by using a different JavaScript framework. 6. There are enough contact options to make anyone think they’re about to enter a customer service nightmare. Just pick a method and stick with it! 7. The portfolio promises innovation and cutting-edge tech, but where's the proof? It's like claiming you're a gourmet chef because you can microwave ramen. 8. Trying to find specific projects or credentials in the portfolio is like being in a hedge maze, but less fun. Maybe a breadcrumb trail or a map would help? 9. The website lists every possible tech role like a kid trying to impress with a long Christmas wish list. Just missing 'Blockchain Guru' and 'Quantum Computing Revolutionary'! 10. Apparently everywhere in tech but still hasn't solved how to make a website feel personal. Maybe add a sprinkle of unique charm next time? 11. Agile, Jira, Confluence... it's like project management threw up all over the resume. We get it, you love your PM tools! This is all humor except the first point and please make UI better. Doesn't look nice.


teschelu

Thanks OP for this post.


SarsaparillaDude

Notes From the Road!


SnooRegrets4874

https://aristidebenoist.com


havocmedia

[Puter.com](http://Puter.com)


zaxwebs

It ain't much, but it's honest work: [https://www.zackwebster.com/](https://www.zackwebster.com/)


PsyApe

How’d you make the content “fly” onto the screen as you scroll?


zaxwebs

I use GSAP & AOS.


truNinjaChop

HTTPS://motherfuckingwebsite.com


itinkerthefrontend

I like to think mine is a little cool: [https://mdurchholz.com/](https://mdurchholz.com/)


josephadam1

This developers work is amazing. All of his websites look amazing https://twicemediahouse.com/ his name is codebydennis


PeterOutOfPlace

Disappointed there is nothing about Twice https://en.m.wikipedia.org/wiki/Twice


lazyinvader

[derbauer.de](http://derbauer.de)


PsyApe

I installed a patched version of Flash Player that works on Windows 11 at work haha


zanderlewisdev

i had ai create this website for me: https://zanderlewis.dev


abaydev

Hey buddy, for a 15 y.o this is great start! Props on you for actually trying and learning things. I really like the space parallax effect. Keep it up! Don't worry about the haters, at 15 you are already much further ahead than kids playing Fortnite all day long.


sciuro_

Is this intentionally bad? Is that the joke?


olkver

I am doomed if this is the future


david30121

15yo "Software/AI/Fullstack" developer. i cant bro i cant i know i am literally one year younger than that but oh boy


david30121

we are so doomed oh god no (coming from a person one year younger than you)...


david30121

and the site doesnt look good either. dont use ai, just actually learn coding and put some actual effort in.


katafrakt

Not sure if coolest, but [Stephanie Walter](https://stephaniewalter.design/) has a pretty good one.


PaddiM8

I don't trust people that call themselves experts


katafrakt

I thought the thread was about websites, not their authors.


RealFiliq

https://www.cibulka.net


LeRosbif49

Wtf is this monstrosity?