[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: 54
  • Threads: 2
Recent posts
too2qNo.39
>>38
You got to slowburn it, but the new one is adjustable, I can simply add more weight if that's required.
too2qNo.37
>>35
Very much offline, I've been training somewhat, bought a new 10 kg (actually 9.5 kg) dumbbell because I maxed out the previous 5 kg one, also a lot of work around house and inside
In the meantime I also grew completely frustrated with the Scala compiler and its terrible slowness, will try to write something in pure Java for a new challenge, maybe a booru because Shimmie is terribly slow
too2qID: 28ba8753No.116
>enabling ids on a board with accounts
I don't even have a gigachad that could quote you properly
too2qNo.56
spoiler
||spoiler||
too2qNo.53
>>52
I will improve the formatting to ignore <code> elements and then escaping with backticks will work, can also expand the guide to explain how to make tables, references to sources etc., but will need a permission to edit pages for that.
too2qNo.48
too2qNo.47
>>45
|‎ㅤ|spoiler|ㅤ|
too2qNo.45
>>43
|| is for spoiler
too2qNo.44
the last 4 can't be escaped with backticks because they aren't a part of markdown syntax
too2qNo.42
>green
<orange
RED
glow
(((jews)))
spoiler
too2qNo.107
>>102
A proper formatting guide is long overdue
too2qNo.101
>>89
I've dropped a few comments.
too2qNo.88
>>87
I'm not at home now and just took a look from phone, looks OK and will merge tomorrow, just check if you can replace the XML escaping method with org.owasp.encoder.Encode which I already use for escaping embed links, if not, put a comment above so I don't wonder later why do I have a special method for that.
too2qNo.79
>>75
/calm/ gem
too2qNo.71
>>69
>I'm beginning to hate how inadequate my art looks despite all the time I've spent drawing
Maybe you just need to spend twice as much, I don't know what the standard is
too2qNo.68
>>46
>4m 30s
are you measuring how much time it took to draw it?
too2qNo.63
>>62
>On the phantasia scale I'm probably a 1 but I've never done a proper test for it.
Are there proper tests for it? When I consciously try to imagine an apple, I can't, but I can easily imagine anything as long as I'm not aware it's a test.
too2qNo.59
>>55
>>56
The calculation part was kinda important in what I did so that explains things somewhat.
too2qNo.58
>>57
kek, I actually subtract 1 from that index to get the proper internal array index, but thought starting with 1 will be consistent with page numbering
too2qNo.54
>>53
That's not long, I expected at least 10h, I remember having to draw crankshafts and such at school and it would take me like 6h hours for a single A4 drawing while being much less complicated than this
too2qNo.52
>>51
How long does it take to finish such a drawing? Looks super detailed.
too2qNo.19

New features:

  • Anonymous threads: posts in an anonymous thread do not have the author's account linked; they are also not visible on user pages.
  • Restricted threads: visible only to logged-in and activated users.
  • Inline references to uploaded attachments: attachments can be referenced using ![](<index>), where <index> designates the specific attachment to use.
  • Button to show/hide mod controls: located in the top bar, this button toggles the visibility of control buttons, IP hashes, etc.

Misc. improvements:

  • Inline images now have the no-referrer attribute; the Referer header will not be sent when downloading an image from an external source.
  • Removed the flickering effect caused by post timestamps being replaced with relative times during page refreshes.
too2qNo.52
>>48
added, the syntax is ![](1) (or some other number ofc), the ![] part is required because I'm abusing markdown syntax to handle this
too2qNo.50
an option to make a new thread restricted (which will be visible only to logged-in and activated users) will appear when zoot updates the server
too2qNo.48
there are few caveats though:
>you can't use images from arbitrary domains because that's how IP leaks happen, there is a whitelist
>the image has to already be uploaded somewhere because you need a link to it
>there are no thumbnails
I plan to add syntax like ![image](1), where the number will reference an uploaded image and then we would get thumbnails, but that's something that needs to be added someday, currently I'm working on those restricted threads that somebaldi asked for
Last edited
too2qNo.47
>>46
you mean something like this?
mymy iq
too2qNo.45
>multiple pictures in one post
we do have this though
>avatars
i'm not so sure about this because my conception for the site was that even though there are accounts with all the nice features they enable like access control or auto-approval, namefagging shouldn't really get in the way while posting, posts should still be more about content than about who wrote them
>private messages
on todo list already
>feels a bit too zarty like and it doubles the dutch cartoon imageboard
it's also supposed to replace vichan there, so you could say it's a test instance of sorts
too2qNo.12
>>10
not visible on mobile
>>11
because it's a board for projects
too2qNo.41
>>40
yes, that's how it's implemented, it's just that it effectively doubles the cache sizes because now all queries have to take into account whether the user is logged in or not, and this information has to be passed everywhere, and also in some cases it means an additional join
too2qNo.39
>>37
i will try to add this anyway, now i don't think it should be such a big complication because it's only an account requirement, which when retrieving threads for overboard or index can be checked because we are retrieving threads so the only place that actually has to change is the user page
Post actions