June 25, 2025
so I did the base logic, but expect more features soon
i shoulve posted a devlog but I made the site, not sure how new layout works on mobile ill have to try
I made the room where Kris Deltarune begins in the dark world.
A Kristal mod featuring sans
I have basic syntax working, you can dim variable as type = variable;
, and you can print("a")
now
Viper is a traditional programming language built in Python.
I made the base ui, using monaco editor
a simple yet powerful monaco based IDE.
Added the notify, fw, mounted (broken) and reboot endpoints
I added a basic endpoint to access the CPU and RSX temperatures.
API to access webman stuff of your playstation 3!
I got the basic Pageweaver Project spec working.
I added a player with movement, his name is John.
I have added basic Saving/Loading support to Marky.
I made the list of Headings in your file display in the sidebar.
After 45 minutes of debugging something which ideally should only take me 15 in swift..
I got rendering working
The problem was...
Wait for it...
'' was empty.
I have basic HTML conversion, and am getting ready to render other markdown elements and the HTML itself.
Clipman 2.0.0 Beta
https://github.com/conistuffwow/Clipman/releases/tag/2.0.0b
Clipman v2.0.0 Beta Preview introduces Groups, allowing you to organize your clips to the max. (it is very likely your clips will not persist and crash the app, before updating, open the Settings panel, and hit Wipe clips. Quit the app, and then replace it.
It also introduces an Update function, so you can get notified of Clipman updates.
The media player now shows music from your actual iTunes Library
Beginnings of a retrophase music player
Clipman v1.5
https://github.com/conistuffwow/Clipman/releases/tag/1.5
- Bug fixes
- Favourite clips dock at the top
- URL clips open in browser (exclusive copy button for them)
I added the glassmorphism effect to more things, such as range sliders and buttons. I placed one outside of the main content, so you can see how the effect is.
I've made a bit, there are stack layouts, containers, and more, with a glass trait that makes it glassy, it also supports darkmode
I've completely rewritten 2006.css, to be more customizable and flexible.
First up, the syntax!
Instead of the wonky previous tailwind like syntax, its easier to read.
say you have . if you want it to be shiny, just make its class a `shiny headerpanel`! And it's that simple. When I finish the library and write docs, classes will be separated between two types. Traits, and Layouts.
tag. for example, to set the start gradient of the headerpanel, you'd make this code:
Layouts are the actual layout of the page, like headerpanel, navstrip, main, split, and footer. Traits are optional small bits of styling which can be added, like glassy, rounded, or shiny.
Next, customizability. Each customizable trait/layout will have a custom CSS variable, which can be overridden in the
```
<style>
* {
--hdr-bg-start: #26ff00;
}
to change it. Its quite simple and all variables will be documented.
CWM now has a panel! (reposted cus I added wrong clip)
CWM has shifted focus onto a tiling window manager, and with it comes some great new utilities.
First, there's now the AddWindowWithLayout function, which allows me and contributors to easily create windows if needed.
No function to create windows has been added yet, but I hope to add that. There will also be a top panel, where in the configuration file (/home/yourname/cwm/config.ini) you can choose what's there (battery, time, wifi, etc.). You'll also be able to choose different UI colours.
You use tab or the arrow keys to switch window focus.
This is the first develop of CWM!
There's nothing much added, just windows and the stuff.
So, preliminary batch support has been added! It's fairly simple, and FAR from complete, but you can run basic windows-formatted bat scripts!
Newly implemented bat exclusive features:
ECHO
GOTO label
:label
SET %HACK%=Club
ECHO %HACK%
I'm extremely proud on how this has come out so far, and I'm excited to see if the project reaches high batch compatibility!!
I started work on DOSh, it quickly became DOS-like, it currently has the ability to run unix commands, and the standard dir cd commands.
In the future, it will have compatibility with .BAT scripts :O
There's not much here yet, so stay tuned!!
This was widely regarded as a great move by everyone.