#errornotfounded
Explore tagged Tumblr posts
Text
Raffle Giveaway Prize for ErrorNotFounded on Bsky!
I ended up hosting my first raffle and had 7 entries on there!
Unfortunately had to only pick one from the giveaway, but the two-headed knight character here was one of my faves that was entered and I'm so glad to have drawn them!
Thank you for letting me experiment and draw them!
Had a lot of fun with this piece! :D
#ttrpg#dnd#fantasy art#oc art#oc#knight character#two-headed#dragon#plant#hybrid#errornotfounded#art by dragonfoxstar#dragonfoxstar designs#clip studio paint
5 notes
·
View notes
Text
About Admin
So I saw a few of the awkward squad did it and I thought I'd do one too since I still have some free time so here we go~
(Nick)name? Preferred pronoun?
Bexi, Bex or Bec are the most common. I'm she/her 🌸
Birthday?
November 22nd, Sagittarius, year of the Tiger. 20 🌸
How would you describe yourself?
Way too passionate about fictional characters, an airhead, a daydreamer, night owl, intense, lazy. I'd say Ranpo is as close as you can get to my personality being similar to oen of the BSD babies 🌸
Hobbies/Interests?
Reading, writing, seiyuus, learning new stuff 🌸
Are you a fan of anime? If so, what are your favorite ones?
Well yeah I fell down this rabbit whole about six years ago so I'd say I'm a fan haha.
Some of my faves are Gintama, Psycho Pass, BSD obviously, Jojo's Bizarre Adventure, Durarara, BNHA, Tate no Yuusha no Nariagari, Akatsuki no Yona *the list is long really* 🌸
Do you ship? If so, what is/are your favorite ship(s)?
Tbh it's not really the first thing I notice or pay a lot of attention to in any show, i get swept into shipping the deeper I get into the series. I have no problem with any ship really as long as it's not minor/adult, that just irks me the wrong way. So... Soukoku is 👌🏻 tho, romantic or platonic I just love those two together, I really love Gintsu and Okikagu, and Todomomo 🌸
Favorite character(s)?
I love everyone really but since I can't just list every single one of them the top of the top are the gingers~ Kouyou and Chuuya just bring me so much joy, also Dazai and Ranpo and Gogol (yes a thirsty Gogol stan here woop) 🌸
As for non BSD characters: Sakata Gintoki, Sakamoto Tatsuma, Joseph Joestar, Caesar Zeppeli, Giorno Giovanna, Diego Brando, Izaya Orihara.... many... many... characters...
If you could bring any character to life to become your best friend (or partner), who would it be?
Yosano. We can go shopping and destroy misogynistic jerks while we're at it 🌸
If you could have any superpower (it can be from an anime, movie, video game, or anywhere really), what would it be?
Stand. I'd really love a stand. Like the concept of your soul/will power materializing into a ghost like thing? So freaking interesting and dare I say, fabulous 🌸
How many posts do you plan on posting a day?
I'm not sure really, two-three times a day and open to asks, submissions, interactions with the other blogs. I just want people to have a good time here 🌸
Time-zone?
... Eastern European Time
Other blogs/social media you want to share?
Ahm... my main blog is @bexis-mind and it is exactly what the name suggests. I spam-post whatever obsesses me and my twitter, @ErrorNotFound, is the same as my tumblr content wise 🌸
Anything else you'd like to mention?
I just hope I can find more people to fangirl with about anime and whatever else people want to fangirl about ☺
4 notes
·
View notes
Note
Hey, https-errornotfound😘! You like this videos😘?
Fu11 video and others > PLAY VID <
😘😘😘😘
😰 please don’t. Thx
0 notes
Text
Documenting APIs with Swagger
During the last few weeks we have been discussing how to best document the Thingful API and what tools we should use to accomplish the task.
Despite being a necessary step for making the software and APIs usable to both internal and external users, writing and maintaining documentation is not necessarily the most exciting job developers want to do. It is usually more interesting to write code then describing how to use it.
Luckily for us, there are tools we can use to make our life simple and fun, even when it comes to defining API manuals and Swagger is a perfect example of a modern and popular framework that helps accomplish that.
According to its own definition, Swagger is a set of specifications that provides a language agnostic interface for designing, building, testing and publishing documentation about the capabilities of a RESTful web service.
On top of the tools that come with Swagger, which include but are not limited to an online editor and a customisable user interface, there is a wide range of libraries that enable developers to use their programming language of choice to generate OpenAPI compatible swagger documentation.
Since Golang is one of the main languages used at Thingful, I decided to explore the go-swagger package and try to document a little demo application.
One of the key requirements was to be able to generate swagger specifications directly from code annotations in order to keep definitions of actions, routes, response and request bodies as close as possible to the code that generates them. Go Swagger can accomplish this through special tags that can be used as code comments.
Since the demo app I built has only one end point I tagged the handler function in charge or dealing with HTTP requests and response with the swagger:route GET /items item-operation comment. This route tag defines the HTTP method the handler accept (in this case GET), the path where the handler will be invoked (/items) and any ID we want to use to refer to this route. IDs are very useful for associating a route with any other operation, such as responses or requests, with the same tag.
I also specified what responses the route will generate using the Responses: 200: itemResponse 404: errorNotFound tag.
This block of comments specifies that in case of a success the handler will return a 200 status code and an itemResponse object. In case of an error it will return a 404 status code and an errorNotFound object. Again itemResponse and errorNotFound are IDs that are used to associate a type defined somewhere else with the current route.
Since the handler allows for an optional query argument, I defined an object to use to hold the query value and commented it with the special swagger:parameters item-operation tag. Notice that I re used the item-operation labels previously defined in the route tag.
Since responses can be of two types - success or error - I defined a success object (or struct in Go lingo), and labelled it swagger:response itemResponse. Similarly I defined an error object and labelled it as swagger:response errorNotFound.
All these comments and tags can then be parsed by Go Swagger, translated into JSON (or YAML) format and outputted to a spec file that will be consumed by the Swagger UI.
Although not perfect I really liked this approach since it allowed me to quickly and easily generate documentation for my little application. Specifically I found it very useful to be able to describe how to query and render resources at the same time as I was writing the code actually responsible for doing it.
The final documentation can be found online on the swaggerhub and the demo API can be accessed at https://simple-swagger.herokuapp.com/items.
The code used to generate the API and the documentation is available on github at https://github.com/thingful/simpleswagger.
I encourage anyone interested to download and/or play with the demo, as well as sharing any comments or insights about swagger and its usage.
1 note
·
View note
Photo
As of now we are at 404... lmao... #errornotfound xD but there's more watch time, less views. This means people might actually be listening to my whole songs??? O.o. that's awesome! Thanks to all who have been there on this journey. There's a long ways to go and this is not my full analytics overall. But it is good to see progress finally happening for us! Let's keep it up! Tell your #metalhead friends and families, tell your wierd uncle bob, watch my videos and listen to my music... that is all I need to know that you guys actually care what happens on my channel! Love you guys! In hard times, it is amazing to see people sticking together! #linkinbio #metalmusic #metalgirls #musician #youtube #ladiesofmetal #support #subscribe #ArwenStarsong #unsigned #singer #singerlife #musicians #progressatlast
#progressatlast#musician#youtube#ladiesofmetal#singerlife#metalgirls#metalhead#support#subscribe#musicians#arwenstarsong#unsigned#errornotfound#singer#linkinbio#metalmusic
0 notes
Photo
#404 #errornotfound #banmaihotel #staywithmetonight🎶 (tại Bãi biển Nhật Lệ, Quảng Bình)
0 notes