
User: too2q
About
SNCA connoisseur
Summary
- Joined:
- Last visit:
- Last active:
- Posts: 54
- Threads: 2
Recent posts
>>38
You got to slowburn it, but the new one is adjustable, I can simply add more weight if that's required.
You got to slowburn it, but the new one is adjustable, I can simply add more weight if that's required.
>>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
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
>enabling ids on a board with accounts
I don't even have a gigachad that could quote you properly
I don't even have a gigachad that could quote you properly
spoiler
||spoiler||>>52
I will improve the formatting to ignore
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.the last 4 can't be escaped with backticks because they aren't a part of markdown syntax
>green
<orange
RED
glow
(((jews)))
spoiler>>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
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.>>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
>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
>>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.
>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.
>>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
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
>>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
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
>>51
How long does it take to finish such a drawing? Looks super detailed.
How long does it take to finish such a drawing? Looks super detailed.
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
, 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-referrerattribute; 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.
>>48
added, the syntax is  (or some other number ofc), the ![] part is required because I'm abusing markdown syntax to handle this
added, the syntax is  (or some other number ofc), the ![] part is required because I'm abusing markdown syntax to handle this
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
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 , 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
>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 , 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
>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
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
>>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
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
>>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
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
