#current time in java
Explore tagged Tumblr posts
Text
So I made another Wallpaper Engine thing, this time with Mistilteinn and Magolor! Not only can you adjust how the wallpaper can be displayed, you can also squish Magolor to make him talk! By default, the particle effects will be unchecked in case your device can't handle it.
Here's the link to the Steam workshop item!
#the illustration alone took months of on off time on it#i also had to learn a bit of java scripting to even make the mago squish interaction work#but thanks to that my ambitious idea for a fecto forgo wallpaper is a lot more possible with my current skills#hope you guys enjoy if you have wallpaper Engine!#kirby#magolor#magolor epilogue#mistilteinn#master crown#rtdldx#kirby rtdldx#rtdldx spoilers#hal laboratory#nintendo#wallpaper engine#clip studio paint#photoshop#animations#fanart
1K notes
·
View notes
Text
The SECOND I get access to Minecraft Java edition again, I'm downloading a mod that lets me shrink. I am going to be small goddamnit.
#havent had java since i was like ten#it was slowing down moms computer too much and we dont have money for one for me#or space tbh#id need to move my childhood dollhouse downstairs which i dont have the strength for.#like physically. i cant carry that massive fucking thing#its like 5ft tall by 4ft wide#no joke#also id need a desk to also hold my switch since id be removing the dollhouse its currently on. not to mention a chair since thats too far#bed cant reach that#urg. how annoying#like. ok. story time.
5 notes
·
View notes
Text
Easy Guide to Getting Current Date in Java with Example
Current Date in Java Dealing with dates in programming can be a bit tricky, but fear not! Java makes it pretty simple to work with dates, especially when you need to get the current date. Let’s walk through how you can do this with some easy examples. Why Getting Current Date Matters? Before we jump into the how, let’s quickly talk about why you might need to get the current date in Java…
Read Our Full Java Tutorial Click here........
#get current date in java#how to get current date in java#add current date and time in java#java current time in utc#get current date and time in java 8#format current date and time in java#display current date and time in java#get current date and time in java example#get current date and time in java calendar#get current date and time in java as string#function to get current date and time in java#best way to get current time in java
0 notes
Text
The so-called Department of Government Efficiency (DOGE) is starting to put together a team to migrate the Social Security Administration’s (SSA) computer systems entirely off one of its oldest programming languages in a matter of months, potentially putting the integrity of the system—and the benefits on which tens of millions of Americans rely—at risk.
The project is being organized by Elon Musk lieutenant Steve Davis, multiple sources who were not given permission to talk to the media tell WIRED, and aims to migrate all SSA systems off COBOL, one of the first common business-oriented programming languages, and onto a more modern replacement like Java within a scheduled tight timeframe of a few months.
Under any circumstances, a migration of this size and scale would be a massive undertaking, experts tell WIRED, but the expedited deadline runs the risk of obstructing payments to the more than 65 million people in the US currently receiving Social Security benefits.
“Of course, one of the big risks is not underpayment or overpayment per se; [it’s also] not paying someone at all and not knowing about it. The invisible errors and omissions,�� an SSA technologist tells WIRED.
The Social Security Administration did not immediately reply to WIRED’s request for comment.
SSA has been under increasing scrutiny from president Donald Trump’s administration. In February, Musk took aim at SSA, falsely claiming that the agency was rife with fraud. Specifically, Musk pointed to data he allegedly pulled from the system that showed 150-year-olds in the US were receiving benefits, something that isn’t actually happening. Over the last few weeks, following significant cuts to the agency by DOGE, SSA has suffered frequent website crashes and long wait times over the phone, The Washington Post reported this week.
This proposed migration isn’t the first time SSA has tried to move away from COBOL: In 2017, SSA announced a plan to receive hundreds of millions in funding to replace its core systems. The agency predicted that it would take around five years to modernize these systems. Because of the coronavirus pandemic in 2020, the agency pivoted away from this work to focus on more public-facing projects.
Like many legacy government IT systems, SSA systems contain code written in COBOL, a programming language created in part in the 1950s by computing pioneer Grace Hopper. The Defense Department essentially pressured private industry to use COBOL soon after its creation, spurring widespread adoption and making it one of the most widely used languages for mainframes, or computer systems that process and store large amounts of data quickly, by the 1970s. (At least one DOD-related website praising Hopper's accomplishments is no longer active, likely following the Trump administration’s DEI purge of military acknowledgements.)
As recently as 2016, SSA’s infrastructure contained more than 60 million lines of code written in COBOL, with millions more written in other legacy coding languages, the agency’s Office of the Inspector General found. In fact, SSA’s core programmatic systems and architecture haven’t been “substantially” updated since the 1980s when the agency developed its own database system called MADAM, or the Master Data Access Method, which was written in COBOL and Assembler, according to SSA’s 2017 modernization plan.
SSA’s core “logic” is also written largely in COBOL. This is the code that issues social security numbers, manages payments, and even calculates the total amount beneficiaries should receive for different services, a former senior SSA technologist who worked in the office of the chief information officer says. Even minor changes could result in cascading failures across programs.
“If you weren't worried about a whole bunch of people not getting benefits or getting the wrong benefits, or getting the wrong entitlements, or having to wait ages, then sure go ahead,” says Dan Hon, principal of Very Little Gravitas, a technology strategy consultancy that helps government modernize services, about completing such a migration in a short timeframe.
It’s unclear when exactly the code migration would start. A recent document circulated amongst SSA staff laying out the agency’s priorities through May does not mention it, instead naming other priorities like terminating “non-essential contracts” and adopting artificial intelligence to “augment” administrative and technical writing.
Earlier this month, WIRED reported that at least 10 DOGE operatives were currently working within SSA, including a number of young and inexperienced engineers like Luke Farritor and Ethan Shaotran. At the time, sources told WIRED that the DOGE operatives would focus on how people identify themselves to access their benefits online.
Sources within SSA expect the project to begin in earnest once DOGE identifies and marks remaining beneficiaries as deceased and connecting disparate agency databases. In a Thursday morning court filing, an affidavit from SSA acting administrator Leland Dudek said that at least two DOGE operatives are currently working on a project formally called the “Are You Alive Project,” targeting what these operatives believe to be improper payments and fraud within the agency’s system by calling individual beneficiaries. The agency is currently battling for sweeping access to SSA’s systems in court to finish this work. (Again, 150-year-olds are not collecting social security benefits. That specific age was likely a quirk of COBOL. It doesn’t include a date type, so dates are often coded to a specific reference point—May 20, 1875, the date of an international standards-setting conference held in Paris, known as the Convention du Mètre.)
In order to migrate all COBOL code into a more modern language within a few months, DOGE would likely need to employ some form of generative artificial intelligence to help translate the millions of lines of code, sources tell WIRED. “DOGE thinks if they can say they got rid of all the COBOL in months, then their way is the right way, and we all just suck for not breaking shit,” says the SSA technologist.
DOGE would also need to develop tests to ensure the new system’s outputs match the previous one. It would be difficult to resolve all of the possible edge cases over the course of several years, let alone months, adds the SSA technologist.
“This is an environment that is held together with bail wire and duct tape,” the former senior SSA technologist working in the office of the chief information officer tells WIRED. “The leaders need to understand that they’re dealing with a house of cards or Jenga. If they start pulling pieces out, which they’ve already stated they’re doing, things can break.”
260 notes
·
View notes
Text
For people who are struggling with the DSMP World Download and how to run it, here's a guide on how to open it. This is specifically for Java Players as there's a Bedrock version out there and I don't really have that with me right now.
How to get the world from the download:
Open up your windows search and look for "Run". It should be a System App and should show up like this:
2. Open the app and type in "%appdata%" on the blank textbox below. It should open up a file folder called "Roaming". The Run window should look like this:
3. There should be a file there called ".minecraft", go ahead and open the file and from there, look for your "saves" folder.
4. Copy the save folder's address and go back to the zip file for the dsmp world download.
5. Right click the zip folder and extract the file. When it asks where to extract it, paste your Minecraft save folder's address on the blank textbox.
6. This should now start extracting the file on to your save folder directly. This could take several hours as the actual zip file is 15.3 GB but the actual actual file size is about 23.7 GB. Once done, there should be two new folders, "world" and "_MACOSX". What you should really be concerned about is the new "world" file so feel free to delete the "_MACOSX" file if it isn't necessary for you.
Now you can open the DSMP world in your game!
Some other notes:
The file is 23.7 GB and the world is very and I mean very laggy. The world might not work the best with some computers.
The current version of the world is on 1.18.2 so it might be best to open the world with that version of Minecraft to avoid issues.
To get to Creative, Spectator, or Adventure modes, you can open the world to LAN from your game menu and click "allow cheats". This would allow you to type in commands like /teleport, /gamemode, and /time among others.
191 notes
·
View notes
Text
Ok, I’ve delved into Twine Sugarcube a little and I’ve had some revelations I feel the need to share.
1. Sugarcube is the devil. I mean that in the nicest way possible. I thought I was coding before… nope! I’m going to learn it anyway because the breadth of stuff I can do is amazing and worth it, but holy hells is this hard. Which leads me to number 2…
2. My fellow IF authors who use Sugarcube, you are now like gods to me. Massive respect for you. 👊 Seriously, the time and effort it takes to create a story in this, and to do it so seamlessly as many of you do, is mind boggling.
3. I don’t feel I’ve given enough credit to Chapbook. You’ve seen me talk about the lack of a save system. But for a shorter story like Viatica (currently at 155k words with Rebellion ending and coding) I don’t feel it’s a massive deal breaker. It also has no easy way to display stats or inventory or a codex. I had to jerry rig my own stats passage.
But what it does well, it does exceptionally well. Chapbook is a complete out-of-the-box format and requires no previous CSS or HTML experience. It automatically formats everything for you, headers, footers, the adaptability to be read on any device, it’s all there. There is no style sheet to create, no Java script. The biggest challenge is coding choices and variables, but even then Chapbook comes with an easy to read guide that spells out everything you can possibly need. I would also be happy to answer questions or share screenshots of what I’ve done. If you’ve been wanting to try your hand at IFs but the idea of coding is daunting, you can use Chapbook. If you want to focus on the writing, your craft, and don’t have the time or inclination to heavily code, you can use Chapbook. If you’ve never coded a damn thing in your life and think CSS stands for “can’t style shit”, YOU CAN USE CHAPBOOK!
In conclusion, Sugarcube is evil incarnate, but I’m going to learn it anyway. Hail, Satan. Chapbook is mercy incarnate. Thank you, my lord and savior. And if you’re a newcomer and on the fence at all, I encourage you to give Chapbook a try. Say it with me… you can do it. 🤗
80 notes
·
View notes
Note
Hey not to go all "tumblr is a professional networking site" on you, but how did you get to work for Microsoft??? I'm a recent grad and I'm being eviscerated out here trying to apply for industry jobs & your liveblogging about your job sounds so much less evil than Data Entry IT Job #43461
This place is basically LinkedIn to me.
I'm gonna start by saying I am so so very sorry you're a recent grad in the year 2024... Tech job market is complete ass right now and it is not just you. I started fulltime in 2018, and for 2018-2022 it was completely normal to see a yearly outflow of people hopping to new jobs and a yearly inflow of new hires. Then sometime around late-spring/early-summer of 2022 Wallstreet sneezed the word "recession" and every tech company simultaneously shit themselves.
Tons of layoffs happened, meaning you're competing not just with new grads but with thousands of experienced workers who got shafted by their company. My org squeaked by with a small amount of layoffs (3 people among ~100), but it also means we have not hired anyone new since mid-2022. And where I used to see maybe 4-8 people yearly leave in order to hop to a new job, I think I've seen 1 person do that in the whole last year and a half.
All this to say it's rough and I can't just say "send applications and believe in yourself :)".
I have done interviews though. (I'm not involved in resume screening though, just the interviews of candidates who made it past the screening phase.) So I have at least some relevant advice, as well as second-hand knowledge from other people I know who've had to hop jobs or get hired recently.
If you have friends already in industry who you feel comfortable asking, reach out to them. Most companies have a recommendation process where a current employee fills out a little form that says "yeah I'd recommend such-and-such for this job." These do seem to carry weight, since it's coming from a trusted internal person and isn't just one of the hundreds of cold-call applications they've received.
A lot of tech companies--whether for truly well-intentioned reasons or to just check a checkbox--are on the lookout for increasing employee diversity. If you happen to have anything like, for example, "member of my college Latino society", it's worth including on your resume among your technical skills and technical projects.
I would add "you're probably gonna have to send a lot of applications" as a bullet point but I'm sure you're already doing that. But here it is as a bullet point anyway.
(This is kind of a guess, since it's part of the resume screening) but if you can dedicate some time to getting at least passingly familiar with popular tech/stacks for the positions you're looking into, try doing that in your free time so you can list it on your resume. Even better if you make a project you can point to. Like if you're aiming for webdev, get familiar with React and probably NodeJS. On top of being comfortable in one of the all-purpose languages like C(++) or Java or Python.
If you get to the interview phase - a company that is good to work for WILL care that you're someone who's good to work with. A tech-genius who's a coworker-hating egotistical snob is a nuisance at best and a liability at worst for companies with even a half-decent culture. When I do interviews, "Is this someone who's a good culture fit?" is as important as the technical skills. You'll want to show you'll be a perfectly pleasant, helpful, collaborative coworker. If the company DOESN'T care about that... bullet dodged.
For the technical questions, I care more about the thought process than I do the right answer, especially for entry-level. If you show a capacity for asking good, insightful clarifying questions, an ability to break down the problem, explain your thought process, and backtrack&alter your approach upon realizing something won't work, that's all more important than just being able to spit out a memorized leetcode answer. (I kinda hate leetcode for this reason, and therefore I only ask homebrewed questions, because I don't want the technical portion to hinge at all on whether someone managed to memorize the first 47 pages of leetcode problems). For a new hire, the most important impression you can give me is that you have a technical grasp and that you're capable of learning. Because a new hire isn't going to be an expert in anything, but they're someone who's capable of learning the ropes.
That's everything I have off the top of my head. Good luck anon. I'm very sorry you were born during a specific range of years that made you a new grad in 2024 and I hope it gets better.
322 notes
·
View notes
Text
Rambling About C# Being Alright
I think C# is an alright language. This is one of the highest distinctions I can give to a language.
Warning: This post is verbose and rambly and probably only good at telling you why someone might like C# and not much else.
~~~
There's something I hate about every other language. Worst, there's things I hate about other languages that I know will never get better. Even worse, some of those things ALSO feel like unforced errors.
With C# there's a few things I dislike or that are missing. C#'s feature set does not obviously excel at anything, but it avoids making any huge misstep in things I care about. Nothing in C# makes me feel like the language designer has personally harmed me.
C# is a very tolerable language.
C# is multi-paradigm.
C# is the Full Middle Malcomist language.
C# will try to not hurt you.
A good way to describe C# is "what if Java sucked less". This, of course, already sounds unappealing to many, but that's alright. I'm not trying to gas it up too much here.
C# has sins, but let's try to put them into some context here and perhaps the reason why I'm posting will become more obvious:
C# didn't try to avoid generics and then implement them in a way that is very limiting (cough Go).
C# doesn't hamstring your ability to have statement lambdas because the language designer dislikes them and also because the language designer decided to have semantic whitespace making statement lambdas harder to deal with (cough Python).
C# doesn't require you to explicitly wrap value types into reference types so you can put value types into collections (cough Java).
C# doesn't ruin your ability to interact with memory efficiently because it forbids you from creating custom value types, ergo everything goes to the heap (cough cough Java, Minecraft).
C# doesn't have insane implicit type coercions that have become the subject of language design comedy (cough JavaScript).
C# doesn't keep privacy accessors as a suggestion and has the developers pinkie swear about it instead of actually enforcing it (cough cough Python).
Plainly put, a lot of the time I find C# to be alright by process of elimination. I'm not trying to shit on your favorite language. Everyone has different things they find tolerable. I have the Buddha nature so I wish for all things to find their tolerable language.
I do also think that C# is notable for being a mainstream language (aka not Haskell) that has a smaller amount of egregious mistakes, quirks and Faustian bargains.
The Typerrrrr
C# is statically typed, but the typing is largely effortless to navigate unlike something like Rust, and the GC gives a greater degree of safety than something like C++.
Of course, the typing being easy to work it also makes it less safe than Rust. But this is an appropriate trade-off for certain kinds of applications, especially considering that C# is memory safe by virtue of running on a VM. Don't come at me, I'm a Rust respecter!!
You know how some people talk about Python being amazing for prototyping? That's how I feel about C#. No matter how much time I would dedicate to Python, C# would still be a more productive language for me. The type system would genuinely make me faster for the vast majority of cases. Of course Python has gradual typing now, so any comparison gets more difficult when you consider that. But what I'm trying to say is that I never understood the idea that doing away entirely with static typing is good for fast iteration.
Also yes, C# can be used as a repl. Leave me alone with your repls. Also, while the debugger is active you can also evaluate arbitrary code within the current scope.
I think that going full dynamic typing is a mistake in almost every situation. The fact that C# doesn't do that already puts it above other languages for me. This stance on typing is controversial, but it's my opinion that is really shouldn't be. And the wind has constantly been blowing towards adding gradual typing to dynamic languages.
The modest typing capabilities C# coupled with OOP and inheritance lets you create pretty awful OOP slop. But that's whatever. At work we use inheritance in very few places where it results in neat code reuse, and then it's just mostly interfaces getting implemented.
C#'s typing and generic system is powerful enough to offer you a plethora of super-ergonomic collection transformation methods via the LINQ library. There's a lot of functional-style programming you can do with that. You know, map, filter, reduce, that stuff?
Even if you make a completely new collection type, if it implements IEnumerable<T> it will benefit from LINQ automatically. Every language these days has something like this, but it's so ridiculously easy to use in C#. Coupled with how C# lets you (1) easily define immutable data types, (2) explicitly control access to struct or class members, (3) do pattern matching, you can end up with code that flows really well.
A Friendly Kitchen Sink
Some people have described C#'s feature set as bloated. It is getting some syntactic diversity which makes it a bit harder to read someone else's code. But it doesn't make C# harder to learn, since it takes roughly the same amount of effort to get to a point where you can be effective in it.
Most of the more specific features can be effortlessly ignored. The ones that can't be effortlessly ignored tend to bring something genuinely useful to the language -- such as tuples and destructuring. Tuples have their own syntax, the syntax is pretty intuitive, but the first time you run into it, you will have to do a bit of learning.
C# has an immense amount of small features meant to make the language more ergonomic. They're too numerous to mention and they just keep getting added.
I'd like to draw attention to some features not because they're the most important but rather because it feels like they communicate the "personality" of C#. Not sure what level of detail was appropriate, so feel free to skim.
Stricter Null Handling. If you think not having to explicitly deal with null is the billion dollar mistake, then C# tries to fix a bit of the problem by allowing you to enable a strict context where you have to explicitly tell it that something can be null, otherwise it will assume that the possibility of a reference type being null is an error. It's a bit more complicated than that, but it definitely helps with safety around nullability.
Default Interface Implementation. A problem in C# which drives usage of inheritance is that with just interfaces there is no way to reuse code outside of passing function pointers. A lot of people don't get this and think that inheritance is just used because other people are stupid or something. If you have a couple of methods that would be implemented exactly the same for classes 1 through 99, but somewhat differently for classes 100 through 110, then without inheritance you're fucked. A much better way would be Rust's trait system, but for that to work you need really powerful generics, so it's too different of a path for C# to trod it. Instead what C# did was make it so that you can write an implementation for methods declared in an interface, as long as that implementation only uses members defined in the interface (this makes sense, why would it have access to anything else?). So now you can have a default implementation for the 1 through 99 case and save some of your sanity. Of course, it's not a panacea, if the implementation of the method requires access to the internal state of the 1 through 99 case, default interface implementation won't save you. But it can still make it easier via some techniques I won't get into. The important part is that default interface implementation allows code reuse and reduces reasons to use inheritance.
Performance Optimization. C# has a plethora of features regarding that. Most of which will never be encountered by the average programmer. Examples: (1) stackalloc - forcibly allocate reference types to the stack if you know they won't outlive the current scope. (2) Specialized APIs for avoiding memory allocations in happy paths. (3) Lazy initialization APIs. (4) APIs for dealing with memory more directly that allow high performance when interoping with C/C++ while still keeping a degree of safety.
Fine Control Over Async Runtime. C# lets you write your own... async builder and scheduler? It's a bit esoteric and hard to describe. But basically all the functionality of async/await that does magic under the hood? You can override that magic to do some very specific things that you'll rarely need. Unity3D takes advantage of this in order to allow async/await to work on WASM even though it is a single-threaded environment. It implements a cooperative scheduler so the program doesn't immediately freeze the moment you do await in a single-threaded environment. Most people don't know this capability exists and it doesn't affect them.
Tremendous Amount Of Synchronization Primitives and API. This ones does actually make multithreaded code harder to deal with, but basically C# erred a lot in favor of having many different ways to do multithreading because they wanted to suit different usecases. Most people just deal with idiomatic async/await code, but a very small minority of C# coders deal with locks, atomics, semaphores, mutex, monitors, interlocked, spin waiting etc. They knew they couldn't make this shit safe, so they tried to at least let you have ready-made options for your specific use case, even if it causes some balkanization.
Shortly Begging For Tagged Unions
What I miss from C# is more powerful generic bounds/constraints and tagged unions (or sum types or discriminated unions or type unions or any of the other 5 names this concept has).
The generic constraints you can use in C# are anemic and combined with the lack of tagged unions this is rather painful at times.
I remember seeing Microsoft devs saying they don't see enough of a usecase for tagged unions. I've at times wanted to strangle certain people. These two facts are related to one another.
My stance is that if you think your language doesn't need or benefit from tagged unions, either your language is very weird, or, more likely you're out of your goddamn mind. You are making me do really stupid things every time I need to represent a structure that can EITHER have a value of type A or a value of type B.
But I think C# will eventually get tagged unions. There's a proposal for it here. I would be overjoyed if it got implemented. It seems like it's been getting traction.
Also there was an entire section on unchecked exceptions that I removed because it wasn't interesting enough. Yes, C# could probably have checked exceptions and it didn't and it's a mistake. But ultimately it doesn't seem to have caused any make-or-break in a comparison with Java, which has them. They'd all be better off with returning an Error<T>. Short story is that the consequences of unchecked exceptions have been highly tolerable in practice.
Ecosystem State & FOSSness
C# is better than ever and the tooling ecosystem is better than ever. This is true of almost every language, but I think C# receives a rather high amount of improvements per version. Additionally the FOSS story is at its peak.
Roslyn, the bedrock of the toolchain, the compiler and analysis provider, is under MIT license. The fact that it does analysis as well is important, because this means you can use the wealth of Roslyn analyzers to do linting.
If your FOSS tooling lets you compile but you don't get any checking as you type, then your development experience is wildly substandard.
A lot of stupid crap with cross-platform compilation that used to be confusing or difficult is now rather easy to deal with. It's basically as easy as (1) use NET Core, (2) tell dotnet to build for Linux. These steps take no extra effort and the first step is the default way to write C# these days.
Dotnet is part of the SDK and contains functionality to create NET Core projects and to use other tools to build said projects. Dotnet is published under MIT, because the whole SDK and runtime are published under MIT.
Yes, the debugger situation is still bad -- there's no FOSS option for it, but this is more because nobody cares enough to go and solve it. Jetbrains proved anyone can do it if they have enough development time, since they wrote a debugger from scratch for their proprietary C# IDE Rider.
Where C# falls flat on its face is the "userspace" ecosystem. Plainly put, because C# is a Microsoft product, people with FOSS inclinations have steered clear of it to such a degree that the packages you have available are not even 10% of what packages a Python user has available, for example. People with FOSS inclinations are generally the people who write packages for your language!!
I guess if you really really hate leftpad, you might think this is a small bonus though.
Where-in I talk about Cross-Platform
The biggest thing the ecosystem has been lacking for me is a package, preferably FOSS, for developing cross-platform applications. Even if it's just cross-platform desktop applications.
Like yes, you can build C# to many platforms, no sweat. The same way you can build Rust to many platforms, some sweat. But if you can't show a good GUI on Linux, then it's not practically-speaking cross-platform for that purpose.
Microsoft has repeatedly done GUI stuff that, predictably, only works on Windows. And yes, Linux desktop is like 4%, but that 4% contains >50% of the people who create packages for your language's ecosystem, almost the exact point I made earlier. If a developer runs Linux and they can't have their app run on Linux, they are not going to touch your language with a ten foot pole for that purpose. I think this largely explains why C#'s ecosystem feels stunted.
The thing is, I'm not actually sure how bad or good the situation is, since most people just don't even try using C# for this usecase. There's a general... ecosystem malaise where few care to use the language for this, chiefly because of the tone that Microsoft set a decade ago. It's sad.
HOWEVER.
Avalonia, A New Hope?
Today we have Avalonia. Avalonia is an open-source framework that lets you build cross-platform applications in C#. It's MIT licensed. It will work on Windows, macOS, Linux, iOS, Android and also somehow in the browser. It seems to this by actually drawing pixels via SkiaSharp (or optionally Direct2D on Windows).
They make money by offering migration services from WPF app to Avalonia. Plus general support.
I can't say how good Avalonia is yet. I've researched a bit and it's not obviously bad, which is distinct from being good. But if it's actually good, this would be a holy grail for the ecosystem:
You could use a statically typed language that is productive for this type of software development to create cross-platform applications that have higher performance than the Electron slop. That's valuable!
This possibility warrants a much higher level of enthusiasm than I've seen, especially within the ecosystem itself. This is an ecosystem that was, for a while, entirely landlocked, only able to make Windows desktop applications.
I cannot overstate how important it is for a language's ecosystem to have a package like this and have it be good. Rust is still missing a good option. Gnome is unpleasant to use and buggy. Falling back to using Electron while writing Rust just seems like a bad joke. A lot of the Rust crates that are neither Electron nor Gnome tend to be really really undercooked.
And now I've actually talked myself into checking out Avalonia... I mean after writing all of that I feel like a charlatan for not having investigated it already.
72 notes
·
View notes
Text
ELDRITCHNEBULA COMMISSIONS!!
~*~*~*~*~*~*~*~**~*~*~**~*~*~**~*~*~**~*~*~**~*~*~*~**~*~*~*~*~*~**
I have been wanting to do commissions for a very VERY long time, and today is finally the day I do it! I am currently in between jobs (and we all unfortunately know how god awful the job market is right now). Commissioning me will help a lot and I will appreciate every penny.
vv ALT TEXT BELOW CUT vv
THE BASICS
Colored Sketch (Bust - $20 USD | Halfbody - $25 USD | Full Body - $30 USD) Refined Lineart (Bust - $40 USD | Halfbody - $45 USD | Full Body $50 USD) Full Render (Bust - $75 USD | Halfbody - $85 USD | Full Body: $100 USD) Additional Characters: +$15 USD (Max. 3) Simplistic Backgrounds: +$20 USD Detailed Backgrounds: +$50 USD Dynamic Lighting: +$50 USD
TERMS AND CONDITIONS Will do:
Light/Implied NSFW
Light Gore
Simplistic Animals
OCs/ Fanart
Suggestive Themes
Humanoids (Tails, wings, ears, horns, etc)
Won't Do:
Heavy NSFW/Gore
Complex Animals
Anthro/Mecha (Lack of experience!)
Complex Perspective
IRL Shipping
Hate Art
Please DM me on Tumblr (This blog) , Discord (EldritchNebula), or BlueSky (eldritch-nebula.bsky.social) to begin the commission process. Please supply me a general idea of the pose you'd like, a character reference, and a color palette!
ALL PAYMENT IS UP FRONT. We will discuss payment before moving on with the commission. All payments will be done through paypal (I will send you an invoice privately). No refunds unless I have to cancel for whatever reason.
I will work with you throughout the entire commission process to insure you are getting what you paid for.
For PERSONAL USE ONLY. Using for commercial purposes is strictly prohibited
Please allow me as much time as I need to complete a commission. I will take my time to assure quality is the best it can be.
ABSOLUTELY DO NOT USE MY ART FOR AI TRAINING/SCRAPING AND NFTs
BONUS! Minecraft Skins ($5 USD/ ea) (JAVA EDITION ONLY) Details:
Please give me a character reference and specify if you want 4px wide arms (Steve) or 3px wide arms (Alex)
All payments will be done through Paypal the same way regular commissions are done
Please allow me as much time as I need to complete this
Do not use commercially. Personal use only.
25 notes
·
View notes
Text
i need more mutuals who are into coding and engineering!! more info under the cut!!
I planned to become an electrical engineer like my stepdad but then I decided to change my path to programming. I'm currently studying at technikum (<- wikipedia link so I don't have to explain the whole polish learning system), programmer major.
this year I have exams from web development (10th Jan - theory, 16th Jan - practical exams) and next year I have exams from App development (both mobile and desktop).
I know C family languages, Java, Python and those ones I am currently using. I also know a bit of Kotlin and I think I will continue learning it.
For web dev I know HTML and CSS ofc but also PHP and JS.
Planning on learning more languages I can use for App and operating system development as well as just to know them cause I want to after this year's exams!
my learning list:
Lua (I heard it's easy but I can't really get myself to read anything about this atm idk why)
Ruby
Assembly
Rust
As for electrical engineering I don't know much tbh but I would like to learn! I just used CAD programs for technical drawings (dad taught me some basic things when I was still thinking about going his path) helped my dad fix things on his Solar farm, houses of our neighbors and I made a few very simple circuits for fun a few years ago. Now I'm mostly focused on programming but since I learned most of the things I need for exams I have more time to do whatever I want now!
I'd like to get to know more people so I can share and mostly learn new things since even though I'm coding for years I consider myself a beginner and I am a total beginner when it comes to electrical engineering.
I'm willing to be friends or at least mutuals with anyone who codes or makes websites or is in STEM! no matter what your specialty/interest is exactly and no matter if you are a total beginner or a professional ^__^
I'd also like to have some mutuals who are into old web development and retro computing!!!!!!!!
edit: I forgot but I'm also interested in physics and quantum physics
#dear.diary୨୧#stemblr#women in stem#stem#programming#coding#web development#web design#old web#retrocomputing#computing#engineering#technology#techindustry#computers#computer#templeos#terry a davis#terry davis#linux#open source#github#calculus#physics#quantum physics#mathblr#mathematics
38 notes
·
View notes
Text
they should invent computer programs that work
btw every time someone makes a program that only runs on macos 10.15 or newer i am filled with personal hatred for them.
#sorry i'm currently wrestling with minecraft mods that arent working. For No Fucking Reason#actually not even the mods. it's just. the minecraft. I HAVE THE RIGHT VERSION OF JAVA WHAT MORE DO YOU WANT FROM ME!!!!#I WANNA MESS AROUND WITH AXIOM!!!! KMS!!!! time to play blightfall 10 hours i GUESS since minecraft 1 point fucking 7 wont betray me
40 notes
·
View notes
Text
Boita Bandana, a cultural tribute to ancient maritime activities

People in Odisha celebrate Boita Bandana, a boat festival marking the region's maritime glory. This annual observance occurs on Kartik Purnima, the full moon day in the holy month of Kartik. Boita Bandana is a cultural tribute to Odisha’s ancient maritime activities and trade relations with Southeast Asian countries.
Symbolic Act of Floating Boats:

The most important ritual of Boita Bandana is floating little hand-made boats. They are usually made of plantain or banana stems and other similar natural and traditional materials. Boats are laden with various offerings such as flowers, coins, ‘Kaudis’ or cowries, ‘Pana’ or betel leaves, ‘Guā’ or betel nuts, and a lighted lamp. This symbolic act pays homage to Odisha’s rich maritime history and the courageous sailors who engaged in trade with Southeast Asian nations. The festival serves as a cultural bridge connecting the present generation with the seafaring legacy of their ancestors.
Remembering the Sadhabas:
Boita Bandana echoes the collective consciousness & memories of the past. It commemorates the legacies of the Kalinga Sadhabas – the maritime merchants & seafarers. The origins of this festival descend from an ancient maritime tradition of merchant trade and voyages across the ocean to different regions of Asia, which was well developed in this region known in ancient times as Kalinga. This ancient maritime tradition is preserved through this festival which celebrates the voyages of their ancestors, to Southeast Asian countries, which include mainly present-day Bali, Java, Sumatra, and Borneo in Indonesia, Malaysia, Sri Lanka, Thailand, Cambodia, and all the way to Champa region in Vietnam. Local traditions ascribe the origins of the ritual tradition to around the 3rd century BC as Kalinga was a well-known powerful maritime power with strong trading links across the oceans, especially during the reign of the Maurya empire whose rulers coveted the region for its influence.
Kartika Purnima was considered auspicious for them to begin their voyage. It was during this time of the month as well when the Northeast monsoon winds started blowing from November, which was favorable for the merchant mariners as the winds would guide the sails of their boats across the ocean leading them southwards towards Sri Lanka. Thereafter using the ocean currents to cross the Indian Ocean to reach Southeast Asia where they would carry on sailing across different regions for trade. After trading the ships would take the ocean countercurrent to get back to Sri Lanka in time to take advantage of the Southwest monsoon around May and return home. Hence the families of the traveling sailors used to perform rituals on the day of Kartik Purnima for their safe journey and return, which henceforth became the tradition of Boita Bandana (Worship of the Boats).
Boita Bandana and Jagannath Culture:
At Sri Mandira (Jagannath Puri), the deities wear a variety of attires, or ‘besa’, throughout the year. During the holy month of Kartika, they receive special ‘besa’ outfits. In years when the Kartika month includes six days of ‘Panchaka’ instead of the usual five, the deities wear the rare and unique ‘Nagarjuna Besa’. In this special attire, the deities are dressed like ‘Nagarjuna’, a revered figure. This unique ‘besa’ is a significant part of the Kartika Purnima celebrations in Puri. And, Boita Bandana is every year meant to be celebrated in the early morning of Kartik Purnima.
Boita Bandana serves as a vibrant reminder of Odisha’s historical ties with other maritime civilizations and instills a sense of cultural pride among the people.
Information from different sources.
38 notes
·
View notes
Text
Take Me Back To Eden- Venable x Reader- Chapter 1
I feel bad that I haven't given you updates to my other stories, so here's the first chapter to a fic I've been working on for over a year (it's going to be like 35 chapters long, so bear with me plz).
(Also I know this is my second fic with this song title, let me have it)
Enjoy!
Words: 2.4k
Warnings: Mentions of sexual acts, language, blatant misogony, mentions of drugs and drug use. I think that's it????
You should’ve won.
It was a bet, a stupid bet to make your coworkers shut the fuck up about your boss. You were good at pool, you thought you had it in the bag, and you did, right up until your opponent bumped the table during your shot, and you sunk the 8-ball. You accused him of cheating, he accused you of being too much of a pussy to hold up your end of the bargain. A deal’s a deal.
It was some kind of twisted fate that the object of your disagreement would walk through the door only a few moments later, a scowl on her face as she spotted you all, brushing past the lot of you and sitting down at the bar.
“Look who it is.” Your coworker, Nate, laughed, “Time to pony up, princess”
You rolled your eyes, “This is cruel and unusual punishment.”
“For you or her?” Another, Scott, asked.
“You haven’t been on the receiving end of Venable’s wrath yet,” Nate said, “But you’re about to.”
“Not likely.” You sneered, “I’m not stupid enough to code the firmware update in java instead of python, unlike some people.”
“I was a rookie.” Nate scoffed, “You’ve made it two years without being on the receiving end, it’s time you get baptized.”
You could hear the murmurs of the other men, a quiet chant.
One of us, one of us…
“Maybe because I’m actually competent.” You fired back.
“Well, competent or not, nothing is going to save you from this.” Scott chuckled, “Might as well rip off the band aid and get’er done.”
Oh yeah, you were definitely about to be fired.
“Who knows, maybe she’s really into the bosses sleeping with their assistant’s thing. Might feed her fantasy.” Nate joked.
“Or yours.” You spit.
“Listen, as hot as lesbians are, if I ever start fantasizing about Venable getting her rocks off, please shoot me in the head.” Nate said seriously.
You downed your drink and turned on your heel, willing to do just about anything to get away from the current conversation. You knew what you had signed up for when you took this job, a staff of 95% men, all of whom hadn’t fucked a girl in at least 10 years and were proud members of the boy’s club, but you still didn’t want to subject yourself to their blatant misogyny any more than you had to.
Obviously, you weren’t going to do it. It was cruel and unnecessary, but you knew your colleagues well enough to understand that it had to at least be believable. You walked up next to her, making sure you were facing the group so they couldn’t see her face.
The bartender looked over at you, “Another round?”
“Yea, same thing.” You said, nodding in Venables direction, “And put whatever she’s having on my tab.”
Venable turned and glared at you, but you ignored it.
“Just this round?” The bartender asked.
“All of it.” You said, shaking your head, it was the least you could do after what you were about to put her through.
“Well, I guess it’s payment for forcing me to witness you traipsing around with those men like a whore.” Venable sneered.
“That’s a funny way of saying thank you.” You laughed, “There’s nothing wrong with grabbing a few drinks with colleagues. You should try it sometime.”
Venable scoffed, bringing her martini to her lips, “Workplace relationships are forbidden.”
You smirked, “Then I guess it’s a good thing I’m not into men.”
Venable sputtered around the rim of her glass; eyes wide as she choked on the burning liquid. You reached for your new drink, taking a sip as you winked at her and walked away.
“What happened?” Nate asked, “It sure didn’t take long.”
“Nothing, yet.” You said, “I walked away before she could give me an answer.”
“But the dare…” Scott interjected, but you were quick to cut him off.
“The dare was to ask her on a date, which I did.” You retorted, “No one said anything about her giving me an answer.”
“But she has to give you an answer, that’s how this works.” Nate said, and you shushed him.
“Cool your jets.” You groaned, “Getting someone to agree to a date is more like a game of chess than checkers. Good things take time.”
Nate and Scott laughed, “You are so getting fired on Monday.”
“Don’t I know it.” You mumbled over the rim of your glass.
In typical Venable fashion, you didn’t have to sit with it for long, a sticky note taped to your monitor on Monday morning for an eleven o’clock meeting. Working under Venable for as long as you had, you knew her habits. Meetings with clients were always first thing in the morning, before Jeff and Mutt had enough time to sniff themselves into a stupor. Staff meetings were after scheduled hours or during lunch, unpaid, of course. The eleven o’clock time slot lived in infamy, it was right before lunch, giving you just enough time to pack your things and do the walk of shame as everyone walked back through the doors. Clearly a genius move, or one of an absolute psychopath.
“What the fuck was that?” Venable sneered before you were even able to fully shut the door.
You pushed the door the rest of the way closed, “What was what?”
“At the bar.” Venable said, rolling her eyes, “Don’t tell me the alcohol killed what little brain cells you have left. I should fire you for speaking to me that way.”
You shrugged, “So fire me.”
Venable sighed, her words biting, “I don’t want to fire you. I want an explanation.”
That was a lie, she absolutely wanted to fire you, and she probably would have, if you hadn’t overheard that Jeff and Mutt were considering placing her on a firing freeze. She had hit an all-time record, canning 17 employees in the span of two weeks, and now she was doing damage control. But she didn’t know that you knew, and you weren’t going to let her figure that out. A loss of control was seen as weakness to Venable, and if she found out that you knew, nothing Jeff and Mutt could bring down would stop her from getting rid of you.
You shook your head, “It’s better if you don’t know.”
Venable grit her teeth, her nails digging into the soft wood of her desk, “I asked a question, I expect an answer.”
You threw your hands up, “I lost a game of pool.”
Venable cocked her head, very slightly, and chewed on her words, “You… lost a game of pool?”
“Yes.” You said, hoping if you danced around the topic enough, she would eventually get bored and leave it alone, or just assume you were too stupid to get any viable information out of.
Venable’s eyes raked over you, before zeroing in on some invisible crack in your armor, “And?”
“And?” You asked, trying to play dumb.
“I assume there’s more to the story, given the way your feet are dancing like you’re stepping on red hot coals.” Venable said, eyes following yours towards your feet, “Spit it out. I don’t have all day.”
You chewed on the inside of your cheek, “We bet on the game. I lost the game, so I had to hold up my end of the deal.”
“Which was?” Venable asked, growing tired of your antics.
You sighed, “To ask you on a date.”
Venable cocked her head to the side, studying you for a moment, “You didn’t ask me on a date.” You nodded, “So then you didn’t hold up your end of the deal.”
You nodded again. “I’m not going to ask someone out for a dare, its cruel and juvenile. I just needed them,” You said, motioning to the row of desks opposite the frosted glass walls, “To think I did.”
“You risked your job,” Venable sneered, “For a childish dare?”
“Actually,” You began, cocking your head and smirking, “I risked my job so I wouldn’t have to do the dare. Men are stupid, and extremely gullible.”
Venable’s eyes narrowed, “Why would they dare you to ask me out?”
You rolled your eyes, “Because they’re intimidated by strong women, and they wanted to humiliate you.”
She pursed her lips, “Flattery will get you nowhere.”
“It isn’t flattery,” you chuckled, “You scare the shit out of them.” Venable tried her best to fight the smirk on her lips, but you still caught it, and you thought you should get out while you were ahead, “Now, am I fired, or can I get back to work?”
Venable looked confused, “I haven’t assigned you anything.”
“Jeff and Mutt want me to work on their “super-secret project”. ” You said, rolling your eyes and making air quotes with your fingers, “I have to go through security clearances.”
“Why would they need you?” Venable asked, her voice dripping in condescension. While it wasn’t unusual for Jeff and Mutt to borrow her employees, it wasn’t typical to borrow assistants, and certainly not on a project so secret that even she was being kept out of the loop.
You shrugged, “Your guess is as good as mine.”
“Very well. You are excused.” Venable said, her face setting. “And Y/n?” You turned, looking back at your boss, “Don’t let it happen again. Next time, you’ll be lucky to be a dishwasher at McDonalds.”
You smirked, “McDonalds doesn’t have a dishwasher, but I get the sentiment.”
Venable rolled her eyes as you shut the door, cursing Jeff and Mutt for putting her in this position. Had she been able to do what she wanted, you never would have felt comfortable enough to make such a statement, let alone challenge her. She didn’t have too much time to dwell on it, the most recent delivery of a certain white substance being delivered straight to her office, and she knew the boys were already itching to reup on their dose.
“The woman of the hour!” Jeff yelled, fist pumping the air as he spotted the giant jar firmly planted in her arm, “Have I told you I loved you lately?”
“Save it.” Venable sneered, dodging his grabby hands and keeping the cocaine just out of reach, “What’s going on with this secret project?”
“Nothing you need to worry your fiery little head with.” Mutt said, “Just know it’s going, full steam ahead.”
“How can I manage it if I don’t know what it is?” Venable asked.
“You aren’t managing it.” Jeff said, “We are.”
“You two,” Venable said carefully, “Are managing it, all on your own?”
Mutt laughed, “Yeah, it’s going to be fucking sick.”
“So why are you stealing my employee?” Venable asked, the two engineers sharing glances.
“We need her skillset.” Mutt finally answered, obviously dragging his feet.
“She’s an assistant.” Venable stated.
“Yeah,” Jeff said, “She’s also an engineer, and she’s not bad to look at.”
Venable scoffed, “You’re stealing my employee because she’s attractive?”
“No, were stealing her because we need her brain.” Mutt said, “The fact that she’s a babe is just a bonus.”
“So, you aren’t going to tell me anything?” Venable asked, Jeff and Mutt staring back at her.
“It’s not that we want to not tell you anything, we just can’t.” Jeff offered apologetically, conveniently reaching for the cocaine at the same time with pleading eyes.
Venable huffed, swinging the cocaine out of his reach at the last second, and placing it on the farthest table as she stomped out of the room, ignoring the string of apologies from her bosses. This just wouldn’t do. She had always been in the loop, from day one. Those idiots couldn’t be trusted to run an entire project by themselves, they could barely remember their own addresses. Quite literally, Venable was the one who had to give the addresses to their cab drivers because they were too blitzed to form a coherent thought. She sat and she stewed for the remainder of the day, before she settled on a plan. She was tired of being on the outs, she needed to regain her power.
When you got the message on teams, you worried she had changed her mind, and you felt your palms begin to sweat.
My office. Now.
You trudged past your coworkers and towards her office, Nate and Scott snickering behind you.
“Someone’s in trouble.”
You rolled your eyes, but you couldn’t help but feel like they were right. She was playing with you, the same way she did to every other employee, making you feel safe and then yanking the carpet out from beneath you. Still, you opened the door and stepped into her den, her eyes flicking over you for only a second, “Close the door.”
You shut the door behind you, asking hesitantly, “What can I do for you, Miss Venable?”
Venable didn’t even look up, “It’s more so what I can do for you.”
“Pardon?” You asked, unsure of the direction this conversation was heading, and there was no way you could prepare for the words about to leave her mouth.
“I’ll speak in plain terms so that you understand.” Venable sneered, “I’ll let you fulfill your little dare, and in turn, you give me information on whatever it is that Jeff and Mutt are stealing you for.”
“The project?” You asked, your head spinning.
Venable sighed, glaring at you, “Is there anything else they are stealing you for?”
“No?” You said, shaking your head, “But why would you need me to gather information?”
Venable rolled her eyes, “Jeff and Mutt have decided they will be handling it themselves; they don’t want a grownup’s help. I need to make sure they don’t royally fuck it up. I’ve spent far too long building a reputation for this company, I don’t need them snorting it away. Now do we have a deal, or will you be looking for a new position?”
You shook your head, still unable to process what she was asking of you, “You do realize they’re only doing this so they can make fun of you, right?”
Venable arched a brow, “I’ve never cared about men’s opinions before. Why start now?”
“Yea, but, those coconut heads design sex robots.” You tried again, “For all I know, they could want me to code for a doll that gives head.”
Venable stared at you, clearly annoyed with the conversation, “You have a week to gather as much information as you can. That will be all.”
You stared at her as she refocused on her work, completely ignoring your lingering presence, before you shook your head incredulously, “Ok.”
You couldn’t keep the smile off your face as you left her office, beelining straight for Nate’s desk and whispering in his ear, “Just to be clear, you’re my bitch now.”
50 notes
·
View notes
Text
BIG NEWS!!
I have officially launched a SCHLORB CULT MINECRAFT SERVER!

All cult community members with the newest Minecraft update can play, Bedrock AND Java, any version works!
How do I join ?
JAVA PLAYERS:
Use the IP: schlorbcraft.aternos.me
BEDROCK PLAYERS:
Use the port: 12113
Or use the link : https://add.aternos.org/schlorbcraft
This should add the server to ur server list, but
How do I play?
If somebody is currently playing, you can join instantly.
If no one is online at the moment, you have to login to the server's admin website and boot it. (This is usually a simple one-click process)
In order to be able to do this, please DM me for the admin login details, once you have them you can use them anytime.
I'm really sorry about this inconvenience, but this is the only way my broke ass can run a server.
Additional necessary info:
Will there be sessions when we're all together simultaneously with schlorb himself also there?
Hopefully, if everyone interested can work something out that's compatible with their time zones and schedules.
This needs to be discussed, please drop your ideal times (with your time zone to be clear) in the replies if u want.
There's nothing on the server rn because I haven't played yet (as of Dec 3).
Game mode is survival because I think that's more fun in multiplayer. If people want that amended it can be.
schlorb will also be in survival he is not a cheater party pooper.
Please yell at me if needed questions explain etc
schlorb <3 you
24 notes
·
View notes
Note
psst hi what smp series would you recommend someone watch if they're. not completely new but pretty much entirely out of the loop with mcyt? i keep seeing posts and its rrararrar and i wanna understand them
also bc. minecraf good /silly
hi hello !!!!
Depends on the sort of vibe you're going for I guess? I'll tell you about a bunch of the series i like and you can pick and choose what sounds interesting :D !! (it got really long so it's under the cut)
I had these at the bottom but im moving them to the top because i want you to watch them first. heart emoji.
These are some Non-SMPs that I watch!
Pixlriffs does the minecraft survival guide, which is basically just him teaching you how to play survival minecraft in java edition! he's really thorough and his tutorials are easy to understand and follow :3 i also just like listening to him talk so i put them on in the background sometimes if i don't wanna listen to empires for the . checks watch. eighth time.
There's Parkour Civilization which is just . a fucking. fever dream. it's so bad. it's so good. when you're done with the first one here's Parkour Civilization Two and PVP Civilization . thumbsup.
Whitepine. Is. So. Fucking. Cool. ivorycello made a period drama in minecraft. there's only four episodes and it's very pretty <33 that is all
//
now on to smps!!
//
Hermitcraft is the first one that comes to mind - it's a family friendly server with about 25 people on it! They're currently on season 10, but you don't have to watch any of the previous seasons to start watching!! It's just a buncha friends playing minecraft. good vibe :D
Some folks do Lore, others just kinda hang out and build. it's a very good time. I recommend Geminitay and Joel Smallishbeans, but if you don't like their vibe then here's a playlist with every single hermitcraft pov on it and you can jump around to whoever looks interesting!!
(I also watch Mumbo, Pearlescentmoon, Tango, and Skizz ! I'm not completely caught up but . yeag <33)
(also. season 8. is really short. and really good. and the moon may or may not be big but dw about that <3 /silly ohhh you wanna watch mumbo's season 8 soooo bad...)
//
Next series is the Life Series ! A handful of hermits and a few outside friends get together on a tiny little world and beat the shit out of each other. (half joking). it's hardcore with a twist, they have 3 lives. On green, it's a normal minecraft server where everyone is friends :) . on yellow they're in the uh oh zone !! and when they turn red they can start killing >:) . they get really dramatic with it and it spawned a lot of fun duos !! there's lots of discourse around winner symbols and shipping but you don't have to care about any of that you can just enjoy watching the silly goofy block people.
This one I would recommend watching in season order- it's a lot shorter than hermitcraft. the seasons are, in order: Third Life, Last Life, Double Life, Limited Life, Secret Life, then Wild Life.
once again i recommend Joel Smallishbeans! and once again here's a playlist with everyone's third life povs if you wanna jump around to whoever looks interesting! Grian, Scar, Martyn, and Ren all have really cool storylines :3 Martyn has lore that stretches across the entire life series which is pretty cool
//
Next is Empires !! it's about half the size of hermitcraft, with only 13 empires. Each player is a ruler of their own empire. there's established trades, and allies and enemies- there's a war about salmon and cod !! there's a wedding !! there's multiverse lore !! it's all really really cool !!
recommended povs . Pixlriffs (ohhh you wanna watch pix's empires soooo bad) and . you guessed it. Joel Smallishbeans! and once again a playlist with everyone's videos if you'd like to jump around :D Pearl and Gem are here too, and Fwhip is the guy who made it so his is a good pov to watch as well <3
there are two seasons and you can technically start with either so . yeag! i think season one is better but im trying to remain unbiased so coughs loudly who said that
//
THEN THERE'S SOS SMP which is like empires 3 !! kinda !! also by fwhip !!! it's another hardcore series with a twist- but the twist this time is that when you die you become a grave, and the other players can revive you with Fate Coins !! You get Fate Coins by doing advancements and the server challenges. It's a short term smp and im gonna say it's my favorite. SOS is REALLY GOOD.
i watched Pixlriffs here too ! and Mogswamp has really fun editing, and she just made a movie about the server :D and here's a playlist with everyone's povs again :3 shockingly enough i haven't actually watched joels sos pov sjldfksdj
//
OwengeJuice runs Rats SMP, which is a bunch of creators as little rats :D i've not finished either season but it's fun and cute and silly :3 first season they're in a mansion, second season they're in a hotel in paris! i think season 2 is still ongoing but i haven't caught up with it so i have no idea. o7
//
Pirates SMP is another one that I've seen a little bit of but not everything- they're all pirates ! there's factions! they do silly pirate things!
//
Then completely disconnected from any of these guys is Skyblock Kingdoms, which is a multiplayer skyblock server !! all of the players are divided up into kingdoms. they use wood as currency. there's cool lore and cool people. i watched every pov for a while so this one u will just have to jump around to see who you like sjdlfkj. (i like avid, doovid, ruby, vintage, and milkman if that helps at all!)
//
hopefully that's an alright start !! if you're drawn to like . specific fanart and want to know what's up with the fanart specifically then you can send it to me and i'll let you know what server it's for if you wanna start there :3
that is all thank u for letting me infodump. i can attempt to go more in depth with any and all of these if u would like <33
#uhh followers feel free to add on#thumbsup. hopefully this is. something sjdfklsj#aerie chatter#I LOVE U MINECRAFT I LOVE YOU MCYT . TY ANON !!#my mcyt sideblog is playername-player-of-games so u can . ask me over there too sjdflksj
15 notes
·
View notes
Text
He's beauty, he's grace...
He's kind of... odder-looking in the face. Huh.
Following an impulse poll you were all kind enough to play around with me on, the winner of the poll for a new minecraft skin is Sommie! (Now extra long and cursed-proportioned.) As also featured in Sharena Week, not only am I making Sommie's skin available, but previous skins, Kiran and Sharena too!
For instructions on how to install skins, view the read more below!
For Sommie's skin, download the following image:
For Kiran / The Summoner's skin, download the following image:
For Sharena's skin, download the following image:
But wait, there's more!
You may be wondering: Wait, Sharena looks a little different from last time. And the structures look weirdly familiar. And what's that on Sharena's head and arm?!
That's because the world currently featured is the Hermitcraft world (Season 9, this being specifically the Bedrock version), and as an apology for stealing borrowing the world as a quick backdrop, here's some other goodies to mess with for those of you who have your own skins and want to either become summoners of your own, or walk away with some Jellie-themed Scarland goodies.
With your preferred skin, save the following images to overlay it for summoner clothes or Jellie accessories:
And that's all for now! Continuing on with the polls and doing it in order of votes (yes I've watched), next up will be Lif, followed by Robin and Alfonse.
To install all the skins, you must have Minecraft, and you must do the following (Note that all skins shown here assume it's proportioned to the Steve/wide style skin and has not been tested on Alex/slim style skins.):
Save all skin files you want as a png and make sure to name them and save them where you can easily find them.
Log into your minecraft account in the hub
For Java players, go to the Skins tab, and click on New Skin. Browse and upload the skin file, name it however you like, and make sure to set it to Wide. Save or Save & Use the skin.
For Bedrock players, go into your Bedrock game and go into Dressing Room. Choose any skin slot that you don't mind using for your new skin (note that you can only save one custom skin and multiple skin slots featuring a custom skin will default to whichever current custom skin you were currently using last). Click on Change Classic Skin (if this is not visible, click on Edit Character then click on the coat-hanger icon on your left). Click on the grey, blank model under "Owned Skins", then click Choose New Skin. After uploading the skin you want, click on the right model and exit out of the menu to save this current skin.
Note for Bedrock players: Custom skins cannot be used in console, and custom skins will NOT work in official minecraft event servers such as the (currently ongoing) MCC bedrock world. This is not the same as a marketplace skin (which is selectable outright in its own group) and custom skins will default to one of the OG Minecraft skins in event servers.
#Sharena#Kiran#Summoner OC#FEH OC#Fire Emblem Heroes#FEH#Sommie#Fire Emblem Engage#Jellie#GoodTimesWithScar#Hermitcraft#mcyt#Minecraft#Minecraft skins#MC skins#Erii draws things
39 notes
·
View notes