You are browsing as a guest. Sign up (or log in) to start making projects!

NotSuspiciousProgrammer

@NotSuspiciousProgrammer

Joined July 19th, 2026

  • 21Devlogs
  • 4Projects
  • 6Ships
  • 48Votes
pi! this girl's a professional pi enthusiast, petite pianist, and - most obviously - a programmer!!
i'm not suspicious, so therefore everything i do is not suspicious... right?
Ship ✨ Blessed

This is a customizable New Tab page designed for better productivity!! A sticky manager displays sticky notes, where you can organize reminders for yourself. Add events to a calendar, which displays the current month and the next upcoming month. Save frequently visited sites, quickly search through them using the webpage search bar, and visit the site with keyboard shortcuts! Quickly view the time and date, and access a simple calculator or Desmos calculator. Set preferences in the settings area. For more details about Stickytab’s many features, take a look at my README.

In this ship, I had to utilize complex JSON for the calendar component of Stickytab. This challenged me a lot, and I was stuck with my bugs for many hours! Eventually I managed to find all the different bugs, and the calendar is a working component of Stickytab.

Please explore my Stickytab project - I hope you find it a useful tool for productivity!! Check out the README file (that’s why it’s called “readme”) before using Stickytab.

  • 4 devlogs
  • 11h
  • 12.89x multiplier
  • 175 Stardust
Try project → See source code →
Open comments for this post

5h 55m 50s logged

FINALLY!! The calendar component of Stickytab has been completed! Now, you can add events to the calendar, to the current month or next month. Events can also be removed if they’re cancelled. The events are saved locally to your browser, and their aesthetics can be customized through Stickytab’s settings.

0
0
106
Open comments for this post

1h 33m 6s logged

Sneaky bugs… always hiding in the darkest corners of my code. In continuation for working on the calendar component of Stickytab, I fixed all the bugs I could find. I also improved the aesthetics of the calendar, and started some code for the special calendar customization components!

0
0
142
Open comments for this post

2h 58m 45s logged

The core code for a calendar was added to Stickytab! Since I usually use saved sites through the webpage search bar, and not through directly clicking the link in the list on the right, I decided to put a more productive tool in the right-hand side of Stickytab. Sites can still be saved through the “Saved Sites” button - and they are very usable through the helpful webpage search bar! Next I will work on adding cool functions to Stickytab’s calendar!!

0
0
99
Open comments for this post

51m 1s logged

Responsiveness added - sort of! After the second ship, a lot of people talked about the peeving-ness of restricting Stickytab to a 16:9 landscape screen ratio. I edited all three main files - the HTML, CSS, and JS - to support other screen ratios. Stickytab still works best with a 16:9 landscape screen ratio, but now it is physically possible to use it with a different ratio.

0
0
76
Ship

I made a pi-themed “operating system” that can run in a web browser! The hardest part for me was making the windows draggable, since I ran into some bugs even while following the guide. Thanks to some clarification in a W3Schools article, I managed to fix those bugs. I have some features in this OS that the guide doesn’t list, one which is the app that plays music. The other is the helpful text at the bottom of the screen (telling you where the apps can be opened!) that disappears when an app is opened.

I enjoyed making this pi-themed “operating system”. I hope you enjoy exploring it!

Try project → See source code →
Open comments for this post

1h 32m 56s logged

I added more CSS styles and customization. I also made the “windows” draggable with JavaScript, and I added buttons to open and close the app placeholders. Next I’ll be adding things to the apps themselves!

1
0
74
Open comments for this post

1h 44m 58s logged

*gasping for breath* My.. code… FINALLY WORKS. I’m 314% new to Python. The most complicated Python script I’d ever created before this project was something like print(“pi is amazing”) . But.. I figured out how to create Python code to do some simple stuff with .json files! I don’t have a frontend or UI yet, so all my screenshots are of my code and my files. I know this took a very long time for such a “small” amount of work, but seriously: I’m new to Python. Wish me luck!

0
0
78
Ship ✨ Blessed

Stickytab is a better New Tab page designed for productivity and organization. You can save sticky notes and fill them with reminders, quickly access a calculator, and save frequently visited sites. View the date and time (both 12-hour and 24-hour time formats are supported) and quickly access the README for help anytime.

When you enter a URL for a webpage, there is a popup that searches through your saved sites to find a saved site that matches the URL you are entering. You can filter through the results using the up and down arrow keys, and use the enter key to open the site. This can save a lot of time when you are opening websites!

