#π§-off-topic-iceman-only
1 messages Β· Page 2892 of 1
that is clearly not the cause of my issues
of course not
just like your rust code (this is a joke)
?
but var is still something you should always avoid
im literally this close to basically being done with making my little page... but this stupid issue pops up
what does your code look like rn
i changed the track name variables name but forgot to do it in the append function
not t for append
thats also why you dont use 1 letter variable names its all confusing
and that's why you show full code xd
meh its fine
thats literally the cause of your bug xd unreadable code
shshshsh
if it work it work
at least you know what to look for next time
bro paid for vencord badges π₯
Imagine supporting a passion project βΉοΈ
be quiet Whitename
y'all triggered by such simple messages
no am just bored
I've been waiting for a moment to jump into the chat
I hate all Whitenames
ur a whitename+
hush, I will be a regular soon enough :3
we shall see
2125 will be your year
3025*
not rly
if i was after badges id still have one i can claim
yeah that's why I never ask for it
π₯
bro still paid though
holy fucking shit
cuz im not broke and respect vencord as a project
40,000
twikipedia!!!
i regularly donate to all sorts of people and projects
he used to be a robloxian
and was sending demos on this one roblox music community before he went big
even tto homeless cults?
"cults"
i want my vencord badge but github literally fucking locked my payment details
get out
uhhh cool ig
π€£
How did that happen
incredible
github hates my country so i cant give my life savings to ven......
una yaha yaha una
i was trying to renew my github educational pack for jetbrains apps and it didnt want to accept my details so i tried different stuff including changing my payment details to the russian ones instead of whatever random shit i had before and they just locked it cuz im russian
NOOO WHAT???
i wonder if i can still get the badge if someone pays for me
Thats hella stupid
it is fs
Wait but
Poweramp support oh poweramp support
You've donated ebfore
Ohhhh
And you lose the badge when you stop donating?
nop
LITERALLY ME
Yeah but...
You have the donor role..................
I didnt sleep much so Im slow
well i do because i said i donated before
Forgive me if im mssing something
i had a working card
if I pay 5 euro and after 1 month will the badge disappear?
all perks are one time, you can stop donating and still keep the perks
and github hadnt fucked me up at that time
no!
you get to keep the badge
Bunnies?
bunnies
bunnies
because i've only donated $1
OHHHHHHHHH
i just wanted to send images lol
MY BAD
nw
@lavish owl
π
Make sure to sleep enough chat!
Bunny
I just woke up lel
same
Good morning!
gm
soycord
I came here to ask support but then remembered that I couldn't because I use the compiled version of Vencord lel
So I'm here sending bunnies π
@lavish owl π
Bad morning >:3
hmm?
how to get 40 pulls in 3 days π
grind SU/DU and full clear all the current moc/pf/as
i cant do more than pf 3
does anyone know how to css grid
i wanna align that timestamp to the end of the element (to the right basically)
flex box
why remembering all these properties when you can just ask ai
fair
me when im too lazy to use the lazy option
why grid for that
use flexbox
smh
the cover, artist name and song name are in a grid pattern
oh ic
<div class="container">
<div class="left">
<img>
<h2>title</h2>
<span>description</span>
</div>
<div class="right">
timestamp
</div>
</div>
<style>
.container {
display: flex;
flex-direction: row;
justify-content: space-between;
}
</style>
just
display: flex;
justify-content: space-between;
that wouldnt work with my layout i think
or you can do it with margin auto
yes it would
genuinely how do i even learn css
why
it seems extremely complicated and just like not worth doing it manually when ai can do it better
was that your decision or is it not your code
it was my decision because i thought it wuld be the best way
grid isn't really the right tool for that just change it to flex
hubh
hai hai hello hello
I mean you can use grid too but it's more complicated
ass
!
im so lazy to change css its so stupidly complicated to fix π
you can use justify-content: space-between; with grid as well
brokey :(
grid-template-columns: auto 56.5% auto; works oky
see i dont have to not use grids
wtf π
okay maybe css isnt that hard after all 
maybe i should unvibecode my wip site
why are you doing it so complicated
if it works. it works.
^^^!!
π
it doesnt tho
resize the page even just a bit and it completely breaks
same, and it's been like that for a couple days now
^again
it is so easy just to do that i gave you like the whole code
π
okaaaaaaayyy fineee
two divs like this
flexbox on the red one
margin-left: auto on the timestamp

I hardly ever use grid cause it's kinda clamplicated
sometimes grid is easier but most of the time flex is way easier
yop
Skill issue
does anyone know of a proper ytmusic downloader that isnt an android app
Grids are superior
grid is good when you have variable sized content with containers that should be the same size
cobalt lets you save what you love without ads, tracking, paywalls or other nonsense. just paste the link and you're ready to rock!
doesnt download albums
(ignore the fact that this will fuck up things like images, spans, a, etc, who cares about those)
shrimply don't download from YouTube music
Probably yt-dlp then
yop looks awesome
any ideas on how to make this look less garbage or am i just stuck with it
8485 enjoyer
use a framework but youd have to rewrite most of your code :^)
am using astro atm
my grandfather wants me to download 200 random turkish songs for his car usb drive, quality doesn't matter and i'm searching for a easy way yank a bunch of low quality mp3s from albums
first of all you don't need setAttribute you can assign those properties directly
ouh
add svelte
but that means i have to rewriiiiiteeeee
svelte is pretty close to vanilla html just like astro
Svelte 5 is ass
look up some examples online it's cozy
im pretty sure on soulseek you can like find an uh playlist for whatever kind of genre you want
Everyone who used Svelte 4 says Svelte 5 is ass
ohhh
183MB?????
lmao
WHAT
yeah you can just throw a playlist at ytdl
Yop
ytdl will work
i need to rewrite my css to scss first
dioxus all the way #rustwave2028 #totalrustdomination
That's one huge ass 5 minute song
why?
if it's just about nesting css natively supports that now
someone said it good
It's the original recording digitized
no way 
yea
You can hear the crackling of the recording equipment
So basically the best quality possible?
react...
looks awesome
rustscript
rust super xml

