[ Home / Overboard / Stats ] [ Suggestions and Feedback / Off-topic ] [ Original Content / MetaOC ] [ very cool website / dead internet theory ] [ Search ]
[ Register / Settings / Log in ]

User: too2q

About
SNCA connoisseur
Summary
  • Joined:
  • Last visit:
  • Last active:
  • Posts: 103
  • Threads: 2
Recent posts
too2q No.135
>>132
>Maintenance
The new laptop has arrived, so hopefully we will see this more often. 4x as fast as the previous one at compilation, the power limits, thermal limits, fan speeds are unlocked, so I will be able to extract even more performance out of it when I replace the stock 28W cooler with a 40W one. I was already able to get to stable 36W by raising the temperature limit to 90° and the fan to 4400RPM, so I'm quite optimistic, although the relationship between clock speeds and CPU power is very much non-linear.
too2q No.126
>>125
So it does seem like a browser problem. The browser version might have changed when you changed the phone, some old APIs might have been deprecated or new bugs appeared. The oekaki repo is ancient, see for yourself: https://github.com/vichan-devel/wPaint
too2q No.123
>>121
Is this a phone screen issue, or maybe a browser issue? Try a different browser and check if the problem persists. I for instance am unable to open the post menu on phone without zooming in, when I try the checkbox is pressed instead. No idea why, it looks like the tap event is somehow captured by it.
Anyway, I need a new laptop before doing any further development, the current one is 8 years old already and just not performant enough for my needs. I could still use it while the CPU is constantly at 100% usage, but that's not the best use of my time.
too2q No.117
>>113
do this, that website deserves zero acknowledgement whatsoever
>>114
there is embedded goog under your canvas
too2q No.175
>>174
sisa in the second picture
too2q No.169
>>167
tbh "verafanx" can also be misinterpreted if someone wanted to
too2q No.93
File: 1788083669974.mp4 (7.1 MB, 720x800, 1787870150269y.mp4)
>adding ESL to oekakis as an engagement bait
too2q No.166

Gotta revive the thread since a lot have changed in the meantime, now that the zarty also uses it I had to add many features to facilitate the migration, but also a few others to close the feature gap with Vichan.

New features (since the last post):

  • stats panel on the home page: showing the number of posts, users, total file size etc.
  • LaTeX rendering, extended Markdown syntax: checkboxes, heading references, spoilers, blue text
  • login redirects: opening a link that requires being logged-in redirects to the login page and then back to the original destination
  • configurable default forum view: either the thread list, index, or catalog, required for Vichan compatibility
  • user mentions: using the @user syntax
  • ability to paste/drop files on the post form: with inline references added automatically when dropped on the text area
  • automatic captcha on abnormal CPU usage: enabled by monitoring CPU usage in the background, should detect spam automatically
  • viewing the original post markup: the link is present in the post menu
  • Vichan imports: importing posts, IP notes, pages, and bans
  • upload progress when making a new post: visible on the submit button
  • marking replies to OP: (OP) visible after the reply
  • random 404 images: a new images can be added in the 404 directory
  • latest posts list on the home page: I should make this one configurable though, doesn't look good here
  • extended allowed files list: FLAC, OGG, ZIP, TAR, XCF, SWF, M4V, BMP
  • simple bot detection: most of the bots self-identify as such, some can be detected by inconsistent headers, but there are still many that aren't identified for now; this also affects thread view updating (configurable whether include bots or not), the online user list
  • search improvements: including highlighting the searched text within the found posts
  • thread ordering: available in catalog and thread list view
  • user flags: also known as rizz/vril
  • oekaki: self-explanatory
  • multiple appeals per ban: with a 1 week timeout by default, configurable
  • forum, thread, attachment hiding: there are buttons to filter out threads from a board in overboard, hide threads, gray out images
  • configurable bookmark and edit button positions: available in the settings tab

Misc. improvements:

  • missing icons for restricted, anonymous threads and threads with proxy status visible added
  • various CSS improvements, including extracting the common CSS part to a separate file, delegating colors etc. to theme files
  • current version is now shown in the footer
  • captcha is possible to pass by clicking anywhere when the captcha images are missing
  • limit the max age of deleted posts when mass deleting posts by IP or user
  • migrated the HTML templates to a different library for 2-5x rendering speed-up
  • all external processes used for thumbnails, exif removal etc. are now executed within a sandbox
  • changed the URL schema, /forum/, /thread/ fragments were rather useless
  • placeholders for deleted files instead of nothing
  • a ton of performance improvements
  • new diagnostic administration links for monitoring resource usage, file consistency and removing stray files (which I needed to remove when working on Vichan import) etc.
  • fixes for bugs with embeds, attachments
