#rust server
Explore tagged Tumblr posts
Text
Colouring practice via a teehee meme 🫡
#resident evil#chris redfield#rebecca chambers#Asked a Server which characters to do for it and got becca so—-#Next few commissions after the two m finishing tonight require full colouring so this was more or less to practice and shake off the rust
548 notes
·
View notes
Text
Wild mention of my favorite character! Sounds like Jade's playing low-effort mind games on Jamil's birthday just by knowing Jamil would turn it into a mindgame all on his own. Jade knowing Jamil knowing Jade knowing-
"I received a birthday card from Jade. He could have just said it in person; why go through all that extra effort...?"
#twisted wonderland#jamil viper#twst jp#jp server spoilers#comfy jamil is so comfy#translation SUPER rough my Japanese is like five years rusted over#I am not a reliable source#jamil at octavinelle: Why are you all so WEIRD?!#jamil IS octavinelle's enrichment actually#or like 2/3s#riddle has floyd covered#rip
22 notes
·
View notes
Text
#sabikui bisco#rust eater bisco#nekoyanagi milo#veronica's art#made this for the server but wanted to share/archive here too bc its funny
75 notes
·
View notes
Text
i love how articles have taken the 'stop using c/c++ for secure applications due to memory vulnerabilities' and taken that to mean no-one should ever use it, c/c++ is over I guess... (I mean both windows and linux are written in a lot of c/c++ so...)
2 notes
·
View notes
Text
THIS IS GETTING OUT OF HAND
THERE ARE UNDERWATER RIFTS NOW???
#vintage story#vs raftbound server shitpost#the rust world truly is flooding#thats why its all so rusted in there
5 notes
·
View notes
Text
vintage story is the perfect comfort game for us bc its a satisfying cross of rust and minecraft where nothing can get done quickly.
#our problem with rust is that nobody plays it like our dad does#slowly. calmly. exploring and mapping and most importantly- on a locked server that nobody else has access to
2 notes
·
View notes
Text
All-level Rust
Web servers require layers upon layers of software and hardware. Routing, multiplexing, protocols, everything. Rust is a viable solution to making a web server, because it's safe and fast, and has many crates to help (tokio, warp, ws). You can make a browser in Rust, as well as games.
But at the same time, you can make an operating system with it. The lowest level of access to a computer you can get, creating and dereferencing raw pointers, running on the CPU itself. You can make not only games but game engines. You can make compilers. You can do FFI. You can make FFI. Your entire stack can be made with Rust.
You would make a web server in JavaScript, Java, C#, Go, or maybe even Python. But you wouldn't use any of those to make an operating system, because they require a runtime aren't bare metal enough, or throw exceptions. They are good for making web servers because they abstract away problems like buffer overflows, and they are extendable languages. You would use C, C++, or Zig. They are good for making operating systems because it's easy to dig into memory ((unsigned short*)0xb8000 is the VGA text buffer).
Rust can do both. Sure, you can make a web server in those OS languages, but you need to make sure it's safe as hell. Rust itself is safe as hell.
/rust rant
#programming#server#web server#web development#operating system#operating systems#javascript#java#c#c++#csharp#zig#go#rust#osdev
10 notes
·
View notes
Text
TCP Server Rust
This is a Rust program that sets up a TCP server to listen for incoming client connections on port 5566. When a client connects to the server and sends a JSON string representing an Employee object, the server deserializes the JSON string and prints the employee's first name to the console.
Here's a breakdown of the code:
The use statements at the top of the file import the necessary Rust modules and dependencies. The serde module is used for serializing and deserializing data, and the std::io and std::net modules are used for handling I/O and network connections.
The Employee struct is defined with three fields: first_name, last_name, and employee_id. The #[derive(Serialize, Deserialize)] attribute macros are used to generate the serde implementations for the struct, which allow it to be serialized and deserialized to and from JSON.
The main function sets up a TCP server using the TcpListener struct and listens for incoming client connections on port 5566. When a client connection is received, a new thread is spawned to handle the connection.
The process_object function is called in the new thread to handle the client connection. The function reads the incoming data from the client, deserializes the JSON string to an Employee object, and prints the employee's first name to the console.
The program uses the try_clone method to create a new handle to the same stream, which allows the function to read the incoming data without consuming the original stream.
The program uses Rust's Result type to handle errors that may occur during I/O operations or JSON deserialization.
Overall, this code demonstrates how to set up a TCP server in Rust and handle incoming client connections, as well as how to serialize and deserialize data to and from JSON using the serde library.
Here is main.rs
Here is Cargo.toml
Run the following command in your project directory to build and run the server:
cargo run
Open a new terminal window and connect to the server using a TCP client, such as netcat or telnet. For example, you can run the following command to connect to the server:
telnet 127.0.0.1 5566
Once connected, you can send a message or object to the server. For example, to send a message, simply type a string and press Enter. The server will respond with an acknowledgement message.
To send an object, create a JSON string representing an Employee object and send it to the server using the same connection. The server will deserialize the JSON string and print the employee's first name.
To stop the server, press Ctrl+C in the terminal window where the server is running.
2 notes
·
View notes
Photo
Pearl in the Rough
Shining on top of a throne of gunk, oil, and rust.
It's crazy how much an idea can morph over time. I had this composition in my head for a long time now, almost since I began, and now that I sat down to work on it, it changed into something very different, something with a completely different intention. It's such an old idea that I think those changes came from me changing as a person as opposed to the regular development of an idea. Also, it's been an erratic couple of weeks... again. I wish I had more time to sit down and paint, but my other priorities took over my time and energy.
Here is a timelapse of the process. I'm open for commissions!
#snake#pose#on_back#lying#mattress#looking_at_viewer#junk#junkyard#jet#jet_engine#engine#tire#computer#rust#server#scrap#speaker#turbine#ambiguous_gender#piston#machine#glistening#missile#scalie#anthro#pink_body#green_eyes
1 note
·
View note
Photo
inui milo and nishigaki bisco (cobkubo’s initial character concepts)
#sabikui bisco#rust eater bisco#nekoyanagi milo#akaboshi bisco#and gren the frog (as lovingly dubbed by the server#veronica's art#MUSHROOM STEAMPUNK...... MUSHROOM CANNON.....
37 notes
·
View notes
Text
my friends convinced me to play rust
and man it's so fun but im so scared all the time
#we got griefed within the first 6 hours#but lucky the server mods are our friends and they banned them#also why does everything want to kill me#i hear foot steps and my heart is in my throat#usually i have a video going on the other monitor while playing most games#this i was laser focused and closed everything else cause i didnt want distractions lmao#come play rust with me#its a community server so were all helping each other out
0 notes
Text
#devops#roadmap#learn#engineer#sre#free#online#resource#python#ruby#go#rust#javascript#nodejs#ubuntu#servers
0 notes
Video
tumblr
Jae’s birthday message to June 🎂 (2021)
#just a little tbt post!#jae met june in the otv rust server and they clicked since then :D#just some context of the house thing - they both played on the otv minecraft server and the were neighbours LOL#it's june's birthday today so making some throwbacks :D#hjune#jae#jaejune#jaejunethings#happy birthday!#video#birthday message
1 note
·
View note
Text
Error messages in Java:
Something failed somewhere in your code, here's a thousand lines of unrelated stack trace. Oh, and how about it's error code 1. Good luck googling that, asshole.
Error messages in Python:
Is that... It's that a space next to a tab?
Eeeeeeewwwwwwwwwww
I'm not reading this!
Error messages in Rust:
Oh, hey, man, um, I think you forgot a semicolon here, I can fix that for you, don't forget next time!
1 note
·
View note
Text
I’m not an inniter anymore but I still think about my rust design, should I just yoinked him and book it as my Oc
#ignorelist#THE MASK GOES HARD IM SORRAY#and its not like they’re gonna stream that fucking rust server#im still keeping my word i would deadass really watch them back if they streamed rust#which is never#and also no one would care
0 notes
Text
Name: Molotov Rust
Nicknames: Sister (The Sisterhood of Flora), Molly, Friend (Buddy)
Age: “Born” in 1989
Gender: Nonbinary/Genderfluid (They/Them, Any)
Race: Redcap (a type of fae)
Height: 5'0'
Power: fae magic, very enhanced senses and physical abilities. Can detect and manipulate violent urges.
Affiliation: their knife collection, the Sisterhood of Flora (Adopted Sisters), Ë, Francis, Aven Mallory (Old Friend)
Extra: redcaps are a type of murderous fae spawned from bloodshed, often on battlefields. They must soak their red caps in fresh blood periodically or perish. Molly was born during The Troubles in Ireland.
Molly has an honour code about who they do or don’t kill. Panromantic and Demisexual. Lives in a house with Yoran, Airidey, and Lauren.
#fox’s rambles#lore post#cerania discord server#oc#molly rust#fox creates#picrew#discord roleplay#my oc
1 note
·
View note