Yeah but you also have all the imperfections from the recording equipment that were edited out later
<script>
export let scrobbles;
</script>
{#each scrobbles as t}
<div class="scrobble">
<div class="scrobbleleft">
<img src={t.image.at(-1).url} class="scrobblecover" alt="Album Cover" />
<p class="scrobbleartist">{t.artist.name}</p>
<p class="scrobbletitle">
{t.name.length < 25 ? t.name : t.name.substring(0, 25) + "..."}
</p>
</div>
<div class="scrobbleRight">
<p class="scrobbledate">{t.dateAdded}</p>
</div>
</div>
{/each}
can you rewrite this code in svelte?
smh no syntax highlighting
use dioxus::prelude::*;
#[component]
fn Scrobbles(cx: Scope) -> Element {
cx.render(rsx! {
div {
// Assuming lastfmStuff.scrobbles is accessible in context.
// Replace with actual data source if needed.
// for t in lastfmStuff.scrobbles.iter() {
// Scrobble { t: t }
// }
}
})
}
#[component]
fn Scrobble<'a>(cx: Scope<'a, ScrobbleProps<'a>>) -> Element {
let t = &cx.props.t; //Access data properly
cx.render(rsx! {
div { class: "scrobble",
div { class: "scrobbleleft",
img {src: t.image.at(-1).url, class: "scrobblecover"},
p {class: "scrobbleartist", "{t.artist.name}"},
p {class: "scrobbletitle",
if t.name
can you rewrite this code in dioxus rust
That's one of the best pieces auf audio I've heard in a while ngl
it uses old dioxus βΉοΈ
i think its pretty okay
you're welcome @eager marsh, that'll be 5$ for the code do you wanna pay with card or paypal
- Use a templating engine (like Handlebars) to structure the HTML generation.
- Abstract DOM creation into reusable functions.
- Consider using
classList.addinstead ofsetAttribute("class"). - Ensure consistent code style for readability.
make it less garbage without any frameworks
lc.gpt rewrite the code in this image with dioxus (latest version)
I'm here to help, but I'll need the code in text form to rewrite it using Dioxus. If you could provide the code snippet, I'll be happy to assist in translating it to Dioxus with a cleaner structure.
What
π
Can we have access to slash commands 
nah its the bot's fault
I'm joking
it doesn't pass the image afaik
No , pissbot just doesn't pass it on I think
I'm a huge chatgpt enjoyer
no XMR?
π°
they put javascript into my html
Use a templating engine
isn't it a framework too...
okay shoulda probably just said no dependencies
or whatever
what line
the export let
that's not how props work in svelte 5 anymore
now you do
const { scrobbles } = $props();
mine feels human 
scobbles
AAAAAAAAA
oh fr...
i thought it was using something like hjs or whatever
pretty sure those gotta have svelte
use web components π£οΈπ£οΈπ£οΈπ£οΈπ£οΈπ£οΈ
yes but they dont include svelte or any other niche languages to reduce bundle size
oh damn
π£οΈ
every language they add makes the app size larger
imagine if they just used lazyloading

each language is a different chunk and is loaded on demand
sending code blocks over as html from the server 
fuck
discord has all the default highlight.js ones
but nothing that requires an extra package
1C IS NOT NICHE LANGUAGE???
does that protect you from XSS?
yeah
oh
its using template literals
and lit only allows html inside of expressions if they're added via another html``
Discord hire this man fr
that's lit
idt its bundle size they're concerned about
does lit work on the server
wtf is lean
moreso that adding more (third party) packages to support languages means more work that has to be put into maintaining that component of the app
there is an ssr package!
its still under lit-labs but works pretty well
yung lean
exactly
idgi
they're not the ones maintaining the language rules
they're just plug and play
if you update highlight.js and they change something you have to go update all the associated packages
if theres an issue with a specific language's package you'll have to wait for that specific package to hopefully update
soon treesitter
i was trying to make a site in astro and decided to just use their blog template but it looks kinda too complicated and i have a feeling it'd be easier to just start from scratch. should i?
mmeeeh
virgin overengineered blogging frontend vs chad copy pasted html files
first obviously 
this is what mine looks like
ur doing it from scratch right?
i'm not any better
yes
i got the frontend done and then got tired while writing the ssg part of it
Imagine Windows had its own intermediate language
I never liked their blog template I just make my own xd
oh okay i just assumed it was kinda hard to set up
@winter needle what wallpaper are u using? :3
i still dont know what i want my site to look like π
how do yall come up with site design
take inspiration from others
i look at other sites i like and then pick out the elements that i think could work together
omg i got banned on tickets in 10sec
i wanna copy this https://banditrunning.com/pages/the-run-app
my idea behind this was that i want a big colorful header to open the page with
i go on pissbot.com then copy all the html and change it to what i need
Youre getting inspired by other peoples work*
not sure if this style has its own name or something
let me know
how old are u
and i just kind of built around that idea from there on out
56
You liar
why did i even fucking check
owned
I had hope of that website existing
is pissbot.gay still a thing
LOL
.gay is a tld?????
got tricked two times in a row 
thankfully i still have the image
@sturdy folio is broke

Who owns .gay??
pissbot is this servers favorite game
the woke
the woke
i made https://blog-bignutty-c5a6dd804a850b4a69ed4d074ce4bc7143a7e343edc1bd0c3.gitlab.io/ work with generating a single markdown document
and then lost interest in working on it
idk prob trump
the 404 page is fire though
i sadly dont own the domain anymore
He's 100% closeted
why
it looks material u
yeah i primarily work with material 3
I love material you because it makes all my other apps purple or pink
GoDaddy https://ohhey.gay/
i own this domain i really need to set up a site ffs
https://faint.rip/
I do
i really like material 3 because its colorful and expressive
i can generate a custom color scheme on the fly and not have to worry about accessibility
is material you that theme from pixel phones
no you dont
Goddamn .gay domains are expensive
I can get a .com domain for 2 euros

android 12 and onward
or android 13
cuz i migrated away from ovh because it sucks and didnt bother to renew it on a different registrar
i forgot which one
iirc 12
not really just depends on the domain name
not sure why urs is so expensive lmao
its really cool cause i can take a color from an image and have a matching page style generated on the fly
π
why is it premium
something something woke tax
last androud i used was like lollipop or something
It's because I'm premium myself π
i just dont remember the version but i remember seeing this fucking lollipop in that secret version screen
iykyk
so expensive i could get 12 domains at that price
yes
4 is jellybean and kitkat
Android 6 has the same easter egg like Android 5 except this time focus is on hey look we support multi-touch
i looked up and im pretty sure i had android 5
What do you have now
i had some android phone that i literally cant fucking find online

iphone 16 pro
My condolences
My first android phone was an LG π
for me it was like that:
broken DNS phone (yes the brand was called dns i cant even find it anywhere) --> iphone 5s --> iphone x --> iphone 13 --> iphone 16 pro
The fuck
i'd consider it pretty expensive to renew after the first year but some people don't mind paying $28 i guess (for me, max is probably $15)
Did you at least run a dns server on it
hold on i forgot what mine is
greattt im having another stupid issuenow
i hope mine won't go up next year
it's 13 rn
i made it so my last fm script activates whenever i go to that page so i exported it as a function and now i get this stupiod error
material web π£οΈ π₯
jquery π
we love material web
shhhhh
it's $16 for me, hoenstly not that bad at all
how do i get my ideas to snippet maker 
jquerry and you arent even using it ?!?!?!?!
i am but in a different file
???????????
what
wait do you use lfm api client-side?
insane
wdym
or is it just a wrapper
samsung flip phone i forgot the model of -> turkcell t20(?) -> samsung galaxy trend s something -> galaxy s3 -> galaxy note 4 -> huawei p20 lite -> iphone 6s -> iphone 12 mini -> galaxy a7 -> galaxy s20 -> iphone xs -> iphone 13 pro -> 13 pro + galaxy s9
turkcell
dont worry my api key is hidden away well
i hope you're not exposing your API secrets on client side
cool
await fetch('/api/lastfm')
who cares if your lastfm api key is public lol
astro api ig
yes
oh ok
wtf turkcell
still not my issue
why is js doing that
what is your snippet idea
hey.. im looking for a lightweight discord client but.. i also want my vencord still being use
any recommendation?
yeah
why are you using an api proxy for lastfm
you can just make your api request on the frontend
vesktop
i forgot i wanted to ask it but what is that fourth button
good luck finding that mythical lightweight discord client
like near π₯
ohhhhhmygod that is not my issue AT ALL
WHY DO YOU CARE!!!!!!!!!!!!
you are wasting compute resources on the server
you are the reason the rainforest is burning
good
just use cloudflare workers ig
LET IT BURN!!!!!!!!!!!!!!!!!!!!!
expect some nitpicking when you're asking a question about your code in a server full of devs
a true lightweight discord client doesnt exist
im using vercel
unless you want to use discordo...
this isnt nitpicking im giving you advice on how to improve performance/latency
one is to make chats slide up rather than instantly appear its a game changer fr 

why not learn css yourself and make that
What's ts
im sure you can do that with css
i havenβt used cloudflare workers but apparently itβs free and has very very generous limites
well, that wasn't their question anyway
chatgpt is tired of generating buff furry men for you
yeah i mean css snippet
come back in a bit
coherence
it turns blue when the vm is active
ts popup means itβs processing image
im having a completely different issue right now
I've never seen it before
ate it π€€
i luv when my chatgpt does βstopped generating imageβ
TypeScript is JavaScript with syntax for types. TypeScript is a strongly typed programming language that builds on JavaScript, giving you bette
for whatever reason its giving me an error on a variable thats literally been defined 6 lines ago
i'd only give advice if it's something critical, otherwise it doesn't matter unless they directly asked "how could i improve this?"
send code
the variable is empty because whatever element you're targeting probably isnt in the dom yet
yes
ic
i would assume this is the issue
you load your lastfm script the moment that view is activated
its not async tho
but the dom isn't ready until 200ms later
shouldnt it wait until that timeout ends and then run the script
no because timeouts are "async" in a sense
i have no idea what jq is but is $("#tabs") like a shortcut for for tab in document.findelementsbyclassmethodyes("tabs")
the timeout is ran on a diff. thread
you should be able to use a callback
or just add a delay into your last.fm script
that could also work
noi $("") is basically just document.querySelector
uh which one
but instead of returning an element it returns a jquery object
in the Assets released
with jquery methods and stuff
for Windows
callback on wha
ohhh yea my load function has a callback (that i litearll yused)
oh that's what i was gonna ask
jquery is fine if you're doing a small scale site
i wouldn't use it personally but also who gaf as long as it works
and nobody's paying you to make it
its literally my own website and it works fine so
like
document.querySelector(".twt-icon").style.display = "";
document.querySelector(".x-icon").style.display = "none";
seems convenient tho
sure i just think its unnecessary, most of jquery is in vanilla js just with different syntax Β―_(γ)_/Β―
like i'd rather type a dollar sign than DOCUMENT DOT QUERYSELECTOR
most jq syntax and helpers are leftovers from 20 years ago when js sucked balls even more than it does today
this works but i dont like it..
@soft portal its kinda neatish
sure i guess and id personally rather type
<template>
<div :style="twtIconStyle" />
</template>
<script>
const twtIconStyle = reactive({
display: "none"
});
</script>
macos trying to imitate one percent of our power
oh omg yeah seems convenient. also kinda cool apps can modify the π₯ like that :P
parallels is the only app ive seen that does that
π£οΈ
what is your mac's display size btw
13"?
ya
oh ic
just thought it was kinda small :c
now im kinda worried that if i ever get a mac it will feel too small
what is xcss
im so used to 13" that regular laptops feel massive for me
π
a normal css file
except i couldn't figure out how to disable rsbuild's built in css loader
so i changed the file extension to xcss
that's some advanced html/css/js i have no idea what it does
lmao
im using a loader that exports the classnames as hashed strings and the stylesheet itself as lit's css`` template
css that supports xss
oh ok then
Guys opinion on xhtml
bro ran $ pnpm install 
wtf thatβs so weird
vercel
do you mean htmx
aesthetically horror yes
but pretty impressive imo
No I mean xhtml
lol there is a fedowa emote 
Ubuntu
the completely outdated html spec for xml?
personally i just like the use of additional button in π₯ (someday i will remember its name). sounds like a good ux thing
Correct
My sworn enemy
the worst apps are the ones that rotate π₯ to π¦
lmao why would they
opera gx does it
opera gx should stay on windows π
what
π¦
the only right form
gaming browser
mac
okay buddy
why do they do this to me..
zen >>> anything
what
b-b-b-but metal!!1!1!1!1!1!1!1!1!1!1!!
insanity
Boycott opera gx
I know a total of 0 people who game on a mac
adding this fixed it
I know 1
oh wait i thoyught you said this to my message that opera gx should stay on windows

or was it
you can do too much with mac windows
WoA on arm macs when tho
is thsi additional button some kinda tricky thing or is it pretty stratightforward with ui sdk or whatever
you can make windows circular for all i care
no it was to the vertical button layout
oh okay i thought u were an opera gx enjoyer 
Itβs as tricky as they made a windows app appear as a normal mac app
i installed zen like half a year ago but still hasnt moved to it. hell my app is that old it literally still uses the old logo lmao
colorful circle menu
lol try it its fire
trol
sure i just have like 1000 open tabs in firefox that i dont really want to lose
also too lazy to relogin
in every single site
yk
real
π
Why

i had like 2000 yesterday before i cleaned some
i think i have over 200 total tabs
i just use open tabs as bookmarks

also fun fact - by having way too many open tabs i found out that safari on ios has a limit of 500 open tabs
...which can be bypassed if you just move to tab groups lol
so silly
@soft portal
LMFAO WHAT
Fidget spinner vibes
i created some but never opened since then
hey i love xenoblade
d and D
yes
i dont need an emulation tab group i have an emulation folder
cyrillic d
bravo
ok enough coding time to endure brainrot on 2fort
hop on harvest
tf2 too hard
insane π
Who tf names their anime "Mobile Suit Gundam GQuuuuuuuuuuuuuuX"
5$ gift card is a 5$ gift card
π π π π π π π π π π π π
what is htmx and why is the second tab i see "htmx sucks"
stop using every single new thing you come across
It Won't Scale.
either that or jquery
neither
besides ive already seen it before
using lit was a great decision
π£οΈ
how do i load a partial into another element then
by twitter tech bros who insist on ai shit coding every single thing and complaining about everything
what are you trying to do exactly
fix my code maby
if its just for tabs most frameworks shrimply allow you to swap out the components instead of whatever cobbled together frontend you have with 5 different half baked vanilla js replacements that have different goals and work entirely differently π
well no it does not you are now searching for another vanilla js replacement to fix a problem
its not really fixing a problem rather than just optimization
adding another vanilla js replacement library to fix one simple problem is the opposite of optimization because that library now adds a ton of overhead
gec 2 u βΌοΈ
mhhhhhill figure it out
I very much suggest you learn an actual framework such as svelte, vue, lit, whatever even just react all make your life much easier
it seems like js is literally impossible to use without frameworks 
love react
i will when am not lazy mayb
its not impossible its just tedious
am doing it so
yea
newbies will just look up the most popular framework and end up using react 
react isnt bad for a beginner
it seems too complicated
its not
there are a ton of ways to shoot yourself in the foot sure
but still most new websites use react so you have the advantage of many examples and many resources
this point is fair
React still on top
- a lot of other frameworks are based on or inspired by react so you will have an easier time learning those once you branch out
same for me
okay so if i were to start coding a site from scratch with zero webdev knowledge, what would my tech stack be
vanilla html + vanilla js + vanilla css
then you first learn vanilla html + vanilla js + vanilla css
because those 3 are a requirement for anything more complicated
and you specified "zero webdev knowledge"
can i like speedrun learning html js css cuz i really wanna ship this site asap. i mean i DO know something about html css js but i cant build a site without looking up shit in google or like docs. like i know basic html tags, attributes, how css works, some basic properties but that's pretty much it
no
"zero" was probably a bit too much but i dont know much
the more you speedrun learning those 3 the less you will actually learn and the more trouble you will have later on
make a couple of very simple websites first
argh
Im Japanese
okay
can be literal couple hour projects, try styling a static website, try making a calculator, just something that tests those 3
bro dropped a funfact
but can't i just learning it by coding the site i want
like it does not need to be hard
just a personal site
with links, lastfm and blog
how are yo going to do the lastfm integration if you are already too scared to make a simple calculator
why do you think im scared
im not
it just takes time
that i'd rather spend on making the actual site
making that is making the actual site tho
anyway i finally managed to make the last fm page appear only after it also fills everythin out
by actual site i mean the site i want to make
helo
hai
they predicted two discord features
what yall yappin abt
subchannels = threads
webdev
scary
same its scary
waow..
spooky even
@misty parrot you are real now
WHAT ...
what's the lib
π§ A simple, asynchronous Last.fm library written in TypeScript. - SapphicMoe/simple-fm
ty!
theres no @attr stuff on the responses so i cant check if the latest scrobble is nowplaying but thats fine
imagine using an api wrapper
real men endure cbt trying to implement this garbage api on their own
on a scale of 1 to 10 how much did you go insane while working with this garbage api
8
I only yesterday discovered that there's an undocumented but officially supported api endpoint to get a list of scrobbles for a specific track
honestly even a complete average tech newbie would do a better job creating an API compared to whatever the hell the last.fm team did
they just lazily converted their XML format into the JSON format and called it a day
I've been working on a custom frontend for it
Gramophone is a new way to view and browse last.fm.
wow that's pretty
the road to get here has not been fun
the property names are an absolute nightmare tho
that's intentional
Ah Yes I Would Like One results['@attr'] Please
actually incredible
oh idk it's just the previous ones were aligned
@jaunty ore you should add loved icon here
am i the only one who doesnt use lastfm likes
i have so much energy now to go back to my older projects after not finally dreading to rewrite my website
You will stop listening to kanye west
i'll prob just nuke the existing code, deprecate the simple-fm name and start from the ground up
and will start listening to bladee
i dont use them either
yitler
so i just use
nino selfapping
omg hell yea it automatically refreshes
i have this awful plugin to auto send fmbot commands in bot commands and forward reply here since vee is woke and turned off fmbot here
vee will enable fm commands here
im convinced they had one intern to do the last.fm api and then moved him to another department and it just so happened that the api still works some 14 years later so they just keep saying "if it ain't broke don't touch it"
LastFm probably has never been updated since 1982
it doesn't on profile pages i think
if it works it works 
or does it
works for me
i live by that
i love himmmm
β€οΈ
yeah auto refresh doesnt work on profile pages
because of an "issue" with how i set up the friends card
You are a lost cause.
i lied.
so mean wtf
oh i think i accidently refreshed the page and thought it was automatically lmaooo
i think kanye is like my 11th alltime top artist
"i love him :nazi: β€οΈ" insane
i think we should kill kanye
hi nin0
he did make graduation
terrible
LOL
luckily i outgrew my kanye phase
taylor swift better be in your top 3
nina whats your lfm
where pics;(
WHY ARE THERE TWO
.profile

husk
why can you fetch album images but not artists what the actual fuck
how does it even work
what are you husking
ok i deserve to play gam now i think
@lapis lava loved tracks on profile recent scrobbles is building
even track images donβt load like dawg itβs literally same image as album
i told an irl i was listening to kanye west and he asked me if i was a "neonazi blackass" like ye @lapis lava
INSANE
why
done
the 14yo girls blast taylor and ariana grande
the massive change in question:
How did you change colours
I've been forced to listen to Taylor recently for this @lapis lava
these days you can either
- listen to shitty pop artists (sabrina carpenter)
- listen to good pop artists (chappell roan, gracie abrams)
- listen to shitty mumble rap (carti)
- listen to good hip hop (kendrick lamar)
SO ANNYOONG BRO
canβt let gng kno i fw this π
goooooooooood
TAYLOR IN THE HOOD
Soon you will discover her tracks that aren't in the billboard hot 100 and see how peak of an artist she is
I HOPE THE CARTEL SHOOT THEIR SPEAKERS
wheres indie rock π
idk i've barely met indie rock listeners irl
where's breakcore dnb
also has spotify premium family but won't share with me π
mid or peak
someone irl called me
"the autist who listens to everything and some other unknown weird shit"
epic nickname
motherfuckers gave me so many nicknames
ariana grande is solid too
better than taylor def
still bad
my dad's music taste is insane he goes from coldplay to john mayer to sea of thieves OST to metallica to ariana grande
vocals sure songwriting no
LMAO
then shake it off bro
π
THEY WERE BLASTING SHAKE IT OFF ON THEIR SPEAKERS AT 3AM I FUCKING HATE LIVING IN THE HOOD
this is where i draw the line
i hate that song
average brazil experience
i introduced jane remover to my mom and after doing a βresearchβ she was like βoh so heβs a transgender?β
they want you to shake it off
hi vencord
i don't hate but i don't intentionally listen to
if i have the abilities to skip it i will skip it
You've used all of your hourly skips. Get unlimited with Spotify premium.
css variables so awesome

(it matches your profile theme now)
@open pasture one day the hood will blast all of 1989 at 3am and you will be forced to listen
my premium expires next month
π
ye so goated he liked netta
so theres this thing called revanced..
yt music on top
ytm UX is awful
how
amazon music ux is worse
i installed spotify the other day
do not complain about ytm
how is their app this awful
itβs fine on mobile but desktop is so laggy
spicetify.app
vencord.app
Checkmate liberals
so expensive