You can create reminders for yourself by posting sticky notes on Stickytab. (That’s why it’s called Stickytab!!) Up to twelve stickies can be viewed on the page; additional stickies can be viewed by pressing the corresponding button.

Preferences for the default search engine, time format, and Desmos calculator shortcut can be edited and saved locally.

One of the most challenging parts of Stickytab was using the browser’s local storage; I have never done that before! The other challenging part was creating the recursive JavaScript function that searches through your saved sites. I somehow managed to fix all my bugs.. and ended up with a complete and fully working New Tab page.

Hope you enjoy Stickytab! Feel free to test it out, or look through the README for more information :)

  • 6 devlogs
  • 9h
  • 9.87x multiplier
  • 103 Stardust
Try project → See source code →
Open comments for this post

2h 13m 40s logged

Squashed all my bugs and added KEYBOARD SHORTCUTS to the search autocomplete! Now it’s easy to navigate through and open saved sites; the up and down arrow keys move through the list, and the enter key opens the site. If you start by typing “s”, then it finds all your saved sites that begin with “s” (not including the http). If you continue by typing “t” to make “st”, then it finds all your saved sites that begin with “st”.

To-do:

  • Update and improve the README
  • Preference and site saving with a .json file?
  • Add dotfiles to the repo
  • Add font tags to calculator
  • Add thing where using the arrow to go to the very bottom of the autocomplete list and beyond the bottom will exit the autocomplete to go to root URLs instead of saved ones
1
0
43
Open comments for this post

1h 7m 54s logged

FINALLY!! I finished the recursive JavaScript loop to filter through saved sites and find ones that match the search query. Next I’ll be working on making those results usable, through clickable links and maybe through a keyboard shortcut with the enter key.

Bugs to fix:

  • One I found with saving sites without http or https
  • Making this sites window close when a user exits the webpage search and left it blank

To-do:

  • Fix bugs (obviously)
  • Add delete button to calculator - I just realized I forgot this
  • Make links clickable (and add keyboard shortcuts?)
  • Make popup div’s height automatically adjust to size of the list?
  • Add a feature for exporting/importing all preferences, sites, and stickies in a .json?
0
0
56
Open comments for this post

21m 35s logged

I added a digit limit to the calculator, for both aesthetic purposes and for the bug that came with rounding JavaScript numbers. I also fixed some bugs regarding local storage saved preferences. Next I’ll start working on what might be the hardest part of Stickytab: a partial autocomplete for the webpage opener using saved sites.

0
0
29
Open comments for this post

28m 55s logged

Added calculator customization! There’s a Desmos button on the calculator that allows you to quickly open the Desmos calculator. Now, you can customize your preferred Desmos calculator, saved locally to browser storage.

0
0
29
Open comments for this post

2h 42m 45s logged

I finally finished the calculator! Its code was significantly more confusing than I thought it would be, but I somehow managed to fix some of my bugs..? There’s a limit to how many digits are shown, but not how many digits are stored, and JavaScript slightly rounds the digits, so I should work on adding an actual digit limit.

0
0
19
Ship

finished personal webpage

this is a personal webpage with fun games to preview! read a few paragraphs about me, then read a few paragraphs about things you can explore on my webpage. this project features a cool starry header, multiple paragraphs with fun facts and hobbies, and three previews for games i made a little while ago. for this second ship, i added fun CSS animations to every section of content on my webpage. i also made the games easier to preview, with each game opening an individual HTML dialog along with an option for fullscreen. i hope this webpage is enjoyable for everyone who visits it :)

  • 1 devlog
  • 2h
  • 12.69x multiplier
  • 21 Stardust
Try project → See source code →
Open comments for this post

1h 37m 11s logged

Added CSS animations to every section of content on my webpage. I also improved the game previews, with a popup dialog that can be opened for each game. Finally, I updated and improved the README, adding a cool animated GIF and a better description.

0
0
53
Ship

Finished is a lil’ webpage with some random facts about me! The three sections are a heading, three paragraphs about me and my hobbies (with a fourth bonus paragraph with fun instructions for the interactive webpage), and a section filled with previews for some of my games! There are three different games: a silly pie game, tycoon game, and logic game. This webpage, and all three games featured in the previews, is 100% created by me.

Try project → See source code →
Loading more…

Followers

Loading…