Misa

@LLENN08@hiradai.space
34 Followers
50 Following
500 Posts
Hi, I am Misa ​:silvervale_waves:​

College Student and Freelancer

hobbies with tech stuff and linux

Pronoun:
Misa / Misa

bloghttps://misaka.bearblog.dev/
misskey@llenn08@misskey.id
PronounMisa/Misa
I just realized I suck at design. I don't even know how I want it to look. I'll add the CSS later

RE: https://hiradai.space/notes/a95p6bq342fj00x4
I was planning to make a simple homepages for fun, but the weather too cold ​

(I am just lazy actually)

But i really wanna have a homepage
I wish I could speak English

I mean, yes, I can write sentences with grammar mistakes. But when it comes to speaking, it's embarrassing
I would use any framework to make a website, than proper HTML, JavaScript, and CSS

tbh, why don't make websites like we make Android apps? Jetpack Compose for the UI and state for the logic behind it

also why JavaScript? Aaaah

alright, i making misskey plugin to change your note to uwu lang

here:

/// @ 0.12.4 ### { name: "Uwuified", version: "1.0.0", author: "Misa", description: "Change text to UwU~", permissions: ["write:notes"] } Plugin:register_post_form_action("UwU", @(note, rewrite) { let text = note.text let text1 = text.replace("r", "w") let text2 = text1.replace("l", "w") let text3 = text2.replace("na", "nya") let result = `{text3} uwu~` Mk:dialog("Uwuified!", "UwU~", "success") rewrite("text", result) })how to use:
1. goes to setting->plugin->install plugin -> paste the code and install
2. make a note
3. click plugin logo on note dialog and choose the plugin
4. enjoy

note: based on the docs, it is only run in client-side

i cleaned my room ​
It's funny how the government promotes the use of electric transportation for environmental reasons, yet the process of making EV batteries involves nickel mining in Raja Ampat, home to five hundreds of coral reefs. All they seem to care about is money

I already said this to my students when teaching about renewable energy two days ago. Even though renewable energy and implementation electricity car looks good, the process itself often isn’t. And our government is a mess. What they should be doing now is making what we already have to more efficient. As you know, most of the mines in Indonesia are old and inefficient. Instead of opening new ones. They should regulate and improve what’s already in place. Only after everything runs efficiently should they start thinking about new energy sources. Once again, they care more about making money from selling nickel than protecting the environment

https://www.google.com/amp/s/en.tempo.co/amp/2001808/indonesias-ev-ambitions-cause-26837-hectares-of-deforestation-greenpeace-warns


https://www.rainforest-rescue.org/updates/13795/indonesia-will-the-raja-ampat-islands-be-destroyed-for-nickel
Weiterleitungshinweis

For user who want to custome theme, you can read the docs here:

https://docs.joinsharkey.org/docs/customisation/themes/
Themes

General structure { id: "your-unique-identifier", name: "The Name of Your Theme", author: "your-name", desc: "Describe your fabulous theme", base: "light", props: { … } } The id must be unique across all the existing themes anywhere.

Sharkey Documentation