Last edited
too2q No.91
>>90
tsmt, finally there is no version divergence
too2q No.99
>>98
it must be available for download for users, so in our case in static directory, maybe static/vendor/monocraft
too2q No.96
also the file got overwritten, but i copied it before update
too2q No.95
I made the update finally, you will have to rebuild the posts because the URLs changed
too2q No.93
>>92
the first one looks quite good
too2q No.90
>>89
I think it just makes text unnecessarily spread horizontally, and the font is not really adjusted for being looked at for time longer than starting minecraft and joining a server
too2q No.88
>>87
only for things that have a specific font declared in common.css, which are currently hgroup h1 (a single selector, meaning h1 inside hgroup), and .link-button
too2q No.86
too2q No.85

>>83
ok, add also something like this

body {
    font-family: 'Monocraft', arial,helvetica,sans-serif;
}

so its actually used on the website

too2q No.81
>>79
you have edited the old file, the new one is in static/css/themes
that's because i've extracted the common part to a separate file, so now making new themes is as simple as changing a few colors
too2q No.78
>>77
if there is any support panel, then yes, it shouldn't be difficult for them
too2q No.76
>>75
yeah, it must be overwriting the keys with what is configured in the dashboard
too2q No.74
>>70
it could be that it's just some extension trying to add inline javascript, i see only one error in the console but that's caused by uBlock, so not something that needs fixing, also fonts have their own separate whitelist
too2q No.73
>>72
gotta figure out why it deletes ssh keys after restart
too2q No.71
>>69
kek i got pemission denied literally in the middle of an update
too2q No.68

>>65
no you should literally just append it to the css, should just work

@font-face {
    font-family: 'Monocraft';
    src: url('https://cdn.jsdelivr.net/gh/IdreesInc/Monocraft@main/dist/Monocraft-ttf/Monocraft.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

>>66
yes, there is a whitelist for script and css domains in config so any unknown scripts aren't executed

too2q No.63
>>62
permission denied again award
too2q No.62
>>61
this is a css thing from what i see, you apply it to a stylesheet: https://github.com/IdreesInc/Monocraft#on-your-website
also the server does deserve an update, it's on version 0.3.6 while the newest one is 0.7.0, will do that shortly
too2q No.89
Aug 14 09:34:54 ocgclub java[860]: 09:34:54.578 [virtual-20702] ERROR s.t.s.n.sync.NettySyncServerOptions$ - Exception when handling request: POST /thread/23, by: POST /thread/{thread}, took: 144ms
Aug 14 09:34:54 ocgclub java[860]: java.io.IOException: Cannot run program "exiv2": Failed to exec spawn helper: pid: 48769, exit code: 1, error: 0 (none)
Aug 14 09:34:54 ocgclub java[860]: Possible reasons:
Aug 14 09:34:54 ocgclub java[860]:   - Spawn helper ran into JDK version mismatch
Aug 14 09:34:54 ocgclub java[860]:   - Spawn helper ran into unexpected internal error
Aug 14 09:34:54 ocgclub java[860]:   - Spawn helper was terminated by another process
Aug 14 09:34:54 ocgclub java[860]: Possible solutions:
Aug 14 09:34:54 ocgclub java[860]:   - Restart JVM, especially after in-place JDK updates
Aug 14 09:34:54 ocgclub java[860]:   - Check system logs for JDK-related errors
Aug 14 09:34:54 ocgclub java[860]:   - Re-install JDK to fix permission/versioning problems
Aug 14 09:34:54 ocgclub java[860]:   - Switch to legacy launch mechanism with -Djdk.lang.Process.launchMechanism=FORK

Restarted and it works.

too2q No.86
and i can't even check why this happens because i lost ssh access again
too2q No.81
>>80
i had no idea it's so bad, it's not that bad here
too2q No.79
>>78
almost all of this is bots
<< < 1 2 3 4 > >>