Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)
I’ll start with: “I found this website.“
Was in a middle of an ad skipping spree on YouTube when I heard (at a glimpse) the sentence “Patrick’s Parabox”.
Now what, Baba is You ads?
It’s time for a final exam!
… and I’m late at the first day. That’s 5 minutes wasted then.
Now for a non-weird question:
I’m going to implement searching for TBG REST. However, I’m not sure what query syntax I should use. Here’s the list:
Raw : /search/posts?keywords=keyword&author=author&forums=2&forums=5&search_in=0&sort_by=0&sort_dir=DESC
Ocular style: /search/posts?q=keyword +username:"author" +category:"TBG" +category:"RPG"&sort=0&order=DESC
GitHub style: /search/posts?q=keyword user:author in:TBG in:RPG sort:time-desc (you can also use `sort=` and `order=` queries if you want)
not URI encoded for readabilty (for humans at least)
Which one should I choose?
What’s with the dip every December 26 here?
https://npmtrends.com/axios-vs-got-vs-node-fetch-vs-request-vs-superagent
You know how current text-to-image models work, right? They start out with noise and they transform it to make an image.
I wonder what happens if I do that with text
I have a survey for picking a major
I'm unsure what should I pick from these:
Software Engineering (since as you can probably predict, I like coding stuff)
Data Science (since I do also like messing up with data, my main is Python for a reason)
Information System (it's where I get my data anyway, also I'm kinda fascinated with this as well)
(no, I can only select one)
Do you prefer using the getElementsBy...
functions or querySelector
?
For some reason I prefer querySelector
lately
Turns out something about using Axios along side Express is making it go haywire Axios doesn’t work well with HTTPS when Express calls it Axios on Replit is broken
Why does this spew garbage
https://tbg-rest.gilbert189.repl.co/topic/5607
send help
(the repl is in the test folder if you want to see it)
Been thinking of rewriting ChanSpec Player to use PySide
It currently uses tkinter which makes it look like something from Windows 95
I see wasteof and Darflen as two platforms that tries to solve the same problem but with a different result
Why does this spew garbage
https://tbg-rest.gilbert189.repl.co/topic/5607
send help
(the repl is in the test folder if you want to see it)